Logarithmic Graphing Problem
$begingroup$
"A population of an organism grows such that after t hours the number of organisms is N thousand, where N is given by the equation N = A - $8e^{-kt}$
Initially there are 3000 organisms and this number doubles after 5 hours."
Find the value of : i) A
ii) k
This is all I need help for currently, and I have attempted many ways. Firstly, I did a table, so that when t is 1(as it is initial), N is 3000 and then when t is 6 (5 hours later), N is 6000(doubled).
What I did next was to ln the equation, getting ln N = lnA - 8kt. Using simultaneous equations, I have:
ln 3000 = ln A - 8k and ln 6000 = ln A - 48k and this is where I'm stuck, send help D;
logarithms
$endgroup$
add a comment |
$begingroup$
"A population of an organism grows such that after t hours the number of organisms is N thousand, where N is given by the equation N = A - $8e^{-kt}$
Initially there are 3000 organisms and this number doubles after 5 hours."
Find the value of : i) A
ii) k
This is all I need help for currently, and I have attempted many ways. Firstly, I did a table, so that when t is 1(as it is initial), N is 3000 and then when t is 6 (5 hours later), N is 6000(doubled).
What I did next was to ln the equation, getting ln N = lnA - 8kt. Using simultaneous equations, I have:
ln 3000 = ln A - 8k and ln 6000 = ln A - 48k and this is where I'm stuck, send help D;
logarithms
$endgroup$
$begingroup$
t=0 is the initial time. So A should be easier to calculate. Then you need to solve 2N = A - 8$e^{-5k}$, which should also be doable.
$endgroup$
– Joel Pereira
Jan 1 at 14:23
add a comment |
$begingroup$
"A population of an organism grows such that after t hours the number of organisms is N thousand, where N is given by the equation N = A - $8e^{-kt}$
Initially there are 3000 organisms and this number doubles after 5 hours."
Find the value of : i) A
ii) k
This is all I need help for currently, and I have attempted many ways. Firstly, I did a table, so that when t is 1(as it is initial), N is 3000 and then when t is 6 (5 hours later), N is 6000(doubled).
What I did next was to ln the equation, getting ln N = lnA - 8kt. Using simultaneous equations, I have:
ln 3000 = ln A - 8k and ln 6000 = ln A - 48k and this is where I'm stuck, send help D;
logarithms
$endgroup$
"A population of an organism grows such that after t hours the number of organisms is N thousand, where N is given by the equation N = A - $8e^{-kt}$
Initially there are 3000 organisms and this number doubles after 5 hours."
Find the value of : i) A
ii) k
This is all I need help for currently, and I have attempted many ways. Firstly, I did a table, so that when t is 1(as it is initial), N is 3000 and then when t is 6 (5 hours later), N is 6000(doubled).
What I did next was to ln the equation, getting ln N = lnA - 8kt. Using simultaneous equations, I have:
ln 3000 = ln A - 8k and ln 6000 = ln A - 48k and this is where I'm stuck, send help D;
logarithms
logarithms
asked Jan 1 at 14:14
Jia Xuan NgJia Xuan Ng
202
202
$begingroup$
t=0 is the initial time. So A should be easier to calculate. Then you need to solve 2N = A - 8$e^{-5k}$, which should also be doable.
$endgroup$
– Joel Pereira
Jan 1 at 14:23
add a comment |
$begingroup$
t=0 is the initial time. So A should be easier to calculate. Then you need to solve 2N = A - 8$e^{-5k}$, which should also be doable.
$endgroup$
– Joel Pereira
Jan 1 at 14:23
$begingroup$
t=0 is the initial time. So A should be easier to calculate. Then you need to solve 2N = A - 8$e^{-5k}$, which should also be doable.
$endgroup$
– Joel Pereira
Jan 1 at 14:23
$begingroup$
t=0 is the initial time. So A should be easier to calculate. Then you need to solve 2N = A - 8$e^{-5k}$, which should also be doable.
$endgroup$
– Joel Pereira
Jan 1 at 14:23
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
First note that N is how many thousand of organisms there are, not how many organisms there are.
At time $t=0$, $N=3$. Plugging this into your equation gives
$$3 = A - 8e^{-0k}$$
$$3 = A - 8$$
$$A = 11$$.
At time $t=5$, $N=6$. Plugging this into your equation gives
$$6 = 11 - 8e^{-5k}$$
$$-5 = -8e^{-5k}$$
$$e^{-5k} = frac58$$
$$-5k = lnfrac58$$
$$k = -frac{1}{5}lnfrac58$$
$endgroup$
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
add a comment |
Your Answer
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%2f3058512%2flogarithmic-graphing-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
First note that N is how many thousand of organisms there are, not how many organisms there are.
At time $t=0$, $N=3$. Plugging this into your equation gives
$$3 = A - 8e^{-0k}$$
$$3 = A - 8$$
$$A = 11$$.
At time $t=5$, $N=6$. Plugging this into your equation gives
$$6 = 11 - 8e^{-5k}$$
$$-5 = -8e^{-5k}$$
$$e^{-5k} = frac58$$
$$-5k = lnfrac58$$
$$k = -frac{1}{5}lnfrac58$$
$endgroup$
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
add a comment |
$begingroup$
First note that N is how many thousand of organisms there are, not how many organisms there are.
At time $t=0$, $N=3$. Plugging this into your equation gives
$$3 = A - 8e^{-0k}$$
$$3 = A - 8$$
$$A = 11$$.
At time $t=5$, $N=6$. Plugging this into your equation gives
$$6 = 11 - 8e^{-5k}$$
$$-5 = -8e^{-5k}$$
$$e^{-5k} = frac58$$
$$-5k = lnfrac58$$
$$k = -frac{1}{5}lnfrac58$$
$endgroup$
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
add a comment |
$begingroup$
First note that N is how many thousand of organisms there are, not how many organisms there are.
At time $t=0$, $N=3$. Plugging this into your equation gives
$$3 = A - 8e^{-0k}$$
$$3 = A - 8$$
$$A = 11$$.
At time $t=5$, $N=6$. Plugging this into your equation gives
$$6 = 11 - 8e^{-5k}$$
$$-5 = -8e^{-5k}$$
$$e^{-5k} = frac58$$
$$-5k = lnfrac58$$
$$k = -frac{1}{5}lnfrac58$$
$endgroup$
First note that N is how many thousand of organisms there are, not how many organisms there are.
At time $t=0$, $N=3$. Plugging this into your equation gives
$$3 = A - 8e^{-0k}$$
$$3 = A - 8$$
$$A = 11$$.
At time $t=5$, $N=6$. Plugging this into your equation gives
$$6 = 11 - 8e^{-5k}$$
$$-5 = -8e^{-5k}$$
$$e^{-5k} = frac58$$
$$-5k = lnfrac58$$
$$k = -frac{1}{5}lnfrac58$$
answered Jan 2 at 0:22
Erik ParkinsonErik Parkinson
1,17519
1,17519
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
add a comment |
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
$begingroup$
Thank you very much!
$endgroup$
– Jia Xuan Ng
Jan 2 at 8:24
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%2f3058512%2flogarithmic-graphing-problem%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
$begingroup$
t=0 is the initial time. So A should be easier to calculate. Then you need to solve 2N = A - 8$e^{-5k}$, which should also be doable.
$endgroup$
– Joel Pereira
Jan 1 at 14:23