4 New
4 New
December 2024
2. Since y(t) = 0, all derivatives of y (i.e., y (n) (t), y (n−1) (t), etc.) are also zero:
0−0=0
This satisfies the equation. Thus, y(t) = 0 is the trivial solution, called so
because it provides no additional information about the system.
—
λn eλt − eλt = 0
eλt (λn − 1) = 0
1
4. The characteristic equation is:
λn − 1 = 0
The solutions are the n-th roots of unity, which are complex numbers λ satisfying
λn = 1.
**Example (if n = 3):** The 3-rd roots of unity are:
λ = 1, λ = e2πi/3 , λ = e4πi/3
Thus, one nontrivial solution is y(t) = eλt , where λ is any n-th root of unity.
—
y ′′ (t) − y(t) = 0
λ2 eλt − eλt = 0
λ2 − 1 = 0λ = ±1
y(t) = C1 et + C2 e−t
λ2k = 1
2
These roots are evenly spaced around the unit circle in the complex plane.
Choosing two distinct roots, λ1 = eiπ/k and λ2 = e−iπ/k , we construct two
linearly independent solutions:
C1 = C2 = . . . = Cn = 0
y(t) = 0
3
Similarly, for q(r) = 0, if q(r) has m distinct roots q1 , q2 , . . . , qm , the general
solution is:
m
X
yq (t) = D j eqj t
j=1
—
y ′ − λy = 0