Polynomials and Rational Functions
Polynomials and rational functions are two important types of functions in algebra and calculus. Both play a central role in understanding the behavior of functions, solving equations, and modeling real-world situations.
1. Polynomials
A polynomial is a function that involves only powers of x with constant coefficients. Polynomials can have various degrees depending on the highest power of x present in the expression.
General Form of a Polynomial
A polynomial function in one variable x is typically written as:
f(x)=anxn+an−1xn−1+⋯+a1x+a0
Where:
- an,an−1,…,a1,a0 are constants (called coefficients).
- n is a non-negative integer, and it represents the degree of the polynomial. The degree is the highest exponent of x in the polynomial.
- an=0 (the leading coefficient cannot be zero).
Examples of Polynomials:
- Linear Polynomial (degree 1): f(x)=2x+3
- Quadratic Polynomial (degree 2): f(x)=x2−4x+7
- Cubic Polynomial (degree 3): f(x)=x3−2x2+3x−5
- Quartic Polynomial (degree 4): f(x)=2x4−3x2+5
Key Properties of Polynomials:
- Domain: The domain of a polynomial is all real numbers, (−∞,∞).
- Continuity: Polynomials are continuous and differentiable for all real values of x.
- End Behavior: The end behavior of a polynomial is determined by its degree and the sign of the leading coefficient:
- If the degree is even, the graph tends to either rise or fall at both ends, depending on the sign of the leading coefficient.
- If the degree is odd, the graph will have opposite behavior at both ends (i.e., one end will rise and the other will fall).
Example of End Behavior:
For the polynomial f(x)=−x2+3x+5 (degree 2, leading coefficient -1):
- As x→∞, f(x)→−∞ (the parabola opens down).
- As x→−∞, f(x)→−∞.
2. Rational Functions
A rational function is a ratio of two polynomials. It is defined as:
f(x)=q(x)p(x)
Where:
- p(x) and q(x) are polynomials, and q(x)=0 (the denominator cannot be zero).
Examples of Rational Functions:
- f(x)=x2−12x+3
- f(x)=x2+x−6x3+2x
Key Properties of Rational Functions:
- Domain: The domain of a rational function is all real values of x except where the denominator equals zero (since division by zero is undefined).
- To find the domain, solve q(x)=0 and exclude these values from the domain.
- Vertical Asymptotes: If the denominator q(x)=0 at some value x=c, and p(c)=0, there is a vertical asymptote at x=c.
- Horizontal Asymptotes: The horizontal asymptote describes the behavior of a rational function as x→±∞. The horizontal asymptote is determined by comparing the degrees of the numerator and denominator:
- If the degree of the numerator is less than the degree of the denominator, the horizontal asymptote is y=0.
- If the degree of the numerator is equal to the degree of the denominator, the horizontal asymptote is y=leading coefficient of denominatorleading coefficient of numerator.
- If the degree of the numerator is greater than the degree of the denominator, there is no horizontal asymptote (the function may have an oblique asymptote instead).
Example of Vertical and Horizontal Asymptotes:
For the rational function f(x)=x2−4x2+2x:
- Vertical Asymptotes: Set the denominator x2−4=0 and solve for x. This gives x=2 and x=−2. These are the vertical asymptotes.
- Horizontal Asymptote: The degree of the numerator (2) is equal to the degree of the denominator (2). Therefore, the horizontal asymptote is y=11=1.
Example of End Behavior:
For the rational function f(x)=x2+1x2+3:
- As x→∞, the degrees of the numerator and denominator are the same, so the horizontal asymptote is y=11=1.
- Similarly, as x→−∞, the horizontal asymptote is also y=1.
3. Polynomial Long Division and Synthetic Division
When working with rational functions, you may sometimes need to simplify the expression by dividing polynomials. There are two main methods for dividing polynomials:
Polynomial Long Division:
This method is similar to the long division you learned in basic arithmetic. It's used when the degree of the numerator is greater than or equal to the degree of the denominator.
Steps for Polynomial Long Division:
- Divide the first term of the numerator by the first term of the denominator.
- Multiply the denominator by the result and subtract from the numerator.
- Repeat the process until the degree of the remainder is less than the degree of the denominator.
Synthetic Division:
This is a simplified form of polynomial division used when dividing by a linear factor (i.e., a divisor of the form x−c).
Steps for Synthetic Division:
- Set the divisor equal to x−c and use the root c.
- Write down the coefficients of the polynomial.
- Perform the synthetic division steps to find the quotient and remainder.
4. Graphing Polynomials and Rational Functions
Graphing Polynomials:
- Intercepts: The x-intercepts are found by solving f(x)=0. The y-intercept is found by evaluating f(0).
- End Behavior: Analyze the degree and leading coefficient to determine the graph’s end behavior.
- Turning Points: A polynomial of degree n can have at most n−1 turning points.
Graphing Rational Functions:
- Vertical Asymptotes: Determine where the denominator equals zero and the numerator does not, and plot vertical dashed lines.
- Horizontal Asymptotes: Determine the horizontal asymptote based on the degrees of the numerator and denominator.
- Intercepts: Find the x- and y-intercepts by setting the numerator equal to zero for the x-intercepts and evaluating f(0) for the y-intercept.
5. Summary of Key Concepts
| Concept |
Polynomials |
Rational Functions |
| General Form |
f(x)=anxn+⋯+a1x+a0 |
f(x)=q(x)p(x), q(x)=0 |
| Degree |
Highest power of x |
Degree of numerator vs. denominator |
| Domain |
All real numbers |
All real numbers except where q(x)=0 |
| Continuity |
Continuous for all real numbers |
Discontinuous where q(x)=0 |
| End Behavior |
Determined by the degree and leading coefficient |
Determined by the degrees of numerator and denominator |
| Asymptotes |
None |
Vertical (where q(x)=0) and horizontal (based on degrees) |
| Graphing |
Parabolic or polynomial curve |
Horizontal and vertical asymptotes, rational curves |
Conclusion
Polynomials and rational functions are fundamental in algebra and calculus. Polynomials are smooth and continuous curves that can model a wide variety of functions, while rational functions are ratios of polynomials that can model more complex behaviors like asymptotes and discontinuities. Understanding their properties, behavior, and how to graph them is essential for solving many mathematical problems.