JustToThePoint English Website Version
JustToThePoint en español
Colaborate with us

First-order Autonomous ODE's

I have yet to see any problem, however complicated, which, when looked at in the right way did not become still more complicated, Paul Anderson.

Ned, I would love to stand here and talk with you—but I’m not going to, Phil Connors (Bill Murray), Groundhog Day

I don’t have to take this abuse from you; I’ve got hundreds of people dying to abuse me, Dr. Peter Venkman (Bill Murray), Ghostbusters

Recall

Definition. A differential equation is an equation that involves one or more dependent variables, their derivatives with respect to one or more independent variables, and the independent variables themselves, e.g., $\frac{dy}{dx} = 3x +5y, y’ + y = 4xcos(2x), \frac{dy}{dx} = x^2y+y, etc.$

It involves (e.g., $\frac{dy}{dx} = 3x +5y$):

First-Order Linear Ordinary Differential Equations (ODEs)

Definition. A first-order linear ordinary differential equation is an ordinary differential equation (ODE) involving an unknown function y(x), its first derivative y′, and functions of the independent variable x, which can be written in the general form:: a(x)y' + b(x)y = c(x) where:

These equations are termed “linear” because the unknown function y and its derivative y’ appear to the first power and are not multiplied together or composed in any nonlinear way.

If the function c(x)=0 for all x in the interval of interest, the equation simplifies to: a(x)y’ + b(x)y = 0. Such an equation is called a homogeneous linear differential equation.

The Existence and Uniqueness Theorem provides crucial insight into the behavior of solutions to first-order differential equations ODEs. It states that if:

Then, the differential equation y' = f(x, y) has a unique solution to the initial value problem through the point (x0, y0), meaning that it satisfies the initial condition y(x0) = y0.

This theorem ensures that under these conditions, the solution exists and is unique near x = x0.

First-order Autonomous ODE’s

First-order Autonomous ODE’s

Definition. A first order autonomous ordinary differential equation (ODE) is a differential equation in which the rate of change of a dependent variable depends solely on y itself, and not explicitly on the independent variable, typically denoted by t. In mathematical terms, it has the general form: $\frac{dy}{dt}=f(y)$.

Here, f(y) is a function that depends only on y, and there is no explicit dependence on the independent variable t. This absence of explicit dependence on t is what characterizes the equation as autonomous.

Characteristics of Autonomous ODEs

Because the right-hand side of the equation depends only on y, autonomous ODEs exhibit unique properties that distinguish them from non-autonomous equations:

  1. Time Translation Invariance: The solutions to autonomous ODEs are invariant under shifts in the independent variable t. This means that if y(t) is a solution, then y(t −t0) is also a solution for any constant t0. This property arises because the equation does not depend explicitly on t, so shifting t by a constant does not affect the form of the solution.
  2. Separable Variables: Autonomous ODEs are inherently separable, allowing us to rewrite the equation in the form: $\int \frac{1}{f(y)}dy = \int dt + C$. This separability facilitates solving the ODE by integrating with respect to y and t.

Challenges in Solving Autonomous ODEs

While autonomous ODEs are separable, the integration may not always be straightforward due to:

In such situations, qualitative analysis becomes a valuable tool to gain insights into the behavior of the solutions without solving the equation analytically.

Qualitative Analysis of Autonomous ODEs

In qualitative analysis, we study the direction field of the ODE. This field helps visualize the behavior of solutions without explicitly solving the equation.

A direction field (or slope field) is a graphical representation of the ODE that shows the slope $\frac{dy}{dt}$ at various points in the (t, y) plane. By plotting small line segments with appropriate slopes at several points, we can visualize how solutions to the ODE behave.

Key Concepts in Qualitative Analysis

First Order Autonomous ODEs

If y0 is a critical point, then y(t) = y0 is a solution to the differential equation because: $\frac{dy}{dt}|_{y=y_0}=\frac{dy_0}{dt}=f(y_0)=0$. The left hand size is zero because the derivative of a constant is zero, and the right hand side is zero because f(y0) = 0 by definition of a critical point.

