Calculus 1 Quiz: Accumulations Of Change
20 questions · exam conditions
0:00
Accumulations Of ChangeQuestion 1 of 20

Let g(x)=1xt2t2+1dtg(x) = \int_1^x \frac{t^2}{t^2+1} dt. For what values of xx is the graph of g(x)g(x) concave up?

For all real xx
For x>0x > 0
For x<0x < 0
For x>1x > 1
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Accumulations Of Change

Practice Accumulations Of Change in Calculus 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Accumulations Of Change, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let g(x)=1xt2t2+1dtg(x) = \int_1^x \frac{t^2}{t^2+1} dt. For what values of xx is the graph of g(x)g(x) concave up?

  1. For all real xx
  2. For x>0x > 0 (correct answer)
  3. For x<0x < 0
  4. For x>1x > 1
Explanation: The concavity of g(x)g(x) is determined by the sign of its second derivative, g(x)g''(x). By the Fundamental Theorem of Calculus, Part 1, g(x)=x2x2+1g'(x) = \frac{x^2}{x^2+1}. Using the quotient rule to find the second derivative: g(x)=(2x)(x2+1)x2(2x)(x2+1)2=2x(x2+1)2g''(x) = \frac{(2x)(x^2+1) - x^2(2x)}{(x^2+1)^2} = \frac{2x}{(x^2+1)^2}. The graph of g(x)g(x) is concave up when g(x)>0g''(x) > 0. Since the denominator is always positive, we need the numerator 2x>02x > 0, which means x>0x > 0.

Question 2

A function f(x)f(x) has derivative f(x)=cos(πx)f'(x) = \cos(\pi x). If f(1)=5f(1) = 5, what is the value of f(2)f(2)?

  1. 1
  2. 4
  3. 5 (correct answer)
  4. 6
Explanation: According to the Fundamental Theorem of Calculus, the net change of a function is the integral of its derivative: f(2)f(1)=12f(x)dxf(2) - f(1) = \int_1^2 f'(x) dx. We can find f(2)f(2) using f(2)=f(1)+12cos(πx)dxf(2) = f(1) + \int_1^2 \cos(\pi x) dx. The integral is 12cos(πx)dx=[1πsin(πx)]12=1πsin(2π)1πsin(π)=1π(0)1π(0)=0\int_1^2 \cos(\pi x) dx = [\frac{1}{\pi}\sin(\pi x)]_1^2 = \frac{1}{\pi}\sin(2\pi) - \frac{1}{\pi}\sin(\pi) = \frac{1}{\pi}(0) - \frac{1}{\pi}(0) = 0. Therefore, f(2)=f(1)+0=5+0=5f(2) = f(1) + 0 = 5 + 0 = 5.

Question 3

If F(x)=sin(x)11+t2dtF(x) = \int_{\sin(x)}^{1} \sqrt{1+t^2} dt, what is F(x)F'(x)?

  1. cos(x)1+sin2(x)\cos(x)\sqrt{1+\sin^2(x)}
  2. cos(x)1+sin2(x)-\cos(x)\sqrt{1+\sin^2(x)} (correct answer)
  3. 1+sin2(x)\sqrt{1+\sin^2(x)}
  4. 1+sin2(x)-\sqrt{1+\sin^2(x)}
Explanation: First, flip the limits of integration to get the variable in the upper limit: F(x)=1sin(x)1+t2dtF(x) = - \int_{1}^{\sin(x)} \sqrt{1+t^2} dt. By the Fundamental Theorem of Calculus, Part 1, combined with the Chain Rule, we have F(x)=(1+(sin(x))2ddx(sin(x)))F'(x) = -\left(\sqrt{1+(\sin(x))^2} \cdot \frac{d}{dx}(\sin(x))\right). This simplifies to F(x)=1+sin2(x)cos(x)F'(x) = -\sqrt{1+\sin^2(x)} \cdot \cos(x).

Question 4

The amount of snowfall is recorded during a storm. The rate of snowfall is s(t)=4ts(t) = 4t inches per hour for t0t \ge 0.

If there were 3 inches of snow on the ground before the storm, at what time tt does the total depth of snow reach 19 inches?

  1. t=22t = 2\sqrt{2} hours (correct answer)
  2. t=4t = 4 hours
  3. t=19/2t = \sqrt{19/2} hours
  4. t=19/4t = 19/4 hours
