Section 1.4: The Tangent and Velocity Problems
Course
MATH161
Skills in This Section
| Skill | Description | Difficulty |
|---|---|---|
| From Secant to Tangent | Functions and Limits | Intermediate |
| Instantaneous Velocity | Limits and Rates of Change | Intermediate |
| Secant Lines and the Difference Quotient | Limits and Rates of Change | Beginner |
| Tangent Slope via Limits | Limits and Rates of Change | Intermediate |
| The Tangent Problem | Functions and Limits | Intermediate |
| The Velocity Problem | Functions and Limits | Intermediate |
What is This Section About?
Welcome to one of the most exciting moments in your mathematical journey—the birth of calculus! This section introduces two classic problems that puzzled mathematicians for centuries and ultimately led to the invention of calculus: finding tangent lines to curves and determining instantaneous velocity.
At first glance, these might seem like completely different problems. One is about geometry (drawing a line that just touches a curve), and the other is about motion (finding speed at a exact moment). But here’s the beautiful insight: they’re actually the same problem in disguise! Both require understanding what happens when we zoom in infinitely close to a point—both require the concept of a limit.
Why does this matter? These two problems introduce the fundamental idea behind derivatives—the most powerful tool in calculus. Every time you see rates of change, optimization, curve sketching, or motion analysis, you’re using ideas that stem directly from this section.
The Big Picture: What You’ll Learn
By the end of this section, you’ll be able to:
- Understand the tangent line problem and why it requires limits
- Compute the slope of a tangent line using secant line approximations
- Define and calculate instantaneous velocity from position functions
- Recognize the connection between tangent slopes and instantaneous rates of change
- Use the difference quotient to approximate instantaneous values
- Write equations of tangent lines at specific points on curves
- Interpret physical meaning of slopes in motion problems
Think of this section as your first glimpse into the world of derivatives—you’re learning the “why” before the “how.”
Core Concepts
The Tangent Line Problem
The question: How do you find the slope of a line that touches a curve at exactly one point?
Why it’s tricky: For a straight line, slope is easy—pick any two points and calculate $\frac{\text{rise}}{\text{run}}$. But a curve doesn’t have a constant slope! At each point, the curve is heading in a slightly different direction.
The old (wrong) idea: Some people thought “tangent” meant “touches at exactly one point.” But consider a circle: a tangent line touches at one point, but so does any line through the center! This definition doesn’t capture what we really mean.
The correct idea: A tangent line has the same direction as the curve at that exact point. If you “zoom in” infinitely close to the point, the curve starts to look like a straight line—and that’s your tangent!
In plain English: The tangent line is the line that best approximates the curve right at a specific point. It’s the line the curve “wants to be” at that instant.
From Secant Lines to Tangent Lines
Since we can’t directly find the slope of a tangent (we only have one point!), we use an approximation strategy:
Secant line: A line connecting two points on the curve, $P(a, f(a))$ and $Q(x, f(x))$
Secant slope formula: \(m_{PQ} = \frac{f(x) - f(a)}{x - a}\)
The key insight: As point $Q$ gets closer and closer to point $P$ (meaning $x \to a$), the secant line rotates to match the tangent line!
Tangent slope formula: \(m_{\text{tangent}} = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}\)
Visualization: Imagine:
- Start with a curve and a point $P$ on it
- Pick another point $Q$ far away on the curve
- Draw the secant line through $P$ and $Q$
- Now slide $Q$ closer to $P$
- Watch the secant line rotate
- As $Q$ approaches $P$, the secant line approaches the tangent line!
Key Takeaway: The tangent line is the limit of secant lines. This is why calculus (the study of limits) was needed to solve this ancient geometry problem!
Alternative Form: Using $h$ Instead of $x$
Sometimes it’s more convenient to write the tangent slope formula using $h = x - a$, so $x = a + h$:
\[m_{\text{tangent}} = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}\]Why this form? It emphasizes that $h$ is the “step size” we’re making smaller and smaller. When $h = 0$, we’re not stepping away from $a$ at all—we’re right at the point!
Both forms are equivalent and useful in different situations.
The Velocity Problem
The question: How fast is an object moving at an exact instant in time?
Why it’s tricky: Velocity is usually defined as “distance divided by time.” But at a single instant, no time passes and no distance is traveled! How can you divide zero by zero?
Average velocity: Over a time interval from $t$ to $t + h$, average velocity is: \(v_{\text{avg}} = \frac{s(t+h) - s(t)}{h}\)
where $s(t)$ is the position function (location at time $t$).
Instantaneous velocity: We use the same limit trick! \(v(t) = \lim_{h \to 0} \frac{s(t+h) - s(t)}{h}\)
In plain English: To find your speed right now, we look at your average speed over smaller and smaller time intervals. As the interval shrinks to nothing, the average velocity approaches your instantaneous velocity.
Example: Your car’s speedometer shows instantaneous velocity. It’s not averaging over minutes or hours—it’s showing your speed at this very moment!
The Beautiful Connection
Look at these two formulas side by side:
Tangent slope: \(m = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}\)
Instantaneous velocity: \(v(t) = \lim_{h \to 0} \frac{s(t+h) - s(t)}{h}\)
They’re the same! Both are:
- Limits of difference quotients
- Ratios of change in output to change in input
- Rates of change at a specific point
Key Insight: The tangent slope measures the instantaneous rate of change of a function. For a position function, that rate of change IS the velocity! Geometry and physics unite through calculus.
The Process: Finding a Tangent Line
To find the tangent line to $y = f(x)$ at point $(a, f(a))$:
Step 1: Find the slope using the limit \(m = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}\) or \(m = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}\)
Step 2: Use point-slope form to write the tangent line equation \(y - f(a) = m(x - a)\)
Step 3: Simplify to slope-intercept form if desired \(y = mx + b\)
Practical tip: When computing the limit, you’ll usually need to:
- Algebraically simplify the difference quotient
- Factor and cancel the troublesome term
- Then evaluate the limit
Worked Examples
Example 1: Finding Tangent to a Parabola
Problem: Find the slope of the tangent line to $y = x^2$ at the point $(1, 1)$, and write the equation of the tangent line.
Thought Process: I’ll use the limit definition with a generic point $(x, x^2)$ approaching $(1, 1)$. The algebra should involve factoring the difference of squares.
Solution:
Step 1: Set up the difference quotient
- Point $P$: $(1, 1)$
- Generic point $Q$: $(x, x^2)$
- Secant slope: $m_{PQ} = \frac{x^2 - 1}{x - 1}$
Step 2: Simplify algebraically \(m_{PQ} = \frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1} = x + 1\) (valid for $x \neq 1$)
Step 3: Take the limit \(m_{\text{tangent}} = \lim_{x \to 1} (x + 1) = 1 + 1 = 2\)
Step 4: Write the tangent line equation Using point-slope form with point $(1, 1)$ and slope $m = 2$: \(y - 1 = 2(x - 1)\) \(y = 2x - 1\)
Verification: At $x = 1$: $y = 2(1) - 1 = 1$ ✓ (passes through the point)
Key Takeaway: The factoring step is crucial! The expression $\frac{x^2-1}{x-1}$ is indeterminate when $x=1$, but after factoring and canceling, we get a form we can evaluate.
Example 2: Instantaneous Velocity of a Falling Object
Problem: A ball is dropped from a height. Its position (in meters) at time $t$ (in seconds) is given by $s(t) = 4.9t^2$. Find the instantaneous velocity at $t = 5$ seconds.
Thought Process: I’ll use the limit definition of instantaneous velocity. This will require expanding $(5+h)^2$ and simplifying.
Solution:
Step 1: Write the average velocity over interval $[5, 5+h]$ \(v_{\text{avg}} = \frac{s(5+h) - s(5)}{h}\)
Step 2: Substitute and expand \(v_{\text{avg}} = \frac{4.9(5+h)^2 - 4.9(5)^2}{h}\) \(= \frac{4.9(25 + 10h + h^2) - 4.9(25)}{h}\) \(= \frac{4.9(25 + 10h + h^2 - 25)}{h}\) \(= \frac{4.9(10h + h^2)}{h}\)
Step 3: Factor and simplify \(v_{\text{avg}} = \frac{4.9h(10 + h)}{h} = 4.9(10 + h)\) (valid for $h \neq 0$)
Step 4: Take the limit as $h \to 0$ \(v(5) = \lim_{h \to 0} 4.9(10 + h) = 4.9(10) = 49 \text{ m/s}\)
Interpretation: At exactly $t = 5$ seconds, the ball is falling at 49 meters per second. Notice this is purely downward motion (the negative direction would be indicated by the context or coordinate system).
Key Takeaway: The pattern is always the same: set up difference quotient → simplify algebraically → cancel the troublesome variable → evaluate the limit.
Example 3: Tangent Line to a Cube Function
Problem: Find the equation of the tangent line to $f(x) = x^3$ at $x = 2$.
Thought Process: I’ll use the $h$ form of the limit since I’m starting at a specific point. This requires expanding $(2+h)^3$.
Solution:
Step 1: Identify the point \(f(2) = 2^3 = 8\) So the point is $(2, 8)$.
Step 2: Set up the limit for the slope \(m = \lim_{h \to 0} \frac{f(2+h) - f(2)}{h} = \lim_{h \to 0} \frac{(2+h)^3 - 8}{h}\)
Step 3: Expand $(2+h)^3$ \((2+h)^3 = 8 + 12h + 6h^2 + h^3\)
(using the binomial formula or direct expansion)
Step 4: Simplify the difference quotient \(\frac{(8 + 12h + 6h^2 + h^3) - 8}{h} = \frac{12h + 6h^2 + h^3}{h} = \frac{h(12 + 6h + h^2)}{h} = 12 + 6h + h^2\)
Step 5: Take the limit \(m = \lim_{h \to 0} (12 + 6h + h^2) = 12\)
Step 6: Write the tangent line \(y - 8 = 12(x - 2)\) \(y = 12x - 24 + 8\) \(y = 12x - 16\)
Key Takeaway: For polynomial functions, expanding and simplifying always works. The key is patience with the algebra!
Example 4: Numerical Approximation
Problem: For $f(x) = \sqrt{x}$ at $x = 4$, approximate the tangent slope by computing secant slopes for points increasingly close to $(4, 2)$.
Thought Process: I’ll calculate secant slopes for $x$ values approaching 4 from both sides and observe the pattern.
Solution:
Setup: Point $P$ is $(4, 2)$, and we’ll use points $Q$ at various $x$ values:
| $x$ | $f(x) = \sqrt{x}$ | Secant slope $\frac{f(x)-2}{x-4}$ |
|---|---|---|
| 5 | 2.236 | $\frac{2.236-2}{5-4} = 0.236$ |
| 4.5 | 2.121 | $\frac{2.121-2}{4.5-4} = 0.242$ |
| 4.1 | 2.025 | $\frac{2.025-2}{4.1-4} = 0.250$ |
| 4.01 | 2.002 | $\frac{2.002-2}{4.01-4} \approx 0.250$ |
| 3.99 | 1.998 | $\frac{1.998-2}{3.99-4} \approx 0.250$ |
| 3.9 | 1.975 | $\frac{1.975-2}{3.9-4} = 0.250$ |
| 3.5 | 1.871 | $\frac{1.871-2}{3.5-4} = 0.258$ |
Observation: As $x \to 4$ from either side, the secant slopes approach 0.25 (or $\frac{1}{4}$).
Conclusion: The tangent slope at $(4, 2)$ is $m = 0.25 = \frac{1}{4}$.
Exact verification: Using the limit formula (which you’ll learn techniques for later): \(m = \lim_{h \to 0} \frac{\sqrt{4+h} - 2}{h} = \frac{1}{2\sqrt{4}} = \frac{1}{4}\) ✓
Key Takeaway: Numerical approximation can give you excellent estimates and build intuition, even when you can’t yet compute the exact limit algebraically.
Practice Problems
Try these problems to solidify your understanding:
-
Tangent Slope: Find the slope of the tangent line to $y = x^2$ at $x = 3$.
-
Tangent Equation: Find the equation of the tangent line to $f(x) = x^3$ at the point $(1, 1)$.
-
Velocity: An object’s position is $s(t) = 16t^2$ feet at time $t$ seconds. Find its instantaneous velocity at $t = 2$ seconds.
-
Numerical Approximation: For $f(x) = \frac{1}{x}$ at $x = 2$, use secant slopes with $x = 1.9, 1.99, 2.01, 2.1$ to estimate the tangent slope.
-
Interpretation: If $C(t) = 3t^2 + 5t + 100$ represents the cost (in dollars) of producing $t$ items, what does $\lim_{h \to 0} \frac{C(10+h) - C(10)}{h}$ represent in practical terms?
-
Challenge: Find the equation of the tangent line to $y = \sqrt{x}$ at $x = 9$ by completing the limit calculation.
Hints:
- Problem 1: Follow Example 1’s pattern with $a = 3$
- Problem 2: Expand $(1+h)^3$ carefully
- Problem 3: This is just like Example 2 with different numbers
- Problem 4: Calculate each secant slope and look for the pattern
- Problem 5: This is a rate of change of cost—think about the meaning
- Problem 6: Rationalize the numerator by multiplying by conjugate
Key Reminders
As you work with tangent lines and velocity:
✓ The difference quotient is your friend – It’s the starting point for everything
✓ Algebra before limits – Always simplify and cancel before trying to evaluate
✓ Secants approach tangent – Each secant is an approximation that gets better as points get closer
✓ Same math, different contexts – Tangent slopes and instantaneous velocity use identical calculations
✓ Factor and cancel is key – This eliminates the indeterminate form so you can evaluate the limit
✓ Numerical approximation builds intuition – When algebra is hard, try computing a few secant slopes
Why This Matters
These two problems—tangent lines and instantaneous velocity—motivated the entire development of calculus! For 2000 years, mathematicians struggled with these questions until Newton and Leibniz independently developed the tools we now call calculus.
Today, these ideas power:
- Physics: Analyzing motion, forces, and energy
- Engineering: Optimization and design
- Economics: Marginal cost and revenue analysis
- Medicine: Modeling disease spread and drug concentrations
- Computer Science: Machine learning and optimization algorithms
Every time you see a derivative in any application, remember: it’s fundamentally about finding tangent lines and instantaneous rates of change. This section introduces the core idea that will appear in thousands of different contexts throughout your studies and career!
| Previous | Up | Next |
|---|---|---|
| Section 1.3 | Chapter 1 | Section 1.5 |