Review 6: Solutions to Differential Equations
As with any equation, one is interested in solving, or finding the solutions to, a differential equation. There are many methods of doing so, and in class we will talk about two (that only work for some particular types of differential equations).
In this module, we will discuss something more basic: given an equation and a function, how can we check if that function is a solution to the given equation?
Example 1 Consider the differential equation
dydt=5y−3.
Check that the function y(t)=e5t+35 is a solution to the differential equation above.
Solution
We need to plug in y(t) into the left hand side and the right hand side of the equation and check to see that they are equal.
On the left hand side, we get dydt=5e5t.
On the right hand side, we get
5y−3=5(e5t+35)−3=5e5t.
Since the left hand side and the right hand side are equal, we conclude thaty(t) is a solution to the differential equation.
Example 2
Consider the differential equation
dydx=1x(2−y).
Show that y=Cx+2 is a solution to the differential equation, where
C is a constant.
Solution
We need to plug in y(x) into the left hand side and the right hand side of the equation and check to see that they are equal.
On the left hand side, we get
dydx=−Cx2.
On the right hand side, we get
1x(2−y)=1x(2−(Cx+2))=−Cx2.
Since the left hand side and the right hand side are equal, we conclude that y(x) is a solution to the differential equation.
Note: It turns out that finding solutions to differential equations is often quite hard. Even when a solution can not be found, people study the question of whether there exists a solution, and if a solution exists, whether it is unique (the only solution). People also study the properties the solutions ought to have, even when they don't have an explicit formula for the solutions.