Partial Fraction Decomposition when denominator can't be further factored

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
tmt1
Messages
230
Reaction score
0
I have this fraction

$$x^2 / (x^2 + 9)$$

I'm not sure how to approach this problem since the denominator can't be further factored. What is the right approach for this type of problem?
 
Physics news on Phys.org
In order to do partial fractions we must have an expression that has a lower order in the numerator than in the denominator. In your case they are the same. So you would be looking for a form like [math]\frac{Ax + B}{x^2 + 9}[/math].

I would suggest looking at it like this:
[math]\frac{x^2}{x^2 + 9} = \frac{x^2 + 9 - 9}{x^2 + 9} = 1 - \frac{9}{x^2 + 9}[/math]
which is now in the desired form.

This is a fairly common trick.

-Dan
 
tmt said:
I have this fraction: $$x^2 / (x^2 + 9)$$

I'm not sure how to approach this problem since the denominator can't be further factored.
What is the right approach for this type of problem?
it depends on what you intend to do with it.

If you are trying to decompose it into Partial Fractrions, nothing can be done.

If you are trying to integrate it:

. . [tex]\int\frac{x^2}{x^2+9}dx \;=\;\int\frac{x^2+9 - 9}{x^2+9} dx[/tex]

. . [tex]=\;\int\left(\frac{x^2+9}{x^2+9} - \frac{9}{x^2+9}\right)dx \;=\;\int\left(1 - \frac{9}{x^2+9}\right) dx \;\cdots\;\text{etc.}[/tex]