Explanation: The total depth of snow at time TT is the initial depth plus the accumulated snowfall: D(T)=3+0Ts(t)dtD(T) = 3 + \int_0^T s(t) dt. We want to find TT when D(T)=19D(T)=19. So, 19=3+0T4tdt19 = 3 + \int_0^T 4t dt. This means the accumulated snowfall must be 16=0T4tdt16 = \int_0^T 4t dt. Evaluating the integral gives 0T4tdt=[2t2]0T=2T2\int_0^T 4t dt = [2t^2]_0^T = 2T^2. Setting this equal to 16, we have 2T2=162T^2 = 16, so T2=8T^2 = 8, and T=8=22T = \sqrt{8} = 2\sqrt{2} hours.

Question 5

Over a 10-hour period, the rate of revenue a company earns is R(t)=202tR(t) = 20 - 2t dollars per hour, and the rate at which it incurs costs is C(t)=2+0.5tC(t) = 2 + 0.5t dollars per hour. What is the total profit accumulated during this 10-hour period, from t=0t=0 to t=10t=10?

  1. $55 (correct answer)
  2. $75
  3. $100
  4. $125
Explanation: Profit is revenue minus cost. The rate of change of profit is P(t)=R(t)C(t)P'(t) = R(t) - C(t). So, P(t)=(202t)(2+0.5t)=182.5tP'(t) = (20 - 2t) - (2 + 0.5t) = 18 - 2.5t. The total accumulated profit over the 10-hour period is the definite integral of the profit rate from t=0t=0 to t=10t=10: 010(182.5t)dt\int_0^{10} (18 - 2.5t) dt. The antiderivative is 18t2.5t22=18t1.25t218t - \frac{2.5t^2}{2} = 18t - 1.25t^2. Evaluating the definite integral: [18t1.25t2]010=(18(10)1.25(102))(0)=1801.25(100)=180125=55[18t - 1.25t^2]_0^{10} = (18(10) - 1.25(10^2)) - (0) = 180 - 1.25(100) = 180 - 125 = 55. The total profit is $55.

Question 6

Snow begins to fall at midnight (t=0t=0). From t=0t=0 to t=6t=6 hours, the rate of snowfall is a constant 0.5 inches per hour. From t=6t=6 to t=10t=10, the rate increases linearly from 0.5 inches per hour to 2.5 inches per hour. What is the total accumulation of snow at t=10t=10 hours?

  1. 3.0 inches
  2. 6.0 inches
  3. 9.0 inches (correct answer)
  4. 12.0 inches
Explanation: The total accumulation is the integral of the rate of snowfall. We can calculate this by finding the area under the rate graph. For the first interval, 0t60 \le t \le 6, the accumulation is the area of a rectangle: 6 hours×0.5 in/hr=36 \text{ hours} \times 0.5 \text{ in/hr} = 3 inches. For the second interval, 6t106 \le t \le 10, the rate graph is a trapezoid with base 106=410-6=4 hours and heights 0.5 and 2.5 in/hr. The area is 12(0.5+2.5)(4)=12(3)(4)=6\frac{1}{2}(0.5+2.5)(4) = \frac{1}{2}(3)(4) = 6 inches. The total accumulation is the sum of the amounts from both intervals: 3+6=93 + 6 = 9 inches.

Question 7

A company's bank account balance is affected by deposits and withdrawals. The rate of deposits is given by D(t)=3t212t+15D(t) = 3t^2 - 12t + 15 and the rate of withdrawals is given by W(t)=15tW(t) = 15 - t, both in thousands of dollars per month for 0t60 \le t \le 6. At what time tt on the interval [0,6][0, 6] is the amount of money in the account at an absolute minimum?

  1. t=0t = 0
  2. t=2t = 2
  3. t=11/3t = 11/3 (correct answer)
  4. t=6t = 6
