Increasing / Decreasing Functions, Critical Numbers & Profit Optimization
Increasing vs. Decreasing Functions
Intuitive idea
Trace a curve left → right.
-values go up ➔ function increases.
-values go down ➔ function decreases.
Flat segment ➔ constant / neither.
Graph-based check
Pick any horizontal slice: moving right, if heights rise → increasing; if fall → decreasing.
“Drive-a-car” metaphor:
Must push uphill → increasing (positive slope).
Car sits level → slope (constant).
Rolls downhill → decreasing (negative slope).
Slope / derivative viewpoint
For an open interval where is differentiable:
f'(x)>0\;\forall x\in I ⇒ is increasing on .
f'(x)<0\;\forall x\in I ⇒ decreasing on .
⇒ constant on (flat road).
Critical Numbers & Critical Points
Critical number of :
(horizontal tangent) OR
does not exist (sharp corner, cusp, vertical tangent)
Critical point: ordered pair .
Because differentiability implies continuity, jumps cannot occur at interior critical numbers (they’d destroy the derivative).
Every local max/min (extremum) occurs at
a critical number or
an endpoint of the domain.
❗ Not every critical number is an extremum (e.g.
at : flat but no max/min).
Procedure: Determine Increasing / Decreasing Intervals (First-Derivative Test)
Find .
Solve and locate non-existent derivative points → list of critical numbers.
Add any domain breakpoints (where undefined) to number line.
Create open intervals between successive marks.
Choose a test inside each interval, plug into (sign only often suffices).
Record sign pattern:
= increasing, = decreasing.
Interpret
Sign changes at ⇒ relative max.
Sign changes at ⇒ relative min.
Same sign on both sides ⇒ no extremum at (maybe plateau or vertical tangent).
Why the test works (visual)
then : slope rises, flattens, then falls → hilltop.
then : slope falls, flattens, then rises → valley.
Sketching from Derivative Table
Plot critical points on axes ( coordinate from step 2, ).
Draw trend arrows between points using sign pattern.
Connect smoothly:
Up-bowls connect decreasing→increasing (min).
Cap-shapes connect increasing→decreasing (max).
Vertical tangents / corners: use sharp turn symbol.
Worked Symbolic Example 1
Function:
.
Set :
Factor ⇒ .Intervals: .
Test points .
: product ⇒ decreasing.
: ⇒ increasing.
: ⇒ decreasing.
Pattern :
: ⇒ relative min.
: ⇒ relative max.
Evaluate , .
Increasing on ; decreasing on .
Worked Symbolic Example 2 (Only sign pattern shown)
Critical numbers: .
Sign table gives .
Increasing on and .
Decreasing on .
Max at , min at .
Relating to Graph Pictures
Mark turning points (red) where or DNE.
Shade increasing arcs green, decreasing arcs orange.
Plateaus or vertical tangents labelled “neither.”
Corners still qualify as critical (derivative DNE).
Extrema Terminology
Relative / local extrema: maxima or minima observed within a neighborhood.
Absolute / global extrema (next lecture) require comparing entire domain.
Endpoints may serve as local extrema if comparison set is one-sided.
No-Extremum Criticals
Example : but rises on both sides (pattern ).
Example : pattern .
Conclusion: horizontal plateau, not extremum.
Business Application: Maximizing Profit
Let
= cost of producing units.
= price (demand) per unit when units sold.
Revenue .
Profit .
To maximize weekly profit:
Find .
Solve for critical quantities.
First-derivative test to decide max.
Bicycle Example
Given
(demand)
.
.
.
.
Test:
⇒ P'(0)=40>0 (increasing).
⇒ P'(11)=-4<0 (decreasing).
Pattern ⇒ relative max at .
Max profit dollars/week.
Optimal price: dollars/bike.
Recommendation: produce & sell 10 bikes/week at \$30 each → profit \$100/week.
Graphically: widest gap between revenue curve (blue) & cost curve (red) at .
Practical / Ethical Notes
Economics: Knowing profit-max quantity prevents over-production (waste) or under-supply.
Engineering: Identifying peak stress points requires local max analysis.
Data science: Gradient sign changes pinpoint turning points in loss functions.
Common Pitfalls & Tips
Forgetting to include points where is undefined in interval split.
Mixing up -intervals (answers are -ranges, not -ranges).
Dropping the negative sign when factoring .
Calling every critical point an extremum – always run the sign test.
Graph quickly by:
Critical points.
Sign arrows.
Sketch arcs; no heavy algebra needed for rough shape.
Connections & Preview
Second-derivative test: alternate (concavity-based) method for extrema.
Implicit differentiation (next lecture, HW 6B) extends derivative tools to non-explicit .
Absolute extrema require evaluating endpoints plus all critical points ⇒ upcoming.