Home

The Six Pillars of Calculus

The Pillars: A Road Map
A picture is worth 1000 words

Trigonometry Review

The basic trig functions
Basic trig identities
The unit circle
Addition of angles, double and half angle formulas
The law of sines and the law of cosines
Graphs of Trig Functions

Exponential Functions

Exponentials with positive integer exponents
Fractional and negative powers
The function $f(x)=a^x$ and its graph
Exponential growth and decay

Logarithms and Inverse functions

Inverse Functions
How to find a formula for an inverse function
Logarithms as Inverse Exponentials
Inverse Trig Functions

Intro to Limits

Close is good enough
Definition
One-sided Limits
How can a limit fail to exist?
Infinite Limits and Vertical Asymptotes
Summary

Limit Laws and Computations

A summary of Limit Laws
Why do these laws work?
Two limit theorems
How to algebraically manipulate a 0/0?
Limits with fractions
Limits with Absolute Values
Limits involving Rationalization
Limits of Piece-wise Functions
The Squeeze Theorem

Continuity and the Intermediate Value Theorem

Definition of continuity
Continuity and piece-wise functions
Continuity properties
Types of discontinuities
The Intermediate Value Theorem
Examples of continuous functions

Limits at Infinity

Limits at infinity and horizontal asymptotes
Limits at infinity of rational functions
Which functions grow the fastest?
Vertical asymptotes (Redux)
Toolbox of graphs

Rates of Change

Tracking change
Average and instantaneous velocity
Instantaneous rate of change of any function
Finding tangent line equations
Definition of derivative

The Derivative Function

The derivative function
Sketching the graph of $f'$
Differentiability
Notation and higher-order derivatives

Basic Differentiation Rules

The Power Rule and other basic rules
The derivative of $e^x$

Product and Quotient Rules

The Product Rule
The Quotient Rule

Derivatives of Trig Functions

Two important Limits
Sine and Cosine
Tangent, Cotangent, Secant, and Cosecant
Summary

The Chain Rule

Two forms of the chain rule
Version 1
Version 2
Why does it work?
A hybrid chain rule

Implicit Differentiation

Introduction and Examples
Derivatives of Inverse Trigs via Implicit Differentiation
A Summary

Derivatives of Logs

Formulas and Examples
Logarithmic Differentiation

Derivatives in Science

In Physics
In Economics
In Biology

Related Rates

Overview
How to tackle the problems
Example (ladder)
Example (shadow)

Linear Approximation and Differentials

Overview
Examples
An example with negative $dx$

Differentiation Review

Basic Building Blocks
Advanced Building Blocks
Product and Quotient Rules
The Chain Rule
Combining Rules
Implicit Differentiation
Logarithmic Differentiation
Conclusions and Tidbits

Absolute and Local Extrema

Definitions
The Extreme Value Theorem
Fermat's Theorem
How-to

The Mean Value and other Theorems

Rolle's Theorems
The Mean Value Theorem
Finding $c$

$f$ vs. $f'$

Increasing/Decreasing Test and Critical Numbers
How-to
The First Derivative Test
Concavity, Points of Inflection, and the Second Derivative Test

Indeterminate Forms and L'Hospital's Rule

What does $\frac{0}{0}$ equal?
Indeterminate Differences
Indeterminate Powers
Three Versions of L'Hospital's Rule
Proofs

Optimization

Strategies
Another Example

Newton's Method

The Idea of Newton's Method
An Example
Solving Transcendental Equations
When NM doesn't work

Anti-derivatives

Anti-derivatives and Physics
Some formulas
Anti-derivatives are not Integrals

The Area under a curve

The Area Problem and Examples
Riemann Sums Notation
Summary

Definite Integrals

Definition
Properties
What is integration good for?
More Examples

The Fundamental Theorem of Calculus

Three Different Quantities
The Whole as Sum of Partial Changes
The Indefinite Integral as Antiderivative
The FTC and the Chain Rule


More Examples


Volumes

In many cases, we can get volumes by integration, too. Suppose we have a solid, like a sphere or a cone. To figure out its volume, we put it through a meat slicer, figure out the (approximate) volume of each slice, and then add up the slices. If each slice has area $A(x)$ and thickness $\Delta x$, then each slice has volume $A(x)\Delta x$. Add them up and take a limit to get $$\hbox{Volume} = \int_a^b A(x)\, dx = \lim_{n \to \infty} \, \sum_{i=1}^n\, A(x_i^*)\, \Delta x,$$ where the left-most slice is at $x=a$, the right-most slice is at $x=b$, and the cross-sectional area at position $x$ is given by the function $A(x)$.

As explained in the video, if we apply this method to a cone of height 1 whose base is a circle of radius 1, we get the integral $\pi \int_0^1 x^2 dx$.




Moment of Inertia

The moment of inertia of a particle is an indicator of how much torque you need to rotate it around the origin. For a point particle of mass $m$ a distance $r$ from the origin, the moment of inertia is $mr^2$. But what value of $r$ do we use for a big object like a bar? The answer is to:

  1. Break the bar into $n$ tiny pieces, so that the distance from the origin is almost constant in each piece.
  2. Figure out the mass of each piece,
  3. Figure out how far each piece is from the origin,
  4. Approximate the moment of inertia of each piece,
  5. Add up the moments of inertia of all the pieces, and
  6. Take a limit to get the exact answer. As with areas, distances and volumes, this limit is an integral.


For a uniform thin bar of mass 1kg and length 1m, we find that each piece has mass $1 \Delta x$ and distance $x_i^*$ from the origin, so the total moment of inertia is $$\lim_{n \to \infty} \,\sum_{i=1}^n\, (x_i^*)^2\, \Delta x = \int_0^1 x^2\, dx.$$ This is the same integral that gives the area under a parabola, or the volume of a cone.