Explain the concept of instantaneous rate of change.
The rate at which a function's output changes with respect to its input at a specific point. It's the derivative.
Explain when a derivative does not exist.
Derivatives don't exist at sharp corners, cusps, vertical tangents, or points of discontinuity.
What does the sign of the derivative tell you?
A positive derivative indicates the function is increasing, a negative derivative indicates it is decreasing, and a zero derivative indicates a stationary point.
Explain the relationship between differentiability and continuity.
If a function is differentiable at a point, it must be continuous at that point. However, a continuous function is not necessarily differentiable.
What is the geometric interpretation of the derivative?
The derivative at a point represents the slope of the tangent line to the curve at that point.
Explain how to find the equation of a tangent line.
Find the derivative at the given point to get the slope. Use the point-slope form of a line: $y - y_1 = m(x - x_1)$.
How can derivatives be used in optimization problems?
Derivatives can be used to find maximum and minimum values of a function by finding critical points (where the derivative is zero or undefined).
Explain the concept of higher-order derivatives.
Higher-order derivatives are derivatives of derivatives. For example, the second derivative is the derivative of the first derivative, and so on.
What does the second derivative tell you about a function?
The second derivative tells you about the concavity of a function. A positive second derivative indicates concave up, and a negative second derivative indicates concave down.
Explain the difference between average and instantaneous rate of change.
Average rate of change is over an interval, while instantaneous rate of change is at a single point.
How do you find the derivative of a polynomial?
Apply the power rule to each term: multiply by the exponent and reduce the exponent by 1. Use the sum/difference rule for multiple terms.
How do you find the derivative of a product of two functions?
Use the product rule: (first function) * (derivative of second) + (second function) * (derivative of first).
How do you find the derivative of a quotient of two functions?
Use the quotient rule: [(bottom) * (derivative of top) - (top) * (derivative of bottom)] / (bottom)^2.
How do you find the derivative of $f(x) = e^{kx}$?
Use the chain rule: $f'(x) = ke^{kx}$.
How do you find the derivative of $f(x) = \ln(g(x))$?
Use the chain rule: $f'(x) = \frac{g'(x)}{g(x)}$.
How do you find the equation of a tangent line to $f(x)$ at $x=a$?