Curve sketching uses calculus to turn an equation into a reliable picture of its graph. Instead of plotting many random points, you identify the structure of the function through domain, intercepts, asymptotes, derivatives, and concavity. This matters because the graph shows where a quantity increases, decreases, levels off, blows up, or changes shape.
A good sketch also helps you check algebraic work and understand the behavior of functions that are hard to visualize from the formula alone.
For the worked example f(x) = (x^2 - 1)/(x^2 - 4), the graph has holes in the domain at x = -2 and x = 2, which create vertical asymptotes. Rewriting the function as f(x) = 1 + 3/(x^2 - 4) reveals the horizontal asymptote y = 1 and helps explain the end behavior. The first derivative f'(x) = -6x/(x^2 - 4)^2 shows increasing and decreasing intervals, while the second derivative f''(x) = 6(3x^2 + 4)/(x^2 - 4)^3 shows concavity.
Together, these features produce a complete, labeled sketch with intercepts, asymptotes, a local maximum, and separate curve branches.
Understanding Calculus: Curve Sketching with Calculus
A reliable sketch comes from putting the information in a useful order. Start by finding every input that is not allowed. These values split the number line into separate intervals, so each interval must be studied on its own.
Next locate zeros and any value at the vertical axis. Then examine what happens close to excluded inputs and far from the origin. A sign chart is especially useful here.
Mark the important input values in order, choose one test value from each interval, and record whether the function is positive or negative. This prevents a common mistake of drawing one smooth curve through a place where the function does not exist.
The first derivative describes the direction of travel as input increases. Its sign matters more than its exact size for a basic sketch. A positive first derivative means the curve rises from left to right.
A negative first derivative means it falls. Critical numbers come from places where the first derivative is zero or undefined, but they only count as possible turning locations if the original function exists there. For the example, the squared denominator in the first derivative is positive wherever it is defined.
That means the sign is controlled by negative six times x. The curve rises on the intervals to the left of zero and falls on the intervals to the right of zero, with the breaks at negative two and two kept separate. Since the direction changes from rising to falling at zero, the point on the vertical axis is a local maximum.
The second derivative adds information about bending. A curve is concave up when its slope is getting larger. It is concave down when its slope is getting smaller.
Students often label every point where the second derivative is undefined as an inflection point. That is not correct. An inflection point must lie on the graph, and the concavity must change across it.
In this example, the second derivative has a numerator that stays positive. Its denominator changes sign at the excluded values.
The two outer branches are concave up, while the middle branch is concave down. The concavity changes near the vertical asymptotes, but those inputs are missing from the domain, so they are not inflection points.
Asymptotes need direction labels, not just dashed lines. Near negative two, one branch rises without limit while the neighboring branch falls without limit. The same kind of opposite behavior occurs near two.
Far to the left and right, the curve approaches the horizontal line at height one. Rewriting a rational function can show whether the graph approaches that line from above or below. Here the outer branches approach it from above, while the middle branch stays below it.
These details make the sketch consistent with every derivative test. In practical work, curve sketches help when a formula models profit, speed, concentration, or population. The turning points show local best or worst values, while asymptotes can represent a model limit or a value where the formula stops making physical sense.
Key Facts
- Domain of f(x) = (x^2 - 1)/(x^2 - 4) is x != -2 and x != 2.
- x-intercepts occur where x^2 - 1 = 0, so x = -1 and x = 1.
- The y-intercept is f(0) = 1/4.
- Vertical asymptotes occur at x = -2 and x = 2.
- Since f(x) = 1 + 3/(x^2 - 4), the horizontal asymptote is y = 1.
- f'(x) = -6x/(x^2 - 4)^2 and f''(x) = 6(3x^2 + 4)/(x^2 - 4)^3.
Vocabulary
- Domain
- The domain is the set of all input values x for which a function is defined.
- Vertical asymptote
- A vertical asymptote is a vertical line that the graph approaches as the function grows without bound or decreases without bound.
- Horizontal asymptote
- A horizontal asymptote is a horizontal line that the graph approaches as x goes toward positive or negative infinity.
- Critical point
- A critical point is a point in the domain where f'(x) = 0 or where f'(x) does not exist.
- Concavity
- Concavity describes whether a graph bends upward like a cup or downward like a cap.
Common Mistakes to Avoid
- Canceling x^2 - 1 with x^2 - 4, which is wrong because these are different expressions and have no common factor.
- Forgetting to exclude x = -2 and x = 2 from the domain, which is wrong because the denominator is zero at those values.
- Calling x = -2 and x = 2 critical points, which is wrong because critical points must be in the domain of the function.
- Marking inflection points at the vertical asymptotes, which is wrong because inflection points must be actual points on the graph where concavity changes.
Practice Questions
- 1 For f(x) = (x^2 - 1)/(x^2 - 4), find the domain, x-intercepts, and y-intercept.
- 2 For f(x) = (x^2 - 1)/(x^2 - 4), use f'(x) = -6x/(x^2 - 4)^2 to find the intervals where the function is increasing and decreasing.
- 3 Explain why x = -2 and x = 2 are vertical asymptotes but not inflection points for f(x) = (x^2 - 1)/(x^2 - 4).