How to Solve the Integral of \( \sin^3(x) \cos^2(x) \)?

  • Thread starter Thread starter shreddinglicks
  • Start date Start date
  • Tags Tags
    Integral Trig
shreddinglicks
Messages
225
Reaction score
7

Homework Statement



25∫5(sin(x))^3*cos(x)^2 dx

Homework Equations



25∫5(sin(x))^3*cos(x)^2 dx

The Attempt at a Solution



5(sin(x))^2 * sin(x) * (cos(x))^2
5(1-(cos(x))^2) * sin(x) * (cos(x))^2

25∫5((cos(x)^2)-(cos(x)^4))sin(x) dx

Now I'm stuck.
 
Physics news on Phys.org
Just make a certain u-substitution, and everything will fall into place.
 
Mentallic said:
Just make a certain u-substitution, and everything will fall into place.

ok so I do

u = cos(x)
du = -sin(x)

the part I am confused about is do I multiply the 5 with 25 to get 125?

giving me

-125( (u^3/3) - (u^5/5)) + C

The integral calculator I used says its completely wrong.
 
I should have

([25((cosx)^3)(3cos(2x)-7)] / [6] )+ C

I don't have any clue how to get that answer.
 
This integral is actually part of a bigger problem regarding trig. u-sub.

∫(x^3)sqrt(25-x^2) dx

I'm just stuck at the step that you see in the earlier post.
 
Yes, you can move that 5 in the integral outside to get 125.

So what you have after integrating with respect to u is

125\left(\frac{u^3}{3}-\frac{u^5}{5}\right)+C

which is correct. After substituting back to get it in terms of x,

125\left(\frac{\cos^3{x}}{3}-\frac{\cos^5{x}}{5}\right)+C

Which is a perfectly valid answer, but if you want it to look like what your integral calculator gave you, notice that its answer is of the form

k\cdot\cos^3{x}(...)+c

which means if we want it to look like that, we need to factor out \cos^3{x} and then work on the other factor (...) that's left over.
 
In case you're still confused with regards to the 5 multiplied by 25, if you ever have an integral of the form

a_1\int{a_2\cdot f(x)dx}

(where a1 and a2 are some constants)

then you can always move the a2 out of the integral to get

a_1a_2 \int {f(x)dx}

which, after integrating we get

a_1a_2\left[F(x)+c\right]

expanded,

a_1a_2F(x)+a_1a_2c

But now let's say you didn't take a2 out the front and integrated directly, then you'd get

a_1\left[a_2F(x)+c\right]

expanded,

a_1a_2F(x)+a_1c

which doesn't seem to be the same as before. It isn't, but that's the point of the constant of integration. If we had to solve a certain problem, then the c in our first integration would be different to the c in our second integration such that we would end up getting the same answer. The moral of the story is, if your integral calculator says something that you're not getting, keep in mind that its constant of integration could be different to yours.

I've been in a couple of situations myself where I would get an answer like

\tan{x}+\tan^{-1}{(1/2)}+c

while wolfram alpha would give the answer

\tan{x}+c

and I'd go back and forth indefinitely, furiously trying to figure out why I have this extra value in my answer.
 
Mentallic said:
Yes, you can move that 5 in the integral outside to get 125.

So what you have after integrating with respect to u is

125\left(\frac{u^3}{3}-\frac{u^5}{5}\right)+C

which is correct. After substituting back to get it in terms of x,

125\left(\frac{\cos^3{x}}{3}-\frac{\cos^5{x}}{5}\right)+C

Which is a perfectly valid answer, but if you want it to look like what your integral calculator gave you, notice that its answer is of the form

k\cdot\cos^3{x}(...)+c

which means if we want it to look like that, we need to factor out \cos^3{x} and then work on the other factor (...) that's left over.

I see, thanks for clearing that up.

I must have some error with my algebra then. My final answer for my trig. u-sub. problem is wrong.

for:

∫(x^3)sqrt(25-x^2) dx

I know have:

-125*((5*((1/5)*sqrt(25-x^2))^3-3*((1/5)*sqrt(25-x^2))^5)*(1/15))

when I simplify this my answer is wrong.
 
Mentallic said:
In case you're still confused with regards to the 5 multiplied by 25, if you ever have an integral of the form

a_1\int{a_2\cdot f(x)dx}

(where a1 and a2 are some constants)

then you can always move the a2 out of the integral to get

a_1a_2 \int {f(x)dx}

which, after integrating we get

