themadhatter1
- 139
- 0
Homework Statement
Find the partial fraction decomposition
1.
\frac{x^4}{(x-1)^3}
2.
\frac{1}{a^2-x^2}
Homework Equations
The Attempt at a Solution
1.
\frac{x^4}{(x-1)^3}
\frac{x^4}{(x-1)^3}=\frac{a}{(x-1)}+\frac{b}{(x-1)^2}+\frac{c}{(x-1)^3}
x^4=(x-1)^2+(x-1)b+c
x^4=ax^2+(-2a+b)x+(a-b+c)
I can determine that c is 1 by subbing in 1 for x to get rid of the (x-1) terms.
If I plug in a number that dosen't eliminate any terms I get a two variable equation (plugging in my value for c) and I can't solve that to get a numerical answer.
System of equations?
x^4=ax^2+(-2a+b)x+(a-b+c)
all the right sides of the system would be 0 because none of the terms on the right side correspond to the terms on the left side and that would yield a=0 b=0 c=0 which is wrong.
2.
\frac{1}{a^2-x^2}
\frac{1}{(a+x)(a-x)}
\frac{1}{a^2-x^2}=\frac{a}{(a+x)}+\frac{b}{(a-x)}
1=(a-x)a+(a+x)b
From here I'm not quite sure what to do, if you sub in x=a you get
1=2ab
\frac{1}{2a}=b
could you also have
\frac{1}{2b}=a
is x=-a you get \frac{1}{\sqrt{2}}=a
and if you foil and get it into polynomial form...
1=(-a+b)x+(ba+a^2)
If you created a matrix from this you would have a non linear system of equations, I don't know how to solve those and I don't think you need to know how to solve this problem.