Integrating Rational Functions

Mosaness
Messages
92
Reaction score
0
1. ∫\frac{dx}{x<sup>3</sup> + 2x}

We're suppose to evaluate the integral.

Use Partial Fraction Decomposition:

\frac{1}{x<sup>3</sup> + 2x} = \frac{A}{x} + \frac{Bx + C}{x<sup>2</sup> + 2}

1 = A(x2 + 2) + (Bx + C)(x)
1 = Ax2 + 2A + Bx2 + Cx
1 = x2( A + B) + Cx + 2A

Solving for A gives \frac{1}{2}
Solving for B gives -\frac{1}{2}
Solving for C gives 0

∫\frac{dx}{x(x<sup>2</sup> + 2} = \frac{1}{2}∫\frac{dx}{x} - \frac{1}{2}∫\frac{dx}{x<sup>2</sup> + 2}

When we evaluate this, I get:

\frac{1}{2}ln x - \frac{1}{2}tan-1\frac{x}{\sqrt{2}}

Or should it be:

\frac{1}{2}ln x - \frac{1}{2}ln (x2 + 2)
 
Physics news on Phys.org
Mosaness said:
1. ∫\frac{dx}{x<sup>3</sup> + 2x}

We're suppose to evaluate the integral.

Use Partial Fraction Decomposition:

\frac{1}{x<sup>3</sup> + 2x} = \frac{A}{x} + \frac{Bx + C}{x<sup>2</sup> + 2}

1 = A(x2 + 2) + (Bx + C)(x)
1 = Ax2 + 2A + Bx2 + Cx
1 = x2( A + B) + Cx + 2A

Solving for A gives \frac{1}{2}
Solving for B gives -\frac{1}{2}
Solving for C gives 0

∫\frac{dx}{x(x<sup>2</sup> + 2} = \frac{1}{2}∫\frac{dx}{x} - \frac{1}{2}∫\frac{dx}{x<sup>2</sup> + 2}
B was the coefficient of x in the numerator. What happened to x?

Also, don't mix tags inside of expressions. It is causing what you wrote to not render correctly.<br /> <br /> <blockquote data-attributes="" data-quote="Mosaness" data-source="post: 4004137" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> Mosaness said: </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> When we evaluate this, I get:<br /> <br /> \frac{1}{2}ln x - \frac{1}{2}tan<sup>-1</sup>\frac{x}{\sqrt{2}}<br /> <br /> Or should it be:<br /> <br /> \frac{1}{2}ln x - \frac{1}{2}ln (x<sup>2</sup> + 2) </div> </div> </blockquote>
 
Mark44 said:
B was the coefficient of x in the numerator. What happened to x?

Also, don't mix tags inside of expressions. It is causing what you wrote to not render correctly.
<br /> <br /> I fixed it:<br /> <br /> And I got <br /> <br /> \frac{1}{2}ln x - \frac{1}{4}ln(x<sup>2</sup> + 2)<br /> <br /> Is this correct?
 
Why don't you check for yourself? If your answer is correct, it should be true that
d/dx[1/2 * ln(x) - (1/4) * ln(x2 + 2)] = 1/(x3 + 2x), the original integrand.
 
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