Category Archives: Differential Equations

Bernoulli’s Differential Equations

Bernoull’s differential equation \begin{equation}\label{eq:bernoulli}\frac{dy}{dx}+P(x)y=Q(x)y^n\end{equation} is nonlinear for $n\ne 0, 1$. Assume $n>1$ and multiply \eqref{eq:bernoulli} by $\frac{1}{y^n}$. \begin{equation}\label{eq:bernoulli2}\frac{1}{y^n}\frac{dy}{dx}+P(x)\frac{1}{y^{n-1}}=Q(x)\end{equation} Let $z=\frac{1}{y^{n-1}}$. Then \begin{align*}\frac{dz}{dx}&=\frac{dz}{dy}\frac{dy}{dx}\\&=(1-n)\frac{1}{y^n}\frac{dy}{dx}\end{align*} The equation \eqref{eq:bernoulli2} is reduced to the linear equation \begin{equation}\label{eq:bernoulli3}\frac{dz}{dx}+(1-n)P(x)z=(1-n)Q(x)\end{equation}

Example. Solve the Bernoulli’s equation $$\frac{dy}{dx}-\frac{3}{x}y=-x^3y^2$$

Solution. The equation can be written as $$\frac{1}{y^2}\frac{dy}{dx}-\frac{3}{x}\frac{1}{y}=-x^3$$ Let $z=\frac{1}{y}$. Then $\frac{dz}{dx}=-\frac{1}{y^2}\frac{dy}{dx}$ and subsequently we obtain the first-order linear differential equation $$\frac{dz}{dx}+\frac{3}{x}z=x^3$$ The integrating factor $\mu(x)$ is given by $$\mu(x)=e^{\int\frac{3}{x}dx}=e^{\ln x^3}=x^3$$ and thus the solution $z(x)$ is $$z(x)=\frac{\int\mu Qdx}{\mu}=\frac{\int x^6dx}{x^3}=\frac{\frac{x^7}{7}+C}{x^3}$$ Since $z=\frac{1}{y}$, the final answer can be written as $$y\left(\frac{x^7}{7}+C\right)=x^3$$

Homogeneous Differential Equations

Definition. A function $M(x,y)$ of two variables $x$ and $y$ is said to be homogeneous if for any parameter $\lambda$ $$M(\lambda x,\lambda y)=\lambda^n M(x,y)$$ The number $n$ is called the degree of the homogeneous function $M(x,y)$.

A first-order differential equation $$M(x,y)dx+N(x,y)dy=0$$ is said to be a homogeneous differential equation if both $M(x,y)$ and $N(x,y)$ are homogeneous functions of the same degree.

Solving Homogeneous Differential Equations

Consider a homogeneous differential equation $$M(x,y)dx+N(x,y)dy=0$$ For the parameter $\lambda=\frac{1}{x}$ we obtain \begin{equation}\label{eq:homeq}\frac{dy}{dx}=-\frac{M\left(1,\frac{y}{x}\right)}{N\left(1,\frac{y}{x}\right)}\end{equation} Let $u=\frac{y}{x}$. Then $y=ux$ and $\frac{dy}{dx}=x\frac{du}{dx}+u$. Since the RHS of \eqref{eq:homeq} can be considered as a function of $u$, say $f(u)$ we have $$x\frac{du}{dx}+u=f(u)$$ This is a separable equation as it can be written as $$\frac{du}{f(u)-u}=\frac{dx}{x}$$ and by integrating we find the solution \begin{equation}\label{eq:homeq2}x=C\exp\left[\int\frac{du}{f(u)-u}\right]\end{equation} Let $F(u)=\int\frac{du}{f(u)-u}$. Then \eqref{eq:homeq2} can be written as $$x=Ce^{F(u)}=Ce^{F\left(\frac{y}{x}\right)}$$

Example. Solve $(y-x)ydx+x^2dy=0$.

Solution. Let $M(x,y)=(y-x)y$ and $N(x,y)=x^2$. Notice that both $M$ and $N$ are homogeneous functions of degree 2. $$f(u)=-\frac{M(1,u)}{N(1,u)}=-u^2+u$$ and so $$\int\frac{du}{f(u)-u}=-\int\frac{du}{u^2}=\frac{1}{u}=\frac{x}{y}$$ Hence by \eqref{eq:homeq2} the solution is given by $$x=Ce^{\frac{x}{y}}$$