Explanation: To find the minimum amount, we need to find where the rate of change of the amount is zero. Let M(t)M(t) be the amount of money. The net rate of change is M(t)=D(t)W(t)=(3t212t+15)(15t)=3t211tM'(t) = D(t) - W(t) = (3t^2 - 12t + 15) - (15 - t) = 3t^2 - 11t. We set M(t)=0M'(t)=0 to find critical points: t(3t11)=0t(3t - 11) = 0, which gives t=0t=0 and t=11/3t=11/3. To find the absolute minimum on [0,6][0, 6], we check the critical points in the interval and the endpoints. M(t)M'(t) is negative for t(0,11/3)t \in (0, 11/3) and positive for t(11/3,6)t \in (11/3, 6). This means the amount M(t)M(t) decreases until t=11/3t=11/3 and then increases. Therefore, the absolute minimum occurs at t=11/3t=11/3.

Question 8

A population of bacteria in a lab culture grows at a rate modeled by r(t)=100e0.1tr(t) = 100e^{0.1t} bacteria per hour. At time t=2t=2 hours, the population is 5000. Which of the following expressions represents the population P(t)P(t) for any time t>2t > 2?

  1. 5000+0t100e0.1xdx5000 + \int_0^t 100e^{0.1x} dx
  2. 2t100e0.1xdx\int_2^t 100e^{0.1x} dx
  3. 5000+100e0.1t5000 + 100e^{0.1t}
  4. 5000+2t100e0.1xdx5000 + \int_2^t 100e^{0.1x} dx (correct answer)
Explanation: The population P(t)P(t) at a time tt is the initial population at a known time, say t=at=a, plus the accumulated growth from aa to tt. The accumulated growth is the integral of the rate function. Here, the known population is 5000 at t=2t=2. So, P(t)=P(2)+2tr(x)dxP(t) = P(2) + \int_2^t r(x) dx. Substituting the given values, we get P(t)=5000+2t100e0.1xdxP(t) = 5000 + \int_2^t 100e^{0.1x} dx. Note that a dummy variable like xx must be used for integration when the upper limit is tt.

Question 9

The rate of change of air temperature on a certain day is modeled by T(t)=2cos(πt12)T'(t) = -2 \cos(\frac{\pi t}{12}) degrees Celsius per hour, where tt is the number of hours after midnight. At 6 AM (t=6t=6), the temperature is 1515^\circC. What is the temperature at 6 PM (t=18t=18)?

  1. (1548π)C(15 - \frac{48}{\pi}) ^\circ C
  2. (15+48π)C(15 + \frac{48}{\pi}) ^\circ C (correct answer)
  3. 15C15^\circ C
  4. 48πC\frac{48}{\pi} ^\circ C
Explanation: When you encounter a rate of change problem like this, you're dealing with the Fundamental Theorem of Calculus. Since you're given T(t)T'(t) and need to find the actual temperature at a different time, you must integrate the rate function and use the initial condition. To find the temperature at t=18t = 18 given the temperature at t=6t = 6, you need: T(18)=T(6)+618T(t)dtT(18) = T(6) + \int_6^{18} T'(t) \, dt First, integrate T(t)=2cos(πt12)T'(t) = -2\cos(\frac{\pi t}{12}): T(t)dt=212πsin(πt12)=24πsin(πt12)\int T'(t) \, dt = -2 \cdot \frac{12}{\pi} \sin(\frac{\pi t}{12}) = -\frac{24}{\pi}\sin(\frac{\pi t}{12}) Now evaluate the definite integral: 618T(t)dt=[24πsin(πt12)]618\int_6^{18} T'(t) \, dt = \left[-\frac{24}{\pi}\sin(\frac{\pi t}{12})\right]_6^{18} At t=18t = 18: sin(18π12)=sin(3π2)=1\sin(\frac{18\pi}{12}) = \sin(\frac{3\pi}{2}) = -1 At t=6t = 6: sin(6π12)=sin(π2)=1\sin(\frac{6\pi}{12}) = \sin(\frac{\pi}{2}) = 1 So: 24π(1)(24π)(1)=24π+24π=48π-\frac{24}{\pi}(-1) - (-\frac{24}{\pi})(1) = \frac{24}{\pi} + \frac{24}{\pi} = \frac{48}{\pi} Therefore: T(18)=15+48πT(18) = 15 + \frac{48}{\pi}, which is answer B. Answer A gives the negative change, suggesting integration error or wrong limits. Answer C implies zero net change, ignoring the actual integration. Answer D omits the initial temperature entirely, giving only the change in temperature. Study tip: Always remember that to go from rate to actual value, you integrate and add your initial condition. The definite integral gives you the change in temperature, not the final temperature itself.

