Unraveling a Challenging Integral: Solving for x-arctan(x)+c

  • Thread starter Thread starter sckeen1988
  • Start date Start date
  • Tags Tags
    Integral
sckeen1988
Messages
15
Reaction score
0
1. The Problem comes down to what I think is a fairly simple integral, I just can't figure it out.

int(x^2/(1+x^2)

I know this is x-arctan(x)+c, but cannot figure out how.

I tried subbing in u for x^2, this didn't really help me with a direction to take though.
 
Physics news on Phys.org
if you ever see a 1+x^2 you should imediately think to yourself TRIG SUBSTITUTION!

What relation do you know between sin^2 and cos^2?

I'd start there
 
sckeen1988 said:
1. The Problem comes down to what I think is a fairly simple integral, I just can't figure it out.

int(x^2/(1+x^2)

I know this is x-arctan(x)+c, but cannot figure out how.

I tried subbing in u for x^2, this didn't really help me with a direction to take though.


First, write f(x) = x^2/(1+x^2) as f(x) = (x^2 + 1 - 1)/(1+x^2) = 1 - 1/(1+x^2), so
int(f(x)) = x - int(1/(1 + x^2)) The expression 1 + x^2 cries out for the substitution x = tan(t).

RGV
 
Ray Vickson said:
First, write f(x) = x^2/(1+x^2) as f(x) = (x^2 + 1 - 1)/(1+x^2) = 1 - 1/(1+x^2), so
int(f(x)) = x - int(1/(1 + x^2)) The expression 1 + x^2 cries out for the substitution x = tan(t).

RGV

ANGER! I knew I was forgetting something really easy, like adding and subtracting one. Thanks for the help
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top