Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to content

2903 Partial Fractions Undetermined Coefficients

Introduction

Not every F(s) we encounter is in the Laplace table. Partial fractions is a method for re-writing F(s) in a form suitable for the use of the table.
In this note we will run through the various cases encountered when we apply the method of partial fractions decomposition to a rational function. In the next note we will learn the Heaviside cover-up method, which simplifies some of the algebra.
Note: We use the term undetermined coefficients in the same way it was use when solving an ODE with polynomial input. It involves setting a polynomial with unknown coefficients equal to a known polynomial and solving for the unknown coefficients by equating them with the known ones.

Rational Functions

A rational function is one that is the ratio of two polynomials. For example s+1s2+7s+9 and s2+7s+9s+1 are both rational functions.
A rational function is called proper if the degree of the numerator is strictly smaller than the degree of the denominator; in the examples above, the first is proper while the second is not.
Long-division: Using long-division we can always write an improper rational function as a polynomial plus a proper rational function. The partial fraction decomposition only applies to proper functions.
Example 1. Use long-division to write s3+2s+1s2+s2 as a the sum of a polynomial and a proper rational function.
Solution. +s1s2+s2|s3+2s+1s3+s22ss2+4s+1s2s+2+5s1 Therefore, s3+2s+1s2+s2=s1+5s1s2+s2

Linear Factors

Here we assume the denominator factors in distinct linear factors. We start with a simple example. We will explain the general principle immediately afterwords.
Example 2. Decompose R(s)=s3(s2)(s1) using partial fractions. Use this to find L1(R(s)).
Solution. s3(s2)(s1)=As2+Bs1 Multiplying both sides by the denominator on the left gives s3=A(s1)+B(s2) The sure algebraic way is to expand out the right hand side and equate the coefficients with those of the polynomial on the left. s3=(A+B)s+(A2B)\rArr{1=A+B3=A2B We solve this system of equations to find the undetermined coefficients A and B: A=1,B=2.
Answer: R(s)=1/(s2)+2/(s1)
Table lookup then gives L1(R(s))=e2t+2et.
Note: In this example it would have been easier to plug the roots of each factor into equation (1). When you do this every term except one becomes 0.
Plug in s=1\rArr2=B(12)\rArrB=2.
Plug in s=2\rArr1=A(21)\rArrA=1.
In general, if P(s)/Q(s) is a proper rational function and Q(s) factors into distinct linear factors Q(s)=(sa1)(sa2)(san) then P(s)Q(s)=A1sa1+A2sa2++Ansan The proof of this is not hard, but we will not give it. Remember you must have a proper rational function and each of the factors must be distinct. Repeated factors are discussed below.
Example 3. Use partial fractions to find L1(3s33s2s+3)
Solution. The hardest part of this problem is to factor the denominator. For higher order polynomials this might be impossible. In this case you can check s33s2s+3=(s1)(s+1)(s3) The partial fractions decomposition is 3(s1)(s+1)(s3)=As1+Bs+1+Cs3 Multiplying through by the denominator gives 3=A(s+2)(s3)+B(s1)(s3)+C(s1)(s+2) Plugging in s=1 gives A=3/4, likewise s=1 gives B=3/8 and s=3 gives C=3/8.
Our answer is L1(3s33s2s+3)=Aet+Bet+Ce3t=34et+38et+38e3t

Quadratic Factors

If the denominator has quadratic factors then, the numerator in the partial fraction decomposition will be a linear term instead of a constant.
Example 4. Find L1(s1(s+1)(s2+4)).
Solution. This is a proper rational function so s1(s+1)(s2+4)=As+1+Bs+Cs2+4 Notice the quadratic factor gets a linear term in the numerator. Notice also that the number of unknown coefficients is the same as the degree of the denominator in the original fraction.
From (2) we can write L1(s1(s+1)(s2+4)=Aet+Bcos(2t)+C2sin(2t) All that's left is to do some algebra to find the coefficients Muliplying (2) through by the denominator gives s1=A(s2+4)+(Bs+C)(s+1)=(A+B)s2+(B+C)s+(4A+C) Equate the coefficients on both sides: s2:0=A+Bs:1=B+Cs0:1=4A+C Solving, we get A=2/5,B=2/5,C=3/5.
Example 5. Don't be fooled by quadratic terms that factor into linear ones. 1(s+1)(s24)=1(s+1)(s+2)(s2)=As+1+Bs+2+Cs2 Example 6. Don't forget that the rational function must be proper. For example, decompose s3+2s+1s2+s2 using partial fractions.
Solution. First, we must use long-division to make this proper. From example (1) we have s3+2s+1s2+s2=s1+5s1s2+s2=s1+5s1(s+2)(s1)=s1+As+2+Bs1 Solving for the undetermined coefficients gives A=11/3,B=4/3.

Repeated Linear Factors

For repeated linear factors we need one partial fraction term for each power of the factor as illustrated by the following example. Example 7. Find L1(2ss3(s+1)2(s+2)) using partial fractions.
Solution. 2ss3(s+1)2(s+2)=As+Bss+Cs3+Ds+1+E(s+1)2+Fs+2 Here the denominator has a linear factor s repeated three times (term s3), and a linear factor (s+1) repeated twice (term (s+1)2); hence three partial fractions are associated with the first, while two are associated with the latter. The term (s+2) which is not repeated leads to one partial fraction as previously seen. You can check that the coefficients are A=5/2,B=1,C=0,D=2,E=2,F=1/2 Using the s-shift rule we have L1(1/(s+1)2)=tet. Thus, L1(2ss3(s+1)2(s+2))=A+Bt+C2t2+Det+Etet+Fe2t=52+t+2et+2tet+12e2t

Repeated Quadratic Factors

Just like repeated linear factors, quadratic factors have one term for each power of the factor as illustrated in the following example.
Example 8. Find L1(2ss(s2+1)2(s2+4s+6)) using partial fractions. Solution. The partial fractions decomposition is 2ss(s2+1)2(s2+4s+6)=As+Bs+Cs2+1+Ds+E(s2+1)2+Fs+Gs2+4s+6 Note the repeated factor (s2+1)2 lead to two partial fraction terms.
We won't compute the coefficients - you can do this by going through the algebra. Instead, we'll focus on finding the Laplace inverse. Our table contains the terms with repeated quadratic factors. L1(Ds(s2+1)2)=Dt2sin(t)L1(E(s2+1)2)=E12(sin(t)tcos(t)) For the terms with denominator s2+s+2 we need to complete the square. Notice that we make sure to also shift the s-term in the numerator. L1(Fs+Gs2+4s+6)=L1(F(s+2)+G2F(s+2)2+2)=Fe2tcos(2t)+12(G2F)e2tsin(2t) Putting this together, the answer is L1(2ss(s2+1)2(s2+4s+6))=A+Bcos(t)+Csin(t)+Dt2sin(t)+E12(sin(t)tcos(t))+Fe2tcos(2t)+12(G2F)e2tsin(2t)

Complex Factors

We can allow complex roots. In this case all quadratic terms factor into linear terms. Example 9. Decompose s/(s2+ω2) using complex partial fractions and use it to show L1(s/(s2+ω2))=cos(ωt).
Solution. ss2+ω2=s(s+iω)(siω)=As+iω+Bsiω Multiplying through by the denominator gives s=A(siω)+B(s+iω)
Plug in s=iω\rArrB=1/2
Plug in s=iω\rArrA=1/2
From the table: L1(ss2+ω2)=L1(As+iω+Bsiω)=Aeiω+Beiω=12(eiω+eiω)=cos(ωt)