This document discusses solving Poisson problems using the finite element method with FreeFem++. It examines two cases: solving the Poisson equation on the square (0,1)2 with Dirichlet boundary conditions, and solving it on a circle with radius 3. For each case, it shows the discretized solution surfaces for different numbers of mesh points and analyzes the convergence rates and L2 errors. Using higher order polynomial basis functions like P2 is expected to yield higher accuracy and lower errors for a fixed number of points compared to P1 elements.