How to Calculate the Integral of x / sqrt(x²+1) from 0 to sqrt(3)?

noname1
Messages
131
Reaction score
0
The problem is: ∫ x / sqrt(x²+1)

Upper limit is sqrt 3
lower limit is 0

I choose u as x²+1

1/2du = dx.x

1/2∫ 1/u^1/2 =

1/2∫ u^(-1/2)du =

1/2 ∫ U^(1/2) / (1/2) =

(1/2) * (2/1) * u^1/2 = 1 * u^(1/2)u = (sqrt3)² + 1 = 4
u = 0² + 1 = 1

than i substituted

1 * 4^1/2 - 1 * 1^(1/2) =
1 * 2 - 1 * 1 =
2 - 1 = 1

is this correct?
 
Last edited:
Physics news on Phys.org
noname1 said:
The problem is: ∫ x / sqrt(x²+1)

Upper limit is sqrt 3
lower limit is 0

I choose u as x²+1

1/2du = dx.x

1/2∫ 1/u^1/2 =

1/2∫ u^(-1/2)du =

1/2 ∫ U^(1/2) / (1/2) =

(1/2) * (2/1) * u^1/2 = 1 * u^(1/2)


u = (sqrt3)² + 1 = 4
u = 0² + 1 = 1

than i substituted

1 * 4^1/2 - 1 * 1^(1/2) =
1 * 2 - 1 * 1 =
2 - 1 = 1

is this correct?
Yes. Here's another way that changes the limits of integration for the same substitution.

\int_0^{\sqrt{3}} \frac{x~dx}{\sqrt{x^2 + 1}}
= \frac{1}{2}\int_1^4 u^{-1/2}~du~=~u^{1/2}|_1^4
=2 - 1 = 1
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top