Warmup: Slope of Secant Lines
Let \( f(x) = x^2 \)
Visual Description:
Graph on a Cartesian coordinate grid showing the blue curve of the parabola f(x) = x^2 with its vertex at the origin (0,0). Multiple purple secant lines are drawn originating from (0,0) and passing through points on the right branch of the parabola: (3,9), (2,4), (1,1), and an arbitrary point labeled (x, x^2). As the points approach (0,0), the secant lines become less steep, approaching the horizontal tangent line along the x-axis.
Slope of Secant Lines:
through \( (0,0) \), \( (3,9) = \frac{9-0}{3-0} = 3 \)
through \( (0,0) \), \( (2,4) = 2 \)
through \( (0,0) \), \( (1,1) = 1 \)
through \( (0,0) \), \( (x, x^2) = \frac{x^2 - 0}{x - 0} = x \)
What is the slope when you move \( (x, x^2) \) close to \( (0,0) \)?
\( \hookrightarrow \) Slope \( = 0 \)
line just touches \( (0,0) \)
Tangent line