LINEAR-ALGEBRA Β· Interactive Practice | Unit 22 Β· Video 4
| Formula | Name | Description |
|---|---|---|
| Second-order linear ODE | The original scalar equation | |
| State vector | Highest derivative on top | |
| Companion matrix system | Row 1 = physics, Row 2 = bookkeeping | |
| Characteristic polynomial | Same as the ODE's characteristic equation |
The ODE's coefficients and drop into 's top row; its characteristic polynomial is .
π‘ Those x-intercepts are the eigenvalues of β computed a second way in the next visualization.
The eigenvalues of are exactly the roots of , whether real or complex.
π‘ For any the two eigenvalues sum to (the trace of ) and multiply to (its determinant).
For an -th order ODE, one physics row sits atop a subdiagonal of bookkeeping 's.
π‘ The eigenvalues of this matrix are the roots of the degree- characteristic polynomial β the same trick, one order higher.
Question 1
Consider the second-order ODE
Using the convention (highest derivative on top), what is the companion matrix such that ?
β Correct! The top row is the negated ODE coefficients , and the bottom row encodes .
β Sign error. When you solve for , you get . The coefficients flip sign.
β Order mistake. With , the top row acts on first, then . So the entries are , not .
β That's the matrix you'd get from the reversed convention . Our convention puts the highest derivative on top, which puts the physics row on top.
β Not quite. Try again β the hints above can help.
Solution:
With , we differentiate:
From the ODE: . The bottom entry is just . So
Hence .
Question 2
For the ODE , the companion matrix is
What are the eigenvalues of ?
β Correct! The characteristic polynomial has roots .
β Sign error. The polynomial factors as , giving , not .
β You read off the diagonal entries of . That doesn't give eigenvalues β only the trace () and the determinant (). You need to solve .
β Not quite. These are the absolute values of the ODE coefficients, not the eigenvalues. Solve to get .
β Not quite. Try again β the hints above can help.
Solution:
Compute the characteristic polynomial:
This is exactly the characteristic polynomial of the ODE. Factor:
So and . Note these are the same exponents you'd get from the ansatz .
Question 3
True or False: The companion-matrix trick adds new information to the original ODE. The system has more solutions than the scalar equation .
β Correct! The bookkeeping rows are trivial identities β they don't add constraints. The matrix system has exactly the same solution set as the scalar ODE.
β Not quite. The companion-matrix trick is purely a repackaging. The trivial rows like add no new constraints; they only unpack derivatives into named variables.
β Not quite. Try again β the hints above can help.
Solution:
False. The video stresses this point: the companion-matrix trick adds no new information. The bookkeeping rows of encode trivial identities like , which impose no new constraints. They only rename the higher derivatives as new state variables.
The set of solutions to is in one-to-one correspondence with the set of solutions to . Same solutions, new clothing.
Question 4
Consider the fourth-order ODE
Using the convention , what is the top row of the companion matrix ?
β Correct! The top row is the ODE coefficients negated and listed in the same order as the entries of β from down to .
β Sign error. When you solve for , every coefficient flips sign: .
β Order is reversed. Since lists derivatives from highest to lowest, the row entries must match: coefficient of first, then , , β giving .
β That's a bookkeeping row, not the physics row. The top row carries the ODE coefficients; the 's appear on the subdiagonal below.
β Not quite. Try again β the hints above can help.
Solution:
Solve the ODE for the highest derivative:
The top entry of is . Since , the top row of must produce this linear combination, reading off the coefficients in the same order:
The remaining three rows are the bookkeeping subdiagonal of 's, giving
Solved: 0 / 4