MA266 Fall 2026 : Lesson 1 (08/24/26)
Today:
- Syllabus discussion
- Course introduction
- Introduction to Differential equations and Mathematical Models (1.1)
Announcements:
- Read Syllabus
- Set up my lab math
Office Hours: MWF: 1:30 PM – 2:30 PM, MATH 842
Today:
Announcements:
Office Hours: MWF: 1:30 PM – 2:30 PM, MATH 842
differential: change
Equation: Statement that values of two mathematical expressions are equal
eg:
DE: equation involving an unknown function and its derivatives
eg:
\[ y' = e^x \] \[ y'' + 4y' + y = \sin x \] \[ y' = 1 \]
\[ \frac{\partial z}{\partial y} + \frac{\partial z}{\partial x} + xyz = 0 \]
\( f'(x) = f(x) + \sin x \) ✓
\( f(x) = \sin x \) ✗
\( \sin x = 1 \) ✗
\( f'(x) + 3f(x) \le 0 \) ✗
\( g''(x) + 2g'(x) + g(x) = 5\cos(x) \) ✓
\( \frac{\partial z}{\partial x} + \frac{\partial z}{\partial y} = x^2 + y^2 \) ✗ (PDE)
The modeling cycle consists of the following stages:
Real-World Systems / Phenomena:
Step 1: Model → Formulate a differential equation from the physical system.
Step 2: Solve → Find the solution to the differential equation.
(Note: Most of MA266 focuses on this step.)
Step 3: Interpret → Interpret the solution back in the context of the original real-world problem.
Model \(\longrightarrow\)
\[ I'(t) = r I(P - I) \]
Solve:
Later in MA266
\[ I(t) = \frac{P I_0}{I_0 + (P - I_0) e^{-r P t}} \]
Interpret:
Interpretation: In long run (\(t \to \infty\)) \(\to \lim_{t \to \infty} I(t) = P\)
\(\Rightarrow\) everyone will be infected
→ highest derivative that is involved in the ODE
eg:
\( n\text{th} \text{ order ODE} \rightsquigarrow F(x, y, y', y'', \dots, y^{(n)}) = 0 \)
A function that satisfies the ODE in an interval.
Just like \( x = 1 \), \( x = 2 \) are solutions to
\[ x^2 - 3x + 2 = 0 \]
eg: \( y = e^x + 7 \) is a solution to \( y' = e^x \)
\[ \frac{d}{dx} \left[ e^x + 7 \right] = e^x \]
* \( y = e^x + C \) is a "general" solution.
eg: \( y = \frac{x^3}{3} + \frac{1}{x} \) is a solution to \( xy' + y = \frac{4x^3}{3} \) on \( \mathbb{R} \setminus \{0\} \)
\[ \frac{d}{dx} \left[ \frac{x^3}{3} + \frac{1}{x} \right] = x^2 - x^{-2}, \quad xy' + y = x(x^2 - x^{-2}) + \frac{x^3}{3} + \frac{1}{x} = \frac{4x^3}{3}. \]
finding solution to ODE with an initial condition
eg: \( y' = e^x, \quad y(0) = 8 \)
\( \downarrow \) gen. solution
\[ y = e^x + k \xrightarrow{\text{plug in initial cond.}} y(0) = 8 = 1 + k \implies k = 7 \]
\[ y(x) = e^x + 7 \]
eg: \( y' = x^3, \quad y(0) = -3 \)
\( \downarrow \) gen solution
\[ y = \frac{x^4}{4} + k \xrightarrow[\text{plug in } y(0) = -3]{} -3 = 0 + k \implies k = -3 \quad \left\} \quad y(x) = \frac{x^4}{4} - 3 \right. \]