I want to do a PFE of
$$ y(x) = \frac{1}{ x^2 + \sqrt{2}x +1} $$
when I try to expand the polynomial I end up with
$$ y(x) = \frac{1}{(x + \sqrt{\frac{1}{2}})( x + \sqrt{\frac{1}{2}}) + \frac{1}{2}} $$
I would know how to proceed if the $+\frac{1}{2}$ would not be there. That is what is confusing me. I tried
$$ y(x) = \frac{A}{x + \sqrt{\frac{1}{2}}} + \frac{B}{x + \sqrt{\frac{1}{2}} + \frac{1}{2}} $$
but it is not equivalent.