What is the integral of (x+2)/sqrt (3x-1)?

  • Thread starter Thread starter polepole
  • Start date Start date
  • Tags Tags
    Integral
polepole
Messages
8
Reaction score
0
\int(X + 2)/\sqrt{3X-1}




one of my attempts: u=3X-1 , du/3=dX , x = (u+1)/3

1/3\int(u+7).du/\sqrt{u} = 1/3\intu .du/\sqrt{u} + 7/3 \intdu/\sqrt{u} = 1/3\intu .du/\sqrt{u} + 14/3. sqrt{u} = stuck...

the answer should be 2/27 . (3X + 20) .\sqrt{3X-1}
 
Physics news on Phys.org
I'm not sure I'm a hundred percent following your work, but it seems that you are just making algebra errors.

The substitution you are intending to make is fine.

Then you write:

\frac{1}{3} \int \frac {(u+7)}{\sqrt{u}} du

as the integral after substitution. But this isn't right; plug u back in here, you'll find that the coefficient at front should be something different. Then you seem to have taken that 7 out as though it were a constant, but you can't do that either. Anyway, you are on the right track with substituting u = 3x - 1. Just carefully redo the algebra.
 
I forgot to multiply with 1/3 from du/3. becomes:

1/9\int(u+7).du/\sqrt{u} = 1/9\intu .du/\sqrt{u} + 7/9 \intdu/\sqrt{u} = 1/9\intu .du/\sqrt{u} + 14/3. \int \sqrt{u}

but I've found the solution from there.
btw: if you split the integral you can use 7 as an a constant and put it in front of the intgr sign
 
Last edited:
Oh, I see what you did. Yes, the 7 was fine, just the multiplier was off.
 
Integrals of the type:

<br /> \int{R(x, \sqrt[n]{a x + b}) \, dx}<br />

where R(u, v) is a rational function of both of its arguments can always be reduced to integrals of rational functions with the substitution:

<br /> t = \sqrt[n]{a x + b}<br />
 
So you would've used t=sqrt(3X-1) ?
 
polepole said:
So you would've used t=sqrt(3X-1) ?

Yes.
 
Back
Top