From Numerical Analysis Using MATLAB and Excel, Third Edition
This chapter is an introduction to partial fraction expansion methods. In elementary algebra we learned how to combine fractions over a common denominator. Partial fraction expansion is the reverse process and splits a rational expression into a sum of fractions having simpler denominators.
12.1 Partial Fraction Expansion
The partial fraction expansion method is used extensively in integration and in finding the inverses of the Laplace, Fourier, and
transforms. This method allows us to decompose a rational polynomial into smaller rational polynomials with simpler denominators, from which we can easily recognize their integrals or inverse transformations. In the subsequent discussion we will discuss the partial fraction expansion method and we will illustrate with several examples. We will also use the MATLAB residue(r,p,k) function which returns the residues (coefficients) r of a partial fraction expansion, the poles p and the direct terms k. There are no direct terms if the highest power of the numerator is less than that of the denominator.
Let
where N(s) and D(s) are polynomials and thus (11) can be expressed as
The coefficients a k and b k for k = 0, 1, 2, , n are real numbers and, for the present discussion, we have assumed that the highest power of N(s) is less than the highest power of D(s), i.e., m < n. In this case, is a proper rational function. If m ? n, F(s) is an improper rational function.
It is very...
Products & Services
Topics of Interest
This chapter is an introduction to the gamma and beta functions and their distributions used with many applications in science and engineering. They are also used in probability, and in the...
This chapter is an introduction to partial fraction expansion methods. In elementary algebra we learned how to combine fractions over a common denominator. Partial fraction expansion is the reverse...
This chapter is a continuation to the Laplace transformation topic of the previous chapter and presents several methods of finding the Inverse Laplace Transformation. The partial fraction expansion...
This chapter is a continuation to the Laplace transformation topic of the previous chapter and presents several methods of finding the Inverse Laplace Transformation, The partial fraction expansion...
This chapter is a continuation to the Laplace transformation topic of the previous chapter and presents several methods of finding the Inverse Laplace Transformation. The partial fraction expansion...