Calculus - Applications of Differentiation (Tangents, Normals, Rates of Change, Optimization)
Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The derivative represents the instantaneous rate of change of a function at . Geometrically, this is the gradient (slope) of the tangent line to the curve at that specific point. Visually, if you zoom in infinitely on a point on a curve, the curve starts to look like this straight tangent line.
A tangent line touches a curve at a point and has the same gradient as the curve at that point. On a graph, the tangent illustrates the direction the curve is heading at that exact moment, providing a linear approximation of the function near the point of contact.
The normal to a curve at point is the line perpendicular to the tangent at that same point. Visually, if the tangent is horizontal, the normal is vertical. They meet at a angle, and the product of their gradients is always .
A function is increasing where and decreasing where . On a coordinate plane, an increasing function slopes upwards from left to right, while a decreasing function slopes downwards.
Stationary points occur where the gradient is zero, . These points are visual 'turning points' or 'flat spots' on a graph. A local maximum is a peak (the graph stops rising and starts falling), a local minimum is a valley (the graph stops falling and starts rising), and a stationary point of inflection is a flat spot where the graph continues its original direction.
The nature of a stationary point can be determined using the second derivative test. If , the graph is concave up (shaped like a cup or ), indicating a local minimum. If , the graph is concave down (shaped like a cap or ), indicating a local maximum.
Rates of change involve finding how one variable changes with respect to another, often time . For example, in kinematics, the derivative of displacement with respect to time () gives velocity. Visually, the steeper the displacement-time graph, the higher the velocity.
Optimization is the process of finding the maximum or minimum value of a function within a given context. This usually involves creating a mathematical model for a real-world scenario, such as maximizing the volume of a box or minimizing the material used for a container, and finding where the derivative of that model equals zero.
📐Formulae
Gradient of tangent:
Equation of Tangent:
Gradient of Normal:
Equation of Normal:
Stationary Point Condition:
Second Derivative Test for Minima: and
Second Derivative Test for Maxima: and
Chain Rule for Rates:
💡Examples
Problem 1:
Find the equation of the normal to the curve at the point where .
Solution:
- Find the y-coordinate at : . So the point is .
- Find the derivative to get the gradient of the tangent: .
- Calculate the tangent gradient at : .
- Find the gradient of the normal: .
- Use the point-slope formula for the normal: .
- Simplify to standard form: or .
Explanation:
This approach first identifies the specific point on the curve, then uses the derivative to find the slope of the curve. Since the normal is perpendicular to the tangent, we use the negative reciprocal of the tangent's slope to find the normal's equation.
Problem 2:
A closed rectangular box has a square base of side length cm and a total surface area of . Find the value of that maximizes the volume of the box.
Solution:
- Express Surface Area in terms of and height : .
- Solve for : .
- Write the Volume formula: .
- Differentiate with respect to : .
- Set the derivative to zero for optimization: (since ).
- Verify it is a maximum using the second derivative: . At , , which is , confirming a maximum.
Explanation:
To optimize the volume, we first reduce the volume formula to a single variable using the surface area constraint. By finding where the first derivative is zero, we locate the stationary point, and the second derivative test confirms it is the maximum capacity.