8. Topic 8(COLON) Differential Equations

Lesson 8.5: Coupled And Substitution-reducible Differential Equations

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 8.5: Coupled and Substitution-Reducible Differential Equations

Introduction

In this lesson, we will explore the world of coupled differential equations and how they relate to real-world systems. The objective is to learn how to solve systems of two simultaneous first-order linear differential equations, transform them into single second-order equations through elimination, and use substitution to simplify equations.

Learning Outcomes:

By the end of this lesson, students will be able to:

  • Understand systems of coupled differential equations.
  • Eliminate one variable to form a single second-order equation and back substitute.
  • Reduce more complex equations to standard forms by substitution.
  • Interpret coupled solutions, such as two interacting populations.
  • Solve a pair of coupled first-order linear differential equations by elimination.

1. Understanding Coupled Differential Equations

Coupled differential equations consist of two or more equations that describe a system involving multiple variables. Each equation relates at least one derivative of a variable to the other variables in the system. Let’s consider a system of two first-order equations:

$$\frac{dx}{dt} = f(x, y)$$

$$\frac{dy}{dt} = g(x, y)$$

Here, $x(t)$ and $y(t)$ represent two variables dependent on time $t$. These coupled equations may model systems such as populations in biology where $x$ could represent the population of wolves and $y$ the population of rabbits.

Example: Population Dynamics

Let’s say the equations are given as follows:

$$\frac{dx}{dt} = ax - bxy$$

$$\frac{dy}{dt} = -cy + dxy$$

Where $a$, $b$, $c$, and $d$ are constants. These equations suggest that the wolf population ($x$) grows at a rate proportional to its size but decreases proportionally to the interaction with the rabbit population ($y$), while the rabbit population grows due to its interaction with wolves.

2. Eliminating Variables

To analyze coupled equations, it may be helpful to eliminate one of the variables. For our previous example, we can start by solving one equation for one variable:

From the first equation:

$$\frac{dx}{dt} = ax - bxy \implies \frac{1}{x} \frac{dx}{dt} = \frac{a}{x} - b y$$

Next, we can substitute $\frac{dx}{dt}$ into the second equation:

$$\frac{dy}{dt} = -cy + dy \cdot x$$

Substituting for $x$ gives us:

$$\frac{dy}{dt} = -cy + d \left(\frac{(ay)}{b}

ight)y$$

This way, we arrive at a single second-order equation that simplifies our work with the system.

Example: Solving by Elimination

Taking our earlier equations:

  • Step 1: Rearranging:

$$ \frac{dx}{dt} + bxy = ax $$

$$ \frac{dy}{dt} + cy = dxy $$

  • Step 2: Substitute to remove one variable.

Let’s set $z = y$, then plug it into both equations to reduce the system. Eventually, we derive a single equation which allows for further analysis.

3. Using Substitution to Simplify Equations

In many cases, substitution can help transform a complex differential equation into a simpler or standard form.

Let’s consider a case where we have a variable substitution $u = x + y$.

Example: Standard Form through Substitution

Given the equation:

$$\frac{dy}{dt} = -cy + dxy$$

If we substitute $u$ for $x + y$, we might now see the system change its nature upon further differentiation and algebraic manipulation.

Substituting into the original differential equations might yield a linear equation in $u$ that is much more straightforward to solve:

$$\frac{du}{dt} = (a + d) u - c u.$$

Now, we can easily treat this equation as a standard linear differential equation.

4. Interpreting Coupled Solutions

Understanding the solutions to coupled differential equations helps us apply them to real systems effectively. For example, a population model we discussed earlier can send signals for management in ecological studies.

Example: Ecological Impact

Imagine two species in a controlled environment: Wolves and Rabbits! If wolves increase (described by $x$), the rabbit population ($y$) will tightly respond, showing an inverse relation. Thus, solving these equations gives a clear picture of population dynamics and allows predictions for both species over time.

Conclusion

In this lesson, we covered how to solve coupled differential equations by eliminating variables and simplifying through substitution. We also explored real-world applications where couples manage interactions between dynamic systems, such as populations of different species.

Understanding these concepts is essential for further studies in fields like physics, biology, and economics.

Study Notes

  • Coupled differential equations involve multiple equations with interdependent variables.
  • Eliminating one variable can simplify solving a system of equations.
  • Substitution helps reduce equations to standard forms for easier solving.
  • Applications of coupled equations appear heavily in biological models and interactive systems.
  • Identifying the nature of the solutions helps in practical decision-making in real-world scenarios.

Practice Quiz

5 questions to test your understanding

Lesson 8.5: Coupled And Substitution-reducible Differential Equations — Further Mathematics | A-Warded