English:Applications of Derivatives

Applications of Derivatives
Introduction
Applications of Derivatives is a calculus course for learners in Grades 11–13. You will use derivatives not only as symbolic rules but as tools for interpreting change, making decisions, and building models. The central idea is simple: a derivative tells you how sensitively one quantity responds to a small change in another quantity.
A derivative can describe the slope of a tangent line, instantaneous velocity, acceleration, growth rate, marginal cost, or the local sensitivity of a model. It can also help you locate maxima and minima, analyze the shape of graphs, approximate values, and solve equations numerically.
The image above connects the geometric idea of a tangent line with the derivative. At an input , the derivative is the slope of the tangent line when the derivative exists.
This MIT OpenCourseWare video connects local linear approximation with Newton's method, two powerful applications of derivatives.
Learning Goals
By the end of this aiMOOC, you should be able to interpret derivatives in context, connect signs of derivatives to graph behavior, solve optimization and related-rates problems, use derivatives in motion and economics, construct linear approximations, and explain the logic of Newton's method.
You should already be comfortable with functions, graphs, algebraic manipulation, limits at an introductory level, and basic differentiation rules such as the power, product, quotient, and chain rules.
The Derivative as a Model of Change
For a function , the derivative at is
,
provided this limit exists. The quotient before the limit is an average rate of change over a small interval. The limit gives the instantaneous rate of change at one input.
The units of a derivative matter. If distance is measured in meters and time in seconds, then a derivative of distance with respect to time has units of meters per second. If total cost is measured in dollars and production in items, then a derivative of cost with respect to production has units of dollars per item.
A useful habit is to interpret every derivative in three ways when possible: numerically as a rate, geometrically as a slope, and contextually as a response or sensitivity.
Local Change and Sign
If throughout an interval, then is increasing on that interval. If , then is decreasing. A point where , or where does not exist while is defined, can be a critical point. Critical points are candidates for local extrema, but they are not automatically maxima or minima.
The second derivative describes how the first derivative changes. Where , the graph is concave up; where , it is concave down. A change in concavity can indicate an inflection point.
Graph Analysis with Derivatives
Derivatives let you turn algebraic information into a qualitative picture of a graph. A systematic curve analysis usually examines the domain, intercepts, critical points, signs of , concavity from , and relevant asymptotic behavior.
For a differentiable function, an interior local maximum or minimum must occur at a point where the derivative is zero. The converse is not guaranteed: only makes a candidate.
Worked Example: Critical Points and Concavity
Consider . Then
and
.
The critical numbers are and . Because , the graph has a local maximum at . Because , it has a local minimum at . The second derivative changes sign at , so is an inflection point.
You can also verify the extrema using the first-derivative sign test: changes from positive to negative at and from negative to positive at .
Motion: Position, Velocity, and Acceleration
If is the position of an object moving along a line, then velocity is and acceleration is . The sign of velocity tells you direction, while the sign of acceleration describes how velocity is changing.
The diagram shows how higher derivatives connect motion quantities. In one-dimensional motion, position differentiates to velocity and velocity differentiates to acceleration. A further derivative of acceleration is called jerk.
Worked Example: Interpreting Motion
Suppose
meters for . Then
and
.
The object is at rest when , so at and . At , the velocity is m/s, so the object is moving in the negative direction. At the same instant the acceleration is m/s², meaning the velocity has an instantaneous stationary value there; it does not mean the object itself is at rest.
Optimization
Optimization asks for the best feasible value: the greatest area, highest profit, shortest time, lowest material use, or another maximum or minimum. Derivatives help because interior extrema of differentiable functions occur among critical points.
A reliable optimization strategy is to identify the objective, translate constraints into equations, reduce the objective to one variable when possible, determine the feasible domain, differentiate, test critical points, and compare any necessary endpoints.
The Khan Academy example above shows how derivatives can be used to maximize profit.
Worked Example: Maximum Area
A rectangular animal pen lies beside a straight river, so fencing is needed on only three sides. You have 100 m of fencing. Let be the width perpendicular to the river and the side parallel to the river. The constraint is
.
The area is
.
Differentiate:
.
Setting gives . Then . Since , this critical point gives a maximum. The largest possible area is therefore m².
The derivative does not replace modeling. The main intellectual work is often choosing variables and constructing the objective and constraint correctly.
Related Rates
In a related-rates problem, several quantities change with time while remaining connected by an equation. You first express the geometric or physical relationship, then differentiate that relationship with respect to time. The chain rule automatically introduces the rates of change.
A common mistake is to substitute a particular numerical value before differentiating. If a changing quantity is replaced too early by a fixed number, its time derivative disappears. Differentiate first, then substitute the values that apply at the instant of interest.
Worked Example: Expanding Circle
Suppose a circle's radius increases at cm/s. Its area is . Differentiating with respect to time gives
.
When cm,
cm²/s.
The result is an area rate, so its units must be square centimeters per second.
Economics and Marginal Analysis
In economics, a derivative often represents a marginal quantity. If is total cost as a function of output , then is marginal cost in the differentiable model. Similarly, derivatives of revenue and profit give marginal revenue and marginal profit.
Marginal values are local rates, not the same as averages. Average cost is , whereas marginal cost is the derivative .
Worked Example: Marginal Cost
Let
dollars. Then
.
At , the marginal cost is dollars per additional unit in the local continuous model. The fixed cost of 1000 dollars affects total and average cost, but its derivative is zero, so it does not directly contribute to marginal cost.
If profit is modeled by , then . Interior profit maxima can therefore occur where marginal revenue equals marginal cost, provided the model and second-order or sign conditions support a maximum.
Linear Approximation and Sensitivity
A differentiable function looks approximately linear when you zoom in sufficiently near a point. Near , its linearization is
.
This approximation is useful for mental estimates, measurement-error analysis, numerical methods, and scientific modeling. It is most accurate near the point of tangency.
Worked Example: Estimating a Square Root
Use near . Since and ,
.
Therefore,
.
The exact value is close to this estimate because 25.4 is near 25 and the tangent line is a good local approximation.
Newton's Method
Newton's method turns local linearization into a numerical root-finding process. To solve , begin with a guess and repeatedly use
,
whenever the denominator is nonzero and the iteration is well defined.
Geometrically, you take the tangent line at the current point and use its x-intercept as the next approximation.
For , Newton's method gives
.
Starting with , the next approximations are about 1.41667 and 1.41422, rapidly approaching . Newton's method can converge very quickly near a suitable simple root, but a poor starting value or a nearly zero derivative can cause difficulty.
Connecting the Applications
The same derivative idea appears in every application in this course. In motion, it measures how position changes. In graph analysis, its sign describes increasing and decreasing behavior. In optimization, a zero derivative can identify a candidate optimum. In related rates, the chain rule connects simultaneous changes. In economics, a derivative measures a marginal response. In linearization and Newton's method, the derivative creates a local tangent model.
| Context | Function | Derivative meaning | Typical question |
|---|---|---|---|
| Motion | Position | Velocity | How fast and in which direction is an object moving? |
| Graph analysis | Output of a function | Local slope | Where is the function increasing or decreasing? |
| Optimization | Objective quantity | Sensitivity of the objective | Where can a maximum or minimum occur? |
| Related rates | Geometric or physical relation | Linked time rates | How fast is one changing quantity responding to another? |
| Economics | Cost, revenue, or profit | Marginal quantity | What is the local effect of producing more? |
| Approximation | Nonlinear function | Slope of a local linear model | What nearby value can be estimated efficiently? |
Common Errors and How to Avoid Them
A derivative equal to zero does not automatically prove a maximum or minimum. Always use a sign test, a second-derivative test when appropriate, or a comparison of candidates.
In closed-interval optimization, endpoints can contain absolute extrema even though they are not interior critical points. Include them when the domain requires it.
In related rates, keep changing quantities as variables until after differentiation. Then substitute the data for the specific instant.
In applied problems, attach units to both quantities and derivatives. Units often reveal an incorrect setup.
In Newton's method, monitor whether the derivative is close to zero and whether the iterates are moving toward a plausible root.
Interactive Tasks
Quiz: Test Your Knowledge
What does the derivative at a point represent geometrically when it exists? (The slope of the tangent line) (!The area under the curve) (!The y intercept of the graph) (!The average of all function values)
If position is a function of time, what does its first derivative represent? (Velocity) (!Acceleration) (!Distance traveled) (!Jerk)
What is true at an interior local extremum of a differentiable function? (The derivative is zero) (!The second derivative is always zero) (!The function value must be zero) (!The tangent line must be vertical)
What should you do before substituting a particular instant into a related-rates equation? (Differentiate the relationship with respect to time) (!Replace every variable by a constant) (!Integrate the relationship) (!Discard the units)
If the second derivative is positive at a critical point, what does the second-derivative test indicate? (A local minimum) (!A local maximum) (!A vertical asymptote) (!No conclusion about concavity)
What does marginal cost represent in a differentiable cost model? (The rate of change of total cost with output) (!The total fixed cost) (!The average cost of all units) (!The total revenue)
Where is a differentiable function increasing on an interval? (Where its first derivative is positive) (!Where its first derivative is negative) (!Where its second derivative is always zero) (!Where its function value is negative)
What geometric object drives Newton's method? (A tangent line) (!A circle) (!A horizontal asymptote) (!A definite integral)
What is essential when finding an absolute optimum on a closed interval? (Compare critical candidates and endpoints) (!Check only the first endpoint) (!Ignore points where the derivative is zero) (!Assume every critical point is optimal)
What does a linear approximation use to estimate nearby function values? (The function value and local derivative) (!Only the second derivative) (!Only the x intercept) (!The total area under the graph)
Memory Game
| Tangent line | Local straight-line model whose slope equals the derivative |
| Critical point | Input where the derivative is zero or may fail to exist |
| Related rates | Method for connecting simultaneous changes through differentiation |
| Linearization | Nearby approximation built from a function value and its local slope |
| Marginal cost | Local rate at which total cost changes with output |
| Newton's method | Iterative root-finding process based on tangent-line intercepts |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Velocity | Derivative of position with respect to time |
| Acceleration | Derivative of velocity with respect to time |
| Concave up | Region where the second derivative is positive |
| Local maximum | Candidate where the first derivative changes from positive to negative |
| Marginal profit | Derivative of profit with respect to output |
...
Crossword Puzzle
| Tangent | Which line has slope equal to the derivative at a differentiable point? |
| Velocity | What is the time derivative of position called? |
| Extrema | What collective word describes maxima and minima? |
| Concavity | What graph property is analyzed using the sign of the second derivative? |
| Marginal | Which adjective describes derivative-based cost or revenue in economics? |
| Newton | Which mathematician's name is attached to a tangent-based root-finding method? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Slope Story: Choose a real-life quantity that changes, draw a simple graph, and explain in your own words what a positive, zero, and negative derivative would mean.
- Motion Sketch: Create a position-versus-time sketch for a short journey, then mark intervals where velocity is positive, negative, or zero.
- Derivative Photo Hunt: Photograph or draw three everyday situations involving changing steepness, speed, growth, or cost, and annotate where derivative ideas appear.
- Tangent Estimation: Draw a smooth curve, construct a tangent line at one point, estimate its slope from two points on the tangent, and interpret the result.
Standard
- Optimization Model: Design a packaging or fencing problem with a fixed resource, define an objective and constraint, solve it with derivatives, and justify why your answer is optimal.
- Related Rates Experiment: Inflate a balloon or observe another safe changing shape, record measurements over time, build a model, and compare measured rates with derivative-based predictions.
- Motion Video Analysis: Record a short safe motion, estimate positions at equal time intervals, calculate approximate velocities, and compare your numerical results with a smooth position model.
- Marginal Cost Case Study: Invent or research a simple production-cost scenario, create a differentiable cost model, compute marginal cost at several output levels, and explain what the values mean.
Advanced
- Newton Method Investigation: Choose a nonlinear equation, test Newton's method from several starting values, document convergence or failure, and explain the role of the derivative.
- Sensitivity Report: Select a scientific or engineering formula, use differentials or linearization to estimate how measurement error propagates, and compare the estimate with exact recalculation.
- Derivative Documentary: Produce a three-to-five-minute video showing how one derivative application is used in physics, economics, engineering, biology, or another quantitative field, including a worked example.
- Optimization Interview: Interview a professional who makes optimization decisions, translate one decision into a mathematical objective and constraints, and discuss where a derivative model would help or where it would be too simple.
Learning Assessment
- Model Selection: Given three real-world scenarios, decide whether each is best approached with optimization, related rates, motion derivatives, or linearization, and justify every choice.
- Graph Reasoning: From a supplied sign chart for the first and second derivatives, reconstruct the likely increasing, decreasing, concave-up, concave-down, and extremum behavior of the original function.
- Optimization Transfer: Solve an unfamiliar constrained optimization problem, state assumptions, identify all candidates, and explain why the selected solution is globally or locally optimal.
- Rate Interpretation: Analyze a multi-variable changing system, construct the relation among quantities, differentiate with respect to time, and interpret the sign and units of the final rate.
- Marginal Decision: Compare marginal cost and marginal revenue in a production model and use derivative reasoning to recommend whether output should increase or decrease near a specified level.
- Approximation Evaluation: Use a linear approximation or Newton iteration, estimate a quantity, compare it with a more accurate value, and explain why the error is reasonable from the geometry of the function.
Evidence of Learning
Strong evidence of learning combines correct mathematics with interpretation, communication, and transfer to new situations.
| Evidence type | What you should be able to demonstrate |
|---|---|
| Knowledge | Explain derivative meaning, critical points, concavity, related rates, marginal quantities, linearization, and Newton iteration. |
| Skills | Differentiate accurately, build equations from context, analyze signs, test extrema, track units, and check numerical plausibility. |
| Products | Produce graphs, written models, investigations, data analyses, presentations, videos, or reports that use derivative reasoning. |
| Reasoning | Justify why a derivative method applies, distinguish candidates from proven optima, and identify assumptions or limitations. |
| Transfer | Apply derivative ideas to an unfamiliar context in science, economics, engineering, technology, or everyday decision-making. |
OERs on the Topic
The English Wikipedia article on Differential calculus provides a broad overview of derivatives and their applications.
For a free, openly licensed textbook treatment, explore OpenStax calculus resources on related rates, linear approximations, graph analysis, optimization, and Newton's method.
OpenStax Calculus Volume 1, Chapter 4: Applications of Derivatives
Linked Learning Areas
Applications of derivatives connect pure calculus with modeling, data interpretation, physics, economics, engineering, and numerical methods. The strongest understanding comes from moving between formulas, graphs, units, and real-world meaning.
aiMOOC Projects
MOOCwiki · Deutsch
Nach dem Lernen ist vor dem Lernen
Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.
Zur MOOCwiki-HauptseiteMediathek
Mediathek
Mediathek wird aus dem Wiki geladen ...
Keine passenden Inhalte gefunden. Bitte ändere Suche oder Filter.
NEWSLernweltNOAH fragen