You don’t really have to remember the formula \eqref{eq:homeq2} to solve a homogeneous differential equation. In fact all you have to know is to use the substitution $y=ux$. $dy=xdu+udx$ so the given differential equation can be written as $u^2dx+xdu=0$. By integrating we obtain $$\ln x-\frac{x}{y}=\ln C$$ hence $$x=Ce^{\frac{x}{y}}$$

Example. Solve $3x^2\frac{dy}{dx}=2x^2+y^2$.

Solution. The equation is a homogeneous equation. By the substitution $y=ux$ the equation turns into $$\frac{dx}{3x}-\frac{du}{u^2-3u+2}=0$$ By integrating the solution is given by $$y=\frac{(C\root 3\of{x}-2)x}{C\root 3\of{x}-1}$$

First-Order Linear Differential Equations

The first-order differential equation $\frac{dy}{dx}=f(x,y)$ is called linear if $f(x,y)$ is linear in $y$. Hence, a first-order linear differential equation can be written as \begin{equation}\label{eq:folde}\frac{dy}{dx}+P(x)y=Q(x)\end{equation} If $Q(x)=0$, \eqref{eq:folde} is separable. If $P(x)$ and $Q(x)$ both are constants, \eqref{eq:folde} is separable. Now we assume that \eqref{eq:folde} is not separable. Consider a function $\mu(x)$ which is unbeknown to us at the moment and multiply \eqref{eq:folde} by $\mu(x)$. \begin{equation}\label{eq:folde2}\mu(x)\frac{dy}{dx}+\mu(x)P(x)y=\mu(x)Q(x)\end{equation} On the other hand, we have $$\frac{d\mu y}{dx}=\frac{d\mu }{dx}y+\mu\frac{dy}{dx}$$ So \eqref{eq:folde2} can be writtend as \begin{equation}\label{eq:folde3}\frac{d\mu y}{dx}+y\left[-\frac{d\mu}{dx}+\mu P\right]=\mu Q\end{equation}  If \begin{equation}\label{eq:intfact}-\frac{d\mu}{dx}+\mu P=0\end{equation} then \eqref{eq:folde3} becomes separable and its solution is given by \begin{equation}\label{eq:foldesol}y=\frac{\int\mu Qdx}{\mu}\end{equation} \eqref{eq:intfact} is separable and its solution $\mu(x)$ is given by \begin{equation}\label{eq:intfact2}\mu(x)=e^{\int P(x)dx}\end{equation} The function $\mu(x)$ in \eqref{eq:intfact2} is called the integrating factor.

Example. Solve $\frac{dy}{dx}\sin x=y\cos x+\tan x$

Solution. First write the equation in the standard form \eqref{eq:folde}. $$\frac{dy}{dx}-\cot x y=\sec x$$ Hence $P(x)=-\cot x$ and $Q(x)=\sec x$. $$\int P(x)dx=-\int\cot xdx=-\ln \sin x=\in\csc x$$ and so the integrating factor $\mu(x)$ is given by $$\mu(x)=e^{\ln \csc x}=\csc x$$ and \begin{align*}y(x)&=\frac{\int\mu Qdx}{\mu}\\&=\frac{\csc x\sec xdx}{\csc x}\\&=\sin x\int\frac{dx}{\sin x\cos x}\\&=\sin x[\ln(\tan x)+C]\end{align*}

Example. Solve the initial value problem \begin{align*}ty’+2y&=4t^2\\y(1)&=2\end{align*}

Solution. First write the equation in the standard form \eqref{eq:folde}. $$y’+\frac{2}{t}y=4t$$ and so $P(t)=\frac{2}{t}$ and $Q(t)=4t$. The integrating factor $\mu(t)$ is given by $$\mu(t)=e^{\int\frac{2}{t}dt}=e^{\ln t^2}=t^2$$ \begin{align*}y&=\frac{\int\mu Qdx}{\mu}\\&=\frac{\int 4t^3dt}{t^2}\\&=t^2+\frac{C}{t^2}\end{align*} Since $y(1)=2$, 2=1+C i.e. C=1. Therefore the solution to the initial value problem is $$y(t)=t^2+\frac{1}{t^2}$$

