Graph a Rational Function

Revision as of 09:50, 12 January 2017 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A rational function is an equation that takes the form y = N(x)/D(x) where N and D are polynomials. Attempting to sketch an accurate graph of one by hand can be a comprehensive review of many of the most important high school math topics from basic algebra to differential calculus. Consider the following example: y = (2x2 - 6x + 5)/(4x + 2).

Steps

  1. Find the y intercept. Simply set x = 0. Everything but the constant terms vanish, leaving y = 5/2. Expressing this as a coordinate pair, (0, 5/2) is a point on the graph. Graph that point.
  2. Find the horizontal asymptote. Long divide the denominator into the numerator to determine the behavior of y for large absolute values of x. In this example, division shows that y = (1/2)x - (7/4) + 17/(8x + 4). For large positive or negative values of x, 17/(8x + 4) approaches zero, and the graph approximates the line y = (1/2)x - (7/4). Using a dashed or lightly drawn line, graph this line.
    • If the degree of the numerator is less than the degree of the denominator, there is no division to do, and the asymptote is y = 0.
    • If deg(N) = deg(D), the asymptote is a horizontal line at the ratio of the leading coefficients.
    • If deg(N) = deg(D) + 1, the asymptote is a line whose slope is the ratio of the leading coefficients.
    • If deg(N) > deg(D) + 1, then for large values of |x|, y quickly goes to positive or negative infinity as a quadratic, cubic, or higher degree polynomial. In this case, it probably isn't worthwhile to accurately graph the quotient of the division.
  3. Solve-Higher-Degree-Polynomials. A rational function has a zero when it's numerator is zero, so set N(x) = 0. In the example, 2x2 - 6x + 5 = 0. The discriminant of this quadratic is b2 - 4ac = 62 - 4*2*5 = 36 - 40 = -4. Since the discriminant is negative, N(x), and consequently f(x), has no real roots. The graph never crosses the x-axis. If any zeros were found, add those points to the graph.
  4. Find the vertical asymptotes. A vertical asymptote occurs when the denominator is zero. Setting 4x + 2 = 0 gives the vertical line x = -1/2. Graph each vertical asymptote with a light or dashed line. If some value of x makes both N(x) = 0 and D(x) = 0, there may or may not be a vertical asymptote there. This is rare, but see the tips for how to deal with it if it occurs.
  5. Look at the remainder of the division in the step 2. When is it positive, negative, or zero? In the example, the numerator of the remainder is 17 which is always positive. The denominator, 4x + 2, is positive to the right of the vertical asymptote and negative to the left. This means that the graph approaches the linear asymptote from the above for large positive values of x and from below for large negative values of x. Since 17/(8x + 4) can never be zero, this graph never intersects the line y = (1/2)x - (7/4). Don't add anything to the graph right now, but note these conclusions for later.
  6. Find the local extrema. A local extremum may occur whenever N'(x)D(x)- N(x)D'(x) = 0. In the example, N'(x) = 4x - 6 and D'(x) = 4. N'(x)D(x) - N(x)D'(x) = (4x - 6)(4x + 2) - (2x2 - 6x + 5)*4 = 0. Expanding, combining terms, and dividing by 4 leaves x2 + x - 4 = 0. The quadratic formula shows roots near x = 3/2 and x = -5/2. (These differ by about 0.06 from the exact values, but our graph isn't going to be precise enough to worry about that level of detail. Choosing a decent rational approximation makes the next step easier.)
  7. Find the y-values of each local extremum. Plug the x-values from the previous step back into the original rational function to find the corresponding y-values. In the example, f(3/2) = 1/16 and f(-5/2) = -65/16. Add these points, (3/2, 1/16) and (-5/2, -65/16), to the graph. Since we approximated in the previous step, these aren't the exact minima and maxima, but are probably close. (We know (3/2, 1/16) is very close to the local minimum. From step 3, we know that y is always positive when x > -1/2 and we found a value as small as 1/16, so at least in this case, the error is probably less than the thickness of the line.)
  8. Connect the dots and smoothly extend the graph from the known points to the asymptotes taking care to approach them from the correct direction. Take care not to cross the x-axis except at the points already found in step 3. Don't cross the horizontal or linear asymptote except at the points already found in step 5. Don't change from upward sloping to downward sloping except at the extreme found in the previous step.

Video

Tips

  • Some of these steps may involve solving a high degree polynomial. If you cannot find exact solutions through factorization, formulae, or other means, then estimate the solutions using numerical techniques such as Newton's method.
  • If you follow the steps in order it usually isn't necessary to use second derivative tests or similar potentially complicated methods to determine if the critical values are local maxima, local minima, or neither. Try to use the information from previous steps and a little logic first.
  • If you are trying to do this with only precalculus methods, you can replace the steps about finding the local extrema by computing several additional (x, y) ordered pairs between each pair of asymptotes. Alternatively, if you don't care why it works, there's no reason why a precalculus student can't take the derivative of a polynomial and solve N'(x)D(x) - N(x)D'(x) = 0.
  • In rare cases, the numerator and denominator may have a common nonconstant factor. If you are following the steps, this would show up as a zero and a vertical asymptote at the same place. That is impossible and what actually happens is one of the following:
    • The zero in the N(x) has higher multiplicity than the zero in D(x). The graph of f(x) approaches zero at this point, but is undefined there. Indicate this with an open circle around the point.
    • The zero in the N(x) and the zero in D(x) have equal multiplicity. The graph approach some non-zero point for this value of x, but is undefined there. Again indicate this with an open circle.
    • The zero in the N(x) has lower multiplicity than the zero in D(x). There is a vertical asymptote here.