Difference between revisions of "Partial Fractions"
Line 78: | Line 78: | ||
===Exercises=== | ===Exercises=== | ||
Evaluate the following by the method partial fraction decomposition. | Evaluate the following by the method partial fraction decomposition. | ||
+ | |||
1. <math>\int\frac{2x+11}{(x+6)(x+5)}dx</math> | 1. <math>\int\frac{2x+11}{(x+6)(x+5)}dx</math> | ||
Revision as of 17:03, 6 October 2021
Suppose we want to find Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int\frac{3x+1}{x^2+x}dx} . One way to do this is to simplify the integrand by finding constants and so that
- .
This can be done by cross multiplying the fraction which gives
As both sides have the same denominator we must have
This is an equation for so it must hold whatever value is. If we put in we get Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A=1} and putting gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =-B=-2} so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B=2} . So we see that
Returning to the original integral
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int\frac{3x+1}{x^2+x}dx} Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =\int\frac{dx}{x}+\int\frac{2}{x+1}dx} Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =\ln|x|+2\ln\Big|x+1\Big|+C}
Rewriting the integrand as a sum of simpler fractions has allowed us to reduce the initial integral to a sum of simpler integrals. In fact this method works to integrate any rational function.
Contents
- 1 Method of Partial Fractions
- 2 Resources
Method of Partial Fractions
To decompose the rational function :
- Step 1 Use long division (if necessary) to ensure that the degree of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P(x)} is less than the degree of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x)} .
- Step 2 Factor Q(x) as far as possible.
- Step 3 Write down the correct form for the partial fraction decomposition (see below) and solve for the constants.
To factor Q(x) we have to write it as a product of linear factors (of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ax+b} ) and irreducible quadratic factors (of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ax^2+bx+c} with ).
Some of the factors could be repeated. For instance if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x) = x^3-6x^2+9x} we factor Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x)} as
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x)=x(x^2-6x+9)=x(x-3)(x-3)=x(x-3)^2}
It is important that in each quadratic factor we have Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b^2-4ac<0} , otherwise it is possible to factor that quadratic piece further. For example if then we can write
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x)=x(x^2-3x+2)=x(x-1)(x-2)}
We will now show how to write Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{P(x)}{Q(x)}} as a sum of terms of the form
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{A}{(ax+b)^k}} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{Ax+B}{(ax^2+bx+c)^k}}
Exactly how to do this depends on the factorization of and we now give four cases that can occur.
Q(x) is a product of linear factors with no repeats
This means that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x)=(a_1x+b_1)(a_2x+b_2)\cdots(a_nx+b_n)} where no factor is repeated and no factor is a multiple of another.
For each linear term we write down something of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{A}{(ax+b)}} , so in total we write
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{P(x)}{Q(x)}=\frac{A_1}{a_1x+b_1}+\frac{A_2}{a_2x+b_2}+\cdots+\frac{A_n}{a_nx+b_n}}
Example Problem
Find Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int\frac{1+x^2}{(x+3)(x+5)(x+7)}dx}
Here we have and Q(x) is a product of linear factors. So we write
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{1+x^2}{(x+3)(x+5)(x+7)}=\frac{A}{x+3}+\frac{B}{x+5}+\frac{C}{x+7}}
Multiply both sides by the denominator
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1+x^2=A(x+5)(x+7)+B(x+3)(x+7)+C(x+3)(x+5)}
Substitute in three values of x to get three equations for the unknown constants,
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{matrix} x=-3 & 1+3^2=2\cdot 4 A \\ x=-5 & 1+5^2=-2\cdot 2 B \\ x=-7 & 1+7^2=(-4)\cdot (-2)C \end{matrix}}
so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A=\tfrac{5}{4}\ ,\ B=-\tfrac{13}{2}\ ,\ C=\tfrac{25}{4}} , and
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{1+x^2}{(x+3)(x+5)(x+7)}=\frac{5}{4x+12}-\frac{13}{2x+10}+\frac{25}{4x+28}}
We can now integrate the left hand side.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int\frac{1+x^2}{(x+3)(x+5)(x+7)}dx=\tfrac{5}{4}\ln\Big|x+3\Big|-\tfrac{13}{2}\ln\Big|x+5\Big|+\tfrac{25}{4}\ln\Big|x+7\Big|+C}
Exercises
Evaluate the following by the method partial fraction decomposition.
1. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int\frac{2x+11}{(x+6)(x+5)}dx}
2. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \int\frac{7x^2-5x+6}{(x-1)(x-3)(x-7)}dx}
Q(x) is a product of linear factors some of which are repeated
If appears in the factorisation of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x)} k-times then instead of writing the piece Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{A}{ax+b}} we use the more complicated expression
Example 2
Find
Here and We write
Multiply both sides by the denominator
Substitute in three values of to get 3 equations for the unknown constants,
so and
We can now integrate the left hand side.
We now simplify the fuction with the property of Logarithms.
Exercise
3. Evaluate using the method of partial fractions.
Q(x) contains some quadratic pieces which are not repeated
If appears we use .
Exercises
Evaluate the following using the method of partial fractions.
4.
5.
Q(x) contains some repeated quadratic factors
If appears k-times then use
Exercise
Evaluate the following using the method of partial fractions.
6.
Exercies Solutions
Resources
Integration Using Partial Fraction Decomposition Part 1 by James Sousa
Integration Using Partial Fraction Decomposition Part 2 by James Sousa
Partial Fraction Decomposition Part 1 (Linear) by James Sousa
Partial Fraction Decomposition - Part 2 of 2 by James Sousa
Partial Fraction Decomposition - Example 1 by patrickJMT
Partial Fraction Decomposition - Example 2 by patrickJMT
Partial Fraction Decomposition - Example 4 by patrickJMT
Partial Fraction Decomposition - Example 5 by patrickJMT
Partial Fraction Decomposition - Example 6 by patrickJMT
Partial Fraction Decompositions by patrickJMT