Example. [RL Circuit] For a resistance-inductance circuit, Kirchhoff’s law leads to the first-order linear differential equation $$L\frac{dI(t)}{dt}+RI(t)=V(t)$$ for the current $I(t)$, where $L$ is the inductance and $R$ is the resistance, both constants. $V(t)$ is the time-dependent impressed voltage. The integrating factor $\mu(t)$ is given by $$\mu(t)=e^{\int\frac{R}{L}dt}=e^{\frac{R}{L}t}$$ and hence the current $I(t)$ is found to be \begin{align*}I(t)&=\frac{\int\mu Qdt}{\mu}\\&=\frac{\int e^{\frac{R}{L}t}\frac{V(t)}{L}dt}{e^{\frac{R}{L}t}}\\&=\frac{e^{-\frac{R}{L}t}}{L}\int e^{\frac{R}{L}t}V(t)dt\end{align*} For the special case $V(t)=V_0$, a constant $$I(t)=\frac{V_0}{R}+e^{-\frac{R}{L}t}C$$ If the initial condition is $I(0)=0$, then $C=-\frac{V_0}{R}$ and hence $$I(t)=\frac{V_0}{R}(1-e^{-\frac{R}{L}t})$$

First-Order Differential Equations: Separable Case

What is a differential equation?

A differential equation is an equation that connects the unknown function $y=y(x)$ and its derivatives $$F(x,y,y’,y^{\prime\prime},\cdots)=0$$ where $F$ is a known function. The order of a differential equation is the order of the highest derivative which appears in the equation.

A first-order differential equation is an equation of the form $$F(x,y,y’)=0$$ or $$y’=f(x,y)$$ The simplest case would be $$y’=f(x)$$ in which case the solution is given by $$y=\int f(x)dx$$ Suppose now that $f(x,y)$ is separable, namely $$f(x,y)=g(x)h(y)$$ $\frac{dy}{dx}=g(x)h(y)$ is called a differential equation with variable separable.

Example. Solve $\frac{dy}{dx}=xy$.

Solution. The equation can be written as \begin{equation}\label{eq:sepeq}\frac{dy}{y}=xdx\end{equation} Integrating \eqref{eq:sepeq} i.e. $$\int\frac{dy}{y}=\int xdx$$ we obtain $$\ln y=\frac{x^2}{2}+C’$$ where $C’$ is a constant. Hence the solution is $y$ is given by \begin{align*}y&=e^{\frac{x^2}{2}+C’}\\&=e^{C’}e^{\frac{x^2}{2}}\\&=Ce^{\frac{x^2}{2}}\end{align*} where $C=e^{C’}$.

The solution of a first-order differential equation comes with an undetermined constant. Such a constant can be determined by a so-called initial condition $y(x_0)=y_0$.

Example. Find the solution of $$\frac{x}{1+x^2}dx-\frac{y^2}{1+y^3}dy=0$$ with the initial condition $y(0)=1$.

Solution. \begin{align*}\int\frac{x}{1+x^2}dx-\int\frac{y^2}{1+y^3}dy=0&\Longrightarrow \frac{1}{2}\ln(1+x^2)-\frac{1}{3}\ln(1+y^3)=\frac{1}{6}\ln C\\&\Longrightarrow\frac{(1+x^2)^3}{(1+y
^3)^2}=C\end{align*} where $C$ is a constant. For $x=0$ and $y=1$, $C=\frac{1}{4}$. Therefore the solution is $$(1+y^3)^2-4(1+x^2)^3=0$$

One of the reasons we study differential equations is that many natural phenomena are modeled by differential equations. These models not only tell you what is going on with the natural phenomena but also can predict what is going to happen with the phenomena in the future. We discuss some examples of simple such modelings by differential equations.

Example. A bullet with speed $v_0=400$m/s travels through a wall of thickness $h=20$cm. When the bullet comes out of the wall, its speed is $v_1=100$m/s. If the wall’s resistance is proportional to $v^2$, the square of speed, how long does the bullet travel inside the wall?

