Solving U-Substitution Problem: Integrate x/sqrt(x+1)dx

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement



##\displaystyle \int \frac{x}{\sqrt{x + 1}}dx##

Homework Equations

The Attempt at a Solution


[/B]
First, I let ##u = x + 1##. Then ##du = dx## and ##x = u - 1##.

So ##\displaystyle \int \frac{u - 1}{\sqrt{u}}du = \int u^{\frac{1}{2}} - u^{-\frac{1}{2}}du = \frac{2}{3}u^{\frac{3}{4}} - 2u^{\frac{1}{2}} + C = \frac{2}{3}u\sqrt{u} - 2u + C = \frac{2}{3}u(\sqrt{u} - 3) + C = \frac{2}{3}(x + 1)(\sqrt{x + 1} - 3) + C##

However, the answer book says that the correct answer is ##\displaystyle \frac{2}{3}(x - 1)\sqrt{x + 1} + C##

What am I doing wrong?
 
Physics news on Phys.org
Check what ##\int u^{p}du## is for ##p \neq -1##. You made a mistake when computing one of the integrals.

Mr Davis 97 said:
##\frac{2}{3}u^{\frac{3}{4}} - 2u^{\frac{1}{2}} + C = \frac{2}{3}u\sqrt{u} - 2u + C##
Also, in the above step something went wrong.

Hmm, I find a slightly different result than what your book says ...
 
Last edited:
Mr Davis 97 said:

Homework Statement



##\displaystyle \int \frac{x}{\sqrt{x + 1}}dx##

Homework Equations

The Attempt at a Solution


[/B]
First, I let ##u = x + 1##. Then ##du = dx## and ##x = u - 1##.

So ##\displaystyle \int \frac{u - 1}{\sqrt{u}}du = \int u^{\frac{1}{2}} - u^{-\frac{1}{2}}du = \frac{2}{3}u^{\frac{3}{4}}##
You don't mean ##u^{\frac{3}{4}}##there.
## - 2u^{\frac{1}{2}} + C = \frac{2}{3}u\sqrt{u} - 2u + C##

and you don't mean ##2u## there.

Fix that, and with a little care you will find the text answer is correct.
 
Last edited:
Mr Davis 97 said:

Homework Statement



##\displaystyle \int \frac{x}{\sqrt{x + 1}}dx##

Homework Equations

The Attempt at a Solution


[/B]
First, I let ##u = x + 1##. Then ##du = dx## and ##x = u - 1##.

So ##\displaystyle \int \frac{u - 1}{\sqrt{u}}du = \int u^{\frac{1}{2}} - u^{-\frac{1}{2}}du = \frac{2}{3}u^{\frac{3}{4}} - 2u^{\frac{1}{2}} + C = \frac{2}{3}u\sqrt{u} - 2u + C = \frac{2}{3}u(\sqrt{u} - 3) + C = \frac{2}{3}(x + 1)(\sqrt{x + 1} - 3) + C##

However, the answer book says that the correct answer is ##\displaystyle \frac{2}{3}(x - 1)\sqrt{x + 1} + C##

What am I doing wrong?

The book's answer is incorrect; differentiate it wrt x to see that it fails to give back the integrand ##x/\sqrt{x+1}##.
 
Mr Davis 97 said:
However, the answer book says that the correct answer is ##\displaystyle \frac{2}{3}(x - 1)\sqrt{x + 1} + C##

What am I doing wrong?

Ray Vickson said:
The book's answer is incorrect; differentiate it wrt x to see that it fails to give back the integrand ##x/\sqrt{x+1}##.

Yes. I made the same silly error the book did. The text answer should have been$$
\frac{2}{3}(x - 2)\sqrt{x + 1} + C$$
 
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