talk2glenn
Homework Statement
Evaluate the indefinite integral.
\int\sqrt{28x-x^2} dx
The Attempt at a Solution
\int\sqrt{196-(x-14)^2} dx
Completing the square
u=x-14
du=dx
\int\sqrt{196-u^2} du
u substitution
u=14sin\theta
du=14cos\theta d\theta
Trig substitution
\int\sqrt{196cos^2\theta} 14cos\theta d\theta
\int14cos\theta*14cos\theta d\theta
98\int1+cos2\theta d\theta
98(\theta+sin\theta*cos\theta) + C
98(arcsin(u/14)+(u/14)(\sqrt{196-u^2}/14)
Solve for Theta
From here I should be able to just sub in for u and arrive at my answer. Unfortunately, it is close but no correct, and I can't see where I'm going wrong. Any ideas?