Partial Fraction Decomposition

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
PBJinx
Messages
10
Reaction score
0
The equation i currently have is

(-7s+52)/(s^2-8s+16)

I need to convert it into a partial fraction decomposition to do a inverse Laplace Transform, but i seem to be stuck with the algebra of the what I am supposed to do.


The equation I am supposed to use to set them is

A/(s+a) + B/(s+a)^2


What i have done so far is

S^2-8s+16=A/(s-4)+B/(s-4)^2

which then brings me to

A(s-4)^2+B(s-4)=7s+52

solving for A or B being 0 will not work. must I use quadratics to solve?

i am very lost and have been at this one all day
 
Physics news on Phys.org
PBJinx said:
What i have done so far is

S^2-8s+16=A/(s-4)+B/(s-4)^2
I assume you mean this:
[tex]\frac{-7s+52}{s^2-8s+16} = \frac{A}{s-4} + \frac{B}{(s-4)^2}[/tex]

which then brings me to

A(s-4)^2+B(s-4)=7s+52
This is wrong. When you multiply both sides by s2 - 8s + 16 you should get
[tex]-7s + 52 = A(s - 4) + B[/tex]
 
Ahh. thank you sir, got it right now