Post Reply 
Differential Equations
03-25-2017, 04:45 AM (This post was last modified: 03-25-2017 04:47 AM by Han.)
Post: #3
RE: Differential Equations
Any calculus book will be a perfectly fine introduction into differential equations. Once you learn the concept of a (mathematical) derivative, then you have essentially all the tools to understand what a differential equation is. (Solving them, however, requires a bit more mathematics.)

Perhaps a finance example might be helpful. Consider an account that accrues an effective annual rate of 5%, and that any interest earned is reinvested. Suppose \( P \) represents the (future) value of the account after t years of investment. In mathematical terms, \( P \) is a function of \( t \); the notation \( P(t) \) is generally used. For brevity, mathematicians may simply write \( P \) when it is understood that \( t \) is the independent variable. The average annual rate of change in \( P \), which is essentially the interest earned over a one-year period, is
\[ \underbrace{\frac{\Delta P}{\Delta t}}_{\text{interest}} = (\text{interest rate}) \times (\text{current value of account}) =
0.05 \cdot P \]
The left hand side is an approximation of what is mathematically called the "derivative" of the function \( P \). The derivative of a function measures "instantaneous" rates of change as opposed to an "average rate of change." An easy analogy would be driving at an average speed of 60mph over a 1 hour period, whereas at any given moment one's actual (instantaneous) speed may be slightly above or below 60mph (i.e. not necessarily 60mph, but relatively close to it "most of the time").

If we instead looked at smaller growth periods (perhaps interest compounded not annually, but monthly, or weekly, or daily, or hourly, etc.) then the average rate of change more closely resembles the instantaneous rate of change (the derivative). In the interest example above, this would be equivalent to looking at interest compounded continuously (with a nominal rate that is slightly less than 5%).

The common notation for a derivative (using the example above) is \( \displaystyle \frac{dP}{dt} \), or \( P'(t) \), or \( P' \) for brevity.

Anyway, a differential equation is merely an equation that involves a derivative of any sort. Solving a differential equation amounts to finding a function whose derivative satisfies the differential equation. To use another (finance) example, consider the formula for simple interest. Let \( P_0 \) denote the present value, and \( P(t) \) be the future value with an annual rate of \( r \) over \( t \) years. The formula is
\[ P(t) = P_0 + P_0 \cdot r \cdot t \]
and \( P(t) \) satisfies the differential equation
\[ \frac{dP}{dt} = P_0 \cdot r \]
with an initial condition of \( P(0) = P_0 + P_0 \cdot r \cdot 0 = P_0 \) (i.e. the present value is \( P_0 \)).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Differential Equations - bshoring - 03-25-2017, 02:13 AM
RE: Differential Equations - ttw - 03-25-2017, 03:29 AM
RE: Differential Equations - Han - 03-25-2017 04:45 AM
RE: Differential Equations - peacecalc - 03-25-2017, 02:01 PM
RE: Differential Equations - TomC - 03-26-2017, 04:36 PM
RE: Differential Equations - bshoring - 03-27-2017, 03:49 AM
RE: Differential Equations - Dieter - 03-27-2017, 08:22 AM
RE: Differential Equations - Dieter - 03-27-2017, 10:08 AM
RE: Differential Equations - Dieter - 03-27-2017, 08:57 AM
RE: Differential Equations - Han - 03-27-2017, 06:46 AM
RE: Differential Equations - Ángel Martin - 03-27-2017, 08:47 AM
RE: Differential Equations - Dieter - 03-27-2017, 09:58 AM
RE: Differential Equations - ttw - 03-27-2017, 07:27 PM
RE: Differential Equations - Han - 03-27-2017, 08:55 PM
RE: Differential Equations - Thomas Okken - 03-27-2017, 11:46 PM
RE: Differential Equations - bshoring - 03-27-2017, 11:14 PM



User(s) browsing this thread: 1 Guest(s)