Apostol Vol. 2 Chapters 8-9 develop the differential calculus of functions f:Rn→Rm. Chapter 8 covers limits and continuity, partial derivatives, the distinction between existence of partials and differentiability, the differential dfp as a linear map, the gradient and directional derivative, the Jacobian matrix, and the chain rule in matrix form. Chapter 9 adds the multivariable Taylor formula, the Hessian and sufficient conditions for extrema, constrained optimisation by Lagrange multipliers, and the implicit and inverse function theorems with full proofs.
This pack collects nine problems from those chapters — three easy, four medium, two hard — each with a hint and a complete worked solution. It tests operational competence: computing a Jacobian and applying the chain rule, locating and classifying critical points via the Hessian, running a Lagrange-multiplier optimisation, and applying the implicit and inverse function theorems to decide local solvability.
Conventions follow the prerequisite units: Df(p) or Jf(p) denotes the Jacobian matrix of f at p; ∇f the gradient of a scalar field; Duf=∇f⋅u the directional derivative along a unit vector u; Hf the Hessian of second partials. A point is critical when ∇f vanishes there; the second-derivative test reads off definiteness of Hf.
Key theorem with full solution Intermediate
Before the pack proper, we work one problem in full as an exemplar of the format. The remaining eight follow the same structure (problem, hint, full answer in <details> blocks).
Lead problem.Lagrange multipliers on a constraint. Find the extrema of f(x,y,z)=x+2y+3z on the sphere x2+y2+z2=14.
Solution. The constraint set g(x,y,z)=x2+y2+z2−14=0 is a compact sphere, and f is continuous, so f attains a maximum and minimum on it. At a constrained extremum where ∇g=0, the Lagrange condition holds: ∇f=λ∇g for some multiplier λ.
Compute ∇f=(1,2,3) and ∇g=(2x,2y,2z). The condition ∇f=λ∇g gives
$$
1 = 2\lambda x, \qquad 2 = 2\lambda y, \qquad 3 = 2\lambda z.
$$
With λ=0 (since ∇f=0), solve x=2λ1, y=λ1, z=2λ3. Substitute into the constraint:
$$
\frac{1}{4\lambda^2} + \frac{1}{\lambda^2} + \frac{9}{4\lambda^2} = \frac{1 + 4 + 9}{4\lambda^2} = \frac{14}{4\lambda^2} = 14,
$$
so λ2=41, λ=±21.
For λ=21: (x,y,z)=(1,2,3), giving f=1+4+9=14. For λ=−21: (x,y,z)=(−1,−2,−3), giving f=−14.
The maximum is 14 at (1,2,3) and the minimum is −14 at (−1,−2,−3). □
Geometrically, f=⟨(1,2,3),(x,y,z)⟩ is maximised when (x,y,z) points along (1,2,3); the extreme value ±∥(1,2,3)∥⋅14=±14⋅14=±14 is the Cauchy-Schwarz bound, which the Lagrange method recovers analytically.
Exercises Intermediate
Exercise pack. Apostol Vol. 2 Chapters 8-9 supplement: partial derivatives, the chain rule, Jacobians, extrema and the Hessian test, Lagrange multipliers, and the implicit and inverse function theorems.