Definition of derivatives
A derivative tells you how fast a function's output is changing at any given input. It's the central idea in differential calculus, and it shows up everywhere: velocity in physics, marginal cost in economics, slope on a graph. If you understand derivatives well, you have a tool that works across many fields.
Instantaneous rate of change
The instantaneous rate of change is the rate at which a function is changing at one specific point, not over an interval. Think of it this way: your car's speedometer shows your speed right now, not your average speed over the whole trip. That speedometer reading is an instantaneous rate of change.
Mathematically, you get it by taking the average rate of change over a shrinking interval and seeing what it approaches as that interval gets infinitely small. This is what separates it from the average rate of change, which uses a finite interval between two points.
Slope of tangent line
The derivative at a point is the same thing as the slope of the tangent line to the curve at that point. A tangent line just touches the curve at one spot and shows the direction the curve is heading right there.
- A positive slope means the function is increasing at that point
- A negative slope means it's decreasing
- A slope of zero means the function is momentarily flat, which often signals a local maximum or minimum
Limit definition
The formal definition of the derivative is:
Here's what's happening: is the slope of a secant line connecting two points on the curve that are apart. As shrinks toward zero, that secant line rotates into the tangent line, and its slope becomes the derivative. Every derivative rule you'll learn is ultimately derived from this definition.
Derivative rules
These rules let you find derivatives quickly without going back to the limit definition each time. Once you know them, you can differentiate most functions in seconds.
Power rule
For any function where is a real number:
Multiply by the exponent, then reduce the exponent by one. This works for negative and fractional exponents too. For example, , and .
Product rule
When you need the derivative of two functions multiplied together:
In words: differentiate the first and multiply by the second, then add the first times the derivative of the second. This saves you from having to expand complicated products before differentiating.
Quotient rule
For the derivative of one function divided by another:
A common mnemonic: "low d-high minus high d-low, over the square of what's below." Be careful with signs here; mixing up the subtraction order is one of the most common mistakes.
Chain rule
The chain rule handles composite functions, where one function is nested inside another:
You differentiate the outer function (leaving the inner function untouched), then multiply by the derivative of the inner function. For example, to differentiate , treat the outer function as and the inner as . You get .
Common derivatives
Memorizing these saves significant time. They're the building blocks you'll combine with the rules above.
Trigonometric functions
Notice the negative sign on cosine's derivative. That trips people up frequently.
Exponential functions
- (the natural exponential is its own derivative)
- for any positive constant
These show up constantly in growth and decay models, like population dynamics or radioactive decay.