Question 10

A particle moves along a line with velocity v(t)=t28t+12v(t) = t^2 - 8t + 12 for t0t \ge 0. What is the total distance traveled by the particle during the time interval 0t60 \le t \le 6?

  1. 0
  2. 32/332/3
  3. 36
  4. 64/364/3 (correct answer)
Explanation: Total distance traveled is the integral of the speed, which is the absolute value of velocity: 06v(t)dt\int_0^6 |v(t)| dt. First, find where v(t)=0v(t) = 0: t28t+12=(t2)(t6)=0t^2 - 8t + 12 = (t-2)(t-6) = 0, so t=2t=2 and t=6t=6. On the interval [0,2][0, 2], v(t)>0v(t) > 0. On [2,6][2, 6], v(t)<0v(t) < 0. The integral must be split: 02(t28t+12)dt+26(t28t+12)dt\int_0^2 (t^2 - 8t + 12) dt + \int_2^6 -(t^2 - 8t + 12) dt. The antiderivative is F(t)=t334t2+12tF(t) = \frac{t^3}{3} - 4t^2 + 12t. 02v(t)dt=F(2)F(0)=(8316+24)0=32/3\int_0^2 v(t) dt = F(2) - F(0) = (\frac{8}{3} - 16 + 24) - 0 = 32/3. 26v(t)dt=F(6)F(2)=(2163144+72)32/3=032/3=32/3\int_2^6 v(t) dt = F(6) - F(2) = (\frac{216}{3} - 144 + 72) - 32/3 = 0 - 32/3 = -32/3. The total distance is 32/3+32/3=64/3|32/3| + |-32/3| = 64/3.

Question 11

A quantity Q(t)Q(t) changes over time, with its initial value being Q(0)Q(0). The rate of change of the quantity is given by the function R(t)R(t). If it is known that 010R(t)dt<0\int_0^{10} R(t) dt < 0, which of the following statements must be true?

  1. Q(10)Q(10) must be negative.
  2. Q(10)<Q(0)Q(10) < Q(0) (correct answer)
  3. R(t)<0R(t) < 0 for all tt in the interval [0,10][0, 10].
  4. The function Q(t)Q(t) is decreasing on the interval [0,10][0, 10].
Explanation: The Fundamental Theorem of Calculus states that the net change in a quantity Q(t)Q(t) from t=at=a to t=bt=b is the definite integral of its rate of change, R(t)R(t). Thus, Q(10)Q(0)=010R(t)dtQ(10) - Q(0) = \int_0^{10} R(t) dt. Given that 010R(t)dt<0\int_0^{10} R(t) dt < 0, it follows directly that Q(10)Q(0)<0Q(10) - Q(0) < 0, which simplifies to Q(10)<Q(0)Q(10) < Q(0). Choice A is incorrect because Q(10)Q(10) could be positive if Q(0)Q(0) is large enough. Choice C is a sufficient but not necessary condition; the integral can be negative even if R(t)R(t) is positive for some parts of the interval. Choice D is incorrect because Q(t)Q(t) is decreasing only when its derivative, R(t)R(t), is negative. We only know the net accumulation is negative, not that the rate is always negative.

Question 12

The rate at which water flows into a reservoir is modeled by the function r(t)=1000et2/50r(t) = 1000 e^{-t^2/50} gallons per hour, where tt is the number of hours since monitoring began. At t=0t=0, the reservoir contained 50,000 gallons of water. Which of the following expressions represents the total volume of water in the reservoir, in gallons, after 10 hours?

  1. 50000+0101000et2/50dt50000 + \int_0^{10} 1000 e^{-t^2/50} dt (correct answer)
  2. 0101000et2/50dt\int_0^{10} 1000 e^{-t^2/50} dt
  3. 50000+r(10)50000 + r(10)
  4. r(10)r(0)r(10) - r(0)
