How can I integrate sqrt(1+x^2)dx using substitution?

  • Thread starter Thread starter braindead101
  • Start date Start date
  • Tags Tags
    Integration
Click For Summary
SUMMARY

The integration of the function sqrt(1+x^2)dx can be effectively approached using hyperbolic substitution, specifically by letting x = sinh(t). This method simplifies the integral to integ(cosh^2(t) dt), which can be evaluated using the identity cosh^2(t) = (1 + cosh(2t))/2. Alternatively, the substitution x = tan(theta) leads to a more complex integral involving sec^3(theta), which can be tackled using integration by parts. Both methods yield the same result, but the hyperbolic approach is generally more straightforward.

PREREQUISITES
  • Understanding of hyperbolic functions and their identities
  • Familiarity with trigonometric substitutions in integration
  • Knowledge of integration techniques, including integration by parts
  • Ability to manipulate and simplify integrals involving secant and hyperbolic functions
NEXT STEPS
  • Study hyperbolic function identities and their applications in integration
  • Learn the technique of integration by parts in depth
  • Practice integrating sec^3(x) using various methods
  • Explore advanced integration techniques, including substitution methods for complex integrals
USEFUL FOR

Students in calculus, mathematicians, and anyone seeking to improve their skills in integration techniques, particularly those involving hyperbolic and trigonometric functions.

braindead101
Messages
158
Reaction score
0
I can't seem to figure out how to integrate this.

integ ( sqrt (1+x^2) dx )

I am pretty sure I need to substitute the inside but I cannot figure out what. I have tried substituting x = tan theta, and i get stuck at integral (sec (theta)^3 dtheta)

here is my work: (I am goin to use q as theta)

integ ( sqrt (1+x^2) dx )
let tan q = x
sec^2q dq = dx

integ ( sqrt (1+tan^2q) sec^2 q dq )
= integ (sqrt (sec^2 q) sec^2 q dq ) (trig identity)
= integ (sec q (sex^2 q) dq)
= integ (sec^3 q dq)
= integ (1/sin^3 q dq)

and I am stuck here...
unless this is the wrong substitution, in which case, i have no clue.
 
Physics news on Phys.org
Try \int{\sec{x}\sec^2{x}dx} = \int{\sec{x}\left(1+\tan^2{x}\right)dx}

And \sec{x} is \frac{1}{\cos{x}}, not \frac{1}{\sin{x}}. :wink:
 
Substitute x=\sinh t. And use a double angle formula for the hyperbolic functions.
 
You can also do it with integration by parts, it's pretty lengthy but you don't have to deal with hyperbolic or trig substitutions.
 
Dex's substitution gets you there the fastest, but you may not know about hyperbolic trig functions yet. You can use the x= tan theta substitution, but of course the resulting sec cubed integral is not the easiest. So if you really want to go that way, do integration by parts on the sec cubed integral, its actually not that lengthy compared to other elementary methods. You should get the sec cubed integral on both sides of the equation, then its just simple algebra.
 
I have tried to do the hyperbolic trig way because I am stuck on mine and I can't seem to integrate the sec^3q

this is what i have for hyperbolic, i am stuck and can't seem to integrate the last one

integ (sqrt (1+x^2)dx)
let x = sinh t
dx/dt = cosh t
integ (sqrt (1+sinh^2t) (cosh t dt))
identity: cosh^2t - sinh^2t = 1
integ (sqrt (cosh^2t) cosh t dt)
integ (cosh^2t dt)

how do i integrate this?
 
\cosh^2 x = \frac{1 + \cosh (2x)}{2}
 
okay, so I have done everything and integrated the whole thing, now because I have never learned about the hyperbolic function, i am having trouble doing this.

here is my work for the rest of the integration:
(previous work)
integ (sqrt (1+x^2)dx)
let x = sinh t
dx/dt = cosh t
integ (sqrt (1+sinh^2t) (cosh t dt))
identity: cosh^2t - sinh^2t = 1
integ (sqrt (cosh^2t) cosh t dt)
integ (cosh^2t dt)
(finishing it off)
integ ( (1+ cosh(2t))/2 dt)
= 1/2 integ ( 1+cosh(2t) dt)
= 1/2 [ t + 1/2 sinh (2t) ]

So my actual question was to evaluate this:
and now with the sinh, I am unsure how to evaluate this. What is the relationship between sinh and sin?

actual question:
\int^{1}_{0}\int^{1}_{y}\sqrt{1+x^{2}}dxdy
 
Well to do your iterated integral:

First finish off the anti derivative for the inner integral. To do this, first use the definition:
\sinh x = \frac{e^x - e^{-x}}{2}. We define the inverse function and call it argsinh. Also, use the following identitys (which you can verify from the definition): \sinh (2t) = 2 \sinh t \cosh t and \cosh^2 t - \sinh^2 t = 1

So now the anti derivative is \frac{ \argsinh x}{2} + \frac{x \sqrt{1+x^2}}{2}

Now, argsinh 1 = 0, because if you let x=0 into the sinh definition, you get 1.
The Inner integral is now thus: \frac{\sqrt{2}}{2} - \frac{ \argsinh y}{2} - \frac{y\sqrt{1+y^2}}{2}.

So now for the outer integral, the first part is very straightforward, the 3rd part just needs a substitution u=y^2+1. The only one that is somewhat difficult is the argsinh one, which you can get by integration by parts. First take the factor of 1/2 out of the integral, then let u= argsinh y, dv=dy.

Good luck
 
  • #10
okay, i have read this about 10 times trying to understand this, i have tried substituting everything into get the antiderivative you got, but i constantly get something different.
why is this integral so hard , am i doing it the hard way is there an easier way to compute this.
 
  • #11
Using some techniques, it's pretty easy.
 

Attachments

  • #12
i'm not sure if i can use the formula to help the integration because i also have this formula somewhere, but i don't see how else i can integrate without it as the solution with the hyperbolic substitution is too difficult for me.

nevermind i see how you did this, and i would have never known how to do this...
i clearly am in the wrong major
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K