Fiveable

โˆซCalculus I Unit 2 Review

QR code for Calculus I practice questions

2.1 A Preview of Calculus

2.1 A Preview of Calculus

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Calculus tackles two fundamental problems: finding the slope of a curve at a single point (the tangent problem) and finding the area under a curve (the area problem). Both problems are impossible to solve with algebra alone, and both rely on the same powerful idea: limits. This preview gives you the big picture of what Calculus I is building toward.

Introduction to Calculus

Tangent Problem and Derivatives

The tangent problem asks: what is the slope of a curve at one specific point? With a straight line, slope is easy. But curves are constantly changing direction, so you need a new approach.

A tangent line touches the curve at a single point and gives the best linear approximation of the curve near that point. The slope of this tangent line tells you the curve's rate of change right at that moment.

To find that slope, you start with something you can calculate: the slope of a secant line, which passes through two points on the curve. Then you use limits to see what happens as those two points slide closer and closer together.

Here's the process:

  1. Pick a point on the curve, say at xx.

  2. Pick a second point nearby, at x+hx + h.

  3. Calculate the slope of the secant line between them: f(x+h)โˆ’f(x)h\frac{f(x+h) - f(x)}{h}

  4. Take the limit as hโ†’0h \to 0, shrinking the gap between the two points to nothing.

The result is the slope of the tangent line at xx:

limโกhโ†’0f(x+h)โˆ’f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

This limit is called the derivative of ff at xx. It measures the instantaneous rate of change of the function at that specific point. Solving the tangent problem is what led to the entire concept of derivatives.

You can also write this using two separate x-values instead of hh:

limโกx2โ†’x1f(x2)โˆ’f(x1)x2โˆ’x1\lim_{x_2 \to x_1} \frac{f(x_2) - f(x_1)}{x_2 - x_1}

Both formulas say the same thing: the tangent line is the limit of secant lines as the two points merge into one.

Instantaneous vs. Average Velocity

Velocity is one of the clearest real-world examples of why we need derivatives.

Average velocity is straightforward. It's total displacement divided by total time:

vavg=ฮ”sฮ”tv_{\text{avg}} = \frac{\Delta s}{\Delta t}

For example, if you drive 150 miles in 3 hours, your average velocity is 50 mph. But that doesn't tell you how fast you were going at any particular moment.

Instantaneous velocity is the velocity at one specific instant. You find it by shrinking the time interval down to zero:

vinst=limโกฮ”tโ†’0ฮ”sฮ”tv_{\text{inst}} = \lim_{\Delta t \to 0} \frac{\Delta s}{\Delta t}

Notice this has the exact same structure as the derivative. That's because instantaneous velocity is the derivative of position with respect to time. The speedometer in your car is essentially computing a derivative.

Tangent problem and derivatives, Reading: Instantaneous Rate of Change and Tangent Lines | Business Calculus

Introduction to Integration

Area Problem and Integration

The second big problem in calculus is finding the area under a curve between two points on the x-axis. This comes up constantly in applications: total distance traveled, work done by a variable force, accumulated quantities over time.

Algebra gives you formulas for areas of rectangles and triangles, but not for the region under an arbitrary curve. Integration solves this.

The definite integral โˆซabf(x)โ€‰dx\int_a^b f(x)\, dx represents the area under the curve f(x)f(x) from x=ax = a to x=bx = b.

Tangent problem and derivatives, Differential calculus - Wikiquote

Limits in the Area Problem

The strategy for finding area mirrors the tangent problem: start with an approximation, then use limits to make it exact.

  1. Divide the interval from aa to bb into nn rectangles, each with width ฮ”x\Delta x.
  2. For each rectangle, choose a sample point xiโˆ—x_i^* in that subinterval and use f(xiโˆ—)f(x_i^*) as the height.
  3. Add up the areas of all the rectangles: โˆ‘i=1nf(xiโˆ—)โ€‰ฮ”x\sum_{i=1}^{n} f(x_i^*)\, \Delta x
  4. Take the limit as nโ†’โˆžn \to \infty (which forces ฮ”xโ†’0\Delta x \to 0), so the rectangles get infinitely thin and their sum converges to the exact area.

limโกnโ†’โˆžโˆ‘i=1nf(xiโˆ—)โ€‰ฮ”x\lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*)\, \Delta x

This limit is the definition of the definite integral. Integration turns out to be the reverse process of differentiation, a connection you'll explore later with the Fundamental Theorem of Calculus.

Connections to Advanced Calculus

The three core ideas in this preview (limits, derivatives, and integrals) form the foundation for everything that comes later in calculus:

  • Differential equations describe relationships between functions and their derivatives. Solving them typically requires integration techniques.
  • Series and sequences use limits to determine whether infinite sums converge or diverge.
  • Vector calculus extends derivatives and integrals to functions of multiple variables, introducing tools like partial derivatives, gradients, and multiple integrals.

You don't need to worry about these topics now, but it's worth seeing that the ideas you're learning in Calc I carry through the entire subject.

Key Concepts in Calculus

  • Function: A mathematical relationship between variables. Functions are what you'll be differentiating and integrating throughout the course.
  • Rate of change: How one quantity varies as another changes. This is the core idea behind derivatives.
  • Slope: The steepness of a line or curve at a point. For curves, slope at a point equals the derivative there.
  • Area under a curve: The accumulated value of a function over an interval, calculated using integration.
2,589 studying โ†’