Explanation: The total amount of a quantity at a future time is its initial amount plus the net change. The net change is the definite integral of the rate of change. The initial volume is 50,000 gallons. The amount of water added over the first 10 hours is given by the integral of the rate function r(t)r(t) from t=0t=0 to t=10t=10. Therefore, the total volume V(10)V(10) is given by the initial volume plus the accumulated volume: V(10)=50000+0101000et2/50dtV(10) = 50000 + \int_0^{10} 1000 e^{-t^2/50} dt.

Question 13

The number of people entering a concert venue is modeled by the function E(t)=t2+20t+100E(t) = -t^2 + 20t + 100 people per hour. The number of people leaving the venue is modeled by L(t)=30t+20L(t) = 30t + 20 people per hour. The venue opens at t=0t=0 with 50 people already inside. Which of the following expressions gives the number of people in the venue at t=4t=4 hours?

  1. 50+04(t210t+80)dt50 + \int_0^4 (-t^2 - 10t + 80) dt (correct answer)
  2. 04(t210t+80)dt\int_0^4 (-t^2 - 10t + 80) dt
  3. 50+04(t2+50t+120)dt50 + \int_0^4 (-t^2 + 50t + 120) dt
  4. 50+(4210(4)+80)50 + (-4^2 - 10(4) + 80)
Explanation: The total number of people is the initial amount plus the net accumulation. The net rate of change of people in the venue is the rate of people entering minus the rate of people leaving: N(t)=E(t)L(t)=(t2+20t+100)(30t+20)=t210t+80N(t) = E(t) - L(t) = (-t^2 + 20t + 100) - (30t + 20) = -t^2 - 10t + 80. The total change in the number of people from t=0t=0 to t=4t=4 is the integral of this net rate, 04N(t)dt\int_0^4 N(t) dt. The number of people at t=4t=4 is the initial number (50) plus this net change. So, the expression is 50+04(t210t+80)dt50 + \int_0^4 (-t^2 - 10t + 80) dt.

Question 14

A particle moves along the x-axis with velocity given by v(t)=3t212t+9v(t) = 3t^2 - 12t + 9 for t0t \ge 0. At time t=0t=0, the particle is at position x(0)=4x(0) = -4. What is the position of the particle the first time it changes direction?

  1. 44
  2. 00 (correct answer)
  3. 4-4
  4. 88
Explanation: The particle changes direction when its velocity v(t)v(t) changes sign. First, find when v(t)=0v(t) = 0: 3t212t+9=0    3(t24t+3)=0    3(t1)(t3)=03t^2 - 12t + 9 = 0 \implies 3(t^2 - 4t + 3) = 0 \implies 3(t-1)(t-3) = 0. The first time the velocity is zero is at t=1t=1. Since v(t)v(t) is a parabola opening upwards, the velocity changes from positive to negative at t=1t=1, so the particle changes direction. The position of the particle at time t=1t=1 is given by the initial position plus the accumulated displacement: x(1)=x(0)+01v(t)dtx(1) = x(0) + \int_0^1 v(t) dt. We have x(0)=4x(0)=-4. The integral is 01(3t212t+9)dt=[t36t2+9t]01=(136(1)2+9(1))0=16+9=4\int_0^1 (3t^2 - 12t + 9) dt = [t^3 - 6t^2 + 9t]_0^1 = (1^3 - 6(1)^2 + 9(1)) - 0 = 1 - 6 + 9 = 4. Therefore, the position is x(1)=4+4=0x(1) = -4 + 4 = 0.

Question 15

Sand is being added to a pile at a rate of A(t)=8cos(0.2t)A(t) = 8\cos(0.2t) cubic feet per hour. At the same time, sand is being removed by erosion at a rate of E(t)=2tE(t) = 2t cubic feet per hour. The pile contains 50 cubic feet of sand at time t=0t=0. Which expression gives the total amount of sand in the pile at time t=4t=4 hours?

  1. 04(8cos(0.2t)2t)dt\int_0^4 (8\cos(0.2t) - 2t) dt
  2. 50+04(8cos(0.2t)2t)dt50 + \int_0^4 (8\cos(0.2t) - 2t) dt (correct answer)
  3. 50+04(8cos(0.2t)+2t)dt50 + \int_0^4 (8\cos(0.2t) + 2t) dt
  4. 50+4(8cos(0.8)8)50 + 4(8\cos(0.8) - 8)
