zuai-logo

First-Order Differential Equations

Emily Davis

Emily Davis

6 min read

Study Guide Overview

This study guide covers exponential growth and decay models, focusing on the differential equation dy/dt = ky. It explains how to solve this equation using separation of variables, arriving at the solution y = y0ekt. The guide includes a worked example, practice questions, and a glossary of key terms like constant of proportionality and initial condition. It emphasizes applying these models to real-world problems.

Differential Equations for Exponential Models

Table of Contents

  1. Introduction to Exponential Models
  2. Differential Equation for Exponential Models
  3. Solutions to Exponential Growth & Decay Models
  4. Worked Example
  5. Practice Questions
  6. Glossary
  7. Summary and Key Takeaways

Introduction to Exponential Models

Exponential models are used in various real-world scenarios where the rate of change of a quantity is proportional to the quantity itself. This section will cover the key concepts and mathematical formulations of these models.

Differential Equation for Exponential Models

What Type of Differential Equation Corresponds to an Exponential Model?

Key Concept

Key Concept: In many situations, assuming that the rate of change of a quantity is proportional to the size of the quantity provides a good model.

For example, consider a population of bacteria: - The more bacteria there are, the more new bacteria will be produced.

Or consider a radioactive sample:

  • The more radioactive atoms there are, the greater the number of atoms that will undergo decay.

This is known as the exponential growth and decay model. Mathematically, for a quantity yy:

dydt=ky\frac{dy}{dt} = ky

Where:

  • yy is the quantity.
  • kk is the constant of proportionality.
If the quantity yy is **increasing**, then kk is **positive**. If yy is **decreasing**, then kk is **negative**. Alternatively, you can assume kk is positive and write dydt=ky\frac{dy}{dt} = -ky for decay.

Solutions to Exponential Growth & Decay Models

How to Find Solutions for Exponential Growth and Decay Models?

The solution to the exponential growth and decay model dydt=ky\frac{dy}{dt} = ky, with the initial condition y=y0y = y_0 when t=0t = 0, is:

y=y0ekty = y_0 e^{kt}

Exam Tip

It's a good idea to remember this result, but it can also be derived using separation of variables.

Solving the Exponential Growth and Decay Model Using Separation of Variables

  1. Start with dydt=ky\frac{dy}{dt} = ky.
  2. Separate the variables:

1ydydt=k\frac{1}{y} \frac{dy}{dt} = k

  1. Integrate both sides with respect to tt:

1y,dy=k,dt\int \frac{1}{y} , dy = \int k , dt

  1. Integrate, including a constant of integration:

lny=kt+C\ln|y| = kt + C

If yy represents a population, then yy can never be negative, so we can ignore the modulus sign:

lny=kt+C\ln y = kt + C

  1. Given the initial condition y=y0y = y_0 when t=0t = 0:

lny0=k(0)+CC=lny0\ln y_0 = k(0) + C \Rightarrow C = \ln y_0

  1. Rearrange:

lny=kt+lny0elny=ekt+lny0y=ektelny0y=y0ekt\begin{aligned} \ln y &= kt + \ln y_0 \\ e^{\ln y} &= e^{kt + \ln y_0} \\ y &= e^{kt} \cdot e^{\ln y_0} \\ y &= y_0 e^{kt} \end{aligned}

Worked Example

At any point in time, the rate of growth of a colony of bacteria is proportional to the current population size, PP.

(a) Write a differential equation to model the size of the population of bacteria.

Answer: This is a description of an exponential growth model.

dPdt=kP\frac{dP}{dt} = kP

(b) Write down the particular solution of the differential equation from part (a).

Answer: For dydt=ky\frac{dy}{dt} = ky, with the initial condition y=y0y = y_0 when t=0t = 0, the particular solution is y=y0ekty = y_0 e^{kt}.

P=5000ektP = 5000 e^{kt}

(c) Determine how long it will take from time t=0t = 0, according to the model, for the population of bacteria to grow to 100,000.

Answer: The question does not specify the units of time, but it will be easiest to use hours based on the information given.

  1. Substitute the values to find kk:

7000=5000ek(1)7000 = 5000 e^{k(1)}

ek=70005000=1.4e^k = \frac{7000}{5000} = 1.4

k=ln(1.4)k = \ln(1.4)

  1. Using the value of kk, substitute tt to find the duration:

100000=5000eln(1.4)t100000 = 5000 e^{\ln(1.4)t}

eln(1.4)t=1000005000=20e^{\ln(1.4)t} = \frac{100000}{5000} = 20

ln(1.4)t=ln(20)\ln(1.4)t = \ln(20)

t=ln(20)ln(1.4)=8.903356...8.903 hours (to 3 decimal places)t = \frac{\ln(20)}{\ln(1.4)} = 8.903356... \approx 8.903 \text{ hours (to 3 decimal places)}

Practice Questions

Practice Question
  1. A sample of a radioactive substance decays at a rate proportional to its current amount. If the initial amount of the substance is 100 grams and the half-life is 5 hours, write down the differential equation for the decay and solve for the amount remaining after 10 hours.
Practice Question
  1. The population of a small town grows at a rate proportional to its current population. If the initial population is 2,000 and it doubles in 3 years, how long will it take for the population to reach 10,000?

Glossary

  • Exponential Growth and Decay Model: A model where the rate of change of a quantity is proportional to the quantity itself.
  • Constant of Proportionality (kk): A constant that determines the rate of growth or decay.
  • Separation of Variables: A method used to solve differential equations by separating the variables on each side of the equation.
  • Initial Condition: The value of the function at t=0t = 0, used to find the constant of integration.

Summary and Key Takeaways

Summary

  • The exponential growth and decay model is represented by the differential equation dydt=ky\frac{dy}{dt} = ky.
  • The solution to this differential equation with an initial condition y=y0y = y_0 when t=0t = 0 is y=y0ekty = y_0 e^{kt}.
  • The method of separation of variables can be used to derive this solution.

Key Takeaways

  • Understand the differential equation dydt=ky\frac{dy}{dt} = ky and its significance.
  • Remember the solution y=y0ekty = y_0 e^{kt} for exponential growth and decay models.
  • Apply the separation of variables method to solve similar differential equations.
  • Be able to interpret and solve real-world problems using exponential models.
Exam Tip

Always give your answers in the context of the question, especially in applied problems.

Question 1 of 11

🎉 Which scenario is best modeled using an exponential model?

A car traveling at a constant speed

The height of a ball thrown upwards

A population of bacteria growing such that the rate of growth is proportional to the current population

The temperature of water as it cools at a constant rate