Apostol Vol. 2 Chapters 6-7 treat linear ordinary differential equations through the linear-algebra lens. Chapter 6 develops the first-order linear equation y′+p(x)y=q(x) via the integrating factor, then the n-th-order constant-coefficient equation Ly=0 whose solution space is an n-dimensional vector space governed by the characteristic polynomial of L=p(D); it adds the Wronskian test for independence, and the inhomogeneous solution by undetermined coefficients and variation of parameters. Chapter 7 generalises to systems x˙=Ax, solved by the matrix exponential etA, 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: D=d/dx is the differentiation operator; L=p(D) a constant-coefficient operator with characteristic polynomial p(r); the Wronskian of y1,…,yn is W=det(yj(i−1)); etA=∑k≥0tkAk/k! 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 y′′+ω2y=cos(ωt) with y(0)=0, y′(0)=0, where the forcing frequency matches the natural frequency ω.
Solution. The homogeneous equation y′′+ω2y=0 has characteristic polynomial r2+ω2=0, roots r=±iω, so yh=c1cos(ωt)+c2sin(ωt).
For a particular solution, the forcing cos(ωt) coincides with a homogeneous solution — this is resonance. Undetermined coefficients then requires multiplying the trial form by t: try yp=t(Acosωt+Bsinωt). 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 yp′′+ω2yp=−2Aωsinωt+2Bωcosωt (the t-terms cancel). Matching cos(ωt): 2Bω=1, so B=2ω1; matching sin(ωt): A=0. Thus yp=2ωtsin(ωt).
General solution: y=c1cosωt+c2sinωt+2ωtsinωt. Apply initial conditions. y(0)=c1=0. Then y′=c2ωcosωt+2ω1sinωt+2tcosωt, and y′(0)=c2ω=0, so c2=0.
Final: y(t)=2ωtsin(ωt). □
The amplitude grows linearly in t — 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.