Explanation: The net rate of change of the amount of sand is the rate in minus the rate out, which is A(t)E(t)=8cos(0.2t)2tA(t) - E(t) = 8\cos(0.2t) - 2t. To find the total amount of sand at t=4t=4, we need to add the net change in sand over the interval [0,4][0, 4] to the initial amount. The net change is the integral of the net rate of change from t=0t=0 to t=4t=4, which is 04(8cos(0.2t)2t)dt\int_0^4 (8\cos(0.2t) - 2t) dt. The initial amount is 50 cubic feet. Therefore, the total amount at t=4t=4 is 50+04(8cos(0.2t)2t)dt50 + \int_0^4 (8\cos(0.2t) - 2t) dt.

Question 16

Let F(x)=2exlnttdtF(x) = \int_2^{e^x} \frac{\ln t}{t} dt. For which value of xx does F(x)F(x) have a local extremum?

  1. x=ln2x = \ln 2
  2. x=1x = 1
  3. x=0x = 0 (correct answer)
  4. x=ex = e
Explanation: To find local extrema of F(x)F(x), we need to find its critical points by taking the derivative F(x)F'(x) and setting it to zero. We use the Fundamental Theorem of Calculus, Part 1, combined with the Chain Rule. Let f(t)=lnttf(t) = \frac{\ln t}{t}. Then F(x)=2u(x)f(t)dtF(x) = \int_2^{u(x)} f(t) dt where u(x)=exu(x) = e^x. The derivative is F(x)=f(u(x))u(x)=f(ex)ddx(ex)F'(x) = f(u(x)) \cdot u'(x) = f(e^x) \cdot \frac{d}{dx}(e^x). F(x)=ln(ex)exex=xexex=xF'(x) = \frac{\ln(e^x)}{e^x} \cdot e^x = \frac{x}{e^x} \cdot e^x = x. To find critical points, we set F(x)=0F'(x) = 0, which gives x=0x=0. Since F(x)F'(x) changes sign from negative to positive at x=0x=0, this corresponds to a local minimum, which is a type of local extremum.

Question 17

The rate at which a machine produces widgets is given by a differentiable function R(t)R(t), where RR is measured in widgets per minute and tt is measured in minutes from the start of a shift. What is the best interpretation of the expression 160060R(t)dt\frac{1}{60} \int_0^{60} R(t) dt?

  1. The total number of widgets produced during the first hour of the shift.
  2. The rate of widget production at the end of the first hour of the shift.
  3. The average rate of widget production, in widgets per minute, during the first hour of the shift. (correct answer)
  4. The change in the rate of widget production between the start of the shift and the end of the first hour.
Explanation: The expression 1baabf(x)dx\frac{1}{b-a} \int_a^b f(x) dx gives the average value of the function f(x)f(x) on the interval [a,b][a, b]. In this context, f(x)f(x) is the rate function R(t)R(t), and the interval is [0,60][0, 60] minutes, which is the first hour of the shift. Therefore, 1600060R(t)dt\frac{1}{60-0} \int_0^{60} R(t) dt represents the average value of the rate of production. The units of R(t)R(t) are widgets per minute, so the average value will also have units of widgets per minute. Thus, the expression is the average rate of widget production during the first hour.

Question 18

The temperature of a chemical reaction, C(t)C(t), in degrees Celsius, is initially C(0)=25C(0) = 25. For t0t \ge 0, the temperature changes at a rate of C(t)=6t2t2C'(t) = 6t - 2t^2 degrees per hour. What is the maximum temperature of the reaction?

  1. 99^\circC
  2. 33^\circC
  3. 2525^\circC
  4. 3434^\circC (correct answer)
