1. Differential Equations
1.1. What are differential equations?
Move the solution of a differential equation ot other section * You may start by stating that a solution is a function and not a
value
In the section of why DE are important check the YouTube video https://youtu.be/p_di4Zn4wz4
A differential equation is any expression where a function \(y\) is related to its derivative [Strang2014], for example:
This equation states that the change in the function \(y\) with respect to a change in the variable \(t\) is equal to the function itself evaluated at time \(t\). A solution for such equation should be a function such that its derivative is the same function \(y\).
A different way to think about a solution for that equation may be
“what function has the property that its derivative is the very same function?”, or “what function satisfy the relation given by (1)?”
A function with such properties is the exponential function \(e^t\), therefore the solution for (1) is:
If you do the maths, you will notice that the derivative of \(e^t\), that is \(\frac{d}{dt} e^t= e^t\); and you are done.
Some more examples of differential equations are the following:
Observe that differential equations may represent complex relations between a function and its derivatives. Have a second look at the previous equations, you will notice that there are relations regarding the second and the third derivate of a function, expressed as \(\frac{d^2}{dt^2}\) and \(\frac{d^3}{dt^3}\), respectively. You may find differential equations relating a function with its \(n\) derivate; which is expressed as \(\frac{d^n}{dt^n}\).
1.2. Why are differential equations important?
Differential equations are very useful to study a wide variety of phenomena found in nature. Differential equations connect maths with physics, biology and chemestry.
Differential equations describe changes
Differential equations are commonly used when it is easier to describe changes on a phenomena rather than state why a phenome is at a particular state.
Important
It is a common practice to write the dependent function without its parameters, for example, \(y\) is commonly used instead of \(y(t)\). Therefore the notation is simplified as \(\frac{dy}{dt}\) instead of \(\frac{d}{dt}y(t)\). You should be careful that a similar notation may be used for dependant function with multiple parameters, for example, \(u(t, x)\) may be wrote as \(u\). By now we will only deal with functions with one parameter.
1.3. Types of differential equations
Differential equations can be classified according to its degree, its number of variables, …
Ordinary Differential Equations vs Partial Differential Equations
1.4. How to interpret a differential equation
1.5. References
- Strang2014
Strang, G. (2014). Differential Equations and Linear Algebra. Wellesley, MA: Wellesley-Cambridge Press.