Partial fraction decomposition
The calculator decomposes a polynomial fraction to several fractions with a simpler denominator.
The calculator below transforms a polynomial fraction into a sum of simpler fractions. The fraction numerator is defined by a sequence of coefficients (starting from higher-degree coefficient to lower one). The denominator is given by a product of linear or quadratic polynomials raised to a degree >=1.
Denominator polynomial factors
Factor | Exponent | ||
---|---|---|---|
Solution
The following calculator provides a simpler method to input the denominator and more complicated logic to find the fraction decomposition. But this calculator will not work if the denominator polynomial has irreducible factors of degree > 2 in rational numbers.
Partial fraction expansion procedure
The partial fraction decomposition procedure of a polynomial fraction P(x)/Q(x) is as follows:
- convert the denominator polynomial to monic by dividing P (x) and Q (x) by the leading coefficient of Q (x)
- if the degree of P1(x) is greater than or equal to the degree of Q1(x), do the long division to find the common polynomial term (quotient) and the new numerator P2(x) (remainder), which degree is less than Q1(x) degree:
, where
- find the denominator factorization as l linear factors for real roots of Q1(x) and n quadratic factors for complex roots of Q1(x):
- then the partial fraction decomposition takes the form:
, where ajk, bjk,cjk are real numbers. 1
- reduce the right side numerator to a common denominator
- expand the numerator polynomial factors and express the numerator polynomial coefficients in terms of linear expression of unknown constants ajk, bjk,cjk
- equate each coefficient of P2(x) to the linear expression with ajk, bjk,cjk corresponding to the same degree of x
- create and solve the system of linear equations to obtain ajk, bjk,cjk
You may switch on the 'Show details' toggle of the calculators above to study the procedure steps using an example.
-
V.A.Zorich Math analysis vol.1 ↩
Comments