MATH 308 Lecture 1
« previous | Monday, January 14, 2013 | next »
Differential Equations
An equation involving derivatives
Vocabulary
- mathematical model
- Equations that describes some physical phenomena
- order
- the highest derivative taken in the equation
Notation: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{\mathrm{d}^n y}{\mathrm{d} x^n} = y^{(n)}}
Examples
- Motion of a Spring
- ordinary differential equation (ODE) of order 2
- independent
- dependent
- Pendulum
- ODE of order 2
- this equation is non-linear because of (therefore not easy to solve as-is)
- approx. for small () is linear
- independent
- dependent
- Vibrating string (propagation of waves)
- partial differential equation (PDE) of order 2
- independent
- dependent
- Slightly Complicated
- ODE of order 5
- independent
- dependent
- Simple
- ODE of order 1
- is independent variable
- is dependent variable
Linearity
If you can write an ODE in the format
and each do not (and cannot) depend on
Linear differential equations are easier to solve than non-linear diff. eq's.
Exercises
Classify each as linear or non-linear
- linear
- non-linear
- linear
- non-linear
- non-linear
Solutions
A function is a solution to a differential equation if satisfies the differential equation
Show that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = 3 \sin{\left( 2x \right)} + \mathrm{e}^{-x}} is a solution to the differential equation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y'' + 4y = 5e^{-x}}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} y'' &= -12 \sin{\left(2x\right)} + \mathrm{e}^{-x} \\ \left(-12 \sin{\left(2x\right)} + \mathrm{e}^{-x}\right) + 4 \left(3 \sin{\left(2x\right)} + \mathrm{e}^{-x} \right) &= 5\mathrm{e}^{-x} \end{align}}
Therefore, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y = 3 \sin{\left( 2x \right)} + \mathrm{e}^{-x}} is a solution to the differential equation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y'' + 4y = 5e^{-x}} .