Back to Derivatives Roadmap
Unit III · Lesson 01

2.7 Derivatives and Rates of Change

From Secant Lines to Instantaneous Rate of Change

This lesson shell is reserved for the Derivatives Calculus Academy. Additional worked examples and interactive representations will be added in a subsequent build.

Core Concepts

Mathematical Foundations

Six foundational concepts that build the derivative from first principles — each presented as a definition, a plain-English reading, a geometric picture, and a single reason it matters.

1

Average Rate of Change

Definition

The ratio of the change in a function's value to the change in its input over an interval [a, b].

In Plain English

How much the function changes on average between two points — the total change divided by how far apart the inputs are.

Geometric Meaning

The slope of the secant line joining the points (a, f(a)) and (b, f(b)) on the curve.

Why It Matters

It is the first, finite step toward the derivative — a slope measured across an entire interval.

Formula
f(b) − f(a)b − a
2

Secant Line

Definition

A straight line that intersects a curve at two distinct points, (a, f(a)) and (b, f(b)).

In Plain English

A line drawn through two points on a curve; its slope is the average rate of change between them.

Geometric Meaning

The chord connecting two points on the graph of the function.

Why It Matters

The secant slope is the scaffolding that collapses into the tangent slope as the two points merge.

3

Instantaneous Rate of Change

Definition

The rate of change of a function at a single point, defined as the limit of average rates of change as the interval shrinks to zero.

In Plain English

How fast the function is changing at one exact instant — the speed at a single moment rather than across an interval.

Geometric Meaning

The slope of the tangent line to the curve at the point of interest.

Why It Matters

This is the quantity the derivative measures — change localized to a single point.

4

Tangent Line

Definition

The unique line that touches a curve at a point and has the same slope as the curve at that point.

In Plain English

The best straight-line approximation to the curve at a single point — it just grazes the graph there.

Geometric Meaning

A line meeting the curve at exactly one point with slope equal to the derivative there.

Why It Matters

The tangent line is the geometric picture of the derivative — its slope is the instantaneous rate of change.

5

Derivative at a Point

Definition

The value f'(a) of the derivative of f evaluated at x = a, given by the limit of the difference quotient as h approaches 0, when that limit exists.

In Plain English

A single number that captures exactly how steeply the function is rising or falling at one specific input.

Geometric Meaning

The slope of the tangent line to the graph of f at the point (a, f(a)).

Why It Matters

Evaluating the derivative at one point yields the instantaneous rate of change there — the core object of differential calculus.

Formula
limh → 0f(a+h) − f(a)hlimx → af(x) − f(a)x − a
6

Difference Quotient

Definition

The expression [f(a+h) − f(a)] / h, which gives the average rate of change of f over the interval from a to a + h.

In Plain English

The template 'rise over run' measured across a small step h; taking its limit as h shrinks produces the derivative.

Geometric Meaning

The slope of the secant line through (a, f(a)) and (a+h, f(a+h)).

Why It Matters

It is the algebraic bridge from average rate of change to instantaneous rate of change — the machinery that defines the derivative.

Formula
f(a+h) − f(a)h
Pedagogical Flow
Two PointsSecant LineSecond Point Moves Toward FirstΔx → 0Tangent LineDerivative
Worked Example Laboratory 01

From Average Rate of Change to Instantaneous Rate of Change

Learning Objective

Understand visually, numerically, algebraically, and verbally how the secant slope becomes the average rate of change, then a smaller Δx feeds the limiting process, which yields the tangent slope — the derivative.

Secant SlopeAverage Rate of ChangeSmaller ΔxLimiting ProcessTangent SlopeDerivative
Part A · Setup

Problem

Given

f(x) = x²

Fixed point: P = (1, 1)

Moving point: Q = (1+h, (1+h)²)

Unknown: slope of the tangent line to y = x² at x = 1.

Strategy

“We cannot directly compute a tangent slope from only one point. Instead, we first compute secant slopes through P and Q, then allow Q to move toward P.”

Part B · Graphical

Geometric Laboratory

