What is the total cost to heat the greenhouse during this 24-hour period?
Clash Royale CLAN TAG#URR8PPP
The temperature outside the greenhouse during a $24$-hour period is given by $F(t) = 22 + 20cos(fracpi t12), 0 le t le 24$, where $F(t)$ is measured in degrees Fahrenheit and t is measured in hours. Let $t=0$ represent noon on the first day.
d. The heater in the greenhouse kicks on whenever the outdoor temperature is at or below $36$ degrees Fahrenheit. For what values of $t$ is the heater on?
I used a graphing calculator for this part, between $[3.082, 20.962]$.
e. The cost of heating the greenhouse accumulates at a rate of $$0.06$ per hour for each degree the outside temperature falls below $36$ degrees Fahrenheit. What is the total cost to heat the greenhouse during this $24$-hour period?
I'm not really understanding where to start on this problem. My teacher suggested finding the integral difference between $y=36$ and $F(t)$ when the degrees fall under $36$, but I'm confused on what this represents and what to do with it. If anyone could help me understand, that would be much appreciated.
Thank you!
calculus
add a comment |
The temperature outside the greenhouse during a $24$-hour period is given by $F(t) = 22 + 20cos(fracpi t12), 0 le t le 24$, where $F(t)$ is measured in degrees Fahrenheit and t is measured in hours. Let $t=0$ represent noon on the first day.
d. The heater in the greenhouse kicks on whenever the outdoor temperature is at or below $36$ degrees Fahrenheit. For what values of $t$ is the heater on?
I used a graphing calculator for this part, between $[3.082, 20.962]$.
e. The cost of heating the greenhouse accumulates at a rate of $$0.06$ per hour for each degree the outside temperature falls below $36$ degrees Fahrenheit. What is the total cost to heat the greenhouse during this $24$-hour period?
I'm not really understanding where to start on this problem. My teacher suggested finding the integral difference between $y=36$ and $F(t)$ when the degrees fall under $36$, but I'm confused on what this represents and what to do with it. If anyone could help me understand, that would be much appreciated.
Thank you!
calculus
You can make your integral easier by just considering when $cosfracpi t12$ is not greater than $frac710$.
– John Douma
Dec 24 '18 at 4:55
You have a typo : $3.082$ should be $3.0382$
– Claude Leibovici
Dec 24 '18 at 10:44
add a comment |
The temperature outside the greenhouse during a $24$-hour period is given by $F(t) = 22 + 20cos(fracpi t12), 0 le t le 24$, where $F(t)$ is measured in degrees Fahrenheit and t is measured in hours. Let $t=0$ represent noon on the first day.
d. The heater in the greenhouse kicks on whenever the outdoor temperature is at or below $36$ degrees Fahrenheit. For what values of $t$ is the heater on?
I used a graphing calculator for this part, between $[3.082, 20.962]$.
e. The cost of heating the greenhouse accumulates at a rate of $$0.06$ per hour for each degree the outside temperature falls below $36$ degrees Fahrenheit. What is the total cost to heat the greenhouse during this $24$-hour period?
I'm not really understanding where to start on this problem. My teacher suggested finding the integral difference between $y=36$ and $F(t)$ when the degrees fall under $36$, but I'm confused on what this represents and what to do with it. If anyone could help me understand, that would be much appreciated.
Thank you!
calculus
The temperature outside the greenhouse during a $24$-hour period is given by $F(t) = 22 + 20cos(fracpi t12), 0 le t le 24$, where $F(t)$ is measured in degrees Fahrenheit and t is measured in hours. Let $t=0$ represent noon on the first day.
d. The heater in the greenhouse kicks on whenever the outdoor temperature is at or below $36$ degrees Fahrenheit. For what values of $t$ is the heater on?
I used a graphing calculator for this part, between $[3.082, 20.962]$.
e. The cost of heating the greenhouse accumulates at a rate of $$0.06$ per hour for each degree the outside temperature falls below $36$ degrees Fahrenheit. What is the total cost to heat the greenhouse during this $24$-hour period?
I'm not really understanding where to start on this problem. My teacher suggested finding the integral difference between $y=36$ and $F(t)$ when the degrees fall under $36$, but I'm confused on what this represents and what to do with it. If anyone could help me understand, that would be much appreciated.
Thank you!
calculus
calculus
edited Dec 24 '18 at 4:05
Kemono Chen
2,621437
2,621437
asked Dec 24 '18 at 4:01
Ran Han
142
142
You can make your integral easier by just considering when $cosfracpi t12$ is not greater than $frac710$.
– John Douma
Dec 24 '18 at 4:55
You have a typo : $3.082$ should be $3.0382$
– Claude Leibovici
Dec 24 '18 at 10:44
add a comment |
You can make your integral easier by just considering when $cosfracpi t12$ is not greater than $frac710$.
– John Douma
Dec 24 '18 at 4:55
You have a typo : $3.082$ should be $3.0382$
– Claude Leibovici
Dec 24 '18 at 10:44
You can make your integral easier by just considering when $cosfracpi t12$ is not greater than $frac710$.
– John Douma
Dec 24 '18 at 4:55
You can make your integral easier by just considering when $cosfracpi t12$ is not greater than $frac710$.
– John Douma
Dec 24 '18 at 4:55
You have a typo : $3.082$ should be $3.0382$
– Claude Leibovici
Dec 24 '18 at 10:44
You have a typo : $3.082$ should be $3.0382$
– Claude Leibovici
Dec 24 '18 at 10:44
add a comment |
3 Answers
3
active
oldest
votes
The temperature outside is $$F(t)=22+20cos(fracpi t12)$$ The temperature difference if $Delta T(t)=36-F(t)$, but you only need to consider it if $F(t)lt 36$, or $Delta T>0$. Let's consider a small interval of time $d t$. Since the temperature difference is $Delta T$, the price for this interval is $$0.06Delta T(t) dt$$ You need to add together the prices for all these small time intervals, which means doing the integral.
$$mathrmCost=int_t_1^t_20.06(36-22-20cos(fracpi t12))dt$$
Here $t_1$ is when the temperature dips below 36 degrees, and $t_2$ is when it raises to 36 again.
I like your explanation!
– Larry
Dec 24 '18 at 4:51
add a comment |
This question is similar with question 5 from the 1998 Calc AB FRQ . Only the numbers are changed.
So you have found $$tin[3.082,20.962]$$
Then the setup for part e. will be the following:
$$beginalign
C_total~cost &= 0.06int_3.082^20.962left(36-left[22+20cosleft(fracpi t12right)right]right)dt\
&=0.06(360.03979)=21.602approx$21.6
endalign$$
add a comment |
Just for the fun of it.
You used a graphing calculator for solving
$$22 + 20cos(fracpi t12)=36 implies cos(fracpi t12)=frac 710$$ You could have used the approximation
$$cos(x) simeqfracpi ^2-4x^2pi ^2+x^2qquad (-frac pi 2 leq xleqfrac pi 2)$$ making $x=fracpi t12$, we end then with
$$frac144-4 t^2 144+t^2=frac 710implies 47t^2=432implies t=12 sqrtfrac347approx 3.03175$$
$$C_total~cost = frac 6 100 int_12 sqrtfrac347^24-12 sqrtfrac347left(36-left[22+20cosleft(fracpi t12right)right]right)dt$$ making the nice
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac144 5 pi sin left(sqrtfrac347 pi right)$$ We can continue using the magnificent approximation
$$sin(x) simeq frac16 (pi -x) x5 pi ^2-4 (pi -x) xqquad (0leq xleqpi)$$ proposed by Mahabhaskariya of Bhaskara I, a seventh-century Indian mathematician (that is to say more than $1400$ years ago)
$$sin left(sqrtfrac347 pi right)simeq frac16 left(235 sqrt141-177right)58753$$
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac2304 left(235 sqrt141-177right)293765 pi approx 21.5912$$ while a completely rigorous calculation would give
$$C_total~cost=frac72 left(sqrt51+7 pi -7 cos ^-1left(frac710right)right)25
pi approx 21.6026$$
I hope and wish that we shall not argue for one cent difference.
Merry Xmas
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%2f3050924%2fwhat-is-the-total-cost-to-heat-the-greenhouse-during-this-24-hour-period%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The temperature outside is $$F(t)=22+20cos(fracpi t12)$$ The temperature difference if $Delta T(t)=36-F(t)$, but you only need to consider it if $F(t)lt 36$, or $Delta T>0$. Let's consider a small interval of time $d t$. Since the temperature difference is $Delta T$, the price for this interval is $$0.06Delta T(t) dt$$ You need to add together the prices for all these small time intervals, which means doing the integral.
$$mathrmCost=int_t_1^t_20.06(36-22-20cos(fracpi t12))dt$$
Here $t_1$ is when the temperature dips below 36 degrees, and $t_2$ is when it raises to 36 again.
I like your explanation!
– Larry
Dec 24 '18 at 4:51
add a comment |
The temperature outside is $$F(t)=22+20cos(fracpi t12)$$ The temperature difference if $Delta T(t)=36-F(t)$, but you only need to consider it if $F(t)lt 36$, or $Delta T>0$. Let's consider a small interval of time $d t$. Since the temperature difference is $Delta T$, the price for this interval is $$0.06Delta T(t) dt$$ You need to add together the prices for all these small time intervals, which means doing the integral.
$$mathrmCost=int_t_1^t_20.06(36-22-20cos(fracpi t12))dt$$
Here $t_1$ is when the temperature dips below 36 degrees, and $t_2$ is when it raises to 36 again.
I like your explanation!
– Larry
Dec 24 '18 at 4:51
add a comment |
The temperature outside is $$F(t)=22+20cos(fracpi t12)$$ The temperature difference if $Delta T(t)=36-F(t)$, but you only need to consider it if $F(t)lt 36$, or $Delta T>0$. Let's consider a small interval of time $d t$. Since the temperature difference is $Delta T$, the price for this interval is $$0.06Delta T(t) dt$$ You need to add together the prices for all these small time intervals, which means doing the integral.
$$mathrmCost=int_t_1^t_20.06(36-22-20cos(fracpi t12))dt$$
Here $t_1$ is when the temperature dips below 36 degrees, and $t_2$ is when it raises to 36 again.
The temperature outside is $$F(t)=22+20cos(fracpi t12)$$ The temperature difference if $Delta T(t)=36-F(t)$, but you only need to consider it if $F(t)lt 36$, or $Delta T>0$. Let's consider a small interval of time $d t$. Since the temperature difference is $Delta T$, the price for this interval is $$0.06Delta T(t) dt$$ You need to add together the prices for all these small time intervals, which means doing the integral.
$$mathrmCost=int_t_1^t_20.06(36-22-20cos(fracpi t12))dt$$
Here $t_1$ is when the temperature dips below 36 degrees, and $t_2$ is when it raises to 36 again.
answered Dec 24 '18 at 4:45
Andrei
11.3k21026
11.3k21026
I like your explanation!
– Larry
Dec 24 '18 at 4:51
add a comment |
I like your explanation!
– Larry
Dec 24 '18 at 4:51
I like your explanation!
– Larry
Dec 24 '18 at 4:51
I like your explanation!
– Larry
Dec 24 '18 at 4:51
add a comment |
This question is similar with question 5 from the 1998 Calc AB FRQ . Only the numbers are changed.
So you have found $$tin[3.082,20.962]$$
Then the setup for part e. will be the following:
$$beginalign
C_total~cost &= 0.06int_3.082^20.962left(36-left[22+20cosleft(fracpi t12right)right]right)dt\
&=0.06(360.03979)=21.602approx$21.6
endalign$$
add a comment |
This question is similar with question 5 from the 1998 Calc AB FRQ . Only the numbers are changed.
So you have found $$tin[3.082,20.962]$$
Then the setup for part e. will be the following:
$$beginalign
C_total~cost &= 0.06int_3.082^20.962left(36-left[22+20cosleft(fracpi t12right)right]right)dt\
&=0.06(360.03979)=21.602approx$21.6
endalign$$
add a comment |
This question is similar with question 5 from the 1998 Calc AB FRQ . Only the numbers are changed.
So you have found $$tin[3.082,20.962]$$
Then the setup for part e. will be the following:
$$beginalign
C_total~cost &= 0.06int_3.082^20.962left(36-left[22+20cosleft(fracpi t12right)right]right)dt\
&=0.06(360.03979)=21.602approx$21.6
endalign$$
This question is similar with question 5 from the 1998 Calc AB FRQ . Only the numbers are changed.
So you have found $$tin[3.082,20.962]$$
Then the setup for part e. will be the following:
$$beginalign
C_total~cost &= 0.06int_3.082^20.962left(36-left[22+20cosleft(fracpi t12right)right]right)dt\
&=0.06(360.03979)=21.602approx$21.6
endalign$$
answered Dec 24 '18 at 4:34
Larry
1,8592823
1,8592823
add a comment |
add a comment |
Just for the fun of it.
You used a graphing calculator for solving
$$22 + 20cos(fracpi t12)=36 implies cos(fracpi t12)=frac 710$$ You could have used the approximation
$$cos(x) simeqfracpi ^2-4x^2pi ^2+x^2qquad (-frac pi 2 leq xleqfrac pi 2)$$ making $x=fracpi t12$, we end then with
$$frac144-4 t^2 144+t^2=frac 710implies 47t^2=432implies t=12 sqrtfrac347approx 3.03175$$
$$C_total~cost = frac 6 100 int_12 sqrtfrac347^24-12 sqrtfrac347left(36-left[22+20cosleft(fracpi t12right)right]right)dt$$ making the nice
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac144 5 pi sin left(sqrtfrac347 pi right)$$ We can continue using the magnificent approximation
$$sin(x) simeq frac16 (pi -x) x5 pi ^2-4 (pi -x) xqquad (0leq xleqpi)$$ proposed by Mahabhaskariya of Bhaskara I, a seventh-century Indian mathematician (that is to say more than $1400$ years ago)
$$sin left(sqrtfrac347 pi right)simeq frac16 left(235 sqrt141-177right)58753$$
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac2304 left(235 sqrt141-177right)293765 pi approx 21.5912$$ while a completely rigorous calculation would give
$$C_total~cost=frac72 left(sqrt51+7 pi -7 cos ^-1left(frac710right)right)25
pi approx 21.6026$$
I hope and wish that we shall not argue for one cent difference.
Merry Xmas
add a comment |
Just for the fun of it.
You used a graphing calculator for solving
$$22 + 20cos(fracpi t12)=36 implies cos(fracpi t12)=frac 710$$ You could have used the approximation
$$cos(x) simeqfracpi ^2-4x^2pi ^2+x^2qquad (-frac pi 2 leq xleqfrac pi 2)$$ making $x=fracpi t12$, we end then with
$$frac144-4 t^2 144+t^2=frac 710implies 47t^2=432implies t=12 sqrtfrac347approx 3.03175$$
$$C_total~cost = frac 6 100 int_12 sqrtfrac347^24-12 sqrtfrac347left(36-left[22+20cosleft(fracpi t12right)right]right)dt$$ making the nice
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac144 5 pi sin left(sqrtfrac347 pi right)$$ We can continue using the magnificent approximation
$$sin(x) simeq frac16 (pi -x) x5 pi ^2-4 (pi -x) xqquad (0leq xleqpi)$$ proposed by Mahabhaskariya of Bhaskara I, a seventh-century Indian mathematician (that is to say more than $1400$ years ago)
$$sin left(sqrtfrac347 pi right)simeq frac16 left(235 sqrt141-177right)58753$$
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac2304 left(235 sqrt141-177right)293765 pi approx 21.5912$$ while a completely rigorous calculation would give
$$C_total~cost=frac72 left(sqrt51+7 pi -7 cos ^-1left(frac710right)right)25
pi approx 21.6026$$
I hope and wish that we shall not argue for one cent difference.
Merry Xmas
add a comment |
Just for the fun of it.
You used a graphing calculator for solving
$$22 + 20cos(fracpi t12)=36 implies cos(fracpi t12)=frac 710$$ You could have used the approximation
$$cos(x) simeqfracpi ^2-4x^2pi ^2+x^2qquad (-frac pi 2 leq xleqfrac pi 2)$$ making $x=fracpi t12$, we end then with
$$frac144-4 t^2 144+t^2=frac 710implies 47t^2=432implies t=12 sqrtfrac347approx 3.03175$$
$$C_total~cost = frac 6 100 int_12 sqrtfrac347^24-12 sqrtfrac347left(36-left[22+20cosleft(fracpi t12right)right]right)dt$$ making the nice
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac144 5 pi sin left(sqrtfrac347 pi right)$$ We can continue using the magnificent approximation
$$sin(x) simeq frac16 (pi -x) x5 pi ^2-4 (pi -x) xqquad (0leq xleqpi)$$ proposed by Mahabhaskariya of Bhaskara I, a seventh-century Indian mathematician (that is to say more than $1400$ years ago)
$$sin left(sqrtfrac347 pi right)simeq frac16 left(235 sqrt141-177right)58753$$
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac2304 left(235 sqrt141-177right)293765 pi approx 21.5912$$ while a completely rigorous calculation would give
$$C_total~cost=frac72 left(sqrt51+7 pi -7 cos ^-1left(frac710right)right)25
pi approx 21.6026$$
I hope and wish that we shall not argue for one cent difference.
Merry Xmas
Just for the fun of it.
You used a graphing calculator for solving
$$22 + 20cos(fracpi t12)=36 implies cos(fracpi t12)=frac 710$$ You could have used the approximation
$$cos(x) simeqfracpi ^2-4x^2pi ^2+x^2qquad (-frac pi 2 leq xleqfrac pi 2)$$ making $x=fracpi t12$, we end then with
$$frac144-4 t^2 144+t^2=frac 710implies 47t^2=432implies t=12 sqrtfrac347approx 3.03175$$
$$C_total~cost = frac 6 100 int_12 sqrtfrac347^24-12 sqrtfrac347left(36-left[22+20cosleft(fracpi t12right)right]right)dt$$ making the nice
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac144 5 pi sin left(sqrtfrac347 pi right)$$ We can continue using the magnificent approximation
$$sin(x) simeq frac16 (pi -x) x5 pi ^2-4 (pi -x) xqquad (0leq xleqpi)$$ proposed by Mahabhaskariya of Bhaskara I, a seventh-century Indian mathematician (that is to say more than $1400$ years ago)
$$sin left(sqrtfrac347 pi right)simeq frac16 left(235 sqrt141-177right)58753$$
$$C_total~cost=frac504 left(47-sqrt141right)1175+frac2304 left(235 sqrt141-177right)293765 pi approx 21.5912$$ while a completely rigorous calculation would give
$$C_total~cost=frac72 left(sqrt51+7 pi -7 cos ^-1left(frac710right)right)25
pi approx 21.6026$$
I hope and wish that we shall not argue for one cent difference.
Merry Xmas
edited Dec 24 '18 at 11:00
answered Dec 24 '18 at 10:45
Claude Leibovici
119k1157132
119k1157132
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3050924%2fwhat-is-the-total-cost-to-heat-the-greenhouse-during-this-24-hour-period%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
You can make your integral easier by just considering when $cosfracpi t12$ is not greater than $frac710$.
– John Douma
Dec 24 '18 at 4:55
You have a typo : $3.082$ should be $3.0382$
– Claude Leibovici
Dec 24 '18 at 10:44