How would you find the anti derivative of (1+x^2)^(1/2)

  • Thread starter Thread starter skyturnred
  • Start date Start date
  • Tags Tags
    Derivative
skyturnred
Messages
117
Reaction score
0

Homework Statement



How would you find the anti derivative of (1+x^2)^(1/2)

I am trying to find the definite integral of that function from 0 to 1

Homework Equations





The Attempt at a Solution



Here is what I tried so far: I let u=1+x^2
du=2xdx
solving for dx, dx=(1/2x)du
I plug dx into the integral to get
(integral sign)(1/(2x))(u)^(1/2)du
So after I solve this I get [(1+x^2)^(3/2)]/(3x) from 0 to 1. But obviously this is wrong because if I plug 0 in for x, the function does not exist!
 
Physics news on Phys.org
I'm not going to tell you which one but using a trigonometric identity is probably the simplest way.
 
skyturnred said:

Homework Statement



How would you find the anti derivative of (1+x^2)^(1/2)

I am trying to find the definite integral of that function from 0 to 1

Homework Equations





The Attempt at a Solution



Here is what I tried so far: I let u=1+x^2
du=2xdx
solving for dx, dx=(1/2x)du
I plug dx into the integral to get
(integral sign)(1/(2x))(u)^(1/2)du
So after I solve this I get [(1+x^2)^(3/2)]/(3x) from 0 to 1. But obviously this is wrong because if I plug 0 in for x, the function does not exist!
You can't simply treat the remaining x as a constant. You have to write everything in terms of u. If you solve for x in terms of u, you get x=\sqrt{u-1}, so you end up with
\int\frac{1}{2x}u^{1/2}\,du = \int\frac{1}{2\sqrt{u-1}}u^{1/2}\,duThis doesn't look much better than what you started with, so you'll want to try something different.

When you see something like 1+x2, you should think "trig substitution."
 
vela said:
You can't simply treat the remaining x as a constant. You have to write everything in terms of u. If you solve for x in terms of u, you get x=\sqrt{u-1}, so you end up with
\int\frac{1}{2x}u^{1/2}\,du = \int\frac{1}{2\sqrt{u-1}}u^{1/2}\,duThis doesn't look much better than what you started with, so you'll want to try something different.

When you see something like 1+x2, you should think "trig substitution."

OK thanks! We haven't even learned integration by parts yet, let alone trig substitution. So I must not be able to solve this problem.
 
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