Evalute $\int_0^{1/4} \frac{x^3}{ \sqrt{1-9x^2}} dx$ using trigo substitution
Because $\sqrt{a^2 - b^2x^2} => x = a/b \sin \theta$
So, Let $x= \frac{1}{3} \sin \theta$
$dx = \frac{1}{3} \cos \theta$
Elimination of roots:
$\sqrt{1-9x^2} = \sqrt{1- \sin^2 \theta} = \sqrt{\cos^2 \theta} = \cos \theta $
The limit of integration is $x=0$ to $x=1/4$
Therefore, the new limit of integration is:
$0 \le \theta \le 0.8481$ This is in the 1st quadrant and therefore $\cos \theta$ is positive
Actual substitution:
$\int_0^{1/4} \frac{x^3}{ \sqrt{1-9x^2}} dx = \int_0^{0.8481} \frac{\frac{1}{9} \sin^3 \theta}{\cos \theta} (\frac{1}{3} \cos \theta)d\theta =\int_0^{0.8481} \frac{\sin^3 \theta}{27} d\theta$
However, the calculated value of the definite integral is incorrect. I was told that my trigo substitution is correct. I cannot find which step I made a careless in.