Calculus II - Trigonometric Integrals

GreenPrint
Messages
1,186
Reaction score
0

Homework Statement



Evaluate integral( sin^3(x) cos^5(x) ) dx

Homework Equations



sin^2(x) + cos^2(x) = 1
integral x^n dx = x^(n+1)/(n+1) + c
d/dx cos(x) = -sin(x)
a^n*a^m=a^(n+m)

The Attempt at a Solution



I got -cos^6(x)/6+cos^8(x)/8+c
Apparently I did something wrong
SEE ATTACHMENT

Thank you for any assistance! I really don't see what I'm doing wrong. I believe that the method I chose to evaluate this integral is overly simple but mathematically correct and I don't know what I'm doing wrong.
 

Attachments

  • Capture.JPG
    Capture.JPG
    12.5 KB · Views: 447
Physics news on Phys.org
GreenPrint said:

Homework Statement



Evaluate integral( sin^3(x) cos^5(x) ) dx

Homework Equations



sin^2(x) + cos^2(x) = 1
integral x^n dx = x^(n+1)/(n+1) + c
d/dx cos(x) = -sin(x)
a^n*a^m=a^(n+m)

The Attempt at a Solution



I got -cos^6(x)/6+cos^8(x)/8+c
Apparently I did something wrong
SEE ATTACHMENT

Thank you for any assistance! I really don't see what I'm doing wrong. I believe that the method I chose to evaluate this integral is overly simple but mathematically correct and I don't know what I'm doing wrong.

Your answer is correct; why do you think it is wrong? Here it is in Maple 9.5:
Int( sin(x)^3 *cos(x)^5,x);J1:=value(%);
/
|
| sin(x)^3 cos(x)^5 dx
|
/
J1 := -1/8 sin(x)^2 cos(x)^6 - 1/24 cos(x)^6 <---indef. integral
simplify(diff(J1,x));

sin(x)^3 cos(x)^5 <---- derivative is OK
expand(subs(sin(x)^2=1-cos(x)^2,J1));

-1/6 cos(x)^6 + 1/8 cos(x)^8
That's your answer.

RGV
 
Last edited:
Hi GreenPrint! :smile:

(try using the X2 icon just above the Reply box :wink:)

Looks ok to me. :confused:

(what's the official answer?)
 
Ahhh wolfram alpha is giving me answers that don't match mine and so I think that I am wrong...

wolfram alpha
http://www.wolframalpha.com/input/?i=integral%28+sin^3%28x%29+cos^5%28x%29+%29+dx
(-72cos(2x)-12cos(4x)+8cos(6x)+3cos(8x))/3072 + constant

and my answer
-cos^6(x)/6+cos^8(x)/8+c

they don't match which is fine but they don't appear to be equivalent to each other

lol i should start using that button, thanks
 
Hi GreenPrint! :wink:
GreenPrint said:
(-72cos(2x)-12cos(4x)+8cos(6x)+3cos(8x))/3072 + constant

and my answer
-cos^6(x)/6+cos^8(x)/8+c

They're probably the same …

try rewriting the first one using 1 + cos(2x) = 2cos2x etc …

what do you get? :smile:
 
-cos^6(5)/6+cos^8(5)/8 is about -8.15876413*10^-5
(-72cos(2*5)-12cos(4*5)+8cos(6*5)+3cos(8*5))/3072 is about .0178220582

umm hmmm i don't think i have seen that formula in over 3 years... uh let's see

I don't know I don't think I remember enough of the pre calc formulas to do that >_>
 
Last edited:
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