Rational Functions and Partial Fractions
Why This Matters
This lesson introduces rational functions, which are ratios of polynomials, and explores their properties, including asymptotes and domain. A key focus is on partial fraction decomposition, a technique used to break down complex rational functions into simpler ones for easier integration or series expansion.
Key Words to Know
Introduction to Rational Functions
A rational function is defined as a function of the form f(x) = P(x)/Q(x), where P(x) and Q(x) are polynomials and Q(x) is not the zero polynomial. The domain of a rational function consists of all real numbers x for which Q(x) is not equal to zero. Understanding the domain is crucial as it identifies points where the function is undefined, often leading to asymptotes or holes.
Rational functions can be classified as proper or improper. A proper rational function has a numerator polynomial with a degree strictly less than the degree of the denominator polynomial (deg(P(x)) < deg(Q(x))). An improper rational function has a numerator polynomial with a degree greater than or equal to the degree of the denominator polynomial (deg(P(x)) >= deg(Q(x))). This distinction is important because improper rational functions often require polynomial long division before further analysis or decomposition.
Asymptotes of Rational Functions
Asymptotes are lines that the graph of a function approaches as it tends towards infinity. For rational functions, we primarily consider vertical and horizontal asymptotes.
Vertical Asymptotes occur at values of x where the denominator Q(x) is zero and the numerator P(x) is non-zero. If both P(x) and Q(x) are zero at a particular x-value, there might be a 'hole' in the graph instead of a vertical asymptote. To find vertical asymptotes, set the denominator equal to zero and solve for x, ensuring these values do not also make the numerator zero.
Horizontal Asymptotes describe the behavior of the function as x approaches positive or negative infinity. Their existence and location depend on the degrees of P(x) and Q(x):
- If deg(P(x)) < deg(Q(x)), the horizontal asymptote is y = 0.
- If deg(P(x)) = deg(Q(x)), the horizontal asymptote is y = (leading coefficient of P(x)) / (leading coefficient of Q(x)).
- If deg(P(x)) > deg(Q(x)), there is no horizontal asymptote (but there might be an oblique/slant asymptote, which is beyond the scope of basic A-Level but good to be aware of).
Introduction to Partial Fractions
Partial fraction decomposition is a technique used to rewrite a complex rational function as a sum of simpler rational functions. This process is particularly useful in calculus for integration and in other areas for finding inverse Laplace transforms or series expansions. The core idea is to reverse the process of adding fractions.
Before applying partial fractions, it is crucial that the rational function is proper. If it is improper, you must first perform polynomial long division to express it as a polynomial plus a proper rational function. For example, if P(x)/Q(x) is improper, we write P(x)/Q(x) = S(x) + R(x)/Q(x), where S(x) is the quotient polynomial and R(x)/Q(x) is the proper remainder fraction.
The denominator Q(x) must be factorized into its simplest linear and irreducible quadratic factors. The form of the partial fraction decomposition depends entirely on the nature of these factors.
Partial Fraction Decomposition: Distinct Linear Factors
When the denominator Q(x) can be factored into distinct linear factors, say (ax + b)(cx + d)..., the partial fractio...
Partial Fraction Decomposition: Repeated Linear Factors
If the denominator Q(x) contains repeated linear factors, such as (ax + b)^n, the partial fraction decomposition mus...
Partial Fraction Decomposition: Irreducible Quadratic Factors
When the denominator Q(x) contains an irreducible quadratic factor, meaning a quadratic factor (ax^2 + bx + c) that ...
3 more sections locked
Upgrade to Starter to unlock all study notes, audio listening, and more.
Exam Tips
- 1.Always check if the rational function is proper before attempting partial fraction decomposition. If it's improper, perform polynomial long division first.
- 2.Factorize the denominator completely into linear and irreducible quadratic factors. Errors in factorization will lead to incorrect partial fraction forms.
- 3.Be systematic when finding constants: use substitution for distinct linear factors first, then equate coefficients for remaining constants, especially with repeated or quadratic factors. Double-check your algebra.
- 4.For 'show that' questions involving partial fractions, ensure every step is clearly presented and justified, even if it seems trivial.
- 5.Practice all three types of denominator factors (distinct linear, repeated linear, irreducible quadratic) to ensure you are comfortable with the different forms of decomposition and methods for finding constants.