First Order Autonomous

Steps for Qualitative Analysis of Autonomous ODEs

To analyze an autonomous ODE, follow these steps:

  1. Find the critical points. Solve f(y) = 0 to identify where the solutions remain constant (i.e., equilibrium solutions).

  2. Analyze the sign of f(y) and draw the Phase Line. Sketch or plot f(y) versus y to visualize where f(y) is positive, negative, or zero.

    When f(y) > 0, the slope $\frac{dy}{dt}$ is positive, meaning that the solution y(t) is increasing. When f(y) < 0, the slope $\frac{dy}{dt}$ is negative, meaning that the solution y(t) is decreasing.

  3. Determine Stability of Critical Points: Stable Equilibrium (Solutions near the critical point move towards it as t increases. The point is attracting), Unstable Equilibrium (Solutions near the critical point move away from it as t increases. The point is repelling), or Semi-Stable Equilibrium (The critical point is stable on one side and unstable on the other).

  4. Interpret the Results. Discuss the long-term behavior of solutions. Determine whether solutions approach a critical point, diverge to infinity, or exhibit other behaviors based on initial conditions.

  5. Consider initial conditions. Analyze how different initial values y(0) affect the solution’s trajectory and its tendency to move towards or away from critical points.

Example $\frac{dy}{dt} = 1-y^2$

Autonomous Nature. This equation is a first order linear autonomous ODE because it relates the derivate $\frac{dy}{dt}$ to the function y(t) itself and does not explicitly depend on the independent variable t.

Finding Critical Points. Equilibrium points occurs where $\frac{dy}{dt} = 0$, $\frac{dy}{dt} = 0 ↭ 1-y^2 = 0↭ (1-y)(1+y) = 0 ↭ y = ±1$.

Analyzing the Sign of f(y). To understand this differential equation, we analyze the sign of $\frac{dy}{dt}$ for values of y above and below the critical point.

Drawing the Phase Line. Arrows indicating the direction of y(t) point upwards (towards y = 1, solutions increase) from -1 < y < 1, indicating attraction, so y = 1 is a stable equilibrium point.

Slopes Between y = −1 and y = 1: (1) Start at Zero at y = −1 ($\frac{dy}{dt} = 0$). (2) Between y = -1 and y = 0, slopes increase from 0 to a maximum of 1 ($\frac{dy}{dt}=1-y²\bigg|_{y=0}=1-0 = 1$) at y = 0. (3) Between y = 0 and y = 1, slopes decrease back from its maximum 1 to zero (y = 1). Solutions increase fastest near y = 0. The rate of increase slows down as y approaches y = 1.

Below y = -1 (y < -1) and above y = 1 (y > 1), slopes are negative, solutions y(t) decreases as t increases, arrows point downwards, that is, away from y = -1 and towards y = 1, respectively, hence y = -1 is a unstable equilibrium point.

Plots of y(t) for different initial conditions illustrate the convergence towards y = 1 for ∣y0| < 1 and y0 > 1, and divergence for y0 < -1 (Refer to Figure i for a visual representation and aid in understanding it)

First Order Autonomous ODEs

Solving the Differential Equation

This is an autonomous, separable first-order ordinary differential equation (ODE): $\frac{dy}{1-y^2} = dt$.

We perform partial fraction decomposition: $\frac{dy}{1-y^2} = \frac{1}{2}(\frac{1}{1+y}+\frac{1}{1-y})$

$\frac{1}{1.y^2} = \frac{1}{(1-y)(1+y)} = \frac{A}{1-y} + \frac{B}{\frac{1}{1+y}}↭ 1 = A(1+y)+B(1-y) = A(1)+A(y)+B(1)−B(y)=(A+B)+(Ay−By)↭[\text{Group like terms}] A + B = 1, A - B = 0$. From (ii), A = B. From (1), 2A = 1, $A = \frac{1}{2}, B = A = \frac{1}{2}$.

