Zum Inhalt springen

English:Applications of Derivatives

Aus MOOCsWiki Staging
aiMOOC-Siegel

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.

Datei:Tangent line to a curve.svg

The image above connects the geometric idea of a tangent line with the derivative. At an input x=a, the derivative f(a) 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 y=f(x), the derivative at x=a is

f(a)=limh0f(a+h)f(a)h,

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.

Datei:Derivative with tangent.svg

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 f(x)>0 throughout an interval, then f is increasing on that interval. If f(x)<0, then f is decreasing. A point where f(x)=0, or where f does not exist while f 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 f(x)>0, the graph is concave up; where f(x)<0, 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 f, concavity from f, and relevant asymptotic behavior.

Datei:Maxima and Minima.svg

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: f(c)=0 only makes c a candidate.


Worked Example: Critical Points and Concavity

Consider f(x)=x33x. Then

f(x)=3x23=3(x1)(x+1)

and

f(x)=6x.

The critical numbers are x=1 and x=1. Because f(1)=6<0, the graph has a local maximum at x=1. Because f(1)=6>0, it has a local minimum at x=1. The second derivative changes sign at x=0, so x=0 is an inflection point.

You can also verify the extrema using the first-derivative sign test: f changes from positive to negative at 1 and from negative to positive at 1.


Motion: Position, Velocity, and Acceleration

If s(t) is the position of an object moving along a line, then velocity is v(t)=s(t) and acceleration is a(t)=v(t)=s(t). The sign of velocity tells you direction, while the sign of acceleration describes how velocity is changing.

Datei:Schematic diagram of Jerk, Acceleration, and Speed.svg

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

s(t)=t36t2+9t

meters for t0. Then

v(t)=3t212t+9=3(t1)(t3)

and

a(t)=6t12.

The object is at rest when v(t)=0, so at t=1 and t=3. At t=2, the velocity is 3 m/s, so the object is moving in the negative direction. At the same instant the acceleration is 0 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 x be the width perpendicular to the river and y the side parallel to the river. The constraint is

2x+y=100.

The area is

A=xy=x(1002x)=100x2x2.

Differentiate:

A(x)=1004x.

Setting A(x)=0 gives x=25. Then y=50. Since A(x)=4<0, this critical point gives a maximum. The largest possible area is therefore 2550=1250 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 drdt=0.2 cm/s. Its area is A=πr2. Differentiating with respect to time gives

dAdt=2πrdrdt.

When r=5 cm,

dAdt=2π(5)(0.2)=2π 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 C(q) is total cost as a function of output q, then C(q) is marginal cost in the differentiable model. Similarly, derivatives of revenue and profit give marginal revenue and marginal profit.

Datei:Marginal cost1a.png

Marginal values are local rates, not the same as averages. Average cost is C(q)/q, whereas marginal cost is the derivative C(q).


Worked Example: Marginal Cost

Let

C(q)=1000+5q+0.02q2

dollars. Then

C(q)=5+0.04q.

At q=100, the marginal cost is C(100)=9 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 P(q)=R(q)C(q), then P(q)=R(q)C(q). 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 x=a, its linearization is

L(x)=f(a)+f(a)(xa).

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 f(x)=x near a=25. Since f(25)=5 and f(25)=110,

L(x)=5+110(x25).

Therefore,

25.4L(25.4)=5.04.

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 f(x)=0, begin with a guess x0 and repeatedly use

xn+1=xnf(xn)f(xn),

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.

Datei:Newton–Raphson method.svg

For f(x)=x22, Newton's method gives

xn+1=12(xn+2xn).

Starting with x0=1.5, the next approximations are about 1.41667 and 1.41422, rapidly approaching 2. 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

Complete the text.

A derivative measures an instantaneous

of change. In motion, the derivative of position is

. A function is increasing where its first derivative is

. Interior extrema of differentiable functions can occur at

points. Related-rates problems often rely on the

rule. In economics, the derivative of total cost is called

cost. A tangent-line estimate near a point is a

. Newton's method uses tangent lines to approximate a

.




Open-Ended Tasks


Easy

  1. 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.
  2. Motion Sketch: Create a position-versus-time sketch for a short journey, then mark intervals where velocity is positive, negative, or zero.
  3. Derivative Photo Hunt: Photograph or draw three everyday situations involving changing steepness, speed, growth, or cost, and annotate where derivative ideas appear.
  4. 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

  1. 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.
  2. 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.
  3. 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.
  4. 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

  1. 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.
  2. 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.
  3. 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.
  4. 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

  1. 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.
  2. 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.
  3. Optimization Transfer: Solve an unfamiliar constrained optimization problem, state assumptions, identify all candidates, and explain why the selected solution is globally or locally optimal.
  4. 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.
  5. 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.
  6. 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-Hauptseite

Mediathek

Mediathek

Inhalte werden geladen ...

Mediathek wird aus dem Wiki geladen ...