Introduction to Limits – Tangent & Secant Lines
Context & Motivation
- Course chapter introduces limits by grounding the idea in two intuitive problems:
- Finding the slope of a tangent line to a curve at a point.
- Determining the instantaneous velocity of a moving object.
- Tangent slopes and instantaneous velocity both require answering “What happens at a single point (or instant)?”—a scenario where traditional average‐rate formulas break down. Limits supply the mathematical machinery to answer this.
Visual Setup of the Problem
- Consider an arbitrary, smooth curve represented by a function
- y = f(x) (graph sketched generically in lecture)
- Select a specific point on the curve:
- Point P = (a, f(a)) (read “the point where the input is a”).
- Goal: Compute the slope of the tangent line to the curve at P.
Secant Lines as a Bridge
- Strategy: approximate the tangent slope by the slope of a secant line—the line connecting two distinct points on the curve.
- Choose a second point Q on the curve:
- Initially labeled B = (b, f(b)), later relabeled to emphasize variability: Q = (x, f(x)).
- Draw the secant line \overline{PQ}.
- Slope of the secant line is the average rate of change between P and Q:
- m_{\text{sec}} = \frac{f(x) - f(a)}{x - a}
- Numerator: change in the function values (vertical rise)
- Denominator: change in the input values (horizontal run)
Introducing the Limit Process
- Core idea: slide point Q toward P (i.e.
let x “approach” a). - Notational shorthand: x \to a or “x arrow a.”
- As Q approaches P:
- The two points coincide.
- The secant line “collapses” into the tangent line.
- The secant slope expression still exists symbolically; its limit yields the desired tangent slope.
- Slope of the tangent line at x = a (a.k.a. derivative when formally developed later) is
- m{\text{tan}} = \lim{x \to a} \frac{f(x) - f(a)}{x - a}
- Read aloud: “The limit, as x approaches a, of f(x) - f(a) divided by x - a.”
- Effectively: evaluate the trend of the secant slopes as the second point merges with the first.
Why Limits Matter (Broader Connections)
- Provides a rigorous way to discuss quantities defined at a point rather than over an interval.
- Underpins the derivative (instantaneous rate of change) and, by extension, the entire subject of differential calculus.
- Same technique translates to physics for computing instantaneous velocity (limit of average velocities as time intervals shrink).
Key Notation Recap
- x \to a : “x approaches a.”
- m_{\text{sec}} : slope of a secant line between two points.
- \lim_{x \to a} : limit operation acting on an expression as x converges to a.
Practical / Philosophical Takeaways
- Conceptual leap: from finite differences to infinitesimal behavior.
- Even though we can’t plug x = a directly into \frac{f(x)-f(a)}{x-a} (would give 0/0), the trend as we get arbitrarily close is meaningful and calculable.
- The rest of the chapter will generalize this idea, develop properties of limits, and apply them to varied contexts.
Suggested Study Strategy
- Rewrite and memorize the two core slope formulas:
- Secant: m_{\text{sec}} = \frac{f(x) - f(a)}{x - a}
- Tangent (limit): m{\text{tan}} = \lim{x \to a} \frac{f(x) - f(a)}{x - a}
- Practice with specific functions (e.g.
polynomials) to watch the secant slope approach a single number. - Reflect on physical analogies: average vs. instantaneous speed.
End‐of‐Video Instructor Prompt
- Instructor advised pausing to copy the two formulas above—underscoring their central importance.
- Next sections will formalize limit notation and techniques for evaluating these limits.