The amount of a certain drug in a patient's bloodstream t hours after an injection is given by A(t) = 10t / ($t^2$ + 1). At what rate is the amount of the drug in the bloodstream changing 2 hours after the injection?
Practice Non Motion Rates 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 Non Motion Rates 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
The amount of a certain drug in a patient's bloodstream t hours after an injection is given by A(t) = 10t / ($t^2$ + 1). At what rate is the amount of the drug in the bloodstream changing 2 hours after the injection?
Increasing at 0.8 units/hour
Decreasing at 0.8 units/hour
Increasing at 1.2 units/hour
Decreasing at 1.2 units/hour (correct answer)
Explanation: The rate of change is the derivative, A'(t). We use the quotient rule: A'(t) = [10($t^2$ + 1) - 10t(2t)] / (t^2 + 1)^2. Simplifying the numerator gives 10t^2 + 10 - 20t^2 = 10 - 10t^2. So, A'(t) = (10 - $10t^2$) / (t^2 + 1)^2. Now we evaluate this derivative at t = 2: A'(2) = (10 - 10($2^2$)) / (2^2 + 1)^2 = (10 - 40) / ($5^2$) = -30 / 25 = -6/5 = -1.2. The negative sign indicates the amount is decreasing at a rate of 1.2 units/hour.
Question 2
An oil slick on a lake takes the shape of a right circular cylinder. The volume of the slick is constant at 1000 m3. The oil is spreading, causing the radius r to increase. Let h be the thickness of the slick. What is the rate of change of the thickness with respect to the radius, dh/dr, at the instant when the radius is 50 m?
2/(125π) m/m
−4/(5π) m/m
−2/125 m/m
−2/(125π) m/m (correct answer)
Explanation: The volume of a cylinder is given by V=πr2h. We are given that the volume is constant, V=1000. So, 1000=πr2h. We need to find dh/dr. We can express h as a function of r and then differentiate.From the volume equation: h=πr21000=π1000r−2.Now, differentiate h with respect to r using the power rule:
drdh=drd(π1000r−2)=π1000(−2r−3)=−πr32000.Finally, evaluate this derivative at the instant when r=50 m:
drdh=−π(50)32000=−π(125000)2000=−π(125)2=−125π2.Distractor (B) results from a differentiation error where the exponent is not reduced by 1 (r−2→−2r−2). Distractor (C) comes from ignoring π. Distractor (A) is a sign error.
Question 3
The concentration of a drug in a patient's bloodstream, t hours after injection, is modeled by the function C(t)=t2+4100t for t≥0. At what time is the drug concentration decreasing most rapidly?
t=2
t=22
t=23 (correct answer)
t=12
Explanation: The rate of change of the drug concentration is given by the first derivative, C′(t). To find when the concentration is decreasing most rapidly, we need to find the minimum value of C′(t). This will occur at a critical point of C′(t), which we can find by setting the second derivative, C′′(t), to zero.First, find C′(t) using the quotient rule:
C′(t)=(t2+4)2(100)(t2+4)−(100t)(2t)=(t2+4)2100t2+400−200t2=(t2+4)2400−100t2.Concentration is decreasing when C′(t)<0, which means 400−100t2<0, so t2>4, or t>2.Now, find C′′(t) to locate the minimum of C′(t). Let's differentiate C′(t):
C′′(t)=(t2+4)4(−200t)(t2+4)2−(400−100t2)(2)(t2+4)(2t)C′′(t)=(t2+4)3(−200t)(t2+4)−4t(400−100t2)C′′(t)=(t2+4)3−200t3−800t−1600t+400t3=(t2+4)3200t3−2400t=(t2+4)3200t(t2−12).Set C′′(t)=0 to find critical points of C′(t). For t>0, this occurs when t2−12=0, so t=12=23.
To confirm this is a minimum for C′(t), we check the sign of C′′(t). For t<23, C′′(t)<0, and for t>23, C′′(t)>0. Thus, C′(t) has a minimum at t=23. This is the time of most rapid decrease. Note that 23≈3.46>2, which is in the domain where the function is decreasing.
Question 4
A cup of coffee with temperature T(t) at time t is in a room with a constant ambient temperature of 20∘C. According to Newton's Law of Cooling, its temperature changes at a rate proportional to the difference between its temperature and the ambient temperature. At t=0, the coffee is 90∘C and is cooling at a rate of 7∘C per minute. What is the coffee's rate of cooling when its temperature is 55∘C?
3.5∘C/min (correct answer)
5.5∘C/min
3.0∘C/min
4.5∘C/min
Explanation: Newton's Law of Cooling is given by the differential equation dtdT=k(T−Ta), where Ta is the ambient temperature and k is the proportionality constant.We are given Ta=20∘C. So, dtdT=k(T−20).
We are also given initial conditions: at t=0, T=90∘C and the coffee is cooling at 7∘C per minute, which means dtdT=−7.We use these initial conditions to find the constant k:
−7=k(90−20)−7=k(70)k=−7/70=−0.1.Now we have the specific model for this situation: dtdT=−0.1(T−20).We need to find the rate of change of temperature, dtdT, when T=55∘C. We plug this value into our model:
dtdT=−0.1(55−20)=−0.1(35)=−3.5.The rate of change is −3.5∘C/min. The question asks for the rate of cooling, which is the magnitude of this value, 3.5∘C/min.Distractor (B) comes from incorrectly calculating −0.1(55)=−5.5, ignoring the ambient temperature in the final step. Distractor (C) is a simple calculation error.
Question 5
The population of a species of fish in a lake is modeled by the logistic function P(t)=1+99e−0.2t10000, where t is the time in years. The rate of population growth is initially increasing and then later decreasing. At what time is the population growing fastest?
t=5ln(100)
t=5000
t=5ln(99) (correct answer)
t=0
Explanation: The population is 'growing fastest' when its rate of growth, P′(t), is at a maximum. This occurs at the point of inflection of the logistic curve P(t). For a logistic function of the form P(t)=1+Ae−ktL, the maximum growth rate occurs when the population P is at half the carrying capacity, L/2.In this model, the carrying capacity is L=10000. The maximum growth rate will occur when the population is P(t)=L/2=10000/2=5000.We need to find the time t when P(t)=5000. We set up the equation and solve for t:
5000=1+99e−0.2t100001=1+99e−0.2t21+99e−0.2t=299e−0.2t=1e−0.2t=991Take the natural logarithm of both sides:
−0.2t=ln(991)=−ln(99)0.2t=ln(99)t=0.2ln(99)=5ln(99).Distractor (B) confuses the population level (5000) with the time. Distractor (D) is the initial time, where growth is starting, not at its maximum. Distractor (A) results from approximating 99 as 100.
Question 6
A cubic crystal is dissolving in a solution such that the rate of change of its volume is directly proportional to its surface area. Let s be the side length of the cube. Which of the following equations correctly models this relationship, where k is a positive constant?
ds/dt=k
ds/dt=−ks2
ds/dt=−2k (correct answer)
dV/dt=−ks3
Explanation: Let V be the volume and A be the surface area of the cube. The statement 'the rate of change of its volume is directly proportional to its surface area' can be written as dV/dt=cA for some constant c. Since the crystal is dissolving, its volume is decreasing, so dV/dt must be negative. As surface area A is always positive, the constant c must be negative. Let's define c=−k, where k is a positive constant. So, the governing equation is dV/dt=−kA.For a cube with side length s, we have V=s3 and A=6s2. Substituting the expression for A into our equation gives:
dV/dt=−k(6s2).We can also express dV/dt in terms of s and its rate of change, ds/dt, using the chain rule:
dV/dt=dtd(s3)=3s2dtds.Now we can equate the two expressions for dV/dt:
3s2dtds=−k(6s2).Assuming the crystal exists (s>0), we can divide both sides by 3s2:
dtds=−3s26ks2=−2k.This means the side length decreases at a constant rate. Distractor (A) has the wrong sign (implying growth). Distractor (B) would mean dV/dt=−3ks4, which is not proportional to surface area. Distractor (D) implies the rate is proportional to the volume (exponential decay), not the surface area.
Question 7
The length l of a rectangle is increasing at a rate of 3 cm/s and its width w is decreasing at a rate of 2 cm/s. At the moment when l=10 cm and w=5 cm, what is the rate of change of the rate of change of the area?
−5 cm2/s2
1 cm2/s2
0 cm2/s2
−12 cm2/s2 (correct answer)
Explanation: The area of the rectangle is A=lw. We are given the rates of change of the sides: dl/dt=3 and dw/dt=−2. These rates are constant.The rate of change of the area is the first derivative, dA/dt. Using the product rule:
dA/dt=l(dw/dt)+w(dl/dt).
dA/dt=l(−2)+w(3)=−2l+3w.The question asks for the 'rate of change of the rate of change of the area', which is the second derivative, d2A/dt2. We differentiate the expression for dA/dt with respect to t:
d2A/dt2=dtd(−2l+3w)=−2(dl/dt)+3(dw/dt).Now we substitute the given constant rates for dl/dt and dw/dt:
d2A/dt2=−2(3)+3(−2)=−6−6=−12.The rate of change of the rate of change of the area is −12 cm2/s2. The specific values l=10 and w=5 are not needed for this calculation, but are needed to calculate the first derivative at that instant.Distractor (A) is the value of dA/dt at that specific moment: dA/dt=−2(10)+3(5)=−20+15=−5. This is a common error of calculating the first derivative instead of the second.
Question 8
Boyle's Law states that for a fixed amount of an ideal gas at constant temperature, pressure P and volume V are related by PV=C for some constant C. A piston is compressing a gas in a cylinder. At a certain instant, the volume is 60 in3, the pressure is 30 lb/in2, and the pressure is increasing at a rate of 2 lb/in2 per second. At what rate is the volume changing at this instant?
4 in3/s
−1 in3/s
−4 in3/s (correct answer)
−1800 in3/s
Explanation: We are given the relationship PV=C. To find the relationship between the rates of change, we differentiate both sides with respect to time t. Using the product rule on the left side, we get:
PdtdV+VdtdP=0.We are given the following values at a specific instant:
V=60 in3P=30 lb/in2dtdP=2 (lb/in2)/s (increasing, so positive).We want to find dtdV. We substitute the given values into our differentiated equation:
(30)dtdV+(60)(2)=030dtdV+120=030dtdV=−120dtdV=−30120=−4 in3/s.The negative sign indicates that the volume is decreasing, which makes sense as the pressure is increasing.Distractor (A) is a sign error. Distractor (B) comes from mixing up the roles of P and V in the calculation, like −(P/V)(dP/dt). Distractor (D) is the value of the constant C=PV=(30)(60)=1800, with a negative sign.
Question 9
Sand is being poured onto a conical pile whose radius r is always twice its height h. The volume of the pile is increasing at a rate of 10π ft3/s. What is the rate of change of the circumference of the base when the height is 5 ft?
0.2 ft/s
0.4π ft/s (correct answer)
2π ft/s
0.1 ft/s
Explanation: Let V be the volume, r the radius, h the height, and C the circumference. We are given r=2h, dV/dt=10π, and we want to find dC/dt when h=5.The volume of a cone is V=31πr2h. The circumference is C=2πr.First, express V in terms of a single variable, h: V=31π(2h)2h=34πh3. Differentiate with respect to time t: dV/dt=4πh2(dh/dt).
Use the given information to find dh/dt when h=5: 10π=4π(5)2(dh/dt)⟹10π=100π(dh/dt)⟹dh/dt=0.1 ft/s.Next, express the circumference C in terms of h: C=2πr=2π(2h)=4πh. Differentiate with respect to time t: dC/dt=4π(dh/dt).Substitute the value of dh/dt: dC/dt=4π(0.1)=0.4π ft/s.Distractor (A) is the value of dr/dt=2(dh/dt)=0.2. Distractor (D) is the value of dh/dt. Distractor (C) results from a differentiation error, d(h3)/dt=h2(dh/dt), which leads to dh/dt=0.5 and dC/dt=2π.
Question 10
A light source is on the ground, and a vertical wall is 20 meters away. A person who is 2 meters tall walks from the wall towards the light source at a speed of 1.5 m/s. Let h be the height of the person's shadow on the wall and let x be the person's distance from the wall. Find the rate of change of the shadow's height with respect to the person's distance from the wall, dxdh, at the instant the person is 8 meters from the wall.
185 m per m (correct answer)
125 m per m
310 m per m
−185 m per m
Explanation: Let the light source be at the origin and the wall be at horizontal distance 20 m. The person, with height 2 m, is at distance x from the wall, so their distance from the light source is 20−x. The shadow has height h on the wall.By similar triangles, the ratio of height to base is the same for the shadow triangle and the person triangle:
20h=20−x2Solving for h as a function of x:
h(x)=20−x40Differentiating with respect to x using the chain rule:
dxdh=dxd[40(20−x)−1]=40(−1)(20−x)−2(−1)=(20−x)240At x=8 meters:
dxdh=(20−8)240=14440=185Note: The person's speed would be needed to find dtdh, but this question asks for dxdh.
Question 11
A spherical snowball is melting such that its surface area decreases at a constant rate of 2 cm2/min. What is the rate of change of the volume of the snowball at the instant its radius is 5 cm?
−1/(20π) cm3/min
−5 cm3/min (correct answer)
−10 cm3/min
5 cm3/min
Explanation: Let V be the volume, A be the surface area, and r be the radius of the sphere. The formulas are V=34πr3 and A=4πr2. We are given dA/dt=−2 cm2/min and we want to find dV/dt when r=5 cm.First, we relate the rates by differentiating both formulas with respect to time t:
dV/dt=4πr2(dr/dt)dA/dt=8πr(dr/dt)Using the given information about the surface area, we can find dr/dt when r=5:
−2=8π(5)(dr/dt)−2=40π(dr/dt)dr/dt=−2/(40π)=−1/(20π) cm/min.Now, substitute this value into the equation for dV/dt:
dV/dt=4π(5)2(−1/(20π))=4π(25)(−1/(20π))=100π(−1/(20π))=−5 cm3/min.Alternatively, one can establish a direct relationship between V and A. r=A/(4π). Substituting into V gives V=6π1A3/2. A more direct method is to note that dV/dt=(dV/dr)(dr/dt) and dA/dt=(dA/dr)(dr/dt). So dr/dt=(dA/dt)/(dA/dr). This gives dV/dt=(dV/dr)dA/drdA/dt=(4πr2)8πrdA/dt=2rdtdA.
Plugging in the values: dV/dt=25(−2)=−5.
Question 12
The cost, C(q), in dollars to produce q units of a product is given by C(q)=0.01q3−1.5q2+100q+500. For which of the following production levels q is the total cost increasing while the marginal cost is decreasing?
q=40 (correct answer)
q=50
q=60
q=75
Explanation: Total cost is increasing when the first derivative, C′(q), is positive. Marginal cost is decreasing when its derivative, C′′(q), is negative.First, find the marginal cost function, C′(q):
C′(q)=dqd(0.01q3−1.5q2+100q+500)=0.03q2−3q+100.
To check if cost is increasing, we check if C′(q)>0. The discriminant of this quadratic is (−3)2−4(0.03)(100)=9−12=−3. Since the leading coefficient (0.03) is positive and the discriminant is negative, the quadratic C′(q) is always positive. Thus, the total cost is always increasing for q≥0.Next, find the derivative of the marginal cost, C′′(q):
C′′(q)=dqd(0.03q2−3q+100)=0.06q−3.
The marginal cost is decreasing when C′′(q)<0.
0.06q−3<00.06q<3q<3/0.06q<50.We need to find a value of q that satisfies both conditions: q≥0 (cost is always increasing) and q<50. Of the given options, only q=40 is in the interval [0,50). At q=50, C′′(q)=0, so marginal cost is at a minimum, not decreasing. For q=60 and q=75, C′′(q)>0, so marginal cost is increasing.
Question 13
A 13-foot ladder is leaning against a vertical wall. The base of the ladder is being pulled away from the wall at a constant rate of 2 feet per second. At what rate is the angle θ between the ladder and the ground changing when the base of the ladder is 5 feet from the wall?
Decreasing at 1/6 radians per second (correct answer)
Increasing at 1/6 radians per second
Decreasing at 5/12 radians per second
Increasing at 1/12 radians per second
Explanation: Let x be the distance from the base of the ladder to the wall and y be the height of the ladder on the wall. We are given dx/dt = 2. We want to find dθ/dt when x = 5. We can relate x and θ using cos(θ) = x/13. Differentiating with respect to time t, we get -sin(θ)(dθ/dt) = (1/13)(dx/dt). When x = 5, the ladder forms a right triangle with hypotenuse 13 and base 5. The height y is sqrt($13^2$ - $5^2$) = sqrt(169 - 25) = sqrt(144) = 12. At this moment, sin(θ) = y/13 = 12/13. Now substitute the known values into the differentiated equation: -(12/13)(dθ/dt) = (1/13)(2). Solving for dθ/dt, we get dθ/dt = - (2/13) * (13/12) = -2/12 = -1/6. The negative sign indicates the angle is decreasing.
Question 14
The total cost to operate a manufacturing plant is C(x) = 0.5x^2 + 15x + 5000, where x is the number of units produced. The production level at t hours from the start of the day is x(t) = 20t. At what rate is the cost changing with respect to time 3 hours after the start of the day?
$60 per hour
$1500 per hour (correct answer)
$1700 per hour
$8300 per hour
Explanation: We want to find dC/dt at t=3. We use the chain rule: dC/dt = (dC/dx) * (dx/dt). First, find the derivatives: dC/dx = x + 15 and dx/dt = 20. Therefore, dC/dt = (x + 15) * 20. At t=3 hours, the production level is x(3) = 20 * 3 = 60 units. Now substitute x=60 into the expression for dC/dt: dC/dt = (60 + 15) * 20 = 75 * 20 = 1500. The cost is changing at a rate of $1500 per hour.
Question 15
The population P of a city is increasing at a rate of 2000 people per year, while its radius r is expanding at 0.1 kilometers per year. The population density is given by D = P / ($πr^2$). Find the rate at which the population density is changing when the radius is 10 km and the population is 400,000 people.
Decreasing by about 2.5 people/km²/year
Increasing by about 6.4 people/km²/year
Decreasing by about 19.1 people/km²/year (correct answer)
Increasing by about 25.5 people/km²/year
Explanation: We need to find dD/dt. Using the quotient rule on D = P/A where A=πr^2: dD/dt = ( (dP/dt)A - P(dA/dt) ) / A^2. We also need dA/dt = 2πr(dr/dt). We are given dP/dt = 2000, dr/dt = 0.1, r = 10, and P = 400,000. First, calculate A and dA/dt at this instant. A = π(10)^2 = 100π. dA/dt = 2π(10)(0.1) = 2π. Now substitute into the quotient rule: dD/dt = ( (2000)(100π) - (400,000)(2π) ) / (100π)^2. dD/dt = ( 200,000π - 800,000π ) / ($10000π^2$) = -600,000π / ($10000π^2$) = -60/π. Using π ≈ 3.14, dD/dt ≈ -60 / 3.14 ≈ -19.1. The density is decreasing.
Question 16
The altitude of a triangle is increasing at a rate of 1 cm/min while the area of the triangle is increasing at a rate of 2 cm²/min. At what rate is the base of the triangle changing when the altitude is 10 cm and the area is 100 cm²?
Decreasing at 1.6 cm/min (correct answer)
Increasing at 1.6 cm/min
Decreasing at 0.8 cm/min
Increasing at 0.8 cm/min
Explanation: The area of a triangle is A = (1/2)bh. We are given dh/dt = 1, dA/dt = 2. We want to find db/dt when h = 10 and A = 100. First, find the base b at this instant: 100 = (1/2)b(10), so 100 = 5b, which means b = 20. Now differentiate the area formula with respect to time t using the product rule: dA/dt = (1/2)[(db/dt)h + b(dh/dt)]. Substitute the known values: 2 = (1/2)[(db/dt)(10) + (20)(1)]. 4 = 10(db/dt) + 20. -16 = 10(db/dt). db/dt = -1.6. The base is decreasing at a rate of 1.6 cm/min.
Question 17
The value V(t) of a stock is increasing, but the rate of increase is slowing down at time t_0. Which of the following statements about the derivatives of V(t) at t_0 must be true?
V'($t_0$) > 0 and V''($t_0$) > 0
V'($t_0$) > 0 and V''($t_0$) < 0 (correct answer)
V'($t_0$) < 0 and V''($t_0$) > 0
V'($t_0$) < 0 and V''($t_0$) < 0
Explanation: The rate of change of the value is given by the first derivative, V'(t). The phrase 'value is increasing' means that V'($t_0$) > 0. The rate of change of the rate of increase is given by the second derivative, V''(t). The phrase 'the rate of increase is slowing down' means that the slope of the tangent line is decreasing, which corresponds to the function being concave down. Therefore, V''($t_0$) < 0.
Question 18
A company's profit from selling x units of a product is P(x) = 2x^2 - 40x + 1000. The sales are increasing over time according to x(t) = 5t, where t is time in weeks. At what rate is the profit changing with respect to time when the company is selling 50 units?
$4100 per week
$160 per week
$1000 per week
$800 per week (correct answer)
Explanation: This is a chain rule problem involving related rates. When you see profit as a function of units sold, and units sold as a function of time, you need to find how profit changes with respect to time using dtdP=dxdP⋅dtdx.First, find dxdP by differentiating the profit function: P(x)=2x2−40x+1000, so dxdP=4x−40.Next, find dtdx from the sales function: x(t)=5t, so dtdx=5 units per week.When the company is selling 50 units, substitute x=50: dxdP=4(50)−40=200−40=160 dollars per unit.Therefore: dtdP=160⋅5=800 dollars per week.Answer D ($800 per week) is correct.Answer A ($4100 per week) likely comes from incorrectly calculating $P(50)=2(50)2−40(50)+1000=3000andsomehowusingthisvalueinsteadofthederivative.AnswerB(160 per week) is the common error of finding dxdP but forgetting to multiply by dtdx. Answer C ($1000 per week) might result from using only the constant term or making an arithmetic error.Remember: for related rates problems, identify all the given rates and use the chain rule to connect them. Always check that your final answer has the correct units for what the question asks.
Question 19
The value of a particular investment is modeled by the function V(t) = 1000(1.5)^t, where V is the value in dollars and t is the time in years. At what rate is the investment's value growing at the instant its value is $2250?
$2250 * ln(1.5) per year (correct answer)
$1500 * ln(1.5) per year
$1000 * ln(1.5) per year
$2250 per year
Explanation: The rate of growth is V'(t). First, find the derivative of V(t). Recall that the derivative of a^x is a^x * ln(a). So, V'(t) = 1000 * (1.5)^t * ln(1.5). Notice that V(t) = 1000(1.5)^t, so we can write V'(t) = V(t) * ln(1.5). The question asks for the rate when the value V(t) is $2250. We can substitute this directly into our simplified derivative expression: V'(t) = 2250 * ln(1.5). There is no need to solve for t explicitly.
Question 20
For a group of 100 people, the number of people N(t) who have heard a rumor t days after it started is modeled by N(t) = 100(1 - e^(-0.2t)). How fast is the number of people who have not heard the rumor changing 5 days after the rumor started?
Increasing by approximately 2.7 people/day
Increasing by approximately 7.4 people/day
Decreasing by approximately 2.7 people/day
Decreasing by approximately 7.4 people/day (correct answer)
Explanation: When you encounter a problem asking about the rate of change of people who have not heard something, you need to set up a function for that quantity and find its derivative.Since N(t)=100(1−e−0.2t) represents people who have heard the rumor, the number who have not heard it is 100−N(t)=100−100(1−e−0.2t)=100e−0.2t.To find how fast this is changing, take the derivative: dtd[100e−0.2t]=100⋅(−0.2)⋅e−0.2t=−20e−0.2t.At t=5 days: −20e−0.2(5)=−20e−1=−20(0.368)≈−7.4 people/day. The negative sign means decreasing, so the number of people who haven't heard the rumor is decreasing by approximately 7.4 people/day.Answer A incorrectly uses 2.7 people/day and claims it's increasing. Answer B gets the magnitude wrong (7.4) but incorrectly says increasing. Answer C gets the direction right (decreasing) but uses the wrong magnitude (2.7). These errors likely come from calculation mistakes or forgetting to subtract from 100 to get the "not heard" function.Answer D correctly identifies both the magnitude (7.4) and direction (decreasing).Study tip: Always read carefully whether the question asks about the original quantity or its complement. Set up the correct function first, then differentiate. The sign of the derivative tells you whether it's increasing (positive) or decreasing (negative).