02.06.E1 · analysis / transcendental

Ordinary differential equations exercise pack (Apostol Vol. 2 Ch. 6-7 supplement)

shippedIntermediate-onlyLean: nonepending prereqs

Anchor (Master):

Formal definition of the pack Intermediate

Apostol Vol. 2 Chapters 6-7 treat linear ordinary differential equations through the linear-algebra lens. Chapter 6 develops the first-order linear equation via the integrating factor, then the -th-order constant-coefficient equation whose solution space is an -dimensional vector space governed by the characteristic polynomial of ; it adds the Wronskian test for independence, and the inhomogeneous solution by undetermined coefficients and variation of parameters. Chapter 7 generalises to systems , solved by the matrix exponential , computed through diagonalisation or Jordan form.

This pack collects ten problems from those chapters — three easy, four medium, three hard — each with a hint and a complete worked solution. It tests operational competence: solving a first-order linear equation, building the general solution of a constant-coefficient equation from roots of the characteristic polynomial, handling resonance in the forced case, testing independence with the Wronskian, exponentiating a matrix, and producing a power-series solution.

Conventions follow the prerequisite units: is the differentiation operator; a constant-coefficient operator with characteristic polynomial ; the Wronskian of is ; the matrix exponential.

Key theorem with full solution Intermediate

Before the pack proper, we work one problem in full as an exemplar of the format. The remaining nine follow the same structure (problem, hint, full answer in <details> blocks).

Lead problem. Forced harmonic oscillator with resonance. Solve with , , where the forcing frequency matches the natural frequency .

Solution. The homogeneous equation has characteristic polynomial , roots , so .

For a particular solution, the forcing coincides with a homogeneous solution — this is resonance. Undetermined coefficients then requires multiplying the trial form by : try . Differentiate: $$ y_p' = A\cos\omega t + B\sin\omega t + t(-A\omega\sin\omega t + B\omega\cos\omega t), $$ $$ y_p'' = -2A\omega\sin\omega t + 2B\omega\cos\omega t + t(-A\omega^2\cos\omega t - B\omega^2\sin\omega t). $$ Then (the -terms cancel). Matching : , so ; matching : . Thus .

General solution: . Apply initial conditions. . Then , and , so .

Final: .

The amplitude grows linearly in — the signature of resonance. Driving an undamped oscillator at its natural frequency feeds energy in coherently, and the response is unbounded. This is the canonical Apostol Ch. 6 resonance example.

Exercises Intermediate


Exercise pack. Apostol Vol. 2 Chapters 6-7 supplement: first-order linear and separable equations, constant-coefficient equations and the characteristic polynomial, the Wronskian, series solutions, and systems via the matrix exponential.