xy0123012345Q (2.00, 4.00)P (1,1)
h = 1.00  ·  secant slope = 3.000

Note: h = 0 is excluded from the direct secant calculation (the quotient is undefined there); the limit recovers the tangent slope.

Cyan = function curve y = x²

Gold = secant line through P and Q

Green = tangent line at P, slope 2 (y = 2x − 1)

Purple = moving point Q

Part C · Symbolic

Algebraic Representation

  1. Start with the secant slope:
    msec = f(1+h) − f(1)h
  2. Substitute f(x) = x²:
    msec = (1+h)² − 1h
  3. Expand (1+h)² = 1 + 2h + h²:
    = 1 + 2h + h² − 1h = 2h + h²h
  4. Factor the numerator:
    = h(2 + h)h
  5. For h ≠ 0, cancel h:
    m_sec = 2 + h
Part D · Numerical

Numerical Representation

Live values computed from m_sec = 2 + h. The slopes approach 2 from both sides.

hQ x-coordinateQ y-coordinateSecant Slope
12.004.003.000
0.51.502.252.500
0.251.251.562.250
0.11.101.212.100
0.051.051.102.050
-0.050.950.901.950
-0.10.900.811.900
-0.250.750.561.750
-0.50.500.251.500
Current Q = (2.00, 4.00)
Current secant slope = 3.000(tangent target: 2)
Part E · Limit

The Limiting Process

Derivative Definition at x = 1
f′(1) = limh → 0f(1+h) − f(1)h
Substitute the simplified secant slope (2 + h)
f′(1) = limh → 0(2 + h)
Result
f′(1) = 2

Numerical

As h approaches 0, the secant slopes approach 2.

Graphical

As Q approaches P, the secant line approaches the tangent line.

Analytical

The limit of the difference quotient equals the derivative.

Part G · Interpretation

What Does 2 Mean?

For f(x) = x², the result f′(1) = 2 means that at x = 1, the instantaneous rate of change of y with respect to x is 2. Equivalently, the tangent line at P has slope 2.

Part H · Check

Student Checkpoint

If f(x) = x² and P = (2, 4), predict the tangent slope before calculating.

Worked Example Laboratory 02

Motion Laboratory: From Average Velocity to Instantaneous Velocity

PositionAverage VelocityInstantaneous VelocityTangent SlopeDerivative
Part A · Physical

The Motion Experiment

A vehicle travels along a straight test track. Its position after t seconds is s(t) = t² + 2t (meters). The fixed observation time is t = 2 s, giving s(2) = 8 m.

Start Experiment
0 m5 m10 m15 m20 m25 m30 m8.00 m
t = 2.00 sposition s(t) = 8.00 m
Time: t = 2.00 s
Position: s(t) = 8.00 m
Part B · Graphical

Position vs. Time

t (s)s (m)0123450102030Q (3.00, 15.00)P (2, 8)
h = 1.00Q = (3.00, 15.00)avg velocity = 7.000 m/s

Cyan = position curve s(t) = t² + 2t

Gold = secant line through P and Q

Green = tangent line at P, slope 6 (y = 6x − 4)

Purple = moving point Q

Part D · Conceptual

Physical ↔ Graphical Bridge

Physical Motion

Vehicle moves from time = 2 to time = 3.00.

Position changes from s(2) = 8 to s(3.00) = 15.00 m.

Graphical Motion

Point moves from P = (2, 8) to Q = (3.00, 15.00).

Change in PositionΔsΔt
=Slope of Secant Line=Average Velocity

The same quantity — seen three ways. (Current: Δs = 7.00, Δt = 1.00, v_avg = 7.000 m/s.)

Part E · Symbolic

Algebraic Representation

  1. Average velocity:
    vavg = s(2+h) − s(2)h
  2. s(2) = 2² + 2(2) = 4 + 4 = 8
  3. s(2+h) = (2+h)² + 2(2+h):
    = 4 + 4h + h² + 4 + 2h = 8 + 6h + h²
  4. s(2+h) − s(2) = (8 + 6h + h²) − 8 = 6h + h²
  5. vavg = 6h + h²h = h(6 + h)h
  6. For h ≠ 0:
    v_avg = 6 + h
