How to Integrate sqrt(x^2+1) Using the u-Substitution Method?

  • Thread starter Thread starter subwaybusker
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 23K views
subwaybusker
Messages
47
Reaction score
0

Homework Statement



integral: sqrt(x^2+1)

Homework Equations





The Attempt at a Solution



I tried using x=tan[y], dx=sec^2[y]dy

Integral:
sqrt(tan^2[y]+1)sec^2[y]dy
=sec^3[y]dy
=(tan^2[y]+1)(sec[y])dy
=(tan^2[y]sec[y]+sec[y])dy

and then i was stuck.
 
Physics news on Phys.org
Well, my way of approaching this integral would be,
[tex]\int \sqrt{x^2+1} . 1[/tex]

So, now the above integral can be solved by using integral by parts, try doing it!

P.S: Here,[tex]u=\sqrt{x^2+1}[/tex] and v=1.
 
psykatic said:
Well, my way of approaching this integral would be,
[tex]\int \sqrt{x^2+1} . 1[/tex]

So, now the above integral can be solved by using integral by parts, try doing it!

P.S: Here,[tex]u=\sqrt{x^2+1}[/tex] and v=1.

Ok, so after an integration by parts, now you have to integrate x^2/sqrt(x^2+1). How is that a simplification? I think you are doing the parts integration wrong. You need to have u=sqrt(x^2+1) and v=x.
 
Nope, once you have,
[tex]\int \sqrt{x^2+1}. 1~ =~ x\sqrt{x^2+1}~-~\int \frac{x^2}{\sqrt{x^2+1}}[/tex]

Add and subtract 1 in the numerator, that'll help you, I'd solve it further if you want!
 
Last edited:
Well, putting back in our differentails, which is a bad idea to forget, and evaluting the trivial integral, our integral I through your method is given by

[tex]I = \frac{(x^2+1)^{\frac{3}{2}}}{3} - I + \int \frac{1}{\sqrt{x^2+1}}} dx[/tex]

So Now you have to integrate that last integral, which takes the same substitution as suggested earlier. This method is not the shortest way.
 
Well, Gibz thanks for making me realize my mistake! There shouldn't have been any integral before [tex]x.\sqrt{x^2+1}[/tex], my bad :sad:

Thats already integrated, going according to the rule it'd be:
[tex]\int u.v=~u\int v -\int \frac{\delta u}{\delta x} \int v[/tex]

so, considering,[tex] u=\sqrt{x^2+1}[/tex] and v=1,

it'd be
[tex]x.\sqrt{x^2+1} -\int\frac{1}{2\sqrt(x^2+1)}.2x.x[/tex]
where, 2 gets canceled in the numerator and the denominator, and the sum continues..