Rates of Change and Tangent Lines to Curves
Finding Slope and Equation of a Line
- Slope of a line containing two points:
- Given by m=runrise=ΔxΔy
- Example: Find the equation of the line passing through (6, -1) and (3, 5).
- Slope: m=3−65−(−1)=−36=−2
- Equation of a line (point-slope form):
- For a line with slope m passing through point (a,b), the equation is y−b=m(x−a).
- Using point (3, 5): y−5=−2(x−3)
Average and Instantaneous Speeds
- Goals:
- Find average and instantaneous speeds of an object.
- Find the equation of a line tangent to a curve at a given point.
- Example: Driving on a highway, pass Mile Post 50 at noon and Mile Post 80 at 12:30.
- Instantaneous speed at 12:10: Cannot determine without more information.
- Average speed over the half-hour trip:
- Average speed =time elapseddistance traveled=0.5 hours30 miles=60 mph
- Graphical representation:
- Average speed is the slope of the secant line connecting two points on a position graph.
Calculating Instantaneous Speed
- Example: Position of a train is s(t)=3t2 for the first 20 seconds, where t is in seconds and s is in feet.
- Find the instantaneous speed at t=4 seconds.
- Cannot use the average speed formula directly because 00 is undefined.
- Method: Use time intervals that get closer and closer to zero.
- Calculate average speed for each interval.
- Instantaneous speed is the value the average speed approaches as the interval length approaches zero.
- Table for calculations:
- Fix one end of the interval at 4 seconds.
- h = difference between the beginning point (4 seconds) and the ending point (4+h) seconds.
- Δt=h
- Δs=s(4+h)−s(4)
- Average speed =ΔtΔs
| h | 4+h | s(4) = 48 | s(4+h) | Δs | Δs/Δt |
|---|
| 1 | 5 | 48 | 75 | 27 | 27 |
| 0.5 | 4.5 | 48 | 60.75 | 12.75 | 25.5 |
| 0.1 | 4.1 | 48 | 50.43 | 2.43 | 24.3 |
| 0.01 | 4.01 | 48 | 48.2403 | 0.2403 | 24.03 |
| 0.001 | 4.001 | 48 | 48.024003 | 0.024003 | 24.003 |
- Guess: Instantaneous speed at t=4 seconds is 24 feet per second.
- Exact Calculation:
- Use a generic time interval of length h from 4 seconds to (4+h) seconds.
- Average speed =(4+h)−4s(4+h)−s(4)=hs(4+h)−s(4)
- s(t)=3t2 so s(4+h)=3(4+h)2 and s(4)=3(4)2=48
- h3(4+h)2−48=h3(16+8h+h2)−48=h48+24h+3h2−48=h24h+3h2
- Factor out h: hh(24+3h)
- Cancel h: 24+3h
- Let h go to zero: 24+3(0)=24 feet per second.
- The instantaneous speed at t=4 is 24 feet per second.
Graphical Interpretation
- Secant Lines:
- Draw a line through the points on the curve.
- The slope of the secant line gives the average speed over the time interval.
- Tangent Line:
- As the time interval approaches zero, the secant line approaches the tangent line.
- The tangent line touches the curve at a single point.
- The slope of the tangent line equals the slope of the curve at that point.
- The slope of the tangent line equals the instantaneous speed.
Summary
- Average speed approaches instantaneous speed as the length of the time interval approaches zero.
- Apply the same idea to the rate of change of any quantity with a formula.
- For any graph, the slope of the tangent line at a point equals the limit of the slopes of the secant lines fixed at that point.
General Example: Tangent Line to a Graph
- Find the equation of the tangent line to the graph of f(x)=1−x3 at x=2.
- f(2)=1−(2)3=1−8=−7
- Point-slope form: y−(−7)=m(x−2), where m is the slope of the tangent line.
- Calculate the average rate of change over an interval of length h.
- Slope of secant line=hf(2+h)−f(2)
h[1−(2+h)3]−(−7)=h1−(8+12h+6h2+h3)+7=h−12h−6h2−h3
- Factor and cancel h: hh(−12−6h−h2)=−12−6h−h2
- To find the slope of the tangent line, let h=0: −12−6(0)−(0)2=−12
- Equation of the tangent line: y+7=−12(x−2)