Integration question, u substitution

jonc1258
Messages
5
Reaction score
0
The problem statement
Evaluate the indefinite integral

∫\frac{\sqrt{x}}{\sqrt{x}-3}dx

The attempt at a solution
My first thought was to substitute u for √(x)-3, but then du would equal \frac{1}{2\sqrt{x}}dx, and there's no multiple of du in the integrand.

Next, I tried splitting up the problem like this:
∫\frac{1}{\sqrt{x}-3}*\sqrt{x}
When u is substituted for the \sqrt{x}, du still equals\frac{1}{2\sqrt{x}}dx , but the minus 3 in the denominator of the first factor prevents cleanly substituting a multiple of du for \frac{1}{\sqrt{x}-3}dx.

Any ideas or hints?
 
Physics news on Phys.org
Notice that if ##u = \sqrt{x} - 3##, then ##u + 3 = \sqrt{x}##.

Since ##\displaystyle du = \frac{1}{2\sqrt{x}} dx, 2\sqrt{x}\ du = dx##

Does this make things easier?
 
\sqrt{x}dx= (x/\sqrt{x})dx= (\sqrt(x)^2)(dx/\sqrt{x})= (u+3)^2du
 
The denominator is kind of hard to see, it's sqrt(x)-3. Thanks for all the replies, I'll see if I can figure it out
 
Last edited:
jonc1258 said:
The problem statement
Evaluate the indefinite integral

∫\frac{\sqrt{x}}{\sqrt{x}-3}dx

The attempt at a solution
My first thought was to substitute u for √(x)-3, but then du would equal \frac{1}{2\sqrt{x}}dx, and there's no multiple of du in the integrand.
If \displaystyle \ \ du=\frac{1}{2\sqrt{x}}dx=\frac{1}{2u}dx\,,

then \displaystyle \ \ dx=2u\,du\ .

Next, I tried splitting up the problem like this:
∫\frac{1}{\sqrt{x}-3}*\sqrt{x}
When u is substituted for the \sqrt{x}, du still equals\frac{1}{2\sqrt{x}}dx , but the minus 3 in the denominator of the first factor prevents cleanly substituting a multiple of du for \frac{1}{\sqrt{x}-3}dx.

Any ideas or hints?
 
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