top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA1-0679

What are Applications of Differential Equations in Biology?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

Differential equations help us understand how things change over time in living systems. In biology, they are used to model how populations grow, how diseases spread, or how medicines move inside the body, by describing rates of change.

Simple Example
Quick Example

Imagine you have a small colony of bacteria in a petri dish, like the ones you see in a science lab. If the bacteria double every hour, a differential equation can tell you exactly how many bacteria there will be after 3 hours, 5 hours, or even a full day, by describing their growth rate.

Worked Example
Step-by-Step

Let's say a certain type of plant grows at a rate proportional to its current size. If it starts at 10 cm and grows 2 cm in the first day.

Step 1: Define the growth rate. Let P be the plant's height and t be time in days. The rate of change is dP/dt. Since it's proportional to its size, dP/dt = kP, where k is the constant of proportionality.
---Step 2: Find the value of k. We know dP/dt = 2 cm/day when P = 10 cm. So, 2 = k * 10, which means k = 2/10 = 0.2.
---Step 3: Write the differential equation. Now we have dP/dt = 0.2P.
---Step 4: Solve the differential equation. We can separate variables: dP/P = 0.2 dt. Integrating both sides gives ln|P| = 0.2t + C.
---Step 5: Exponentiate to find P. P = e^(0.2t + C) = e^(0.2t) * e^C. Let A = e^C, so P = Ae^(0.2t).
---Step 6: Use the initial condition to find A. At t=0, P=10 cm. So, 10 = Ae^(0.2*0) = A * 1 = A. Thus, A = 10.
---Step 7: Final equation for plant height. The equation is P(t) = 10e^(0.2t).
---Step 8: Predict height after, say, 5 days. P(5) = 10e^(0.2*5) = 10e^1 = 10 * 2.718 = 27.18 cm.
Answer: The plant will be approximately 27.18 cm tall after 5 days.

Why It Matters

Understanding differential equations is super important for many future careers. Doctors use them to figure out drug dosages (Medicine), scientists use them to predict how a virus spreads (Biotechnology), and even engineers use them to design better medical devices (Engineering). They help us make sense of how biological systems change over time.

Common Mistakes

MISTAKE: Confusing the variable with its rate of change (e.g., using 'P' when 'dP/dt' is needed). | CORRECTION: Always clearly identify what 'P' represents (e.g., population size) and what 'dP/dt' represents (e.g., rate of change of population size).

MISTAKE: Not including the constant of integration 'C' when solving indefinite integrals. | CORRECTION: Remember to add '+ C' after integrating and use initial conditions to find its specific value for the problem.

MISTAKE: Forgetting to separate variables before integrating. | CORRECTION: Always rearrange the differential equation so that all terms involving one variable (e.g., P and dP) are on one side, and all terms involving the other variable (e.g., t and dt) are on the other side.

Practice Questions
Try It Yourself

QUESTION: The rate of decay of a radioactive substance is proportional to the amount present. If 100 grams of a substance decays to 50 grams in 10 days, what is its half-life? | ANSWER: Approximately 10 days (since it halved in 10 days, that is its half-life).

QUESTION: A population of fish in a pond grows according to dP/dt = 0.1P, where P is the number of fish and t is in years. If there are 200 fish initially, how many fish will there be after 3 years? (Use e = 2.718) | ANSWER: P(t) = 200e^(0.1t). P(3) = 200 * e^(0.3) = 200 * 1.3498 = 269.96, approximately 270 fish.

QUESTION: A disease spreads in a community of 1000 people. The rate of spread is proportional to the product of the number of infected people (I) and the number of uninfected people (1000 - I). If initially 10 people are infected and the constant of proportionality is 0.001, write down the differential equation for the spread of the disease. | ANSWER: dI/dt = 0.001 * I * (1000 - I).

MCQ
Quick Quiz

Which biological process is LEAST likely to be directly modeled by a simple differential equation showing continuous change?

Bacterial population growth in a lab

Drug concentration in a patient's bloodstream over time

The exact moment a single cell divides into two

Spread of a virus through a community

The Correct Answer Is:

C

Differential equations model continuous rates of change. While they can model overall population growth, predicting the exact, discrete moment of a single cell division is less suited for a simple continuous differential equation model.

Real World Connection
In the Real World

In India, understanding disease spread is crucial. Scientists at institutes like ICMR use differential equations to model how diseases like dengue or COVID-19 might spread across different cities or states. This helps the government plan vaccination drives, allocate hospital beds, and decide on lockdowns, much like how data scientists use models to predict cricket match outcomes for fantasy leagues.

Key Vocabulary
Key Terms

DIFFERENTIAL EQUATION: An equation that relates a function with its derivatives, describing rates of change. | BIOLOGICAL MODELING: Using mathematical equations to represent and understand biological processes. | POPULATION DYNAMICS: How populations of living organisms change over time. | RATE OF CHANGE: How quickly a quantity is increasing or decreasing with respect to another quantity. | CONSTANT OF PROPORTIONALITY: A fixed value that relates two proportional quantities.

What's Next
What to Learn Next

Next, you can explore 'Solving First-Order Differential Equations' to learn the techniques for finding solutions to these equations. This will help you actually predict outcomes from the models you've just learned about, opening doors to even more exciting applications!

bottom of page