Solving a Complex Integral with Partial Fractions

AI Thread Summary
The integral discussed is ∫ (1/(x√(4x+1))) dx, which is approached by substituting u = √(4x+1). This leads to a transformed integral of 4 ∫ (1/(u(u+1)(u-1))) du, where partial fractions are required. The user initially struggles with finding the coefficients A, B, and C for the partial fraction decomposition. After some guidance, they correctly identify the coefficients as A = -1, B = 1/2, and C = 1/2. The discussion concludes with the user confirming their understanding and readiness to proceed with the integration.
laker88116
Messages
57
Reaction score
0
\int \frac {1}{x\sqrt{4x+1}}dx

Here's what I have done so far on this problem

I let u= \sqrt{4x+1}, so then u^2=4x+1, du= \frac {2dx}{u} and x= \frac {u^2-1}{4}

Substituting, I get \int \frac {1}{(\frac{u^2-1}{4})u}du

Then moving stuff around, I get 4 \int \frac {du}{u(u+1)(u-1)}

I know I have to use partial fractions. But I am not sure where to start. Any help is appreciated.
 
Physics news on Phys.org
laker88116 said:
\int \frac {1}{x\sqrt{4x+1}}dx

Here's what I have done so far on this problem

I let u= \sqrt{4x+1}, so then u^2=4x+1, du= \frac {2dx}{u} and x= \frac {u^2-1}{4}

Substituting, I get \int \frac {1}{(\frac{u^2-1}{4})u}du

Then moving stuff around, I get 4 \int \frac {du}{u(u+1)(u-1)}

I know I have to use partial fractions. But I am not sure where to start. Any help is appreciated.

\frac{1}{u(u+1)(u-1)}=\frac{A}{u}+\frac{B}{u+1}+\frac{C}{u-1}
 
I know that, but then what do I do, I have to get a common denominator, which is u(u+1)(u-1), but then what?
 
laker88116 said:
I know that, but then what do I do, I have to get a common denominator, which is u(u+1)(u-1), but then what?

Multiply both sides by u(u+1)(u-1) so that the left side is 1. Simplify to get A, B, and C.
 
Ok, I get A=-1, b=1/2, c=1/2, is that right?
 
laker88116 said:
Ok, I get A=-1, b=1/2, c=1/2, is that right?

Looks good.
 
Ok, I think I got it. Thanks.
 
laker88116 said:
\int \frac {1}{x\sqrt{4x+1}}dx

Here's what I have done so far on this problem

I let u= \sqrt{4x+1}, so then u^2=4x+1, du= \frac {2dx}{u} and x= \frac {u^2-1}{4}

Substituting, I get \int \frac {1}{(\frac{u^2-1}{4})u}du

Then moving stuff around, I get 4 \int \frac {du}{u(u+1)(u-1)}

I know I have to use partial fractions. But I am not sure where to start. Any help is appreciated.
Just a little bit missed out. When substituting into the integrand written in terms of x, you forgot to replace the dx with (u/2)du.

\mbox{let}\ u= \sqrt{4x+1}\ \mbox{, so then}\ u^2=4x+1\ \mbox{,}\ du= \frac {2dx}{u}\ \rightarrow dx = \frac{u}{2}\ du \mbox{, and}\ x= \frac {u^2-1}{4}

Substituting gives \int \frac {1}{x\sqrt{4x+1}}dx = \int \frac {1}{(\frac{u^2-1}{4})u}.\frac{u}{2}\ du = \int \frac{2}{u^2 - 1}\ du

Now you can do the partial fractions bit.
 
Back
Top