Lesson 70 — Consolidation Term 7: Maxima, L'Hôpital, Taylor, Newton
Integrated Differential Calculus workshop applied: optimization, curve sketching, L'Hôpital's Rule, Taylor series, concavity, marginal analysis, kinematics, and Newton-Raphson. All techniques derive from local linearization.
Used in: Year 2 High School · Equivalent Japanese Math II/III Ch. 6–7 · Equivalent German Leistungskurs Differentialrechnung
The Taylor series is the backbone of Term 7: it unifies optimization (), L'Hôpital's Rule (ratio of linear approximations), curve sketching (sign of ), Newton-Raphson (tangent iteration), and marginal analysis (derivative as instantaneous rate of change). Every tool this term is a special case of this formula.
Rigorous notation, full derivation, hypotheses
Unified Theory: Linearization and Its Applications
The Mother Concept: Taylor Approximation
"The Taylor polynomial of degree centered at is the unique polynomial of degree that agrees with in value and in all its first derivatives at ." — Active Calculus §8.4
Optimization: Critical Points and the Second Derivative Test
"Finding the maximum and minimum values of a function also has practical significance because we can use this method to solve optimization problems, such as increasing profit, minimizing cost, and maximizing area." — OpenStax Calculus Vol. 1 §4.3
Concavity and Inflection Points
L'Hôpital's Rule: Ratio of Linearizations
"L'Hôpital's Rule applies whenever both and as , or whenever and ." — OpenStax Calculus Vol. 1 §4.8
Idea via Taylor of Order 1. For : and , so . L'Hôpital formalizes exactly this idea of a ratio of linearizations.
Newton-Raphson: Tangent Iteration
Newton-Raphson: the tangent to the curve at point x₀ crosses the axis at x₁, converging to the real root.
Unified Function Analysis Pipeline
Solved Examples
Exercise list
40 exercises · 10 with worked solution (25%)
- Ex. 70.1Answer key
Find the critical points, local extrema, and inflection point of .
Show solution
. Critical points: . : (local max), (local min). Inflection at ( changes sign).Show step-by-step (with the why)
- Calculate and factor. Why: critical points are where .
- Create a sign table for : positive on , negative on , positive on .
- Calculate and evaluate at critical points. Why: second derivative test confirms the nature of the extremum.
- Find inflection point: and changes sign at .
Mnemonic: a cubic function with a positive leading coefficient always has a local maximum to the left and a local minimum to the right.
- Ex. 70.2
Maximize on . What is the absolute maximum?
Show solution
. Critical point: . : maximum. . At : . Absolute maximum at .Show step-by-step (with the why)
- Differentiate using the product rule: .
- Since always, the sign of is the sign of . Critical point: .
- Sign table: on , on — maximum at .
- Compare with the boundary: and as . Thus is the absolute maximum.
Curiosity: the function models the Gamma probability distribution with parameter 2 — the mode of the distribution is exactly .
- Ex. 70.3
Sketch . Identify asymptotes, monotonicity, and concavity.
Show solution
. Vertical asymptote: . Slant asymptote: . always (no extrema). : concave up on , concave down on . No zeros of the function in the domain. - Ex. 70.4
Find the absolute minimum of on .
Show solution
(in the domain ). : minimum. . - Ex. 70.5Answer key
A cylindrical can with must be constructed using minimal material. Determine the optimal radius and height.
Show solution
Cylindrical can: radius , height , cm³. Material . cm; cm (height = diameter is the classic result).Show step-by-step (with the why)
- Variables: (radius) and (height). Objective: minimize total area .
- Constraint: , so .
- Substitute into : .
- Differentiate and set to zero: .
- Confirm minimum: always.
Observation: universal result — a can of fixed volume with minimal material always has (height equals diameter). Real beverage cans deviate due to manufacturing constraints.
- Ex. 70.6
From a piece of cardboard, squares of side are cut from the corners, and the flaps are folded up. What value of maximizes the volume of the box?
Show solution
, . . Roots: . . Roots: (outside domain) and . cm³. - Ex. 70.7
Find the point on the parabola closest to the point .
Show solution
See the referenced source for the detailed solution. - Ex. 70.8Answer key
A fence of is to enclose a rectangular area against a wall (the wall forms one side). Maximize the area.
Show solution
Length parallel to the wall: ; width perpendicular: . Fencing: . Area: . . m². - Ex. 70.9
Determine the inflection points and concavity of .
Show solution
. . . Inflection points at . Concave up for , concave down for . - Ex. 70.10
Perform a complete sketch of : domain, symmetry, extrema, inflection points, asymptotic behavior.
Show solution
Domain: . Even function. . . : negative for , zero at (minimum, ), positive for . : inflection points at (). - Ex. 70.11Answer key
L'Hôpital's Rule applies directly to (form ). Which alternative describes a case where the rule does not directly apply?
Show solution
is indeed $0/0$ and L'Hôpital's Rule applies. But applying L'Hôpital's Rule to yields $1/\cos x \to 1$ — the same answer. The "not applicable" option referred to the case , which is not an indeterminate form — option A is the most precise for that specific statement. - Ex. 70.12
Calculate .
Show solution
Form $0/0$. L'Hôpital's Rule: .Show step-by-step (with the why)
See the referenced source for the step-by-step walkthrough. - Ex. 70.13
Calculate .
Show solution
Form $\infty/\infty$. Apply L'Hôpital's Rule twice: $\lim x^2/e^x = \lim 2x/e^x = \lim 2/e^x = 0$. The exponential function grows faster than any power function. - Ex. 70.14
Calculate (indeterminate form ).
Show solution
Form $0^0$. Rewrite: . Calculate — form $-\infty/\infty$. L'Hôpital's Rule: $(1/x)/(-\cos x/\sin^2 x) = -\sin^2 x/(x\cos x) \to 0$. Therefore . - Ex. 70.15
Write the Maclaurin polynomial of of order 5 ().
Show solution
$\sin x = x - x^3/6 + x^5/120 - x^7/5040 + \cdots$. Up to order 5: $P_5(x) = x - x^3/3! + x^5/5! = x - x^3/6 + x^5/120$.Show step-by-step (with the why)
- Calculate the derivatives of $\sin x$ at $a=0$: .
- Construct the polynomial: $P_5(x) = 0 + x - 0 - x^3/6 + 0 + x^5/120$.
- Simplify: $P_5(x) = x - x^3/6 + x^5/120$.
Mnemonic: the derivatives of $\sin x$ cycle with period 4: $\sin, \cos, -\sin, -\cos, \sin, \ldots$. Only odd terms survive for $\sin x$, since $\cos(0)=1$ and $\sin(0)=0$.
- Ex. 70.16
Use Taylor expansion to calculate .
Show solution
$\tan x = x + x^3/3 + O(x^5)$ and $\sin x = x - x^3/6 + O(x^5)$. Numerator: $\tan x - \sin x = x^3/3 + x^3/6 + O(x^5) = x^3/2 + O(x^5)$. Limit: $x^3/(2x^3) = 1/2$. - Ex. 70.17Answer key
Approximate using the Maclaurin series of up to order 3.
Show solution
(binomial series). For $x=0.1$: $P_3(0.1) = 1 + 0.05 - 0.00125 + 0.0000625 = 1.0488$. Exact value: . Error: . - Ex. 70.18
Approximate with the Maclaurin polynomial of of order 3. Calculate the error.
Show solution
$e^x = 1 + x + x^2/2 + x^3/6 + O(x^4)$ for $x=-0.1$: $P_3(-0.1) = 1 - 0.1 + 0.005 - 0.000167 = 0.904833$. Exact value: . Error: . - Ex. 70.19
Calculate using Taylor series.
Show solution
$\sin x = x - x^3/6 + x^5/120 - \cdots$. So $\sin x - x = -x^3/6 + O(x^5)$. $(\sin x - x)/x^3 \to -1/6$. But the problem asks for $(x - \sin x)/x^3 \to 1/6$. - Ex. 70.20
Write the Maclaurin series for up to the term.
Show solution
$\ln(1+x) = x - x^2/2 + x^3/3 - x^4/4 + x^5/5 - \cdots$. Series is valid for $|x| \leq 1, x \neq -1$. - Ex. 70.21
Calculate via Taylor series.
Show solution
$e^x = 1 + x + x^2/2 + \cdots$ and $\cos x = 1 - x^2/2 + x^4/24 + \cdots$. Numerator: $e^x - \cos x - x = x^2/2 + x^2/2 + O(x^3) = x^2 + O(x^3)$. Limit: $x^2/x^2 = 1$. - Ex. 70.22
What is the interval of convergence for the Maclaurin series of ?
Show solution
The Maclaurin series for $\ln(1+x)$ has a radius of convergence $R=1$. At $x=1$ it converges (alternating harmonic series) and at $x=-1$ it diverges (harmonic series). Thus it converges on $(-1,1]$. - Ex. 70.23
Write the Maclaurin polynomial for .
Show solution
$\cos x = 1 - x^2/2 + x^4/24 - x^6/720 + \cdots$. Up to order 6: $P_6(x) = 1 - x^2/2 + x^4/24 - x^6/720$. - Ex. 70.24
Calculate (form ).
Show solution
Form $1^\infty$. Write $L = \lim (1+2/x)^x$. $\ln L = \lim x \ln(1+2/x)$. Let $t=1/x \to 0^+$: $= \lim \ln(1+2t)/t$ (form $0/0$). L'Hôpital's Rule: $= \lim 2/(1+2t) = 2$. Therefore $L=e^2$. - Ex. 70.25
Cost (Reais), price Reais/unit. Find the quantity and maximum profit .
Show solution
$\pi(q) = 50q - (q^2/4 + 5q + 100) = -q^2/4 + 45q - 100$. $\pi'(q) = -q/2 + 45 = 0 \Rightarrow q^*=90$. $\pi(90) = -2025 + 4050 - 100 = 1925$ Reais.Show step-by-step (with the why)
See the referenced source for the step-by-step walkthrough. - Ex. 70.26Answer key
A monopolist faces demand and has cost . Find , , and the maximum profit.
Show solution
See the referenced source for the detailed solution.Show step-by-step (with the why)
- Invert the demand function: $q=100-2p \Rightarrow p=(100-q)/2$. Why: to express revenue as a function of $q$.
- Revenue: $R(q)=pq=q(100-q)/2=-q^2/2+50q$.
- Profit: $\pi(q)=R-C=-q^2/2+50q-10q=-q^2/2+40q$.
- Condition for maximum: $\pi'=-q+40=0 \Rightarrow q^*=40$. Confirm: .
- Optimal price: $p^*=(100-40)/2=30$. Profit: $\pi(40)=-800+1600=800$.
Mnemonic: the monopolist's condition is $MR=MC$: $MR=R'(q)=-q+50$ and $MC=C'(q)=10$, so $-q+50=10 \Rightarrow q=40$.
- Ex. 70.27
A ball is thrown vertically upward with an initial velocity (). Calculate the maximum height and the time of flight.
Show solution
$s(t)=20t-5t^2$ (with $g=10$ m/s²). $v(t)=20-10t=0 \Rightarrow t=2$ s. Max height: $s(2)=40-20=20$ m. Ground: $s(t)=0 \Rightarrow t(20-5t)=0 \Rightarrow t=4$ s. - Ex. 70.28Answer key
Given . When is ? Calculate the total distance traveled over .
Show solution
$v(t) = 3t^2 - 18t + 24 = 3(t-2)(t-4)$. $v=0$ at $t=2$ and $t=4$. Total distance: $|s(2)-s(0)|+|s(4)-s(2)|+|s(5)-s(4)|$. $s(0)=0, s(2)=8-36+48=20, s(4)=64-144+96=16, s(5)=125-225+120=20$. Distance: $20+4+4=28$ m.Show step-by-step (with the why)
See the referenced source for the step-by-step walkthrough. - Ex. 70.29
Mass-spring system: , , amplitude . Calculate the period and the maximum velocity.
Show solution
Period: s. Maximum velocity: m/s. - Ex. 70.30
Use Newton-Raphson on with to calculate to 5 decimal places.
Show solution
See the referenced source for the detailed solution. - Ex. 70.31
Use Newton-Raphson on with to approximate . Perform 3 iterations.
Show solution
$f(x)=x^3-2$, $f'(x)=3x^2$, $x_0=1$. $x_1=1-(1-2)/3=1+1/3=1.333$. $x_2=1.333-(1.333^3-2)/(3\cdot 1.333^2)\approx 1.264$. $x_3\approx 1.25993$. Exact value: .Show step-by-step (with the why)
See the referenced source for the step-by-step walkthrough. - Ex. 70.32
Apply Newton-Raphson to to find both real roots. Use for one and for the other.
Show solution
Roots of $e^x=3x$: one in $(0,1)$ (approx. $x_1\approx 0.619$) and another in $(1,2)$ (approx. $x_2\approx 1.512$). For each root, use a nearby $x_0$ and iterate. - Ex. 70.33
Kepler's equation is . Use Newton-Raphson with and perform 4 iterations.
Show solution
Kepler's equation: $E - 0.3\sin E = 1$. Rewrite: $f(E)=E-0.3\sin E - 1 = 0$. $f'(E)=1-0.3\cos E$. For $E_0=1$: $E_1=1-(1-0.3\sin 1-1)/(1-0.3\cos 1)=1-(-0.252)/(0.838)\approx 1.301$. $E_2\approx 1.351$. $E_3\approx 1.352$. $E_4\approx 1.352$ (converged). - Ex. 70.34
Show that a strictly convex () function on has at most one minimum point.
Show solution
$f''\geq 0$ on all implies $f$ is convex. If $f$ had two local minima $a$ and $b$, by the Mean Value Theorem there would exist $c \in (a,b)$ with and . But convexity requires $f(c) \leq f(a) + (f(b)-f(a))/(b-a)\cdot(c-a)$. For a strictly convex function (), only one global minimum exists. - Ex. 70.35Answer key
Use the Maclaurin series of to prove that for all .
Show solution
$\sin x = x - x^3/6 + \cdots$. For : since the first positive term dominates. Therefore for all . - Ex. 70.36
Sketch on . Find the minimum and analyze the behavior at the domain's extremes.
Show solution
See the referenced source for the detailed solution. - Ex. 70.37
Newton-Raphson applied to with diverges. Explain geometrically why, and show numerically.
Show solution
See the referenced source for the detailed solution. - Ex. 70.38Answer key
Prove via Taylor series: if and is the first non-zero derivative at , then is an extremum if is even, and a saddle point/inflection point if is odd.
Show solution
Taylor expansion around $a$: with and . For $x$ near $a$, the sign of $f(x)-f(a)$ is determined by . If $k$ is even: for $x \neq a$, so $f(x)-f(a)$ has constant sign — an extremum. If $k$ is odd: $(x-a)^k$ changes sign — not an extremum (inflection point). - Ex. 70.39
Show, via Taylor of order 1, that when and .
Show solution
Substitute $f(x)\approx f'(a)(x-a)$ and $g(x)\approx g'(a)(x-a)$ (Taylor of order 1, with $f(a)=g(a)=0$). Then $f(x)/g(x) \approx f'(a)(x-a)/(g'(a)(x-a)) = f'(a)/g'(a)$ (assuming $g'(a)\neq 0$). This "proves" L'Hôpital's Rule as a corollary of Taylor of order 1 — the rigorous proof uses Cauchy's MVT. - Ex. 70.40Answer key
Formally derive the condition for maximum profit. Explain why a monopolist produces less than a competitive firm.
Show solution
See the referenced source for the detailed solution.
Sources
- Active Calculus — Matt Boelkins, David Austin, Steve Schlicker · Grand Valley State University · 2024 · CC-BY-NC-SA. Sections §2.6 (L'Hôpital's Rule), §3.1–3.4 (optimization), §8.4–8.5 (Taylor series).
- APEX Calculus — Gregory Hartman et al. · Virginia Military Institute · 2024 · CC-BY-NC. Chapters 3 (function analysis), 4 (applications), 6 (Newton's Method and applications), 8 (Taylor series).
- Calculus Volume 1 — OpenStax (Strang, Herman et al.) · 2023 · CC-BY-NC-SA. Sections §4.3 (max-min), §4.7 (applied optimization), §4.8 (L'Hôpital's Rule), §4.9 (Newton's Method).