Solution. By Newton’s second law of motion the resistance is $$m\frac{dv}{dt}=-kv^2$$ which can be written as $$\frac{dv}{v^2}=-\frac{k}{m}dt$$ Set $k_1=\frac{k}{m}$ and integrate. $$\int\frac{dv}{v^2}=-\int k_1dt$$ and it results in \begin{equation}\label{eq:bullet}\frac{1}{v}=k_1t+C\end{equation} where $C$ is a constant. If $v(0)=v_0$ then $C=\frac{1}{v_0}$. If $v(T)=v_1$ then \begin{equation}\label{eq:bullet2}\frac{1}{v_1}=k_1T+\frac{1}{v_0}\end{equation} Solving \eqref{eq:bullet2} for $T$, $$T=\frac{1}{k_1}\left(\frac{1}{v_1}-\frac{1}{v_0}\right)$$ \eqref{eq:bullet} can be written as $$\frac{1}{v}=\frac{k_1v_0t+1}{v_0}$$ which can  then be written as the differential equation $$\frac{dx}{dt}=\frac{v_0}{k_1v_0t+1}$$ By the integral $$\int dx=\int\frac{v_0}{k_1v_0t+1}dt$$ we find $$x(t)=\frac{1}{k_1}\ln(k_1v_0t+1)+C_1$$ where $C_1$ is a constant. Since $x(0)=0$, $C_1=0$. $x(T)=h$ results in \begin{equation}\label{eq:wall}h=\frac{1}{k_1}\ln(k_1v_0T+1)\end{equation} Solving \eqref{eq:wall} the bullet’s traveling time $T$ within the wall is $$T=\frac{h}{\ln\left(\frac{v_0}{v_1}\right)}\left(\frac{1}{v_1}-\frac{1}{v_0}\right)$$ With $h=20$cm=0.2m, $v_0=400$m/s, and $v_1=100$m/s, we obtain $T=0.00108$ seconds.

Example. Boyle’s gas law is $$\frac{dV}{dP}=-\frac{V}{P}$$ for the volume $V$ of a fixed quantity of gas at pressure $P$ (and constant temperature). The integral $$\int\frac{dV}{V}=-\int\frac{dP}{P}$$ results in $$PV=k$$ where $k$ is a constant.

Example. [Radioactive Decay] The Basic Law of Radioactive Decay: The ratio of the number of atoms disintegrated in unit time to the total number of atoms is a constant that depends only  on the species of atom. This ratio is called the probability of disintegration. Denote by $N(t)$ the quantity of atoms that have not disintegrated by time $t$. Then we have the differential equation $$\frac{dN}{dt}=-\lambda N$$ Here $\lambda$ is the probability disintegration. With the initial condition $N(t_0)=N_0$, the solution is given by $$N(t)=N_0e^{-\lambda t}$$ Radioactive atoms are characterized by their half-life $T$. Haf-life is the time during which the number of atoms $N$ reduces by half the original amount via disintegration. \begin{align*}\frac{N_0}{2}&=N_0e^{-\lambda T}\\T&=\frac{\ln 2}{\lambda}\approx\frac{0.693}{\lambda}\end{align*} There is another important quantity that characterizes radioactive atoms. It is

The mean lifetime $\tau$

Suppose that when an radioactive element was created ($t=0$), there were $N_0$ atoms. During the time interval $[t,t+dt]$ the quantity of atoms that disintegrated is approximately $$-dN=\lambda Ndt$$ All the atoms in this group lived roughly the same lifetime $t$. Among the atoms taken at $t=0$, there are groups of atoms that will have different lifetimes. The mean lifetime $\tau$ is given by $$\tau=\frac{\int_0^\infty t\lambda Ndt}{\int_0^\infty\lambda Ndt}=\frac{1}{\lambda}$$ i.e. the mean lifetime is exactly the inverse of the disintegration probability. $N(t)$ can be also written in terms of $\tau$ as $$N(t)=N_0e^{-\frac{t}{\tau}}$$ Half-life and mean lifetime are related by $$\tau=\frac{T}{\ln 2}\approx 1.443T$$ Radium has a half-life of 1,600 years. Thus \begin{align*}N&=N_0e^{-\frac{\ln 2}{1600}t}\\&=N_0e^{-0.00043t}\end{align*} For $t=200$, $$N(200)=N_0e^{-0.00043\times 200}\approx 0.918N_0$$ This means about 8.2% of the original amount of radium will be disintegrated in 200 years.

