Revision as of 00:17, 13 November 2017 by Wen93 (Talk | contribs)

Basic Methods to Solve 1st-Order ODEs

A slecture by Yijia Wen

3.0 Abstract

By now we have known what is a differential equation and how its solutions conduct. It's time to solve it, like plenty of linear equations we have done before.


3.1 Separable Equation

The easiest method is to separate the variables. This method is switching the variables to make the same variable on the same side, in order to integral on both sides and solve out the function (solution) The standard form of differential equation to use this method is like $ \frac{dy}{dt}=f(y)g(t) $, where $ f(y) $ and $ g(t) $ are easy to be separated out.

For example, we want to solve the differential equation $ \frac{dy}{dt}=-2yt $, with the initial value $ y(0)=1 $.

Now we start separating our variables. We put all items with respect to our dependent variable $ y $ on the left hand side of the equation, and all with respect to our independent variable $ t $ on the right hand side. Hence we get $ \frac{1}{y}dy=-2tdt $.

Integrate on both sides $ \int\frac{1}{y}dy=\int-2tdt $ and get $ ln|y|=-t^2+C $, where $ C $ is a constant.

Reconstruct this equation, $ y=e^{-t^2+C}=e^C e^{-t^2}=Ae^{-t^2} $, where $ A $ is a constant, $ A=e^C $.

Plug in the initial value $ y(0)=1 $. We have $ Ae^0=1 $, so $ A=1 $.

So the final solution is $ y=e^{-t^2} $. This corresponds to the concept we built up in the previous tutorials: The solution to a differential equation is a function.


3.2 Integrating Factor

Those differential equations that can be solved by the above method are pretty special (and easy). There is a more common form for first-ordered differential equation: $ \frac{dy}{dt}+p(t)y=q(t) $, where $ p(t) $ and $ q(t) $ are polynomials with respect to $ t $. Sometimes we have coefficients for $ \frac{dy}{dt} $, just divide them on both sides to obtain the standard form. This method is constructing a "trivial" derivative of a function, then integrating on both sides to obtain the final solution.

For example, we want to solve the differential equation $ t\frac{dy}{dt}=te^{2t}-y $, with the initial value $ y(0.5)=4 $. Divide the coefficient $ t $ of $ \frac{dy}{dt} $, we have $ \frac{dy}{dt}+\frac{1}{t}y=e^{2t} $.

The key part for this method is to find the multiplier, which is known as integrating factor, to construct the derivative structure. The hardworking mathematicians found an effective integrating factor, $ e^{\int p(t)dt} $. In this case, $ p(t)=\frac{1}{t} $. So our integrating factor $ I=e^{\int \frac{1}{t}dt}=e^{ln|t|}=|t| $. From our initial condition, when $ t=0.5 $, $ y=4 $. Hence $ t>0 $. So $ I=t $.

Multiply the factor on both sides of the equation, $ t\frac{dy}{dt}+y=te^{2t} $.

Apply the inverse of product rule for calculating derivative $ fg'+f'g=\frac{d}{dx} $. Replace $ f $ by $ I=t $, and replace $ g $ by $ y $ to obtain $ ty'+t'y=t\frac{dy}{dt}+y=\frac{d}{dt}(ty) $.

Alumni Liaison

ECE462 Survivor

Seraj Dosenbach