How to get the partial factor representation of $\frac{1}{x^2+4x+1}$?

78 Views Asked by At

I've been trying to factor this, but I don't see it.

What is the partial fractions representation of $$\frac{1}{x^2+4x+1}$$?

2

There are 2 best solutions below

2
On

Yes, it does, but not over the rationals. You can use the quadratic formula or complete the square to say $x^2+4x+1=x^2+4x+4-3=(x+2+\sqrt 3)(x+2-\sqrt 3)$ and the denominators of the partial fractions are those two factors.

2
On

Yes. Let $\alpha, \beta$ be the roots of $x^2+4x+1$. Then $$\frac{1}{x^2+4x+1} = \frac{1}{(x-\alpha)(x-\beta)} = \frac{1/(\beta-\alpha)}{x-\beta}+\frac{1/(\alpha-\beta)}{x-\alpha}$$