Difference between revisions of "Partial fraction decomposition"
Quantum leap (talk | contribs) |
m (proofreading) |
||
Line 13: | Line 13: | ||
== Examples == | == Examples == | ||
− | One of the uses of decomposition by partial fractions | + | One of the uses of decomposition by partial fractions transforms an otherwise difficult (or possibly infinite!) sum to [[telescope]]. |
Consider the sum | Consider the sum | ||
− | <math>\sum_{n=1}^{99}\frac{1}{n(n+1)}=\frac{1}{1*2}+\frac{1}{2*3}+...+\frac{1}{99*100} </math> | + | <math>\sum_{n=1}^{99}\frac{1}{n(n+1)}=\frac{1}{1*2}+\frac{1}{2*3}+...+\frac{1}{99*100} </math>. |
− | We can rewrite the general term <math>\frac{1}{n(n+1)}=\frac{a}{n}+\frac{b}{n+1}</math> for some constants a and b( | + | We can rewrite the general term <math>\frac{1}{n(n+1)}=\frac{a}{n}+\frac{b}{n+1}</math> for some constants a and b (I wanted A and B but it wouldn't "parse"). Multiplying both sides of the equation by n(n+1) and solving by substituting n=1, -1, we find that a=1 b=-1. Hence, the sum can be rewritten <math>\sum_{n=1}^{99}\frac{1}{n(n+1)}=\sum_{n=1}^{99}\left(\frac{1}{n}+\frac{-1}{n+1}\right)=\left(1-\frac{1}{2}\right)+\left(\frac{1}{2}-\frac{1}{3}\right)+...+\left(\frac{1}{99}+\frac{1}{100}\right)=1-\frac{1}{100}=\frac{99}{100}</math>. |
Partial fraction decomposition has several common uses. It allows for much easier integration of rational functions, allowing one to integrate a complicated rational function term by term. Additionally, it can be used in summations, causing sums to often telescope or have a much easier form which can be expressed with a closed form. It has several other minor uses, as well. | Partial fraction decomposition has several common uses. It allows for much easier integration of rational functions, allowing one to integrate a complicated rational function term by term. Additionally, it can be used in summations, causing sums to often telescope or have a much easier form which can be expressed with a closed form. It has several other minor uses, as well. |
Revision as of 17:38, 19 June 2006
Any rational function of the form maybe written as a sum of simpler rational functions.
To find the decomposition of a rational function, first perform the long division operation on it. This transforms the function into one of the form , where is the remainder term and .
Next, for every factor in the factorization of , introduce the terms
(Note that the variable has no relation to being the 26th letter in the alphabet.)
Next, take the sum of every term introduced above and equate it to , and solve for the variables . Once you solve for all the variables, then you will have the partial fraction decomposition of .
Examples
One of the uses of decomposition by partial fractions transforms an otherwise difficult (or possibly infinite!) sum to telescope. Consider the sum . We can rewrite the general term for some constants a and b (I wanted A and B but it wouldn't "parse"). Multiplying both sides of the equation by n(n+1) and solving by substituting n=1, -1, we find that a=1 b=-1. Hence, the sum can be rewritten .
Partial fraction decomposition has several common uses. It allows for much easier integration of rational functions, allowing one to integrate a complicated rational function term by term. Additionally, it can be used in summations, causing sums to often telescope or have a much easier form which can be expressed with a closed form. It has several other minor uses, as well.