1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Harlamova29_29 [7]
3 years ago
14

The temperature of a cup of coffee varies according to Newton's Law of Cooling: dT dt equals negative k times the quantity T min

us A, where T is the water temperature, A is the room temperature, and k is a positive constant.
If the coffee cools from 180°F to 100°F in 10 minutes at a room temperature of 75°F, how long (to the nearest minute) will it take the water to cool to 80°F?
Mathematics
2 answers:
dolphi86 [110]3 years ago
7 0
This is a doozy.  I actually have another form of the equation for cooling, and it's in Celcius (so I convert) and seconds (we can switch back to minutes in the end).  The Celcius and Fahrenheit don't matter because it's the time we are interested in and as long as we use the C and F equivalents, we're fine.  Promise.  The formula is as follows: T(t)= T_{s}+( T_{0}- T_{s})e ^{-kt}.  It's really easy to use.  T(t) is the ending temperature; T_{s} is the room temp; T_{0} is our initial temperature of the liquid; e is Euler's number, k is the constant of variation, and t is the time in seconds.  In Celcius, our temps are as follows:  180 F = 82.2 C; 100 F = 37.8 C; 75 F = 23.9 C; 80 F = 26.7 C.  10 minutes is 600 seconds.  Filling in our formula with all of that, we will solve for k.  Then we will use that k value to solve for the time in the question we are told to answer.  Let's do this.  37.8=23.9+(82.2-23.9)e ^{-600k}.  Simplifying a bit we have 37.8=23.9+(58.3)e ^{-600k}.  Subtracting 23.9 from both sides we have 13.9=58.3e ^{-600k}.  divide both sides by 58.3 to get .2384219=e ^{-600k}.  At this point in your mathematical career, I'm assuming that since you're doing this, you're studying natural and common logs.  The base of a natural log is e, therefore, if we take the natural log of e, they both "undo" each other and cancel each other out completely.  So let's do that. ln(.2384219)=-600k.  Simplifying on the left gives us -1.433713=-600k.  Dividing both sides by -600 gives us a k value of .002389.  Now we will do the equation again, using that k value, to solve for how long it takes for the coffee to cool to 80 F (26.7 C).26.7=23.9+(82.2-23.9)e ^{-.002389t}.  Simplifying a bit again gives us 26.7=23.9+(58.32)e ^{-.002389t}.  Subtracting 23.9 from both sides gives us 2.8=(58.32)e ^{-.002389t}.  We will now divide both sides by 58.32 to get .0480109=e ^{-.002389t}.  Again we will take the natural log of both sides to "undo" the e: ln(.0480109)=-.002389t.  The natural log of .0480109 is -3.036325671.  So, dividing both sides by the negative decimal on the right gives us \frac{-3.036325671}{-.002389}=t and t = 1270.9 seconds.  Divide that by 60 to get the time in minutes.  t = 21.1826...so 21 minutes.  Phew!!!
olchik [2.2K]3 years ago
3 0
ANSWER
21 minutes

EXPLANATION
This method involves solving the given first-order differential equation.
We can note that we are given a separable differential equation with given values.

   \dfrac{dT}{dt} = -k(T - A)

If the room temperature is 75, then A = 75 and we have

   \dfrac{dT}{dt} = -k(T - 75)

We can solve by moving the differential dT with the factor containing T and the other terms with the differential dt.

   \begin{aligned}
\dfrac{dT}{dt} &= -k(T - 75) \\
dT &= -k(T - 75)dt \\
\dfrac{dT}{T-75} &= -k \,dt
\end{aligned}

Integrate both sides of the equation

   \begin{aligned} 
\int \dfrac{dT}{T-75} &= \int -k \,dt \\
\ln|T - 75| &= -k t + C
\end{aligned}

To solve for the constant of integration, C, we make note of detail that says at time t = 0 minutes, we have T = <span>180

   </span>\begin{aligned} &#10; \ln|180 - 75| &= -k (0)  + C  \\&#10;C &= \ln(105)&#10;\end{aligned}

To solve for the constant from Newton's law of cooling, k, we make note of the detail that says at time t = 10 minutes, we have T = 100. Since we know that C = ln(105):

   \begin{aligned}&#10;\ln|100 - 75| &= -k (10) + \ln(105) \\&#10;\ln(25) &= -10k + \ln (105)  \\&#10;\ln(25) - \ln(105) &= -10k \\&#10;k &= -\tfrac{1}{10}\ln(25/105)&#10;\end{aligned}

