Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Calculus grew from two big questions about changing quantities and curved shapes. The tangent-line problem asks for the exact slope of a curve at one point, which represents an instantaneous rate of change such as velocity. The area problem asks for the exact area under a curve, which represents accumulated quantity such as distance, work, or total change.

These questions matter because many real processes change continuously rather than in simple straight-line steps.

Limits provide the key idea that solves both problems. For a tangent line, we compute slopes of secant lines through two nearby points and let the second point move closer and closer to the first. For area, we add many thin rectangles under the curve and let their widths shrink toward zero.

The Fundamental Theorem of Calculus links the two problems by showing that differentiation and integration are inverse processes.

Key Facts

  • Average slope between two points is (f(x + h) - f(x)) / h.
  • Instantaneous slope is f'(x) = lim as h approaches 0 of (f(x + h) - f(x)) / h.
  • Area under a curve can be approximated by a sum of rectangles: sum f(x_i) Δx.
  • Exact signed area is the definite integral: integral from a to b of f(x) dx.
  • The Fundamental Theorem of Calculus says if F'(x) = f(x), then integral from a to b of f(x) dx = F(b) - F(a).
  • A derivative measures a rate of change, while an integral measures accumulation.

Vocabulary

Limit
A limit describes the value a quantity approaches as the input or approximation gets closer to a target value.
Tangent line
A tangent line is a line that matches the direction of a curve at one specific point.
Derivative
A derivative is the instantaneous rate of change of a function at a point.
Definite integral
A definite integral gives the signed accumulation of a function over an interval.
Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus states that derivatives and definite integrals are inverse ideas connected through antiderivatives.

Common Mistakes to Avoid

  • Using the slope between two far-apart points as the tangent slope. This is only an average rate of change, not the instantaneous slope at one point.
  • Forgetting the limit in the derivative formula. Without letting h approach 0, the expression (f(x + h) - f(x)) / h still represents a secant slope.
  • Treating rectangle sums as exact before taking a limit. A finite number of rectangles usually gives only an approximation to the area under a curve.
  • Ignoring sign in area under a curve. A definite integral counts area above the x-axis as positive and area below the x-axis as negative.

Practice Questions

  1. 1 For f(x) = x^2, use f'(x) = lim as h approaches 0 of (f(x + h) - f(x)) / h to find the instantaneous slope at x = 3.
  2. 2 Approximate the area under f(x) = x + 1 from x = 0 to x = 4 using 4 rectangles of equal width and right endpoints.
  3. 3 Explain why making secant points closer together and making rectangles thinner are examples of the same limiting idea.