PDA

View Full Version : Integral : (x^2)/((x^2+1)^2)


Alexx1
Dec25-09, 05:08 AM
The answer of the integral of (x^2)/((x^2+1)^2) is (1/2)(arctan(x)-(x/x^2+1))

In class, we've seen the steps to solve this integral, but I don't understand certain steps..
Can someone explain me how to solve this integral, step by step?

uart
Dec25-09, 07:51 AM
If you can post the steps and point out those that you didn't understand then I'm sure someone can help you.

BTW. The easiest way to do that one is "integration by parts". Have you learnt this technique yet?

Alexx1
Dec25-09, 08:40 AM
If you can post the steps and point out those that you didn't understand then I'm sure someone can help you.

BTW. The easiest way to do that one is "integration by parts". Have you learnt this technique yet?

Sure, no problem, here are the steps:

Integral((x^2)/((x^2+1)^2)dx)
= (1/2)*Integral(x d(1/(x^2+1))
= (1/2)*(x/(x^2+1))-(1/2)*Integral(1/(x^2+1)dx)
= (1/2)*(x/(x^2+1))-(arctan(x))/2

Last step is the answer

(The answer I said earlier was wrong, this is the correct answer:(1/2)*(x/(x^2+1))-(arctan(x))/2)

Thank you

Bohrok
Dec25-09, 11:17 AM
\int\frac{x^2}{(x^2 + 1)^2} = \int x \frac{x}{(x^2 + 1)^2}

Using ∫u v' = uv - ∫v u',
let u = x and v' = x/(x2 + 1)2

Dunebug7
Dec25-09, 11:39 AM
It's basically separating it into parts ie.


\int \frac{x^2}{(x^2+1)^2}\rightarrow \int \frac{x}{1}.\frac{x}{(x^2+1)^2}\equiv x(x. \sin(\arctan(x)))

as

\frac{x}{1}=\frac{1}{2}x^2

and x\frac{x}{(1+x)^2}=x.\sin(\arctan(x))

By the trig identity.

Thus the answer is:

\int\frac{x^2}{(x^2+1)^2}=-\frac{1}{2}.\frac{x}{(x^2+1)}+\frac{1}{2}\arctan(x )+C

Don't forget the constant of integration, it's a silly way to loose marks. :smile:

Alexx1
Dec25-09, 12:11 PM
Thank you both!

Dunebug7
Dec25-09, 12:14 PM
Thank you both!

np Bhorok's answer is more elegant and easier, but I thought you might need a long winded explanation and there's often more than one way to swing a cat I guess. Hope it helped. :smile:

fourier jr
Dec25-09, 01:40 PM
The answer of the integral of (x^2)/((x^2+1)^2) is (1/2)(arctan(x)-(x/x^2+1))

In class, we've seen the steps to solve this integral, but I don't understand certain steps..
Can someone explain me how to solve this integral, step by step?

since you have the answer, take its derivative & work backwards. that's how to figure it out. just don't show anyone your rough work :tongue2:

uart
Dec25-09, 10:44 PM
Sure, no problem, here are the steps:

Integral((x^2)/((x^2+1)^2)dx)
= (1/2)*Integral(x d(-1/(x^2+1))
= (-1/2)*(x/(x^2+1)) -(1/2)*Integral(1/(x^2+1)dx)
= -(1/2)*(x/(x^2+1))+(arctan(x))/2

Last step is the answer

(The answer I said earlier was wrong, this is the correct answer:(1/2)*(x/(x^2+1))-(arctan(x))/2)

Thank you

No the original answer was correct, you dropped a minus sign in the first line of this derivation.