Solving \int_{0}^{1} \sqrt{x^2 +1}dx

  • Thread starter Thread starter suspenc3
  • Start date Start date
suspenc3
Messages
400
Reaction score
0
Hi, IM having trouble with this topic..this is probly all wrong, but any help would be appreciated:

\int_{0}^{1} \sqrt{x^2 +1}dx

so let

x=tanØ
dx=sec^2Ø

\sqrt{x^2+1} = \sqrt{tan^2Ø+ 1} = sec^2Ø

when x=0 tanØ = 0 so tanØ = 0
when x=1 tanØ =\frac{\pi}{4}[/itex]<br /> <br /> let u= cosØ<br /> du=-sinØ<br /> <br /> \int_{0}^{\frac{\pi}{4}} sec^2ØdØ=<br /> <br /> \int_{0}^{\frac{\pi}{4}} \frac{1}{cos^2Ø}dØ=<br /> <br /> -\int_{0}^{\frac{\pi}{4}} \frac{du}{u^2}dØ<br /> <br /> when Ø = 0 u = 1<br /> when Ø = pi/4, u=root2/2<br /> <br /> ..i end up with an answer of 1-(root2/2)
 
Last edited by a moderator:
Physics news on Phys.org
Could you rewrite some of those equations to make them understandable? The second latex equation, for example, doesn't make sense as is.

Next, you don't seem to be changing dx to du properly, but that may be related to the first thing I said.

Also, I think you want to use hyperbolic functions here, not trigonometric functions. Specifically, the following identities should be useful:

\cosh^2 x - \sinh^2 x = 1

\frac{d}{dx} (\sinh x ) = \cosh x

\frac{d}{dx} (\cosh x ) = \sinh x

Finally, it might be easier to rewrite the integral as:

\int \sqrt{1+x^2} dx = \int \frac{1+x^2}{\sqrt{1+x^2}}dx = \int \frac{1}{\sqrt{1+x^2}}dx+\int \frac{x^2}{\sqrt{1+x^2}}dx

The first term can be done with the right hyperbolic substitution, and the second can be integrated by parts.

Alternatively, you can use the substitution u=\sqrt{1+x^2}, but this might be a little trickier.
 
Last edited:
Mmmk. You had the right idea.

\int \sqrt{x^2+1}dx

\tan(\theta)=x
\sec^2(\theta)d\theta =dx

\int \sec^2(\theta) \sqrt{\tan^2(\theta)+1}d\theta

\int \sec^2(\theta) \sqrt{\sec^2(\theta)}d\theta

I think you can take it from here.
 
As Jameson pointed out- you have a number of errors:
\sqrt{x^2+1} = \sqrt{tan^2\phi+ 1} = sec^2\phi
is, of course, incorrect
\sqrt{x^2+1} = \sqrt{tan^2\phi+ 1} = \sqrt{sec^2\phi}= sec\phi

Actually, if it had been correct and you had
\int_{0}^{\frac{\pi}{4}} sec^2\phi d\phi
it would have been easy!
\int sec^2\phi d\phi= tan \phi

The substitution you made was incorrect because you forgot if u= cos Ø
then du= -sin Ø

By the way, "alt" codes do not work inside LaTex you need \phi to get
\phi
 
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