Integrating both sides: $\int \frac{1}{2}(\frac{1}{1+y}+\frac{1}{1-y})dy = \int dt$.

This yields: $\frac{1}{2}ln|1+y| -\frac{1}{2}ln|1-y| = t + C ↭ ln|1+y| -ln|1-y| = 2(t + C) ⇒[\text{Combining logarithms:}] ln(\frac{1+y}{1-y}) = 2(t+C) ⇒[\text{Exponentiating both sides of the equation}] \frac{1+y}{1-y} = e^{2(t+C)} = Ae^{2t}$ where A = e2C.

$\frac{1+y}{1-y} = Ae^{2t} ↭ 1+y = Ae^{2t}(1-y)↭ 1 + y = Ae^{2t} -Ae^{2t}y ⇒[\text{Collect like terms}] y(1+Ae^{2t}) = Ae^{2t} -1⇒[\text{Solve for y}] y = \frac{Ae^{2t} -1}{Ae^{2t} +1}$. This is the explicit solution for y(t).

The constant A can be found using an initial condition y(0) = y0, $y_0 = \frac{A-1}{A+1}↭ (A+1)y_0 = A -1 ↭ Ay_0 + y_0 = A - 1 ↭ Ay_0 -A = -y_0 -1 ↭ A(y_0 -1) = -y_0 -1 ↭ A = \frac{-y_0-1}{y_0-1}↭ A = \frac{y_0+1}{1-y_0}$

The solution to the differential equation is: $\frac{Ae^{2t} -1}{Ae^{2t} +1}$ where $A = \frac{y_0+1}{1-y_0}$

Analyzing the Limits, $\lim_{t \to ∞} y(t) = \lim_{t \to ∞} \frac{Ae^{2t} -1}{Ae^{2t} +1} = 1$ (the terms -1 and 1 become negligible compared to Ae2t).

Regardless of the value of A (provided A > 0), y(t) approaches 1 as t → ∞, confirming that y = 1 is a stable equilibrium. Besides, $\lim_{t \to -∞} y(t) = \lim_{t \to -∞} \frac{Ae^{2t} -1}{Ae^{2t} +1} = \frac{0-1}{0+1} = -1$, which aligns with the instability of y = −1 in forward time (y = -1 is an unstable equilibrium) but shows attraction in backward time.

Example: Bank Account with Embezzlement

Let’s explore how to model and analyze the behavior of a bank account that is simultaneously accruing interest and experiencing consistent withdrawals due to embezzlement. This scenario helps illustrate how differential equations can be used to understand real-world financial situations.

Let’s consider the following scenario where:

Bank Account with Embezzlement

Mathematical Modeling

The rate of change of the account balance y(t) over time can be expressed as the difference between the interest earned and the amount being embezzled: $\frac{dy}{dt} = ry -w$ where:

Analysis of the ODE

  1. Autonomous Nature: This equation is a first-order linear autonomous ODE because it relates the derivative $\frac{dy}{dt}$ to the function y(t) itself and does not explicitly depend on the independent variable t.

    An autonomous ODE is one where the rate of change of the dependent variable depends solely on the dependent variable itself and not explicitly on the independent variable.

  2. Finding Critical Points (Equilibrium Solutions): Critical points occur when the rate of change of the dependent variable is zero: $\frac{dy}{dt} = 0 ⇒ ry -w = 0 ↭[\text{Solving for y:}] y = \frac{w}{r}$ (Refer to Figure 2 for a visual representation and aid in understanding it). Hence, $y = \frac{w}{r}$ is the equilibrium solution or critical point.

    At this balance, the amount of interest earned exactly offsets the amount being embezzled, resulting in a net zero change in the account balance over time.

    First Order Autonomous

    Arrows indicating the direction of y(t). Upwards for y > w/r, and downwards for y < w/r

  3. Behaviour of the solution. To understand how the account balance changes over time, we analyze the sign of $\frac{dy}{dt}$ for values of y above and below the critical point.

