MHB Polynomial Long Division w Integrals

shamieh
Messages
538
Reaction score
0
I do not understand how I would do this with long division since there is only 2 terms. I can't remember the trick. Here is what I have so far.
$$
\int \frac{3x^2 - 2}{x^2 - 2x - 8} dx$$

so I got $$\int 3 + \frac{x^2 - 2}{(x - 4)(x + 2)}$$

I'm not sure if that's right? I just factored it out instead of long division. I Don't recall what "synthetic division" is either.

So I have $$(x - 4)(x + 2) = A(x+2) + B(x-4)$$Am I on the right track or no?
 
Physics news on Phys.org
Synthetic division is possible, but not usually recommended when the denominator is quadratic or higher. To do polynomial long division, just make sure that the dividend and the divisor have all the descending powers of $x$. If there are any missing powers, add it in as follows:
$$ \frac{3x^2-2}{x^2 -2x-8}= \frac{3x^2+0x-2}{x^2-2x-8}.$$
Now do the usual long division algorithm.
 
Last edited:
shamieh said:
I do not understand how I would do this with long division since there is only 2 terms. I can't remember the trick. Here is what I have so far.
$$
\int \frac{3x^2 - 2}{x^2 - 2x - 8} dx$$

so I got $$\int 3 + \frac{x^2 - 2}{(x - 4)(x + 2)}$$

I'm not sure if that's right? I just factored it out instead of long division. I Don't recall what "synthetic division" is either.

So I have $$(x - 4)(x + 2) = A(x+2) + B(x-4)$$Am I on the right track or no?
I would re-write:

$3x^2 - 2 = 3(x^2 - 2x - 8) + 6x + 22$

This turns your integral into:

[math]\int \frac{3x^2 - 2}{x^2 - 2x - 8}dx = \int 3\ dx + \int\frac{6x + 22}{x^2 - 2x - 8}dx[/math]

Next, re-write $6x + 22$ as $6(x + 2) + 10$

so that:

[math]\int\frac{6x + 22}{x^2 - 2x - 8}dx = \int \frac{6}{x - 4}dx + \int\frac{10}{x^2 - 2x - 8}dx[/math]

Now you're in a position to use "partial fraction decomposition", by solving:

$A(x - 4) + B(x + 2) = 10$ leading to:

$A + B = 0$
$2B - 4A = 10$

which should not be that hard.
 
Deveno said:
I would re-write:

$3x^2 - 2 = 3(x^2 - 2x - 8) + 6x + 22$

What is going on here Deveno? Your setting the numerator = to the denominator? Where are those extra terms coming from? Are you completing the square? I am lost, can you show me a little detail on this particular step just so I can understand.

Thanks again for your help in advance.
 
shamieh said:
What is going on here Deveno? Your setting the numerator = to the denominator? Where are those extra terms coming from? Are you completing the square? I am lost, can you show me a little detail on this particular step just so I can understand.

Thanks again for your help in advance.

Deveno is using the fact that:

$$3x^2-2=3x^2+6x-6x-24+22=3\left(x^2-2x-8 \right)+6x+22$$
 
Back
Top