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 began with the powerful idea of studying change by zooming in so closely that curved motion looks almost straight. Early mathematicians used infinitesimals, imagined as quantities smaller than any ordinary measurable amount, to describe tiny changes in position, time, area, or volume. This made it possible to find slopes of curves and areas under curves in a way that matched physical intuition.

The central picture is a secant line becoming a tangent line as two points on a curve move closer together.

Understanding Calculus: Infinitesimals and Limits

Limits give calculus a careful foundation without needing to treat a tiny quantity as an ordinary number. A limit is about controlling error. To say that a function approaches a value near some input means this.

The output can be made as close as desired to that value by taking the input sufficiently close to the chosen input. The input does not even need to equal that chosen value.

This matters when a formula has a hole, a jump, or is not defined at one point. Calculus studies the behavior around a point, not merely the value written at the point.

The formal limit definition makes the word close precise. Start by choosing any allowed output error, however small. Then there must be an input distance that guarantees the output stays within that error.

The exact input distance may depend on the output error. This order is important. It prevents vague claims based on a few numerical examples or a graph that only looks smooth.

In school problems, a table of values can suggest a limit. A proof explains why every sufficiently nearby value behaves correctly. Graphing software is useful, but its pixels and rounded decimals cannot prove what happens infinitely close to a point.

Infinitesimals offer another rigorous viewpoint. In nonstandard analysis, mathematicians extend the real number system to include nonzero numbers that are smaller in size than every positive ordinary real number. These are not simply zero with a different name.

A variable can change by an infinitesimal amount, and its resulting change can be compared with that amount. The standard part operation then takes a finite extended number to the ordinary real number it is infinitely close to. For a smooth curve, the ratio of the tiny output change to the tiny input change has a standard part.

That ordinary number is the derivative. This approach closely matches the original language used by Leibniz and many scientists.

Both foundations produce the same derivatives and integrals for the usual functions studied in school. The difference is mainly in the language used to justify them. Limits describe a process of getting arbitrarily close without arriving.

Infinitesimals describe quantities that are already smaller than any ordinary measuring scale. Each method needs care. A derivative may fail at a corner, a cusp, or a break in a graph because nearby slopes do not settle to one value.

An integral can still exist even when a function has a few discontinuities, though severe irregular behavior needs more advanced ideas. In physics, derivatives describe instantaneous velocity, acceleration, current, and changing temperature.

Integrals combine many small contributions to find distance, work, charge, mass, or accumulated probability. When learning calculus, pay attention to what varies, what is held fixed, and what kind of closeness the argument requires.

Key Facts

  • Average rate of change: (f(x + h) - f(x)) / h
  • Derivative as a limit: f'(x) = lim h->0 [f(x + h) - f(x)] / h
  • A secant line intersects a curve at two points, while a tangent line represents the limiting slope at one point.
  • Infinitesimal notation: dy/dx represents the ratio of an extremely small change in y to an extremely small change in x.
  • Limit notation describes a value approached by a function: lim x->a f(x) = L
  • Definite integral as a limit of sums: integral from a to b f(x) dx = lim n->infinity sum f(x_i*) delta x

Vocabulary

Infinitesimal
An infinitesimal is an idealized quantity that is smaller than any ordinary positive number but is used to represent an extremely tiny change.
Limit
A limit is the value that a function or expression approaches as the input approaches a chosen number.
Secant line
A secant line is a line that passes through two points on a curve and gives an average rate of change.
Tangent line
A tangent line is the line that best matches the direction of a curve at a single point.
Derivative
A derivative measures the instantaneous rate of change of a function at a point.

Common Mistakes to Avoid

  • Treating h as exactly zero in (f(x + h) - f(x)) / h is wrong because direct substitution often creates division by zero before the limit is taken.
  • Confusing a secant slope with a tangent slope is wrong because the secant slope is an average over an interval, while the tangent slope is the limiting value at one point.
  • Thinking a limit must equal the function value is wrong because a function can approach one value near a point while being undefined or assigned a different value at the point.
  • Canceling terms without algebraic justification is wrong because limit problems often require factoring, expanding, or rationalizing before simplifying safely.

Practice Questions

  1. 1 For f(x) = x^2, compute the average rate of change from x = 2 to x = 2.1, then compare it with the derivative f'(2).
  2. 2 Use the limit definition f'(x) = lim h->0 [f(x + h) - f(x)] / h to find the derivative of f(x) = 3x^2 at x = 1.
  3. 3 Explain why the slope of a secant line can approach the slope of a tangent line even though the two points on the curve never need to become literally the same point during the limiting process.