Integrals involving trig functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Chandasouk
Messages
163
Reaction score
0

Homework Statement



I need help evaluating the integral Cotx3/10

I factored out the 1/10 from the integral and am just left with (1/10)*Cotx3

from here i do not really know what to do. I rewrote it in terms of sine and cosine to get

(1/10)*(Cosx3/Sinx3)dx

I multiply the integral by (1/Sinx3) to get rid of the denominator and am left with

(1/10)*(Cosx3dx

I factor out a (Cosx2) and am left with

(1/10)*(Cosx2)(Cosx)dx

Rewriting using trig indentities, I get

(1/10)*(1-Sinx2)(Cosx)dx

rewriting i get

(1/10)*(cosx-sinx2cosx)dx

I solve this integral and get

(1/10)sinx - (1/10)*((sinx)3/3) + C

but that is incorrect. The answer is supposed to be

(-1/20)cotx2-(1/10)ln(sinx)+C

What went wrong?
 
on Phys.org
Well, for one thing, you can't just get rid of parts of the integrand.
Chandasouk said:
I multiply the integral by (1/Sinx3) to get rid of the denominator and am left with

(1/10)*(Cosx3dx
Just to be clear, you are trying to compute

[tex]\int \cot^3 x\,dx[/tex]

and not

[tex]\int \cot x^3\, dx[/tex]

right?

Hint: Try the substitution u=sin x.
 
And is it
[tex]\frac{cot^3 (x)}{10}[/tex]
or
[tex]cot^3\left(\frac{x}{10}\right)[/tex]
?

Try writing [itex]cot^3(x)[/itex] as

[tex]\frac{sin^3(x)}{cos^3(x)}=[/tex][tex]\frac{sin^2(x)}{cos^3(x)}cos(x)=[/tex][tex]\frac{1- cos^2(x)}{cos^3(x)} sin(x)[/tex]

and use the substitution u= cos(x).
 
HallsofIvy said:
And is it
[tex]\frac{cot^3 (x)}{10}[/tex]
or
[tex]cot^3\left(\frac{x}{10}\right)[/tex]
?

Try writing [itex]cot^3(x)[/itex] as

[tex]\frac{sin^3(x)}{cos^3(x)}=[/tex][tex]\frac{sin^2(x)}{cos^3(x)}cos(x)=[/tex][tex]\frac{1- cos^2(x)}{cos^3(x)} sin(x)[/tex]

and use the substitution u= cos(x).

It is [tex]\frac{cot^3 (x)}{10}[/tex]

I actually have no idea how to use most of the math tags, so writing it out is hard.

Cot3x is [tex]\frac{Cos^3(x)}{Sin^3(x)}[/tex]

I'll try distributing out a cosine factor and converting the rest to sign and see how it goes