Solving an Integral with 17sin^3(cos^5)d(theta) Using Trigonometric Substitution

  • Thread starter Thread starter tangibleLime
  • Start date Start date
  • Tags Tags
    Integral
tangibleLime
Messages
71
Reaction score
0

Homework Statement



\int 17sin^3(\theta)cos^5(\theta)d\theta

Homework Equations


The Attempt at a Solution



\int 17sin^3(\theta)cos^5(\theta)d\theta

Pulling out constant, breaking up the sin^3.
17 \int sin^2(\theta)cos^5(\theta)sin(\theta)d\theta

Using the trig identity to replace the sin^2
17 \int (1-cos^2(\theta))cos^5(\theta)sin(\theta)d\theta

Using u-subs to get rid of the other sin.
u = cos(\theta), du = sin(\theta)d\theta
17 \int (1-u^2)u^5 du

17 \int u^5-u^7 du

17[\frac{u^6}{6}-\frac{u^8}{8}]

Subbing back in for u.
17[\frac{cos^6\theta}{6}-\frac{cos^8\theta}{8}]

Homework software says incorrect. Any hints would be great!
 
Physics news on Phys.org
du = -sinx not sinx :-)
 
Cripes, thanks. 0_0
 
np :-)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top