Integrating Fractions: Understanding How to Integrate 2+3sin^2x/5sin^2x

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
8 replies · 2K views
Cmertin
Messages
57
Reaction score
0
I'm having some problems integrating fractions. If you could help me understand it, that would be great.

Homework Statement


[tex]\int\frac{2+3sin^{2}x}{5sin^{2}x}[/tex]

Homework Equations


[tex]\int(x)dx=\frac{x^{n+1}}{n+1}[/tex]

The Attempt at a Solution


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

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

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

[tex]\frac{1}{5}\int\frac{2}{sin^{2}x}+3 dx=\frac{1}{5}(\frac{-2}{sin(x)cos(x)}+3x)+C[/tex]

This is wrong though because the answer is supposed to be:
[tex]\frac{1}{5}(3x-2cot(x))[/tex]

What did I do wrong?
 
Last edited:
Physics news on Phys.org
How did you go from

[tex]\int \frac{1}{\sin^2 x}\,dx[/tex]

to

[tex]-\frac{1}{\sin x\cos x}[/tex]
 
vela said:
How did you go from

[tex]\int \frac{1}{\sin^2 x}\,dx[/tex]

to

[tex]-\frac{1}{\sin x\cos x}[/tex]

Actually, now that I look at it that doesn't make sense. But I'm still stuck and can't figure out the steps before the answer...

[tex]\frac{1}{5}\int\frac{2}{sin^{2}x}+3 dx=?[/tex]
 
Hint: 1/sin x = csc x.
 
vela said:
Hint: 1/sin x = csc x.

[tex]\frac{1}{5}\int\frac{2}{sin^{2}x}+3 dx[/tex]

[tex]=\frac{1}{5}(3x+\int\frac{2}{sin^{2}x}dx)[/tex]

[tex]=\frac{1}{5}(3x+2csc^{2}x)[/tex]But the answer is:
[tex]\frac{1}{5}(3x-2cot(x))[/tex]
Found here

I have no idea where they got cotan from.
 
Last edited:
Cmertin said:
[tex]\frac{1}{5}\int\frac{2}{sin^{2}x}+3 dx[/tex]

[tex]=\frac{1}{5}(3x+\int\frac{2}{sin^{2}x}dx)[/tex]

[tex]=\frac{1}{5}(3x+2csc^{2}x)[/tex]But the answer is:
[tex]\frac{1}{5}(3x-2cot(x))[/tex]
Found here

I have no idea where they got cotan from.
You never took the integral of the csc2(x). Take the derivative of tan(x) and see what you get.
 
To elaborate a bit on what Mentallic said, this is what you did:
[tex]\int \frac{2}{sin^2(x)}dx~=~\int 2~csc^2(x) dx~=~2csc^2(x)[/tex]

If only integration were that simple!
 
Mentallic said:
You never took the integral of the csc2(x). Take the derivative of tan(x) and see what you get.

Ah, the integral of csc2(x) is -cot(x). That's where my mistake was. Thanks.
 
Mark44 said:
To elaborate a bit on what Mentallic said, this is what you did:
[tex]\int \frac{2}{sin^2(x)}dx~=~\int 2~csc^2(x) dx~=~2csc^2(x)[/tex]

If only integration were that simple!

Yea, I wish it was that simple :P Thanks for the clarification.