I need to decompose (1/((s - 2)^(2) + 1^(2))) into partial fractions, but I am not sure how exactly.
Here are my attempts:
Attempt 1
(1/((s - 2)^(2) + 1^(2))) =
(A/(s - 2)) + (B/(s - 2)^(2)) + (C/(1)) + (D/(1^(2))) =
(A/(s - 2)) + (B/(s - 2)^(2)) + C + D
I only get (1/((s - 2)^(2))) from this, I am missing the "+ 1^(2)" part.
Attempt 2
(1/((s - 2)^(2) + 1^(2))) =
(A/(s - 2)) + (B/(s - 2)^(2)) + (C/(1)) =
(A/(s - 2)) + (B/(s - 2)^(2)) + C
I'm obviously messing up somewhere. My original denominator is s^(2) - 4s + 5 in which I completed the square and converted it to (s - 2)^(2) + 1^(2). I am unable to find any partial fraction examples using the case of having the extra "+ 1^(2)" remaining.
Question Summarized: How can I correctly decompose a completed square like the one in my example into partial fractions?
Edit: In my case, I didn't have to use partial fractions after all in this problem as it was in a Laplace transform form. However, I marked the answer as correct in case it helps anyone in the future.