rate of infection in a population?
$begingroup$
I was given this word problem by a friend, and it's stumped me on how to set it up. Hopefully you guys can help. Here it is:
"Exactly one person is an isolated population of 10,000 people comes down with a certain disease on a certain day. Suppose the rate at which this disease spreads is proportional to the product of the number of people who hace the disease and the number of people who do not have it yet. If 50 People have the disease after 5 days, how many have it after ten days?"
So I guess what I am asking is not really what the answer is (although that would be cool too), but rather how to set up and do this problem.
apparently it involves integrals somehow.
Thanks in advanced.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I was given this word problem by a friend, and it's stumped me on how to set it up. Hopefully you guys can help. Here it is:
"Exactly one person is an isolated population of 10,000 people comes down with a certain disease on a certain day. Suppose the rate at which this disease spreads is proportional to the product of the number of people who hace the disease and the number of people who do not have it yet. If 50 People have the disease after 5 days, how many have it after ten days?"
So I guess what I am asking is not really what the answer is (although that would be cool too), but rather how to set up and do this problem.
apparently it involves integrals somehow.
Thanks in advanced.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I was given this word problem by a friend, and it's stumped me on how to set it up. Hopefully you guys can help. Here it is:
"Exactly one person is an isolated population of 10,000 people comes down with a certain disease on a certain day. Suppose the rate at which this disease spreads is proportional to the product of the number of people who hace the disease and the number of people who do not have it yet. If 50 People have the disease after 5 days, how many have it after ten days?"
So I guess what I am asking is not really what the answer is (although that would be cool too), but rather how to set up and do this problem.
apparently it involves integrals somehow.
Thanks in advanced.
ordinary-differential-equations
$endgroup$
I was given this word problem by a friend, and it's stumped me on how to set it up. Hopefully you guys can help. Here it is:
"Exactly one person is an isolated population of 10,000 people comes down with a certain disease on a certain day. Suppose the rate at which this disease spreads is proportional to the product of the number of people who hace the disease and the number of people who do not have it yet. If 50 People have the disease after 5 days, how many have it after ten days?"
So I guess what I am asking is not really what the answer is (although that would be cool too), but rather how to set up and do this problem.
apparently it involves integrals somehow.
Thanks in advanced.
ordinary-differential-equations
ordinary-differential-equations
edited Apr 26 '12 at 4:14
Arturo Magidin
261k33585906
261k33585906
asked Apr 26 '12 at 4:09
DCIndieDevDCIndieDev
103113
103113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
This is a typical differential equation problem. It leads to what is known as a "logistics model".
Let $N(t)$ denote the number of infected people at time $t$ after the first infection, with $t$ measured in days. The rate at which the disease spreads is the rate of change of $N(t)$, which is the derivative $N'(t)$. We are told that the rate of change is proportional to $N(t)$ (the number of people who already have the disease) times $10000-N(t)$ (the number of people who don't have the disease). That is:
$$N'(t) = kN(t)(10000-N(t))$$
for some constant $k$.
We are also told that $N(0) = 1$ (one person gets sick) and $N(5)=50$. We are asked for the value of $N(10)$.
Note that we cannot have $N(t)=0$ for all $t$, nor can we have $N(t)=10000$ for all $t$.
This differential equation is of a kind called "separable". We can solve it as follows:
$$begin{align*}
frac{dN}{dt} &= kN(10000-N)\
frac{dN}{N(10000-N)} &= k,dt\
intfrac{dN}{N(10000-N)} &= int k,dt\
intfrac{dN}{N(10000-N)} &= kt + C.
end{align*}$$
for some constant $C$. To solve the integral on the left, we can use Partial Fractions:
$$frac{1}{N(10000-N)} = frac{quadfrac{1}{10000}quad}{N} + frac{quadfrac{1}{10000}quad}{10000-N}$$
so
$$begin{align*}
intfrac{dN}{N(10000-N)} &= frac{1}{10000}intleft(frac{1}{N} + frac{1}{10000-N}right),dN\
&= frac{1}{10000}left(ln|N| - ln|10000-N|right) + D.
end{align*}$$
Putting it all together, we get
$$frac{1}{10000}left(ln |N| - ln|10000-N|right) = kt + E,$$
where $E$ is some constant. Rewriting, we have:
$$lnleft|frac{N}{10000-N}right| = Kt + F,$$
where $K$ and $F$ are constants. Since $N$ is always between $1$ and $10000$, we can drop the absolute values.
Plugging in $t=0$, we know that $N=1$, so we have
$lnfrac{1}{9999} = F$. Plugging in $N=5$, we know that $N(t)=50$, so we have
$$lnfrac{50}{9950} = 50K + lnfrac{1}{9999}.$$
From here, we can plug in $t=10$ and solve for $N$.
$endgroup$
add a comment |
$begingroup$
It is a logistic function. this means that it will first cause and exponential increase, which will slow down and eventually level off. I would look something like this:
The equation of this is
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$P_0 =$ population at time $t = 0$
$K$ = final population after some (long) time, also called the “carrying capacity”, which limits growth
$r$ = initial growth rate
Initial: $1$ person
Total amount of people: $10,000$
$50$ people after $5$ days
$x$ people after $10$ days
$t$ is measured in days
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$50=frac{10000*1*e^{5r}}{10,000+1(e^{5r}-1)}$
$50=frac{10000e^r5}{9,999+e^{5r}}$
$50(9999)+50(e^{5r})=10,000e^{5r}$
$499950+50e^{5r}=10,000e^{5r}$
$499950=10,000e^{5r}-50e^{5r}$
$499950=9950e^{5r}$
$499950=9950e^{5r}$
$50.2462=e^{5r}$
$ln(50.2462)=ln(e^{5r})$
$ln(50.2462)=5r$
$frac{ln(50.2462)}{5}=r$
This then needs to be added to the initial equation
$P(t)=frac{KP_0 e^{frac{ln(50.2462)}{5} t}}{K+P_0 (e^((ln(50.2462))/5 t)-1)}$
${t = 10}$
$P(10)=frac{10,000*1e^((ln(50.2462))/5(10))}{10,000+1(e^((ln(50.2462))/5(10))-1)}$
$P(10)=frac{10,000*e^((ln(50.2462))/5(10))}{9,999+e^((ln(50.2462))/5(10))}$
$P(10)=frac{25246837.4700}{12523.6838}$
$P(10) = 2015.9274$
It will take after $10$ days, $2016$ people will be infected.
I got my information (the equation) from this website: http://www.intmath.com/blog/h1n1-and-the-logistic-equation/3498
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f137087%2frate-of-infection-in-a-population%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
This is a typical differential equation problem. It leads to what is known as a "logistics model".
Let $N(t)$ denote the number of infected people at time $t$ after the first infection, with $t$ measured in days. The rate at which the disease spreads is the rate of change of $N(t)$, which is the derivative $N'(t)$. We are told that the rate of change is proportional to $N(t)$ (the number of people who already have the disease) times $10000-N(t)$ (the number of people who don't have the disease). That is:
$$N'(t) = kN(t)(10000-N(t))$$
for some constant $k$.
We are also told that $N(0) = 1$ (one person gets sick) and $N(5)=50$. We are asked for the value of $N(10)$.
Note that we cannot have $N(t)=0$ for all $t$, nor can we have $N(t)=10000$ for all $t$.
This differential equation is of a kind called "separable". We can solve it as follows:
$$begin{align*}
frac{dN}{dt} &= kN(10000-N)\
frac{dN}{N(10000-N)} &= k,dt\
intfrac{dN}{N(10000-N)} &= int k,dt\
intfrac{dN}{N(10000-N)} &= kt + C.
end{align*}$$
for some constant $C$. To solve the integral on the left, we can use Partial Fractions:
$$frac{1}{N(10000-N)} = frac{quadfrac{1}{10000}quad}{N} + frac{quadfrac{1}{10000}quad}{10000-N}$$
so
$$begin{align*}
intfrac{dN}{N(10000-N)} &= frac{1}{10000}intleft(frac{1}{N} + frac{1}{10000-N}right),dN\
&= frac{1}{10000}left(ln|N| - ln|10000-N|right) + D.
end{align*}$$
Putting it all together, we get
$$frac{1}{10000}left(ln |N| - ln|10000-N|right) = kt + E,$$
where $E$ is some constant. Rewriting, we have:
$$lnleft|frac{N}{10000-N}right| = Kt + F,$$
where $K$ and $F$ are constants. Since $N$ is always between $1$ and $10000$, we can drop the absolute values.
Plugging in $t=0$, we know that $N=1$, so we have
$lnfrac{1}{9999} = F$. Plugging in $N=5$, we know that $N(t)=50$, so we have
$$lnfrac{50}{9950} = 50K + lnfrac{1}{9999}.$$
From here, we can plug in $t=10$ and solve for $N$.
$endgroup$
add a comment |
$begingroup$
This is a typical differential equation problem. It leads to what is known as a "logistics model".
Let $N(t)$ denote the number of infected people at time $t$ after the first infection, with $t$ measured in days. The rate at which the disease spreads is the rate of change of $N(t)$, which is the derivative $N'(t)$. We are told that the rate of change is proportional to $N(t)$ (the number of people who already have the disease) times $10000-N(t)$ (the number of people who don't have the disease). That is:
$$N'(t) = kN(t)(10000-N(t))$$
for some constant $k$.
We are also told that $N(0) = 1$ (one person gets sick) and $N(5)=50$. We are asked for the value of $N(10)$.
Note that we cannot have $N(t)=0$ for all $t$, nor can we have $N(t)=10000$ for all $t$.
This differential equation is of a kind called "separable". We can solve it as follows:
$$begin{align*}
frac{dN}{dt} &= kN(10000-N)\
frac{dN}{N(10000-N)} &= k,dt\
intfrac{dN}{N(10000-N)} &= int k,dt\
intfrac{dN}{N(10000-N)} &= kt + C.
end{align*}$$
for some constant $C$. To solve the integral on the left, we can use Partial Fractions:
$$frac{1}{N(10000-N)} = frac{quadfrac{1}{10000}quad}{N} + frac{quadfrac{1}{10000}quad}{10000-N}$$
so
$$begin{align*}
intfrac{dN}{N(10000-N)} &= frac{1}{10000}intleft(frac{1}{N} + frac{1}{10000-N}right),dN\
&= frac{1}{10000}left(ln|N| - ln|10000-N|right) + D.
end{align*}$$
Putting it all together, we get
$$frac{1}{10000}left(ln |N| - ln|10000-N|right) = kt + E,$$
where $E$ is some constant. Rewriting, we have:
$$lnleft|frac{N}{10000-N}right| = Kt + F,$$
where $K$ and $F$ are constants. Since $N$ is always between $1$ and $10000$, we can drop the absolute values.
Plugging in $t=0$, we know that $N=1$, so we have
$lnfrac{1}{9999} = F$. Plugging in $N=5$, we know that $N(t)=50$, so we have
$$lnfrac{50}{9950} = 50K + lnfrac{1}{9999}.$$
From here, we can plug in $t=10$ and solve for $N$.
$endgroup$
add a comment |
$begingroup$
This is a typical differential equation problem. It leads to what is known as a "logistics model".
Let $N(t)$ denote the number of infected people at time $t$ after the first infection, with $t$ measured in days. The rate at which the disease spreads is the rate of change of $N(t)$, which is the derivative $N'(t)$. We are told that the rate of change is proportional to $N(t)$ (the number of people who already have the disease) times $10000-N(t)$ (the number of people who don't have the disease). That is:
$$N'(t) = kN(t)(10000-N(t))$$
for some constant $k$.
We are also told that $N(0) = 1$ (one person gets sick) and $N(5)=50$. We are asked for the value of $N(10)$.
Note that we cannot have $N(t)=0$ for all $t$, nor can we have $N(t)=10000$ for all $t$.
This differential equation is of a kind called "separable". We can solve it as follows:
$$begin{align*}
frac{dN}{dt} &= kN(10000-N)\
frac{dN}{N(10000-N)} &= k,dt\
intfrac{dN}{N(10000-N)} &= int k,dt\
intfrac{dN}{N(10000-N)} &= kt + C.
end{align*}$$
for some constant $C$. To solve the integral on the left, we can use Partial Fractions:
$$frac{1}{N(10000-N)} = frac{quadfrac{1}{10000}quad}{N} + frac{quadfrac{1}{10000}quad}{10000-N}$$
so
$$begin{align*}
intfrac{dN}{N(10000-N)} &= frac{1}{10000}intleft(frac{1}{N} + frac{1}{10000-N}right),dN\
&= frac{1}{10000}left(ln|N| - ln|10000-N|right) + D.
end{align*}$$
Putting it all together, we get
$$frac{1}{10000}left(ln |N| - ln|10000-N|right) = kt + E,$$
where $E$ is some constant. Rewriting, we have:
$$lnleft|frac{N}{10000-N}right| = Kt + F,$$
where $K$ and $F$ are constants. Since $N$ is always between $1$ and $10000$, we can drop the absolute values.
Plugging in $t=0$, we know that $N=1$, so we have
$lnfrac{1}{9999} = F$. Plugging in $N=5$, we know that $N(t)=50$, so we have
$$lnfrac{50}{9950} = 50K + lnfrac{1}{9999}.$$
From here, we can plug in $t=10$ and solve for $N$.
$endgroup$
This is a typical differential equation problem. It leads to what is known as a "logistics model".
Let $N(t)$ denote the number of infected people at time $t$ after the first infection, with $t$ measured in days. The rate at which the disease spreads is the rate of change of $N(t)$, which is the derivative $N'(t)$. We are told that the rate of change is proportional to $N(t)$ (the number of people who already have the disease) times $10000-N(t)$ (the number of people who don't have the disease). That is:
$$N'(t) = kN(t)(10000-N(t))$$
for some constant $k$.
We are also told that $N(0) = 1$ (one person gets sick) and $N(5)=50$. We are asked for the value of $N(10)$.
Note that we cannot have $N(t)=0$ for all $t$, nor can we have $N(t)=10000$ for all $t$.
This differential equation is of a kind called "separable". We can solve it as follows:
$$begin{align*}
frac{dN}{dt} &= kN(10000-N)\
frac{dN}{N(10000-N)} &= k,dt\
intfrac{dN}{N(10000-N)} &= int k,dt\
intfrac{dN}{N(10000-N)} &= kt + C.
end{align*}$$
for some constant $C$. To solve the integral on the left, we can use Partial Fractions:
$$frac{1}{N(10000-N)} = frac{quadfrac{1}{10000}quad}{N} + frac{quadfrac{1}{10000}quad}{10000-N}$$
so
$$begin{align*}
intfrac{dN}{N(10000-N)} &= frac{1}{10000}intleft(frac{1}{N} + frac{1}{10000-N}right),dN\
&= frac{1}{10000}left(ln|N| - ln|10000-N|right) + D.
end{align*}$$
Putting it all together, we get
$$frac{1}{10000}left(ln |N| - ln|10000-N|right) = kt + E,$$
where $E$ is some constant. Rewriting, we have:
$$lnleft|frac{N}{10000-N}right| = Kt + F,$$
where $K$ and $F$ are constants. Since $N$ is always between $1$ and $10000$, we can drop the absolute values.
Plugging in $t=0$, we know that $N=1$, so we have
$lnfrac{1}{9999} = F$. Plugging in $N=5$, we know that $N(t)=50$, so we have
$$lnfrac{50}{9950} = 50K + lnfrac{1}{9999}.$$
From here, we can plug in $t=10$ and solve for $N$.
answered Apr 26 '12 at 4:26
Arturo MagidinArturo Magidin
261k33585906
261k33585906
add a comment |
add a comment |
$begingroup$
It is a logistic function. this means that it will first cause and exponential increase, which will slow down and eventually level off. I would look something like this:
The equation of this is
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$P_0 =$ population at time $t = 0$
$K$ = final population after some (long) time, also called the “carrying capacity”, which limits growth
$r$ = initial growth rate
Initial: $1$ person
Total amount of people: $10,000$
$50$ people after $5$ days
$x$ people after $10$ days
$t$ is measured in days
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$50=frac{10000*1*e^{5r}}{10,000+1(e^{5r}-1)}$
$50=frac{10000e^r5}{9,999+e^{5r}}$
$50(9999)+50(e^{5r})=10,000e^{5r}$
$499950+50e^{5r}=10,000e^{5r}$
$499950=10,000e^{5r}-50e^{5r}$
$499950=9950e^{5r}$
$499950=9950e^{5r}$
$50.2462=e^{5r}$
$ln(50.2462)=ln(e^{5r})$
$ln(50.2462)=5r$
$frac{ln(50.2462)}{5}=r$
This then needs to be added to the initial equation
$P(t)=frac{KP_0 e^{frac{ln(50.2462)}{5} t}}{K+P_0 (e^((ln(50.2462))/5 t)-1)}$
${t = 10}$
$P(10)=frac{10,000*1e^((ln(50.2462))/5(10))}{10,000+1(e^((ln(50.2462))/5(10))-1)}$
$P(10)=frac{10,000*e^((ln(50.2462))/5(10))}{9,999+e^((ln(50.2462))/5(10))}$
$P(10)=frac{25246837.4700}{12523.6838}$
$P(10) = 2015.9274$
It will take after $10$ days, $2016$ people will be infected.
I got my information (the equation) from this website: http://www.intmath.com/blog/h1n1-and-the-logistic-equation/3498
$endgroup$
add a comment |
$begingroup$
It is a logistic function. this means that it will first cause and exponential increase, which will slow down and eventually level off. I would look something like this:
The equation of this is
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$P_0 =$ population at time $t = 0$
$K$ = final population after some (long) time, also called the “carrying capacity”, which limits growth
$r$ = initial growth rate
Initial: $1$ person
Total amount of people: $10,000$
$50$ people after $5$ days
$x$ people after $10$ days
$t$ is measured in days
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$50=frac{10000*1*e^{5r}}{10,000+1(e^{5r}-1)}$
$50=frac{10000e^r5}{9,999+e^{5r}}$
$50(9999)+50(e^{5r})=10,000e^{5r}$
$499950+50e^{5r}=10,000e^{5r}$
$499950=10,000e^{5r}-50e^{5r}$
$499950=9950e^{5r}$
$499950=9950e^{5r}$
$50.2462=e^{5r}$
$ln(50.2462)=ln(e^{5r})$
$ln(50.2462)=5r$
$frac{ln(50.2462)}{5}=r$
This then needs to be added to the initial equation
$P(t)=frac{KP_0 e^{frac{ln(50.2462)}{5} t}}{K+P_0 (e^((ln(50.2462))/5 t)-1)}$
${t = 10}$
$P(10)=frac{10,000*1e^((ln(50.2462))/5(10))}{10,000+1(e^((ln(50.2462))/5(10))-1)}$
$P(10)=frac{10,000*e^((ln(50.2462))/5(10))}{9,999+e^((ln(50.2462))/5(10))}$
$P(10)=frac{25246837.4700}{12523.6838}$
$P(10) = 2015.9274$
It will take after $10$ days, $2016$ people will be infected.
I got my information (the equation) from this website: http://www.intmath.com/blog/h1n1-and-the-logistic-equation/3498
$endgroup$
add a comment |
$begingroup$
It is a logistic function. this means that it will first cause and exponential increase, which will slow down and eventually level off. I would look something like this:
The equation of this is
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$P_0 =$ population at time $t = 0$
$K$ = final population after some (long) time, also called the “carrying capacity”, which limits growth
$r$ = initial growth rate
Initial: $1$ person
Total amount of people: $10,000$
$50$ people after $5$ days
$x$ people after $10$ days
$t$ is measured in days
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$50=frac{10000*1*e^{5r}}{10,000+1(e^{5r}-1)}$
$50=frac{10000e^r5}{9,999+e^{5r}}$
$50(9999)+50(e^{5r})=10,000e^{5r}$
$499950+50e^{5r}=10,000e^{5r}$
$499950=10,000e^{5r}-50e^{5r}$
$499950=9950e^{5r}$
$499950=9950e^{5r}$
$50.2462=e^{5r}$
$ln(50.2462)=ln(e^{5r})$
$ln(50.2462)=5r$
$frac{ln(50.2462)}{5}=r$
This then needs to be added to the initial equation
$P(t)=frac{KP_0 e^{frac{ln(50.2462)}{5} t}}{K+P_0 (e^((ln(50.2462))/5 t)-1)}$
${t = 10}$
$P(10)=frac{10,000*1e^((ln(50.2462))/5(10))}{10,000+1(e^((ln(50.2462))/5(10))-1)}$
$P(10)=frac{10,000*e^((ln(50.2462))/5(10))}{9,999+e^((ln(50.2462))/5(10))}$
$P(10)=frac{25246837.4700}{12523.6838}$
$P(10) = 2015.9274$
It will take after $10$ days, $2016$ people will be infected.
I got my information (the equation) from this website: http://www.intmath.com/blog/h1n1-and-the-logistic-equation/3498
$endgroup$
It is a logistic function. this means that it will first cause and exponential increase, which will slow down and eventually level off. I would look something like this:
The equation of this is
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$P_0 =$ population at time $t = 0$
$K$ = final population after some (long) time, also called the “carrying capacity”, which limits growth
$r$ = initial growth rate
Initial: $1$ person
Total amount of people: $10,000$
$50$ people after $5$ days
$x$ people after $10$ days
$t$ is measured in days
$P(t)=frac{KP_0 e^{rt}}{K+P_0(e^{rt}-1)}$
$50=frac{10000*1*e^{5r}}{10,000+1(e^{5r}-1)}$
$50=frac{10000e^r5}{9,999+e^{5r}}$
$50(9999)+50(e^{5r})=10,000e^{5r}$
$499950+50e^{5r}=10,000e^{5r}$
$499950=10,000e^{5r}-50e^{5r}$
$499950=9950e^{5r}$
$499950=9950e^{5r}$
$50.2462=e^{5r}$
$ln(50.2462)=ln(e^{5r})$
$ln(50.2462)=5r$
$frac{ln(50.2462)}{5}=r$
This then needs to be added to the initial equation
$P(t)=frac{KP_0 e^{frac{ln(50.2462)}{5} t}}{K+P_0 (e^((ln(50.2462))/5 t)-1)}$
${t = 10}$
$P(10)=frac{10,000*1e^((ln(50.2462))/5(10))}{10,000+1(e^((ln(50.2462))/5(10))-1)}$
$P(10)=frac{10,000*e^((ln(50.2462))/5(10))}{9,999+e^((ln(50.2462))/5(10))}$
$P(10)=frac{25246837.4700}{12523.6838}$
$P(10) = 2015.9274$
It will take after $10$ days, $2016$ people will be infected.
I got my information (the equation) from this website: http://www.intmath.com/blog/h1n1-and-the-logistic-equation/3498
edited Jan 2 '18 at 8:38
jss367
1105
1105
answered Apr 6 '14 at 18:28
EvelienEvelien
112
112
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f137087%2frate-of-infection-in-a-population%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown