Integration by Parts: Solving Integrals with √(1+x^2) and x

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Chris Fernandes
Messages
2
Reaction score
0

Homework Statement


[/B]
upload_2016-6-2_21-5-50.png


Homework Equations


∫ f(x) g'(x) dx = f(x) g(x) - ∫ f '(x) g(x) dx

f(x)=√(1+x^2)
f '(x)=x * 1/√(1+x^2)

g'(x)=1
g(x)=x

The Attempt at a Solution


∫ √(1+x^2) * 1 dx
=x * √(1+x^2) - ∫ x^2 * 1/√(1+x^2) dx

Further integration just makes the result look further from what it's supposed to look like
 
Physics news on Phys.org
Chris Fernandes said:
=x * √(1+x^2) - ∫ x^2 * 1/√(1+x^2) dx
The latter part may help to go to your answer. You maybe can try to make it become ##\frac{x^2}{\sqrt{1+x^2}}=\sqrt{1+x^2}-\frac{1}{\sqrt{1+x^2}}.##
 
tommyxu3 said:
The latter part may help to go to your answer. You maybe can try to make it become ##\frac{x^2}{\sqrt{1+x^2}}=\sqrt{1+x^2}-\frac{1}{\sqrt{1+x^2}}.##

Thank you!