soopo
- 222
- 0
Homework Statement
How can you integrate the following?
\int \sqrt {R^2 - x^2} dx
The Attempt at a Solution
Integration by parts does not seem to be a solution here.
Integration by substitution works to some extend:
Let x = R sin(u).
We get
\int \sqrt {R^2 - x^2} dx = \int Rcos(u) (R^2 + 2R^2 sin^2(u)) Rsin(u) du
= \int R^4 cos^2(u) sin(u) (1 + 2sin^2(u) ) du
I cannot see how to integrate this easily.
Perhaps, there is a better way to do this.