Finding the area of a circle using integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
satxer
Messages
9
Reaction score
0
Let's say I have the equation for a circle but don't know how to calculate its radius. How could I use integration to find its area?
 
Physics news on Phys.org
satxer said:
Let's say I have the equation for a circle but don't know how to calculate its radius. How could I use integration to find its area?

You can always get the radius from circle equations !

However, all circle equations are integrated by trigonometric substitution
and it can also be done by integration by parts but that is a bit tricky!
 
The area of a circle is a equal to the area of two half-circle.

The equation of a half-circle (assuming (y-b) is always positive and that you don't understand that r is the radius):

[tex]\left(x-a\right)^2+\left(y-b\right)^2=r^2[/tex]

So the area of a circle is equal to: [tex]2\int_{-r-a}^{r-a}y_{(x)}dx[/tex]

That's a complicated way, but I guess it can be done.