davie
- 2
- 0
Homework Statement
To show that \int_{0}^ \frac{\pi}{2}\sqrt{cos\theta}sin^3(\theta) d\theta = 8/21
The Attempt at a Solution
The above expression was simplified as
\int_{0}^ \frac{\pi}{2}\sqrt{cos\theta}sin^2(\theta) sin(\theta) d\theta
\int_{0}^ \frac{\pi}{2}\sqrt{cos\theta}(1-cos^2(\theta)) sin\theta d\theta
I have tried using integration by substitution method.
Let cos\theta = t^2
or,sin\theta d\theta = 2tdt
also changing the limits, when \theta = 0 , t becomes 1
and when \theta = \frac{\pi}{2}, t becomes 0
therefore the expression will look like this.
\int_{1}^ 0 t.(t^4-1)2t.dt
Am I going into the right direction or should I use any other method like integration by parts.