Hello maths community!
One day I was solving a geometry problem and I thought I had found a way of solving it. When I was solving the problem, I kind of invented a new way of finding an area of a shape that is related to circle but just recently I realized that I was wrong. The method I invented was invalid but I just don't understand why wouldn't it work... I won't describe the problem here but I am going to show an example of the method I invented.
Warning. The following methods are invalid!
To find the area of a circle with my method is to first split the circle in half and first find the area of that and then multiply it by 2 in the end to make our life easier.
A half circle is made out of bunch of vertical "lines" and I thought one could use integrals to add these "lines" up to get the area. To do this we need to find a function to get the length of one "line" and then integrate the function. If we draw a right triangle inside the half circle, the task will become easy.
triangle inside the half circle
Now, to get $l$, we use sine: $l=r\cdot \sin(φ)$
Then we take the integral with respect to $φ$. I guess this part is the one causing problems...
$$\int_{0}^\pi l \, dφ=\int_0^\pi r\cdot \sin(φ) \, dφ=r\int_0^\pi \sin(φ) \, dφ = r (-\cos(\pi) +\cos(0))=2r$$
Well we know already that the area of a half circle is definitely $2r$ and if we multiplied it by $2$ we would get $4r$ and $4r \neq \pi r^2$
With my logic this would seem very valid and I would just like to know why this doesn't work. Thanks!