SU-MATH53 JAN192024
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Recall also \(|z| = \sqrt{\bar{z}z}\)
Important Results / Claims
- complex numbers, fundamentally, are a way of *multiplying in \(\mathbb{R}^{2}\)
- scaling by reals will result in scaling up, and multiplying by complex will result in rotation.
Questions
Interesting Factoids
SU-MATH53 JAN222024
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
- Second-Order Linear Differential Equations
- superposition principle and functional independence
- Newton’s First Law of Motion
Important Results / Claims
- finding independent solutions of second-order constant-coefficient linear ODEs
- homogeneous constant-coefficient second order linear ODE
- Uniqueness and Existance of second order
- superposition principle
Questions
Interesting Factoids
SU-MATh53 JAN262023
Last edited: August 8, 2025Underdetermined ODEs
Finding eigenvectors
\(A = n \times n\) matrix, the task of finding eigenvalues and eigenvectors is a linear algebra problem:
\begin{equation} A v = \lambda v \end{equation}
Finding specific solutions to IVPs with special substitution
For some:
\begin{equation} \begin{cases} x’ = Ax \\ x(t_0) = x_0 \end{cases} \end{equation}
we can leverage the first task:
- find \(v\), \(\lambda\) for \(A\)
- guess \(x = u(t)v\), this is “magical substitution”
- and now, we can see that \(x’ = u’v = A(uv) = \lambda u v\)
- meaning \(u’ = \lambda u\)
- finaly, \(u(t) = ce^{\lambda} t\)
Eigenbasis case
Suppose \(A\) has a basis of eigenvectors, and real eigenvalues. We can write its entire solution set in terms of these basis eigenvectors:
SU-MATH53 JAN292024
Last edited: August 8, 2025Review
For Linear Constant-Coefficient Equation that are homogeneous, we can solve it generally in terms of some matrix \(A\) as:
\begin{equation} x’ = Ax \end{equation}
if \(A\) has enough eigenvectors, we can just write out \(y(t) = c_1 e^{\lambda_{1}t} v_1 + … + c_{n}e^{\lambda_{n}t} v_{2}\)
But, if we don’t, we can use matrix exponentiation