Explanation: To find the maximum temperature, we must find when the rate of change, C(t)C'(t), changes from positive to negative. First, find the critical points by setting C(t)=0C'(t)=0: 6t2t2=2t(3t)=06t - 2t^2 = 2t(3-t) = 0. This gives t=0t=0 and t=3t=3. For tt between 0 and 3, C(t)C'(t) is positive. For t>3t>3, C(t)C'(t) is negative. Thus, a maximum temperature occurs at t=3t=3. The maximum temperature is the initial temperature plus the accumulated change from t=0t=0 to t=3t=3. C(3)=C(0)+03(6t2t2)dtC(3) = C(0) + \int_0^3 (6t - 2t^2) dt. C(3)=25+[3t223t3]03C(3) = 25 + [3t^2 - \frac{2}{3}t^3]_0^3. C(3)=25+((3(32)23(33))0)=25+(2718)=25+9=34C(3) = 25 + ((3(3^2) - \frac{2}{3}(3^3)) - 0) = 25 + (27 - 18) = 25 + 9 = 34. The maximum temperature is 3434^\circC.

Question 19

The internal temperature of a potato in an oven is given by a function H(t)H(t), with H(0)=20H(0) = 20^\circC. The temperature changes at a rate of H(t)=15e0.05tH'(t) = 15e^{-0.05t} degrees Celsius per minute for t0t \ge 0. The potato is considered cooked when its internal temperature reaches 9090^\circC. Which of the following statements is true?

  1. The potato's temperature approaches a maximum of 320320^\circC as time increases. (correct answer)
  2. The potato's temperature approaches a maximum of 300300^\circC as time increases.
  3. The potato reaches 9090^\circC at t=20ln(76)t = 20\ln(\frac{7}{6}) minutes.
  4. The potato's temperature will never reach 9090^\circC because the rate of temperature change is always decreasing.
Explanation: This problem tests your understanding of how to find a function when given its derivative and initial condition, plus analyzing the long-term behavior of exponential functions. To find the temperature function H(t)H(t), you need to integrate the rate of change: H(t)=15e0.05tdt=150.05e0.05t+C=300e0.05t+CH(t) = \int 15e^{-0.05t} dt = \frac{15}{-0.05}e^{-0.05t} + C = -300e^{-0.05t} + C. Using the initial condition H(0)=20H(0) = 20: 20=300e0+C=300+C20 = -300e^{0} + C = -300 + C, so C=320C = 320. Therefore, H(t)=320300e0.05tH(t) = 320 - 300e^{-0.05t}. As tt \to \infty, the term e0.05t0e^{-0.05t} \to 0, so H(t)320H(t) \to 320. The maximum temperature the potato approaches is 320°C320°C, making answer A correct. Answer B (300°C300°C) likely comes from forgetting to add the constant of integration or misapplying the initial condition. Answer C attempts to solve 320300e0.05t=90320 - 300e^{-0.05t} = 90, which gives e0.05t=2330e^{-0.05t} = \frac{23}{30}, not the expression shown. Answer D reflects a common misconception—while H(t)H'(t) decreases over time, the temperature still increases toward its asymptotic limit. A decreasing rate doesn't mean the function stops growing; it just approaches its maximum more slowly. Study tip: When you have f(x)f'(x) and an initial condition, always integrate to find f(x)f(x), then use the initial condition to solve for the constant. Pay attention to long-term behavior by examining what happens as the variable approaches infinity.

Question 20

Water is pumped into a tank at a rate of R(t)=20e0.1tR(t) = 20e^{-0.1t} liters per minute, and water leaks out at a constant rate of L(t)=4L(t) = 4 liters per minute. At time t=0t=0, the tank contains 100 liters of water.

Which of the following expressions represents the total amount of water, in liters, in the tank at time t=5t=5 minutes?

  1. 05(20e0.1t4)dt\int_0^5 (20e^{-0.1t} - 4) dt
  2. 100+(20e0.54)100 + (20e^{-0.5} - 4)
  3. 100+0520e0.1tdt100 + \int_0^5 20e^{-0.1t} dt
  4. 100+05(20e0.1t4)dt100 + \int_0^5 (20e^{-0.1t} - 4) dt (correct answer)
Explanation: The total amount of water at time t=5t=5 is the initial amount plus the net change. The initial amount is 100 liters. The net rate of change is the rate in minus the rate out, R(t)L(t)=20e0.1t4R(t) - L(t) = 20e^{-0.1t} - 4. The net change over the first 5 minutes is the integral of this net rate from 0 to 5. Therefore, the total amount is 100+05(20e0.1t4)dt100 + \int_0^5 (20e^{-0.1t} - 4) dt.