Infectious Disease Spreads in Cattle Herd: Find # Infected After 6 Days

  • Thread starter Thread starter AAO
  • Start date Start date
  • Tags Tags
    Disease
Click For Summary

Homework Help Overview

The problem involves modeling the spread of an infectious disease in a herd of 500 cattle, where the rate of infection is proportional to both the number of infected and uninfected cattle. The original poster seeks to determine the number of infected cattle after 6 days, given that 50 cattle are infected after 4 days.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster interprets the problem as a differential equation and attempts to separate variables for integration. There is discussion about the initial conditions and the correct setup of the differential equation.

Discussion Status

Participants are actively engaging with the problem, questioning the initial conditions and the formulation of the differential equation. Some guidance has been offered regarding integration techniques and clarifications on the initial conditions, but no consensus has been reached on the final approach.

Contextual Notes

There is confusion regarding the initial number of infected cattle, with some participants suggesting different values based on the problem statement. The discussion also touches on the use of computational tools like Matlab for solving the differential equation.

AAO
Messages
17
Reaction score
2

Homework Statement


[/B]
A carrier of an infectious disease joins a herd of 500 initially uninfected cattle. At any
instant in time, the rate at which the disease spreads dx/dt is known to be proportional to
the product of:
(i) the number of infected cattle x(t); and
(ii) the number of uninfected cattle.
If the number of cattle infected after 4 days is 50, how many will have been infected after
6 days?

Homework Equations



The Attempt at a Solution


I interpreted the problem as the following D.E:
dx/dt=k*x*(500-x); where k is a constant to be determined

And the initial condition: x(0)=0
And the given information: x(4)=50

The equation looks to be separable:
dx/(500*k*x-k*x^(2)) = dt

but I cannot integrate the left hand side.

Is my interpreted D.E correct? If yes how to integrate the left hand side?

Appreciate your help.
 
Last edited:
Physics news on Phys.org
AAO said:
And the initial condition: x(0)=500
And the given information: x(4)=50

Your initial condition here is saying that 500 kettle are infected at t=0 ...
 
Orodruin said:
Your initial condition here is saying that 500 kettle are infected at t=0 ...

Thanks I corrected it. Any hints about the solution to this DE?

I tried to use Matlab:
>> syms x(t) k
>> x(t) = dsolve(diff(x,t) == k*x(t)*(500-x(t)) , x(0)==0)

But I got
x(t) = 0

!
 
Try splitting the integrand into two by partial fraction decomposition.

Edit: Also, your initial condition is not x(0) = 0. Obviously, if there are no infected cattle, there will be no spread of the disease.
 
  • Like
Likes   Reactions: AAO
How many infected cattle are there at t=0?
If it is zero, transmission rate will surely be zero.
 
  • Like
Likes   Reactions: AAO
AAO said:
Thanks I corrected it. Any hints about the solution to this DE?

I tried to use Matlab:
>> syms x(t) k
>> x(t) = dsolve(diff(x,t) == k*x(t)*(500-x(t)) , x(0)==0)

But I got
x(t) = 0

!
x(0) is not zero. The problem said that one infected cow joined the others, so (presumably), x(0) = 1.
 
  • Like
Likes   Reactions: AAO
Many Thanks All for your great help.

I managed to get the answer assuming that x(0)=1, and performing the integration using partial fraction.

The final answer is:
500
---------------------------
exp(log(499) - t) + 1

I also confirmed this using Matlab.

Once again, thank you very much.
 
Shouldn't your original DE have been$$\frac {dx}{dt}= kx(501-x),~x(0) = 1$$
 
I believe you are right LCKurtz, I should have done this. Thanks a lot for the hint.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 26 ·
Replies
26
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
5K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
13
Views
3K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
2K