Partial Fraction Decomposition #3

AI Thread Summary
The discussion focuses on finding the partial fraction decomposition for two expressions: x^4/(x-1)^3 and 1/(a^2-x^2). For the first expression, the user attempts to set up a system of equations but struggles with solving for constants a, b, and c, ultimately realizing that the fraction is improper and needs conversion before decomposition. In the second expression, the user explores the decomposition but encounters difficulties in forming and solving the resulting equations. Suggestions are made to use different variable names to avoid confusion and to convert improper fractions before proceeding. The conversation highlights the challenges in partial fraction decomposition and the importance of proper fraction forms.
themadhatter1
Messages
139
Reaction score
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.
 
Physics news on Phys.org
1. It is not a proper fraction. Convert it first before you decompose it.

2. It might help to use "A and B" instead of "a and b" as your unknown constants...so you wouldn't mix up your 'a's?
 
oh. Thanks! Those hints helped me solve my problems.
 

Similar threads

Replies
4
Views
1K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
6
Views
1K
Replies
4
Views
2K
Replies
21
Views
1K
Replies
3
Views
2K
Back
Top