Derivatives and Their Applications
The derivative of a function tells you how fast that function's output is changing at any given input. If you know the derivative, you can find slopes of curves, analyze motion, and locate maximum and minimum values of functions.
This section covers the core derivative rules, how to write tangent line equations, motion analysis, and how derivatives connect to finding extrema.

Derivatives of various functions
A derivative gives you a new function that outputs the slope of the original function at every point. The notation means "the derivative of ." Here are the rules you need to know.
Power Rule: For any function of the form , bring the exponent down as a coefficient and reduce the exponent by 1:
- has derivative
- has derivative
Constant Multiple Rule: If a function is multiplied by a constant, the constant stays and you differentiate the rest.
- has derivative
- has derivative
Sum and Difference Rules: Differentiate each term separately, then add or subtract the results. The derivative of a constant term is always 0.
- has derivative
- has derivative
- has derivative
Exponential Function Rule: The function is its own derivative: . When the exponent has a coefficient (like ), that coefficient multiplies the result. This uses the chain rule, which you'll study more in calculus, but for now just know:
- has derivative
- has derivative

Derivative as instantaneous change
The derivative at a point gives you the instantaneous rate of change of the function at that exact input. Think of it as the slope of the curve at a single point, rather than an average rate over an interval.
This idea shows up across many fields:
- Velocity is the derivative of position. It tells you how fast an object's position is changing at a specific moment.
- Acceleration is the derivative of velocity. It tells you how fast the velocity itself is changing.
- Marginal cost is the derivative of total cost. It approximates the additional cost of producing one more unit.
- Marginal revenue is the derivative of total revenue. It approximates the additional revenue from selling one more unit.
- Population growth rate is the derivative of population size with respect to time, measuring how quickly a population is changing at a given moment.
Derivatives are also central to optimization problems, where you find the input values that produce the largest or smallest output of a function.

Tangent line equations
A tangent line touches a curve at exactly one point and has the same slope as the curve at that point. The equation uses point-slope form:
where is the x-value of the point of tangency.
Steps to find a tangent line equation:
- Differentiate to get
- Plug in to to find the slope
- Plug in to to find the y-coordinate
- Substitute the point and slope into point-slope form
Example: Find the tangent line to at .
- , so the slope is 6
- , so the point is
- Tangent line: , which simplifies to
Derivatives in motion analysis
Position, velocity, and acceleration form a derivative chain:
- Position describes where an object is at time
- Velocity is the first derivative of position
- Acceleration is the second derivative of position
The signs of these quantities tell you about the motion:
- Positive velocity means the object moves in the positive direction (right or up); negative velocity means the opposite direction
- When velocity and acceleration have the same sign, the object is speeding up. When they have opposite signs, the object is slowing down.
Example: A ball is thrown upward with position (meters). Find velocity and acceleration at seconds.
- . At : m/s (positive, so still rising)
- m/sยฒ (constant, pulling downward)
- At , velocity is positive but acceleration is negative. They have opposite signs, so the ball is slowing down.
Continuity, Differentiability, and Local Extrema
Continuity means the function has no breaks, jumps, or holes. A function must be continuous at a point before it can be differentiable there. However, continuity alone doesn't guarantee differentiability. Sharp corners and cusps are continuous but not differentiable because there's no single well-defined tangent line.
Differentiability at a point means the function has a well-defined derivative (and therefore a smooth tangent line) at that point.
Local extrema are the local maximum and minimum values of a function. They occur at critical points, which are x-values where:
- (the tangent line is horizontal), or
- is undefined
To determine whether a critical point is a local max or min, check how the sign of changes around that point:
- If changes from positive to negative, you have a local maximum (the function was increasing, then starts decreasing).
- If changes from negative to positive, you have a local minimum (the function was decreasing, then starts increasing).
- If doesn't change sign, the critical point is neither a max nor a min.
These ideas are the foundation of optimization: find the critical points, then determine which gives the largest or smallest value.