a_1a_2\left[F(x)+c\right]

expanded,

a_1a_2F(x)+a_1a_2c

But now let's say you didn't take a2 out the front and integrated directly, then you'd get

a_1\left[a_2F(x)+c\right]

expanded,

a_1a_2F(x)+a_1c

which doesn't seem to be the same as before. It isn't, but that's the point of the constant of integration. If we had to solve a certain problem, then the c in our first integration would be different to the c in our second integration such that we would end up getting the same answer. The moral of the story is, if your integral calculator says something that you're not getting, keep in mind that its constant of integration could be different to yours.

I've been in a couple of situations myself where I would get an answer like

\tan{x}+\tan^{-1}{(1/2)}+c

while wolfram alpha would give the answer

\tan{x}+c

and I'd go back and forth indefinitely, furiously trying to figure out why I have this extra value in my answer.

Yes, I agree it was beating me up for awhile.
 
  • #10
I'm not sure about your location. I'm on the east coast of North America and it's 1am. I have to be up at 8am to take care of things. If you post I may not reply till sometime later in the day.

Thanks for your help so far. I will work on this problem again as soon as I get the chance.
 
  • #11
shreddinglicks said:
I see, thanks for clearing that up.

I must have some error with my algebra then. My final answer for my trig. u-sub. problem is wrong.

for:

∫(x^3)sqrt(25-x^2) dx

I know have:

-125*((5*((1/5)*sqrt(25-x^2))^3-3*((1/5)*sqrt(25-x^2))^5)*(1/15))

when I simplify this my answer is wrong.

How does your original problem relate to this integral that you have to solve? For such an integral, you should be looking to make a u-substitution such that the square root will be gone. Using

x=5\sin{u}
or
x=5\cos{u}
will achieve this

shreddinglicks said:
I'm not sure about your location. I'm on the east coast of North America and it's 1am. I have to be up at 8am to take care of things. If you post I may not reply till sometime later in the day.

Thanks for your help so far. I will work on this problem again as soon as I get the chance.

No worries. Take your time!
 
  • #12
I figured I'll send this real quick before I turn off the PC.

This is the work I have done.
 

Attachments

  • SCAN0082.jpg
    SCAN0082.jpg
    23.9 KB · Views: 415
  • #13
Sorry, I just realized it's upside down. Didn't mean to do that.

If you have issues with it let me know. I'll resend 1st chance I get.
 
  • #14
The mistake you made was turning

125\sin^3{\theta}\times 25\cos^2{\theta}

into

25\left(5\sin^3{\theta}\times\cos^2{\theta}\right)

You're factorizing as though we're adding two values, but we're not, we're multiplying.125\sin^3{\theta}\times 25\cos^2{\theta}

=125\times 25 \times\sin^3{\theta}\cos^2{\theta}

=5^5\sin^3{\theta}\cos^2{\theta}

If you have something like

a\cdot x\cdot a\cdot y

then this is equivalent to

a^2xy

then if you factor out 'a', you'll only be taking out one of the factors of a, hence axay=a(xay) and not a(xy)
 
  • #15
I did this in hast, Can you please check it over?
 

Attachments

  • SCAN0083.jpg
    SCAN0083.jpg
    17.1 KB · Views: 395
  • #16
Wait, I think I should've done all the work in the parenthesis first. Sorry things are hectic. I'm trying to do my homework and meanwhile my mother could care less and has me scrambling to go visit some relatives for the holiday.

I'll redo and re post as soon as I can.
 
  • #17
It's pretty hard to follow what you've done to be honest. At the point where you substitute f(x) back in for u, you've divided the entire expression by 15 while the numerators didn't change? C also seems to come and go as it pleases. When you're in less of a rush, be sure that each line follows logically from the last.
 
  • #18
I actually got the correct answer while sitting on the train yesterday. I'll be heading home tomorrow afternoon. When I get home I'll scan my work so you can see it.

Once again, thanks for your help. I really appreciate it.
 
  • #19
You've integrated correctly so your answer is correct. If you were then able to express it in the same way as the answer then it's likely you're ok, unless you've made at least two algebraic errors that both just happened to cancel each other out :-p
 
  • #20
This is the completed work.
 

Attachments

  • SCAN0084.jpg
    SCAN0084.jpg
    24.1 KB · Views: 439
  • #21
Looks good! And I applaud your efforts to make it neat. You have no idea how much we've had to try and decipher unreadable uploads.
 
Back
Top