Skip to content
Snippets Groups Projects
Commit 61cefa10 authored by Scarlett Gauthier's avatar Scarlett Gauthier
Browse files

Begin adding page 1

parent ea8848b9
No related branches found
No related tags found
1 merge request!9DifferentialEquationsLecture2
Pipeline #41443 passed
# Linear $n-th$ orer differential equations
\ No newline at end of file
# Higher order linear differential equations
In the previous lecture, we focused on first order linear differential equations
as well as systems of such equations. In this lecture we switch focus to DE's
which involve higher derivatives of the function we would like to solve for. To
facilitate this change we are going to change notation. In the previous lecture
we wrote differential equations for $x(t)$. In this lecture we will write DE's
of $y(x)$, where $y$ is an unknown function and $x$ is the independent variable.
For this purpose we make the following definitions,
$$y' = \frac{dy}{dx}, \ y'' = \frac{d^2 y}{dx^2}, \ \cdots, \ y^{(n)} = \frac{d^n y}{dx^n}.$$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment