Question Statement
Find the points of discontinuity for the function:
f(x)=x2−9x+81
Background and Explanation
Rational functions are discontinuous wherever the denominator equals zero, since division by zero is undefined. To find points of discontinuity, we factor the denominator polynomial and identify the values of x that make it equal to zero.
Solution
We begin with the given function:
f(x)=x2−9x+81
To find where the function is undefined, we factor the quadratic expression in the denominator. We split the middle term −9x into −8x and −x:
f(x)=x2−9x+81=x2−8x−x+81
Now we factor by grouping. From the first two terms we factor out x, and from the last two terms we factor out −1:
=x(x−8)−1(x−8)1
We can see that (x−8) is a common factor in both terms:
f(x)=(x−8)(x−1)1
The function is undefined when the denominator equals zero. Setting each factor equal to zero:
(x−8)(x−1)=0
This gives us:
x=8orx=1
Clearly f(x) is not defined at x=1 and x=8. Therefore, f(x) is discontinuous at x=1 and x=8.
Hence, the points of discontinuity are x=1 and x=8.
- Factorization by grouping: Splitting the middle term of a quadratic ax2+bx+c to create factorable groups
- Condition for discontinuity: A rational function f(x)=Q(x)P(x) is discontinuous at all values of x where Q(x)=0
- Zero product property: If ab=0, then either a=0 or b=0
Summary of Steps
- Identify the denominator: Recognize that discontinuities occur where x2−9x+8=0
- Factor the quadratic: Split −9x into −8x−x to get x2−8x−x+8
- Group and factor: Factor out x from the first pair and −1 from the second pair to obtain x(x−8)−1(x−8)
- Extract common factor: Factor out (x−8) to get the final form (x−8)(x−1)
- Find zeros: Set (x−8)(x−1)=0 and solve to find x=1 and x=8
- State discontinuities: Conclude that the function is discontinuous at x=1 and x=8