Solving the Differential Equation Explicitly

  1. Separate Variables: $\frac{dy}{dt} = ry-w ↭ \frac{dy}{ry-w} = dt$

  2. Integrate Both Sides: $\int \frac{dy}{ry-w} = \int dt ↭[u = ry -w⇒ du = rdy] \frac{1}{r}\int \frac{du}{u} = t + C ↭ \frac{1}{r}ln|u| = t + C ↭ \frac{1}{r}ln|ry-w| = t + C$

  3. Solve for y. Multiply both sides by r: ln|ry -w| = rt + rC. Exponentiate both sides to eliminate the natural logarithm: $|ry -w| = e^{rt}e^{rC}↭ ry -w = ±e^{rC}e^{rt} ↭ ry -w = ±Ae^{rt}$ where $A = e^{rC}$ is a constant ↭ $ry = w ±Ae^{rt} ↭ y = \frac{w}{r} ±\frac{A}{r}e^{rt} ↭ y = \frac{w}{r} + Ce^{rt}$ where $C = ±\frac{A}{r}$

  4. Apply initial conditions, y(0) = y0, $y_0 = \frac{w}{r}+ Ce^{r·0}↭ y_0 = \frac{w}{r}+ C ⇒ C = y_0 -\frac{w}{r}$

  5. Final Explicit Solution: $y(t) = \frac{w}{r}+(y_0-\frac{w}{r})e^{rt}$

Interpretation:

  1. If $y_0 > \frac{w}{r} ⇒ C > 0$. As t → ∞, $e^{rt}→ ∞$, y(t) → ∞. The account balance grows exponentially over time (without bound). The interest earned not only compensates for the embezzlement but also contributes to substantial growth of the account. The customer may not notice the embezzlement immediately due to the increasing balance.
  2. If $y_0 = \frac{w}{r} ⇒ C = 0 ⇒ y(t) = \frac{w}{r}$. The account balance remains steady. The customer might not notice any changes in the account balance, masking the embezzlement.
  3. If $y_0 < \frac{w}{r} ⇒ C < 0$. As t → ∞, $e^{rt}→ ∞$, y(t) → -∞. However, in practical terms, the account cannot have an infinite negative balance. Practically, account balance will decrease and may reach zero, potentially leading to overdrafts or financial penalties. The customer may face financial issues due to the decreasing balance and potential overdraft fees.

Bibliography

This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License and is based on MIT OpenCourseWare [18.01 Single Variable Calculus, Fall 2007].
  1. NPTEL-NOC IITM, Introduction to Galois Theory.
  2. Algebra, Second Edition, by Michael Artin.
  3. LibreTexts, Calculus and Calculus 3e (Apex). Abstract and Geometric Algebra, Abstract Algebra: Theory and Applications (Judson).
  4. Field and Galois Theory, by Patrick Morandi. Springer.
  5. Michael Penn, and MathMajor.
  6. Contemporary Abstract Algebra, Joseph, A. Gallian.
  7. YouTube’s Andrew Misseldine: Calculus. College Algebra and Abstract Algebra.
  8. MIT OpenCourseWare [18.03 Differential Equations, Spring 2006], YouTube by MIT OpenCourseWare.
  9. Calculus Early Transcendentals: Differential & Multi-Variable Calculus for Social Sciences.
Bitcoin donation

JustToThePoint Copyright © 2011 - 2025 Anawim. ALL RIGHTS RESERVED. Bilingual e-books, articles, and videos to help your child and your entire family succeed, develop a healthy lifestyle, and have a lot of fun. Social Issues, Join us.

This website uses cookies to improve your navigation experience.
By continuing, you are consenting to our use of cookies, in accordance with our Cookies Policy and Website Terms and Conditions of use.