Therefore, the equation now becomes

   \begin{aligned}&#10;\ln|T - 75| &= \tfrac{1}{10}\ln(25/105) \cdot t + \ln (105)&#10;\end{aligned}

Use definition of logarithm
   \ln x = y \iff \log_e x = y \iff e^y = x
to convert this into an exponential equation:

   \begin{aligned}&#10; \ln|T - 75| &= \tfrac{t}{10}\ln(25/105) + \ln (105) \\&#10;|T-75| &= e^{(t/10)\ln(25/105) + \ln (105)} \\&#10;T - 75 &= \pm e^{(t/10)\ln(25/105) + \ln (105)}  \\&#10;T &= 75 \pm e^{(t/10)\ln(25/105)  + \ln (105)} &#10;\end{aligned}

Note that since e^{(t/10)\ln(25/105)  + \ln (105)} is always positive, we need to choose the (+) case in order to get to temperatures of 180°F and 100<span>°F. So T as a function of time, t, is

   </span>T = 75 + e^{(t/10)\ln(25/105) + \ln (105)}

We are looking for the value the time t for which T = <span>80°F. Set T = 80 and solve for t

   </span>\begin{aligned}&#10;80 &= 75 + e^{(t/10)\ln(25/105) + \ln (105)}  \\&#10;5 &= e^{(t/10)\ln(25/105) + \ln (105)} \\&#10;\ln(5) &= \tfrac{t}{10}\ln(25/105) + \ln(105) && (\text{\footnotesize logarithmic form}) \\ &#10;\ln(5) - \ln(105) &= \tfrac{t}{10}\ln(25/105) \\&#10;\ln(5/105) &= \tfrac{t}{10}\ln(25/105) \\&#10;\frac{\ln(5/105)}{\ln(25/105)} &= \tfrac{t}{10} \\&#10; t&= \frac{10\ln(5/105)}{\ln(25/105)} \\&#10;t &\approx 21.215&#10;\end{aligned}

Rounded to the nearest minute, it will take 21 minutes for the "water" to cool to 80°F
You might be interested in
In the given diagram, which of the following pairs of angles are supplementary angles?
Degger [83]
Supplementary angles are two angles whose measures add up to 180° . The two angles of a linear pair , like ∠1 and ∠2 in the figure below, are always supplementary.
6 0
2 years ago
1/8 of a cup of cinnamon was sprinkle evenly over some pieces of toast. if 1/32 of a cup was sprinkled on each piece, how many p
Margaret [11]
C because C is the right answer
4 0
2 years ago
Read 2 more answers
The rent for an apartment was $11,400 per year in 2012. If the rent increased at a rate of 4% each year thereafter, use an expon
Bad White [126]

Answer:

if the 4% continues to be 4% of 11,400 and not the new number, the answer is:  14592.

Step-by-step explanation:

7 0
3 years ago
Each class at Greenville school has 22 children enrolled.the school has 24 classes how many children are enrolled at Greenville
Afina-wow [57]

Answer:

528

Step-by-step explanation:

because each class has 22 students and there are 24 classes you multiply them

5 0
3 years ago
Read 2 more answers
Henry is fishing from a small boat. His fishing hook is in the water 8 meters directly below his boat. A fish is swimming at the
Angelina_Jolie [31]

Answer: 17

Step-by-step explanation:

8 0
2 years ago
Other questions:
  • The highest point in California is Mount Whitney at 14,494 feet above sea level. The lowest point is the Death Valley at 282 fee
    14·2 answers
  • What is 2.31 divided by 3?
    12·2 answers
  • Brett has a box of sport cards. The box has 12 soccer cards, 15 baseball cards, 5 boxing cards, and 10 basketball cards. What is
    8·1 answer
  • You have a part-time job that pays $4.75/hr with tips averaging $4.50/hr. Your deductions are FICA (7.65%), federal tax withhold
    12·1 answer
  • The table shows the temperature of a casserole as it is heated in an oven. Which is the dependent variable?
    10·2 answers
  • A whale is at the surface of the ocean to breathe. What is the whale’s elevation?
    10·2 answers
  • Linda makes booklets using 2 sheets of paper. She has 17 sheets of paper. How many of these booklets. can she make?
    13·1 answer
  • Two hours later than 11:30 is?
    13·1 answer
  • Mee: 5324611502 Pa: here​
    10·1 answer
  • An animal rescue group tracks how their marketing impacts the pet adoptions that occur each year. A record of adoptions for a 12
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!