Part F · Numerical

Numerical Representation

Average velocities approach 6 m/s from both sides.

hStart TimeEnd TimeStart PosEnd PosΔsΔtAvg Velocity
224.008.0024.0016.002.008.000
123.008.0015.007.001.007.000
0.522.508.0011.253.250.506.500
0.2522.258.009.561.560.256.250
0.122.108.008.610.610.106.100
0.0522.058.008.300.300.056.050
-0.0521.958.007.70-0.30-0.055.950
-0.121.908.007.41-0.59-0.105.900
-0.2521.758.006.56-1.44-0.255.750
-0.521.508.005.25-2.75-0.505.500
-121.008.003.00-5.00-1.005.000
Current: Δs = 7.000, Δt = 1.000, average velocity = 7.000 m/s
Part G · Limit

What Happens as Δt → 0?

As Q approaches P, Δt becomes smaller, the average velocity approaches one limiting value, and the secant line approaches the tangent line.

v(2) = limh → 0s(2+h) − s(2)h
Substitute simplified v_avg = 6 + h
v(2) = limh → 0 (6 + h)
v(2) = 6 m/s

Physical

The vehicle's instantaneous velocity at t = 2 s is 6 m/s.

Numerical

Average velocities approach 6 m/s as h approaches zero.

Graphical

Secant lines approach the tangent line. The tangent slope is 6.

Analytical

The difference quotient approaches 6. Therefore s′(2) = 6.

Part I · Generalize

Derive It With Me: General Velocity

What if we want the instantaneous velocity at any time t?

v(t) = limh → 0s(t+h) − s(t)h
Step 1
s(t+h) = (t+h)² + 2(t+h)
Step 2
= t² + 2th + h² + 2t + 2h
Step 3
s(t+h) − s(t) = 2th + h² + 2h
Step 4
Factor: = h(2t + h + 2)
Step 5
Divide by h (h ≠ 0): = 2t + h + 2
Step 6
lim limh → 0 (2t + h + 2)
Part J · MathGymUSA.ai™

Secant–Tangent–Velocity Synchronizer

Three synchronized views. Vary h and watch the physical vehicle, the position-time graph, and the velocity gauge converge together.

View 1 · Physical
0 m5 m10 m15 m20 m25 m30 m15.00 m

Vehicle at time 3.00 s.

View 2 · Graphical
t (s)s (m)0123450102030Q (3.00, 15.00)P (2, 8)
View 3 · Velocity Gauge
7.00m/starget: 6 m/s
Distance from Instantaneous Velocity
|v_avg − 6| =1.0000→ approaches 0 as h → 0
Part K · Convergence

How Fast Are We Converging?

Since v_avg = 6 + h and v_inst = 6, the velocity error is Error = |v_avg − v_inst| = |h|.

|h|error1.00

Current velocity error = |v_avg − 6| = 1.000

Smaller time interval → smaller error → better approximation.
Let the visualization reveal the pattern: as h shrinks, the error point slides down toward the origin.
Part L · Check

Predict Before Calculating

At t = 3 seconds, what should the instantaneous velocity be?

Part M · Reflection

Deep Concept Check

  1. 1. Why is average velocity represented by a secant slope?
  2. 2. Why is instantaneous velocity represented by a tangent slope?
  3. 3. Why do we never actually substitute h = 0 into the original difference quotient?
  4. 4. What does the limit accomplish mathematically?
  5. 5. Explain in your own words why "instantaneous velocity" and "derivative of position" represent the same concept.

Model answers are not revealed automatically.

Reserved · Future Architecture

School Assignment Laboratories

Architecturally separate from the MathGymUSA.ai Original Premium Curriculum. Future hierarchy: School Assignment Laboratories → School → Course → Unit → Section → Assignment → Problem. Not yet built.

Learning Objectives

Reserved placeholder — content to be developed.

Professor Edition Laboratory

Reserved placeholder — content to be developed.

Practice

Reserved placeholder — content to be developed.

Classroom Submission Version

Reserved placeholder — content to be developed.