Tangent Practice Problems- Graphing Techniques
What Tangent Lines Actually Are
A tangent line touches a curve at exactly one point without crossing through it. That's the simple definition. In calculus, it's the line that best approximates the curve at that specific point.
Most students mess this up because they think "touches" means anything close. It doesn't. The line must share the same slope as the curve at that exact point.
The Formula You Need to Know
The tangent line equation at point (a, f(a)):
y = f'(a)(x - a) + f(a)
That's it. No magic here. You need the function value and its derivative evaluated at the point.
Practice Problems with Solutions
Problem 1: Basic Polynomial
Find the tangent line to f(x) = x² + 3x at x = 2.
Step 1: Find f(2)
f(2) = 4 + 6 = 10
Step 2: Find f'(x)
f'(x) = 2x + 3
Step 3: Find f'(2)
f'(2) = 4 + 3 = 7
Answer: y = 7(x - 2) + 10 → y = 7x - 4
Problem 2: Trigonometric Function
Find the tangent line to f(x) = sin(x) at x = π/4.
f(π/4) = sin(π/4) = √2/2
f'(x) = cos(x)
f'(π/4) = cos(π/4) = √2/2
Answer: y = (√2/2)(x - π/4) + √2/2
Problem 3: Exponential Function
Find the tangent line to f(x) = eˣ at x = 0.
f(0) = e⁰ = 1
f'(x) = eˣ
f'(0) = e⁰ = 1
Answer: y = 1(x - 0) + 1 → y = x + 1
Graphing Techniques for Tangent Lines
Plotting tangent lines isn't just about the math—it's about seeing what the derivative actually tells you about the curve.
Technique 1: Slope Visualization
When f'(x) > 0, the tangent line slopes upward. When f'(x) < 0, it slopes downward. When f'(x) = 0, you get a horizontal tangent (critical point).
Technique 2: Using Point-Slope Form
Always use y - y₁ = m(x - x₁) when you have a point and slope. Don't force everything into slope-intercept form—point-slope is cleaner for tangents.
Technique 3: Estimating from Graphs
Sometimes you can't calculate exactly. Draw a line that "just touches" the curve. The line should: - Touch at one point only - Not cut through the curve - Match the curve's direction at that point
Common Mistakes That Cost You Points
- Confusing secant and tangent: Secant lines connect two points. Tangent lines touch at one.
- Forgetting to evaluate the derivative: f'(a), not just f'(x).
- Wrong point calculation: Make sure you're finding f(a), not f(x).
- Sign errors: Check your algebra when distributing the slope.
- Assuming horizontal means zero: Only if the function value at that point is actually zero.
Comparing Methods
| Method | Best For | Speed | Accuracy |
|---|---|---|---|
| Point-slope formula | Calculus problems | Fast | Exact |
| Graphical estimation | Visual problems | Very fast | Approximate |
| Limit definition | When derivative unknown | Slow | Exact |
| Calculator (nDerivative) | Complicated functions | Fast | Numerical |
Getting Started: Step-by-Step Process
Follow this sequence every time:
- Identify the point: Find x = a. Calculate f(a).
- Find the slope: Calculate f'(x), then evaluate f'(a).
- Apply the formula: y - f(a) = f'(a)(x - a)
- Simplify: Put in whatever form the problem asks for.
- Check your work: Plug the point back in. Does it satisfy the equation?
When Tangents Don't Exist
Not every point has a tangent. Watch out for:
- Corners: Absolute value functions at 0
- Vertical slopes: x^(1/3) at x = 0
- Discontinuities: Any break in the function
If the derivative doesn't exist at a point, you're wasting time trying to find a tangent line there.
Quick Reference Cheat Sheet
For polynomial f(x) = axⁿ: f'(x) = anxⁿ⁻¹
For sin(x): derivative is cos(x)
For eˣ: derivative is eˣ (unchanged)
For ln(x): derivative is 1/x
Practice these with the problems above. Work through each step manually before checking answers. That's how you actually learn this.