Logarithmic functions
The logarithmic derivatives are the inverses of the exponential ones, which makes sense given that logarithms and exponentials are inverse functions.
Applications of derivatives
This is where derivatives become more than abstract math. These applications show up in physics, engineering, business, and beyond.
Optimization problems
Optimization means finding the maximum or minimum value of a function. The process:
- Write a function that models what you want to maximize or minimize
- Find critical points by setting (or finding where is undefined)
- Use the second derivative test: if at a critical point, it's a local minimum; if , it's a local maximum
- Check endpoints of the domain if the function is defined on a closed interval
Real-world examples include maximizing profit, minimizing material usage in manufacturing, or finding the dimensions that give the largest area for a given perimeter.
Related rates
Related rates problems ask: if one quantity is changing at a known rate, how fast is a related quantity changing? The general approach:
- Identify all changing quantities and write an equation relating them
- Differentiate both sides with respect to time (using implicit differentiation and the chain rule)
- Plug in known values and solve for the unknown rate
Classic examples: a ladder sliding down a wall, water filling a cone-shaped tank, or a balloon expanding as air is pumped in.
Motion analysis
Derivatives connect position, velocity, and acceleration:
- Position:
- Velocity: (first derivative of position)
- Acceleration: (second derivative of position)
If velocity is positive, the object moves in the positive direction. If acceleration and velocity have the same sign, the object is speeding up; opposite signs mean it's slowing down.
Higher-order derivatives
Taking the derivative of a derivative gives you higher-order derivatives, which reveal additional information about a function's behavior.
Second derivative
The second derivative, written or , tells you the rate of change of the first derivative. In physical terms, if is position, the first derivative is velocity and the second derivative is acceleration.
The second derivative also describes curvature: how quickly the slope itself is changing.
Concavity and inflection points
The sign of the second derivative tells you about the shape of the curve:
- : the curve is concave up (shaped like a cup, bending upward)
- : the curve is concave down (shaped like a cap, bending downward)
An inflection point is where the concavity switches. To find inflection points, solve , then verify that the sign of actually changes on either side of that point. (Just because doesn't guarantee an inflection point; you need a sign change.)
Implicit differentiation
Definition and process
Sometimes you can't easily solve an equation for in terms of . For example, the equation of a circle defines implicitly. Implicit differentiation lets you find without isolating first.
The process:
- Differentiate both sides of the equation with respect to
- Every time you differentiate a term containing , apply the chain rule and multiply by (since is a function of )
- Collect all terms with on one side
- Solve for
The result will typically be an expression involving both and .
Applications in physics
Implicit differentiation is used in thermodynamics (where state variables like pressure, volume, and temperature are related by equations that aren't easily solved for one variable), constrained motion problems in mechanics, and electromagnetic theory. Any time you have interdependent variables connected by a relationship, implicit differentiation can help you find how one changes relative to another.

Derivative notation
Two main notation systems exist, and you'll see both throughout your studies.
Leibniz notation
Writes the derivative as , which emphasizes the idea of a ratio of infinitesimal changes in and . This notation is especially helpful when applying the chain rule, since you can "cancel" differentials: . It's the standard in physics and engineering.
Lagrange notation
Uses prime marks: for the first derivative, for the second, and so on. It's more compact and common in pure mathematics. For higher-order derivatives beyond the third, you'll often see instead of stacking prime marks.
Continuity and differentiability
Relationship between concepts
A key fact: all differentiable functions are continuous, but not all continuous functions are differentiable. Differentiability is a stronger condition than continuity.
- Continuity means no breaks, jumps, or holes in the graph
- Differentiability means the function has a well-defined tangent line (a unique, finite slope) at every point
A function can be continuous at a point but fail to be differentiable there if it has a sharp corner, a cusp, or a vertical tangent line.
Discontinuities vs non-differentiability
Discontinuities are points where the function itself breaks:
- Removable: a hole in the graph (the limit exists but doesn't equal the function value)
- Jump: the function jumps from one value to another
- Infinite: the function blows up toward infinity (like at )
Non-differentiable points are where the function is continuous but has no single tangent line. The classic example is at : the graph is continuous but has a sharp corner, so no unique tangent line exists there.
Derivative approximations
Linear approximation
Also called linearization, this uses the tangent line at a known point to estimate nearby function values:
This works well when is close to . For example, you could approximate by using the tangent line to at . Linear approximation is the foundation for Taylor series, which extend this idea to higher-order polynomials for better accuracy.
Newton's method
An iterative technique for finding roots (where ):
Starting from an initial guess , each step uses the tangent line at the current point to get a better approximation of the root. For well-behaved functions with a reasonable starting guess, convergence is very fast. The method can fail if at some step or if the initial guess is too far from the root.
Derivatives in economics
Marginal cost
Marginal cost is the derivative of the total cost function with respect to quantity . It tells you approximately how much it costs to produce one more unit. If , then , so at units, the marginal cost is dollars per unit. Businesses use this to decide optimal production levels: produce more as long as marginal revenue exceeds marginal cost.
Elasticity of demand
Price elasticity of demand measures how sensitive consumers are to price changes:
- : elastic demand (consumers are very responsive to price changes; a small price increase causes a large drop in quantity demanded)
- : inelastic demand (consumers are less responsive; think necessities like gasoline)
- : unit elastic
This concept is central to pricing strategy and tax policy analysis.