Example. [Lanchaster’s Law] Suppose that two armies, Red and Blue are engaging each other in combat. Red is shooting a continuous stream of bullets at Blue. Likewise Blue is shooting a continuous stream of bullets at Red. Assume that the rate of attrition depends only on the number of weapons shooting. Let $A$ represent the number of soldiers in the Red and $B$ represent the number of soldiers in the Blue army. Then we have the coupled system of differential equations \begin{align}\label{eq:lanchaster}\frac{dA}{dt}&=-\beta B\\\label{eq:lanchaster2}\frac{dB}{dt}&=-\alpha A\end{align} The constants $\alpha$ and $\beta$ are called offensive firepower of $A$ and $B$, respectively. Now divide \eqref{eq:lanchaster} by \eqref{eq:lanchaster2}. \begin{align*}\frac{dA}{dB}&=\frac{\beta}{\alpha}\frac{B}{A}\\&=E\frac{B}{A}\ (E=\frac{\beta}{\alpha})\end{align*} By the integral $$\int AdA=E\int BdB$$ we obtain $$A^2=EB^2+C$$ where $C$ is a constant. Suppose that $\alpha=\beta$ i.e. $E=1$ which means the Red and the Blue have the same firepower. Let $A(0)=100$ and $B(0)=50$. Then $C=7500$. If $B=0$, then $A=\sqrt{7500}\approx 86.6$. This means that if all soldiers in the Blue army get killed, the Red army would sustain the casualties of 13 deaths and 1 severely injured.

Heat Equation and Schrödinger Equation

There is an intriguing relationship between Schrödinger equation for a free particle and homogeneous heat equation.

1-dimentional Schrödinger equation for a free particle is
\begin{equation}
\label{eq:se}
i\hbar\frac{\partial\psi(x,t)}{\partial t}=-\frac{\hbar^2}{2m}\frac{\partial^2\psi(x,t)}{\partial x^2}.
\end{equation}
Take the Wick rotation $t\mapsto \tau=it$. Then the Schrödinger equation \eqref{eq:se} turns into
\begin{equation}
\label{eq:hheq}
\frac{\partial\phi(x,\tau)}{\partial\tau}=\frac{\hbar}{2m}\frac{\partial^2\phi(x,\tau)}{\partial x^2},
\end{equation}
where $\phi(x,\tau)=\psi\left(x,\frac{\tau}{i}\right)$. \eqref{eq:hheq} is a homogeneous heat equation with diffusion coefficient $\alpha^2=\frac{\hbar}{2m}$. Conversely, apply the Wick rotation $t\mapsto\tau=-it$ to the 1-dimensional homogeneous heat equation
\begin{equation}
\label{eq:hhe2}
\frac{\partial u(x,t)}{\partial t}=\alpha^2\frac{\partial^2 u(x,t)}{\partial x^2}.
\end{equation}
Then the resulting equation is
\begin{equation}
\label{eq:se2}
i\hbar\frac{\partial w(x,\tau)}{\partial t}=-\alpha^2\hbar\frac{\partial^2 w(x,\tau)}{\partial x^2},
\end{equation}
where $w(x,\tau)=u\left(x,-\frac{\tau}{i}\right)$. \eqref{eq:se2} is a Schrödinger equation for a free particle with $m=\frac{1}{2\alpha^2}$. The solution of \eqref{eq:hhe2} with homogeneous boundary conditions takes the form
$$u(x,t)=\sum_{n=0}^\infty A_ne^{-\lambda_n^2\alpha^2 t}X_n(x).$$
Its Wick rotated solution is
\begin{align*}
w(x,\tau)&=\sum_{n=0}^\infty w_n(x,\tau)\\
&=\sum_{n=0}^\infty A_ne^{-i\lambda_n^2\alpha^2\tau}X_n(x).
\end{align*}
$i\hbar\frac{\partial w(x,\tau)}{\partial\tau}=\lambda_n^2\alpha^2\hbar w(x,\tau)$. Thus for each $n=0,1,2,\cdots$, $E_n=\lambda_n^2\alpha^2\hbar$ is the energy and $\omega_n=\lambda_n^2\alpha^2$ is the frequency of the wave $w_n(x,\tau)$.