I want to calculate the area of the circle of radius $\mathfrak{R}$. I would like to do it using the Cartesian coordinates (not the polar ones). The problem is that I found the area of a circle of center (0, 0) and radius $\mathfrak{R}$ is $2\pi\mathfrak{R}^2$ which is wrong. So here is my works:
The area of the circle given in the picture is $\mathfrak{A}=4\cdot\mathfrak{a}$ where $\mathfrak{a}$ represents the area of one of the quarter (I will calculate the upper right quarter).
Hence, $$\mathfrak{A}=4\cdot\mathfrak{a}=4\cdot \int_{0}^{\mathfrak{R}}\sqrt{\mathfrak{R}^2-x^2}dx=4\cdot\mathfrak{R}^2 \int_{0}^{1}\sqrt{1-t^2}dt=4\cdot\mathfrak{R}^2 \left[\arcsin(t)\right]_{0}^{1}=4\cdot\mathfrak{R}^2 \left[\arcsin(1)-\arcsin(0)\right]_{0}^{1}=4\cdot\mathfrak{R}^2 \dfrac{\pi}{2}=2\pi\mathfrak{R}^2.$$
What is wrong here?
Thanks.