IB Mathematics: Analysis and Approaches Quiz: Differential Equations
20 questions · exam conditions
0:00
Differential EquationsQuestion 1 of 20

Which of the following is the solution to the differential equation dydx=(x+y)2\frac{dy}{dx} = (x+y)^2, found using the substitution u=x+yu=x+y?

1x+y=x+C-\frac{1}{x+y} = x + C
y=tan(x)+Cxy = \tan(x) + C - x
1y=x33+C-\frac{1}{y} = \frac{x^3}{3} + C
y=tan(x+C)xy = \tan(x+C) - x
← Back to quizzes

IB Mathematics: Analysis and Approaches Quiz

IB Mathematics: Analysis and Approaches Quiz: Differential Equations

Practice Differential Equations in IB Mathematics: Analysis and Approaches 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 Differential Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for IB Mathematics: Analysis and Approaches.

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

Which of the following is the solution to the differential equation dydx=(x+y)2\frac{dy}{dx} = (x+y)^2, found using the substitution u=x+yu=x+y?

  1. 1x+y=x+C-\frac{1}{x+y} = x + C
  2. y=tan(x)+Cxy = \tan(x) + C - x
  3. 1y=x33+C-\frac{1}{y} = \frac{x^3}{3} + C
  4. y=tan(x+C)xy = \tan(x+C) - x (correct answer)
Explanation: When you encounter a differential equation that doesn't separate easily, look for substitution opportunities. Here, the term (x+y)2(x+y)^2 suggests using u=x+yu = x+y, which transforms this into a separable equation. Starting with u=x+yu = x+y, we have dudx=1+dydx\frac{du}{dx} = 1 + \frac{dy}{dx}, so dydx=dudx1\frac{dy}{dx} = \frac{du}{dx} - 1. Substituting into the original equation: dudx1=u2\frac{du}{dx} - 1 = u^2, which gives us dudx=u2+1\frac{du}{dx} = u^2 + 1. This separates as duu2+1=dx\frac{du}{u^2 + 1} = dx. Integrating both sides: duu2+1=dx\int \frac{du}{u^2 + 1} = \int dx. The left side integrates to arctan(u)\arctan(u), giving us arctan(u)=x+C\arctan(u) = x + C. Taking the tangent of both sides: u=tan(x+C)u = \tan(x + C). Since u=x+yu = x + y, we have x+y=tan(x+C)x + y = \tan(x + C), so y=tan(x+C)xy = \tan(x + C) - x. Option A has the wrong form entirely—it resembles integration of u2u^{-2} rather than 1u2+1\frac{1}{u^2 + 1}. Option B incorrectly places the constant outside the tangent function, which would arise from integrating incorrectly. Option C mistakenly treats this as if yy alone appeared in the denominator, suggesting confusion about the substitution process. Remember: when you see expressions like (x+y)n(x+y)^n in differential equations, try the substitution u=x+yu = x+y. This often converts complex equations into standard separable forms, and don't forget that duu2+1=arctan(u)\int \frac{du}{u^2+1} = \arctan(u).

Question 2

The rate of growth of a population PP of bacteria is directly proportional to the square root of the population size. Initially, the population is 100. After 1 hour, the population is 225. Find the population after 3 hours.

  1. 400
  2. 475
  3. 625 (correct answer)
  4. 7225
Explanation: The problem states that dPdt=kP\frac{dP}{dt} = k\sqrt{P} for some constant kk. Separate the variables: P1/2dP=kdtP^{-1/2} dP = k \, dt. Integrate both sides: P1/2dP=kdt\int P^{-1/2} dP = \int k \, dt which gives 2P1/2=kt+C2P^{1/2} = kt + C. Use the initial condition P(0)=100P(0)=100: 2100=k(0)+C2(10)=CC=202\sqrt{100} = k(0) + C \Rightarrow 2(10) = C \Rightarrow C=20. The equation becomes 2P=kt+202\sqrt{P} = kt + 20. Use the condition P(1)=225P(1)=225: 2225=k(1)+202(15)=k+2030=k+20k=102\sqrt{225} = k(1) + 20 \Rightarrow 2(15) = k+20 \Rightarrow 30 = k+20 \Rightarrow k=10. The particular solution is 2P=10t+202\sqrt{P} = 10t + 20, which simplifies to P=5t+10\sqrt{P} = 5t + 10. To find the population after 3 hours, let t=3t=3: P=5(3)+10=15+10=25\sqrt{P} = 5(3) + 10 = 15 + 10 = 25. P=252=625P = 25^2 = 625.
  • A is incorrect; this would be the population at t=2t=2.
  • B is incorrect; this results from assuming a linear growth model based on the first two points.
  • D is incorrect and likely results from an arithmetic error in calculating kk or in the final step.

Question 3

A hot object at temperature 100C100^\circ\text{C} is placed in a room with a constant temperature of 20C20^\circ\text{C}. The rate of cooling of the object is proportional to the difference between its temperature and the room's temperature. After 5 minutes, the object's temperature is 60C60^\circ\text{C}. Which equation models the temperature TT of the object after tt minutes?

  1. T(t)=20+80(2)t/5T(t) = 20 + 80(2)^{-t/5} (correct answer)
  2. T(t)=20+80(2)t/5T(t) = 20 + 80(2)^{t/5}
  3. T(t)=20+60(2)t/5T(t) = 20 + 60(2)^{-t/5}
  4. T(t)=100(0.6)t/5T(t) = 100(0.6)^{t/5}
Explanation: Newton's Law of Cooling gives the differential equation dTdt=k(TTambient)\frac{dT}{dt} = -k(T - T_{ambient}), where Tambient=20T_{ambient} = 20. So, dTdt=k(T20)\frac{dT}{dt} = -k(T-20). The general solution to this DE is T(t)=Tambient+(T0Tambient)ektT(t) = T_{ambient} + (T_0 - T_{ambient})e^{-kt}. Given T0=100T_0 = 100, the equation is T(t)=20+(10020)ekt=20+80ektT(t) = 20 + (100-20)e^{-kt} = 20 + 80e^{-kt}. We are given that T(5)=60T(5) = 60. We use this to find kk: 60=20+80e5k60 = 20 + 80e^{-5k} 40=80e5k40 = 80e^{-5k} 12=e5k\frac{1}{2} = e^{-5k} Now we can express eke^{-k} as (e5k)1/5=(1/2)1/5(e^{-5k})^{1/5} = (1/2)^{1/5}. So ekt=(ek)t=((1/2)1/5)t=(1/2)t/5=2t/5e^{-kt} = (e^{-k})^t = ((1/2)^{1/5})^t = (1/2)^{t/5} = 2^{-t/5}. Substituting this back into the temperature equation gives: T(t)=20+80(2)t/5T(t) = 20 + 80(2)^{-t/5}
  • B is incorrect because it represents heating, resulting from a sign error in the exponent.
  • C is incorrect because it uses an incorrect initial temperature difference (60 instead of 80).
  • D is incorrect because it is the solution to dTdt=kT\frac{dT}{dt} = -kT, which ignores the ambient room temperature.

Question 4

The rate of increase of the number of people, NN, in a town is proportional to the number of people currently in the town and also proportional to the difference between the maximum number of people the town can support, MM, and the current number of people. Which differential equation models this situation, where kk is a positive constant of proportionality?

  1. dNdt=k(MN)\frac{dN}{dt} = k(M-N)
  2. dNdt=k(N+(MN))\frac{dN}{dt} = k(N + (M-N))
  3. dNdt=k(MN)N\frac{dN}{dt} = \frac{k(M-N)}{N}
  4. dNdt=kN(MN)\frac{dN}{dt} = kN(M-N) (correct answer)
Explanation: When you encounter problems about rates of change that depend on multiple factors, you need to carefully translate each condition into mathematical terms and combine them appropriately. The problem states the rate of increase is proportional to both the current population N and the difference (M-N). When a quantity is proportional to multiple factors simultaneously, you multiply those factors together. Since the rate equals some constant times N times (M-N), you get dNdt=kN(MN)\frac{dN}{dt} = kN(M-N), which is answer D. This is actually the famous logistic growth model. When N is small, (M-N) is large, so growth accelerates. As N approaches M, (M-N) approaches zero, slowing growth to nearly zero as the population nears the town's capacity. Answer A, dNdt=k(MN)\frac{dN}{dt} = k(M-N), only accounts for the capacity constraint but ignores that growth should also depend on the current population size. This would give the same growth rate whether you have 10 people or 10,000 people. Answer B, dNdt=k(N+(MN))=kM\frac{dN}{dt} = k(N + (M-N)) = kM, simplifies to a constant growth rate, completely missing both proportionality conditions. Answer C, dNdt=k(MN)N\frac{dN}{dt} = \frac{k(M-N)}{N}, incorrectly divides by N instead of multiplying, which would make the growth rate decrease as population increases—the opposite of what's described. Remember: when a rate is proportional to multiple quantities simultaneously, multiply those quantities together. Watch for this pattern in population dynamics, chemical reactions, and other real-world modeling problems.

Question 5

Water is leaking from a cylindrical tank of radius RR and height HH. The rate of change of the volume of water, VV, is proportional to the square root of the height, hh, of the water (Torricelli's Law). Given that V=πR2hV=\pi R^2 h, which differential equation represents the rate of change of the height of the water, dhdt\frac{dh}{dt}? (Assume kk is a positive constant)

  1. dhdt=kRπh\frac{dh}{dt} = -kR\sqrt{\pi h}
  2. dhdt=kh\frac{dh}{dt} = -kh
  3. dhdt=kh\frac{dh}{dt} = -\frac{k}{\sqrt{h}}
  4. dhdt=kh\frac{dh}{dt} = -k\sqrt{h} (correct answer)
Explanation: When you encounter a related rates problem involving Torricelli's Law, you need to connect two pieces of information: how volume changes with time, and how volume relates to height. Start with what you're told: the rate of volume change is proportional to the square root of height, so dVdt=kh\frac{dV}{dt} = -k\sqrt{h} (negative because water is leaking out). You're also given that V=πR2hV = \pi R^2 h for the cylindrical tank. To find dhdt\frac{dh}{dt}, differentiate the volume formula with respect to time: dVdt=πR2dhdt\frac{dV}{dt} = \pi R^2 \frac{dh}{dt}. Since you know dVdt=kh\frac{dV}{dt} = -k\sqrt{h}, you can substitute: kh=πR2dhdt-k\sqrt{h} = \pi R^2 \frac{dh}{dt}. Solving for dhdt\frac{dh}{dt}: dhdt=khπR2\frac{dh}{dt} = \frac{-k\sqrt{h}}{\pi R^2}. Since kk is just a positive constant, you can absorb 1πR2\frac{1}{\pi R^2} into a new constant, giving dhdt=kh\frac{dh}{dt} = -k\sqrt{h}. Option A incorrectly keeps the radius and π separate rather than combining them into the constant. Option B gives kh-kh instead of kh-k\sqrt{h}, missing the square root relationship from Torricelli's Law. Option C has kh-\frac{k}{\sqrt{h}}, which would mean the rate increases as height decreases—the opposite of what Torricelli's Law predicts. Option D correctly captures the proportional relationship to h\sqrt{h} with the proper negative sign. Remember: in related rates problems, always differentiate the constraint equation and substitute known relationships to isolate your target derivative.

Question 6

The slope field for a differential equation is such that at any point (x,y)(x,y), the slope is equal to the product of its coordinates. The solution curve passes through (0,2)(0, -2). Find the equation of this curve.

  1. y=2ex2/2y = -2e^{x^2/2} (correct answer)
  2. y=2ex2/2y = 2e^{x^2/2}
  3. y=ex2/23y = e^{x^2/2} - 3
  4. y2=x2+4y^2 = x^2 + 4
Explanation: The description of the slope field translates to the differential equation dydx=xy\frac{dy}{dx} = xy. Separate the variables: dyy=xdx\frac{dy}{y} = x \, dx. Integrate both sides: 1ydy=xdx\int \frac{1}{y} \, dy = \int x \, dx, which gives lny=x22+C\ln|y| = \frac{x^2}{2} + C. Use the initial condition (0,2)(0, -2) to find CC: ln2=022+CC=ln(2)\ln|-2| = \frac{0^2}{2} + C \Rightarrow C = \ln(2). Substitute CC back: lny=x22+ln(2)\ln|y| = \frac{x^2}{2} + \ln(2). Exponentiate both sides to solve for yy: y=ex22+ln(2)=ex22eln(2)=2ex2/2|y| = e^{\frac{x^2}{2} + \ln(2)} = e^{\frac{x^2}{2}} e^{\ln(2)} = 2e^{x^2/2}. Since the curve must pass through a point with a negative y-coordinate (2)(-2), we must choose the negative solution for yy. y=2ex2/2y = -2e^{x^2/2}.
  • B is incorrect because it uses the positive branch of the solution, which does not pass through (0,2)(0,-2).
  • C is incorrect and results from an error in handling the constant of integration, likely by treating y=ex2/2+Cy = e^{x^2/2} + C.
  • D is incorrect and arises from incorrectly separating the variables as ydy=xdxy \, dy = x \, dx.

Question 7

A hot object at temperature 100C100^\circ\text{C} is placed in a room with a constant temperature of 20C20^\circ\text{C}. The rate of cooling of the object is proportional to the difference between its temperature and the room's temperature. After 5 minutes, the object's temperature is 60C60^\circ\text{C}. Which equation models the temperature TT of the object after tt minutes?

  1. T(t)=20+80(2)t/5T(t) = 20 + 80(2)^{-t/5} (correct answer)
  2. T(t)=20+80(2)t/5T(t) = 20 + 80(2)^{t/5}
  3. T(t)=20+60(2)t/5T(t) = 20 + 60(2)^{-t/5}
  4. T(t)=100(0.6)t/5T(t) = 100(0.6)^{t/5}
Explanation: Newton's Law of Cooling gives the differential equation dTdt=k(TTambient)\frac{dT}{dt} = -k(T - T_{ambient}), where Tambient=20T_{ambient} = 20. So, dTdt=k(T20)\frac{dT}{dt} = -k(T-20). The general solution to this DE is T(t)=Tambient+(T0Tambient)ektT(t) = T_{ambient} + (T_0 - T_{ambient})e^{-kt}. Given T0=100T_0 = 100, the equation is T(t)=20+(10020)ekt=20+80ektT(t) = 20 + (100-20)e^{-kt} = 20 + 80e^{-kt}. We are given that T(5)=60T(5) = 60. We use this to find kk: 60=20+80e5k60 = 20 + 80e^{-5k} 40=80e5k40 = 80e^{-5k} 12=e5k\frac{1}{2} = e^{-5k} Now we can express eke^{-k} as (e5k)1/5=(1/2)1/5(e^{-5k})^{1/5} = (1/2)^{1/5}. So ekt=(ek)t=((1/2)1/5)t=(1/2)t/5=2t/5e^{-kt} = (e^{-k})^t = ((1/2)^{1/5})^t = (1/2)^{t/5} = 2^{-t/5}. Substituting this back into the temperature equation gives: T(t)=20+80(2)t/5T(t) = 20 + 80(2)^{-t/5}
  • B is incorrect because it represents heating, resulting from a sign error in the exponent.
  • C is incorrect because it uses an incorrect initial temperature difference (60 instead of 80).
  • D is incorrect because it is the solution to dTdt=kT\frac{dT}{dt} = -kT, which ignores the ambient room temperature.

Question 8

Water is leaking from a cylindrical tank of radius RR and height HH. The rate of change of the volume of water, VV, is proportional to the square root of the height, hh, of the water (Torricelli's Law). Given that V=πR2hV=\pi R^2 h, which differential equation represents the rate of change of the height of the water, dhdt\frac{dh}{dt}? (Assume kk is a positive constant)

  1. dhdt=kRπh\frac{dh}{dt} = -kR\sqrt{\pi h}
  2. dhdt=kh\frac{dh}{dt} = -kh
  3. dhdt=kh\frac{dh}{dt} = -\frac{k}{\sqrt{h}}
  4. dhdt=kh\frac{dh}{dt} = -k\sqrt{h} (correct answer)
Explanation: When you encounter a related rates problem involving Torricelli's Law, you need to connect two pieces of information: how volume changes with time, and how volume relates to height. Start with what you're told: the rate of volume change is proportional to the square root of height, so dVdt=kh\frac{dV}{dt} = -k\sqrt{h} (negative because water is leaking out). You're also given that V=πR2hV = \pi R^2 h for the cylindrical tank. To find dhdt\frac{dh}{dt}, differentiate the volume formula with respect to time: dVdt=πR2dhdt\frac{dV}{dt} = \pi R^2 \frac{dh}{dt}. Since you know dVdt=kh\frac{dV}{dt} = -k\sqrt{h}, you can substitute: kh=πR2dhdt-k\sqrt{h} = \pi R^2 \frac{dh}{dt}. Solving for dhdt\frac{dh}{dt}: dhdt=khπR2\frac{dh}{dt} = \frac{-k\sqrt{h}}{\pi R^2}. Since kk is just a positive constant, you can absorb 1πR2\frac{1}{\pi R^2} into a new constant, giving dhdt=kh\frac{dh}{dt} = -k\sqrt{h}. Option A incorrectly keeps the radius and π separate rather than combining them into the constant. Option B gives kh-kh instead of kh-k\sqrt{h}, missing the square root relationship from Torricelli's Law. Option C has kh-\frac{k}{\sqrt{h}}, which would mean the rate increases as height decreases—the opposite of what Torricelli's Law predicts. Option D correctly captures the proportional relationship to h\sqrt{h} with the proper negative sign. Remember: in related rates problems, always differentiate the constraint equation and substitute known relationships to isolate your target derivative.

Question 9

Which of the following is the solution to the differential equation dydx=(x+y)2\frac{dy}{dx} = (x+y)^2, found using the substitution u=x+yu=x+y?

  1. 1x+y=x+C-\frac{1}{x+y} = x + C
  2. y=tan(x)+Cxy = \tan(x) + C - x
  3. 1y=x33+C-\frac{1}{y} = \frac{x^3}{3} + C
  4. y=tan(x+C)xy = \tan(x+C) - x (correct answer)
Explanation: When you encounter a differential equation that doesn't separate easily, look for substitution opportunities. Here, the term (x+y)2(x+y)^2 suggests using u=x+yu = x+y, which transforms this into a separable equation. Starting with u=x+yu = x+y, we have dudx=1+dydx\frac{du}{dx} = 1 + \frac{dy}{dx}, so dydx=dudx1\frac{dy}{dx} = \frac{du}{dx} - 1. Substituting into the original equation: dudx1=u2\frac{du}{dx} - 1 = u^2, which gives us dudx=u2+1\frac{du}{dx} = u^2 + 1. This separates as duu2+1=dx\frac{du}{u^2 + 1} = dx. Integrating both sides: duu2+1=dx\int \frac{du}{u^2 + 1} = \int dx. The left side integrates to arctan(u)\arctan(u), giving us arctan(u)=x+C\arctan(u) = x + C. Taking the tangent of both sides: u=tan(x+C)u = \tan(x + C). Since u=x+yu = x + y, we have x+y=tan(x+C)x + y = \tan(x + C), so y=tan(x+C)xy = \tan(x + C) - x. Option A has the wrong form entirely—it resembles integration of u2u^{-2} rather than 1u2+1\frac{1}{u^2 + 1}. Option B incorrectly places the constant outside the tangent function, which would arise from integrating incorrectly. Option C mistakenly treats this as if yy alone appeared in the denominator, suggesting confusion about the substitution process. Remember: when you see expressions like (x+y)n(x+y)^n in differential equations, try the substitution u=x+yu = x+y. This often converts complex equations into standard separable forms, and don't forget that duu2+1=arctan(u)\int \frac{du}{u^2+1} = \arctan(u).

Question 10

The equation of a curve passing through (π6,1)(\frac{\pi}{6}, 1) has a slope at any point (x,y)(x,y) given by dydx=4y2\frac{dy}{dx} = \sqrt{4-y^2}. Find the equation of the curve.

  1. y=sin(2x)y = \sin(2x)
  2. y=2sin(x+π6)y = 2\sin(x + \frac{\pi}{6})
  3. y=2cos(x)y = 2\cos(x)
  4. y=2sin(x)y = 2\sin(x) (correct answer)
Explanation: This is a differential equation problem where you need to find a function given its derivative and an initial condition. When you see dydx=4y2\frac{dy}{dx} = \sqrt{4-y^2}, recognize that this requires separation of variables to solve. To solve this differential equation, separate the variables: dy4y2=dx\frac{dy}{\sqrt{4-y^2}} = dx. The left side integrates to arcsin(y2)\arcsin(\frac{y}{2}), and the right side integrates to x+Cx + C. This gives you arcsin(y2)=x+C\arcsin(\frac{y}{2}) = x + C, so y=2sin(x+C)y = 2\sin(x + C). Using the initial condition that the curve passes through (π6,1)(\frac{\pi}{6}, 1): 1=2sin(π6+C)1 = 2\sin(\frac{\pi}{6} + C), which means sin(π6+C)=12\sin(\frac{\pi}{6} + C) = \frac{1}{2}. Since sin(π6)=12\sin(\frac{\pi}{6}) = \frac{1}{2}, we need π6+C=π6\frac{\pi}{6} + C = \frac{\pi}{6}, giving us C=0C = 0. Therefore, y=2sin(x)y = 2\sin(x). Let's verify why the other options fail: Option A, y=sin(2x)y = \sin(2x), gives dydx=2cos(2x)\frac{dy}{dx} = 2\cos(2x), which doesn't match our given derivative. Option B, y=2sin(x+π6)y = 2\sin(x + \frac{\pi}{6}), doesn't satisfy the initial condition since 2sin(π6+π6)=2sin(π3)=312\sin(\frac{\pi}{6} + \frac{\pi}{6}) = 2\sin(\frac{\pi}{3}) = \sqrt{3} \neq 1. Option C, y=2cos(x)y = 2\cos(x), gives the wrong derivative and fails the initial condition. When solving differential equations on the IB exam, always verify your solution by checking both the derivative relationship and the initial condition. This two-step verification catches most algebraic errors.

Question 11

The value VV of a machine, in thousands of dollars, depreciates over time tt in years according to the differential equation dVdt=k(V5)\frac{dV}{dt} = -k(V-5), where 5 is the machine's scrap value. The initial value is $65,000. After 2 years, its value is $20,000. What is the value of the machine after 4 years?

  1. $6,250
  2. $8,750 (correct answer)
  3. $10,000
  4. $12,500
Explanation: The differential equation is dVdt=k(V5)\frac{dV}{dt} = -k(V-5). The general solution is V(t)=5+(V05)ektV(t) = 5 + (V_0 - 5)e^{-kt}. The values are in thousands of dollars, so V0=65V_0 = 65. V(t)=5+(655)ekt=5+60ektV(t) = 5 + (65 - 5)e^{-kt} = 5 + 60e^{-kt} We are given that V(2)=20V(2) = 20. We use this to find the decay constant. 20=5+60e2k20 = 5 + 60e^{-2k} 15=60e2k15 = 60e^{-2k} 1560=e2k    14=e2k\frac{15}{60} = e^{-2k} \implies \frac{1}{4} = e^{-2k} This means (ek)2=(12)2(e^{-k})^2 = (\frac{1}{2})^2, so ek=12e^{-k} = \frac{1}{2}. Now we can write the particular solution as: V(t)=5+60(ek)t=5+60(12)tV(t) = 5 + 60(e^{-k})^t = 5 + 60(\frac{1}{2})^t We need to find the value after 4 years, i.e., V(4)V(4). V(4)=5+60(12)4=5+60(116)=5+154=5+3.75=8.75V(4) = 5 + 60(\frac{1}{2})^4 = 5 + 60(\frac{1}{16}) = 5 + \frac{15}{4} = 5 + 3.75 = 8.75 Since the value is in thousands of dollars, the value is $8,750.
  • A is incorrect and likely results from an algebraic error in the final calculation.
  • C is incorrect and might result from assuming linear decay or another incorrect model.
  • D is incorrect; this is the value at t=3t=3, not t=4t=4.

Question 12

The slope field for a differential equation is such that at any point (x,y)(x,y), the slope is equal to the product of its coordinates. The solution curve passes through (0,2)(0, -2). Find the equation of this curve.

  1. y=2ex2/2y = -2e^{x^2/2} (correct answer)
  2. y=2ex2/2y = 2e^{x^2/2}
  3. y=ex2/23y = e^{x^2/2} - 3
  4. y2=x2+4y^2 = x^2 + 4
Explanation: The description of the slope field translates to the differential equation dydx=xy\frac{dy}{dx} = xy. Separate the variables: dyy=xdx\frac{dy}{y} = x \, dx. Integrate both sides: 1ydy=xdx\int \frac{1}{y} \, dy = \int x \, dx, which gives lny=x22+C\ln|y| = \frac{x^2}{2} + C. Use the initial condition (0,2)(0, -2) to find CC: ln2=022+CC=ln(2)\ln|-2| = \frac{0^2}{2} + C \Rightarrow C = \ln(2). Substitute CC back: lny=x22+ln(2)\ln|y| = \frac{x^2}{2} + \ln(2). Exponentiate both sides to solve for yy: y=ex22+ln(2)=ex22eln(2)=2ex2/2|y| = e^{\frac{x^2}{2} + \ln(2)} = e^{\frac{x^2}{2}} e^{\ln(2)} = 2e^{x^2/2}. Since the curve must pass through a point with a negative y-coordinate (2)(-2), we must choose the negative solution for yy. y=2ex2/2y = -2e^{x^2/2}.
  • B is incorrect because it uses the positive branch of the solution, which does not pass through (0,2)(0,-2).
  • C is incorrect and results from an error in handling the constant of integration, likely by treating y=ex2/2+Cy = e^{x^2/2} + C.
  • D is incorrect and arises from incorrectly separating the variables as ydy=xdxy \, dy = x \, dx.

Question 13

The rate of increase of the number of people, NN, in a town is proportional to the number of people currently in the town and also proportional to the difference between the maximum number of people the town can support, MM, and the current number of people. Which differential equation models this situation, where kk is a positive constant of proportionality?

  1. dNdt=k(MN)\frac{dN}{dt} = k(M-N)
  2. dNdt=k(N+(MN))\frac{dN}{dt} = k(N + (M-N))
  3. dNdt=k(MN)N\frac{dN}{dt} = \frac{k(M-N)}{N}
  4. dNdt=kN(MN)\frac{dN}{dt} = kN(M-N) (correct answer)
Explanation: When you encounter problems about rates of change that depend on multiple factors, you need to carefully translate each condition into mathematical terms and combine them appropriately. The problem states the rate of increase is proportional to both the current population N and the difference (M-N). When a quantity is proportional to multiple factors simultaneously, you multiply those factors together. Since the rate equals some constant times N times (M-N), you get dNdt=kN(MN)\frac{dN}{dt} = kN(M-N), which is answer D. This is actually the famous logistic growth model. When N is small, (M-N) is large, so growth accelerates. As N approaches M, (M-N) approaches zero, slowing growth to nearly zero as the population nears the town's capacity. Answer A, dNdt=k(MN)\frac{dN}{dt} = k(M-N), only accounts for the capacity constraint but ignores that growth should also depend on the current population size. This would give the same growth rate whether you have 10 people or 10,000 people. Answer B, dNdt=k(N+(MN))=kM\frac{dN}{dt} = k(N + (M-N)) = kM, simplifies to a constant growth rate, completely missing both proportionality conditions. Answer C, dNdt=k(MN)N\frac{dN}{dt} = \frac{k(M-N)}{N}, incorrectly divides by N instead of multiplying, which would make the growth rate decrease as population increases—the opposite of what's described. Remember: when a rate is proportional to multiple quantities simultaneously, multiply those quantities together. Watch for this pattern in population dynamics, chemical reactions, and other real-world modeling problems.

Question 14

The rate of growth of a population PP of bacteria is directly proportional to the square root of the population size. Initially, the population is 100. After 1 hour, the population is 225. Find the population after 3 hours.

  1. 400
  2. 475
  3. 625 (correct answer)
  4. 7225
Explanation: The problem states that dPdt=kP\frac{dP}{dt} = k\sqrt{P} for some constant kk. Separate the variables: P1/2dP=kdtP^{-1/2} dP = k \, dt. Integrate both sides: P1/2dP=kdt\int P^{-1/2} dP = \int k \, dt which gives 2P1/2=kt+C2P^{1/2} = kt + C. Use the initial condition P(0)=100P(0)=100: 2100=k(0)+C2(10)=CC=202\sqrt{100} = k(0) + C \Rightarrow 2(10) = C \Rightarrow C=20. The equation becomes 2P=kt+202\sqrt{P} = kt + 20. Use the condition P(1)=225P(1)=225: 2225=k(1)+202(15)=k+2030=k+20k=102\sqrt{225} = k(1) + 20 \Rightarrow 2(15) = k+20 \Rightarrow 30 = k+20 \Rightarrow k=10. The particular solution is 2P=10t+202\sqrt{P} = 10t + 20, which simplifies to P=5t+10\sqrt{P} = 5t + 10. To find the population after 3 hours, let t=3t=3: P=5(3)+10=15+10=25\sqrt{P} = 5(3) + 10 = 15 + 10 = 25. P=252=625P = 25^2 = 625.
  • A is incorrect; this would be the population at t=2t=2.
  • B is incorrect; this results from assuming a linear growth model based on the first two points.
  • D is incorrect and likely results from an arithmetic error in calculating kk or in the final step.

Question 15

The value VV of a machine, in thousands of dollars, depreciates over time tt in years according to the differential equation dVdt=k(V5)\frac{dV}{dt} = -k(V-5), where 5 is the machine's scrap value. The initial value is $65,000. After 2 years, its value is $20,000. What is the value of the machine after 4 years?

  1. $6,250
  2. $8,750 (correct answer)
  3. $10,000
  4. $12,500
Explanation: The differential equation is dVdt=k(V5)\frac{dV}{dt} = -k(V-5). The general solution is V(t)=5+(V05)ektV(t) = 5 + (V_0 - 5)e^{-kt}. The values are in thousands of dollars, so V0=65V_0 = 65. V(t)=5+(655)ekt=5+60ektV(t) = 5 + (65 - 5)e^{-kt} = 5 + 60e^{-kt} We are given that V(2)=20V(2) = 20. We use this to find the decay constant. 20=5+60e2k20 = 5 + 60e^{-2k} 15=60e2k15 = 60e^{-2k} 1560=e2k    14=e2k\frac{15}{60} = e^{-2k} \implies \frac{1}{4} = e^{-2k} This means (ek)2=(12)2(e^{-k})^2 = (\frac{1}{2})^2, so ek=12e^{-k} = \frac{1}{2}. Now we can write the particular solution as: V(t)=5+60(ek)t=5+60(12)tV(t) = 5 + 60(e^{-k})^t = 5 + 60(\frac{1}{2})^t We need to find the value after 4 years, i.e., V(4)V(4). V(4)=5+60(12)4=5+60(116)=5+154=5+3.75=8.75V(4) = 5 + 60(\frac{1}{2})^4 = 5 + 60(\frac{1}{16}) = 5 + \frac{15}{4} = 5 + 3.75 = 8.75 Since the value is in thousands of dollars, the value is $8,750.
  • A is incorrect and likely results from an algebraic error in the final calculation.
  • C is incorrect and might result from assuming linear decay or another incorrect model.
  • D is incorrect; this is the value at t=3t=3, not t=4t=4.

Question 16

A curve is defined by the differential equation dydx=kyx\frac{dy}{dx} = \frac{ky}{x}. Given the curve passes through the points (1,2)(1, 2) and (4,1)(4, 1), find the value of kk.

  1. -2
  2. -0.5 (correct answer)
  3. 0.5
  4. 2
Explanation: First, find the general solution of the differential equation. Separate variables: dyy=kdxx\frac{dy}{y} = k \frac{dx}{x} Integrate both sides: 1ydy=k1xdx\int \frac{1}{y} dy = k \int \frac{1}{x} dx lny=klnx+C\ln|y| = k \ln|x| + C Using logarithm properties, this can be written as lny=lnxk+C\ln|y| = \ln|x^k| + C. Exponentiating both sides gives y=eCxk|y| = e^C |x^k|, which simplifies to the general form y=Axky = Ax^k. Now, use the two given points to find AA and kk. Using (1,2)(1, 2): 2=A(1)kA=22 = A(1)^k \Rightarrow A = 2 So the particular solution has the form y=2xky = 2x^k. Now use the second point (4,1)(4, 1): 1=2(4k)1 = 2(4^k) 12=4k\frac{1}{2} = 4^k To solve for kk, take the natural logarithm of both sides: ln(12)=ln(4k)\ln(\frac{1}{2}) = \ln(4^k) ln(2)=kln(4)-\ln(2) = k \ln(4) ln(2)=kln(22)-\ln(2) = k \ln(2^2) ln(2)=k(2ln(2))-\ln(2) = k (2\ln(2)) Divide by 2ln(2)2\ln(2): k=12=0.5k = -\frac{1}{2} = -0.5
  • A is incorrect due to an error in solving the logarithmic equation.
  • C is incorrect due to a sign error.
  • D is incorrect due to both a sign error and an inversion error.

Question 17

Given the logistic differential equation dPdt=P(5P)\frac{dP}{dt} = P(5-P) with initial condition P(0)=1P(0)=1, which of the following is an expression for P(t)P(t)?

  1. P(t)=5e5t4+e5tP(t) = \frac{5e^{5t}}{4+e^{5t}} (correct answer)
  2. P(t)=5et4+etP(t) = \frac{5e^t}{4+e^t}
  3. P(t)=20e5t1+4e5tP(t) = \frac{20e^{5t}}{1+4e^{5t}}
  4. P(t)=51+4etP(t) = \frac{5}{1+4e^{-t}}
Explanation: Separate the variables: dPP(5P)=dt\frac{dP}{P(5-P)} = dt. Use partial fraction decomposition for the left side: 1P(5P)=AP+B5P\frac{1}{P(5-P)} = \frac{A}{P} + \frac{B}{5-P}. This yields 1=A(5P)+BP1 = A(5-P) + BP. Setting P=0P=0 gives A=1/5A=1/5. Setting P=5P=5 gives B=1/5B=1/5. The integral becomes: 15(1P+15P)dP=dt\int \frac{1}{5}(\frac{1}{P} + \frac{1}{5-P}) dP = \int dt. 15(lnPln5P)=t+C1\frac{1}{5}(\ln|P| - \ln|5-P|) = t + C_1. lnP5P=5t+C2\ln|\frac{P}{5-P}| = 5t + C_2. Exponentiating both sides: P5P=e5t+C2=Ae5t\frac{P}{5-P} = e^{5t+C_2} = Ae^{5t}. Use the initial condition P(0)=1P(0)=1: 151=Ae0A=14\frac{1}{5-1} = Ae^0 \Rightarrow A = \frac{1}{4}. So, P5P=14e5t\frac{P}{5-P} = \frac{1}{4}e^{5t}. Now, solve for PP: 4P=(5P)e5t=5e5tPe5t4P = (5-P)e^{5t} = 5e^{5t} - Pe^{5t}. P(4+e5t)=5e5tP(4+e^{5t}) = 5e^{5t}. P(t)=5e5t4+e5tP(t) = \frac{5e^{5t}}{4+e^{5t}}.
  • B is incorrect due to an error in the integration step, likely dropping the factor of 5.
  • C is incorrect due to an error in calculating the constant AA, finding A=4A=4 instead of 1/41/4.
  • D is incorrect due to multiple errors in the integration and algebraic manipulation.

Question 18

The rate of change of a variable yy with respect to xx is given by dydx=2y(1y10)\frac{dy}{dx} = 2y(1-\frac{y}{10}). Given that y(0)=1y(0)=1, find limxy(x)\lim_{x\to\infty} y(x).

  1. 0
  2. 1
  3. 10 (correct answer)
  4. \infty
Explanation: The given differential equation dydx=2y(1y10)\frac{dy}{dx} = 2y(1-\frac{y}{10}) is a logistic growth model of the form dydx=ky(1yM)\frac{dy}{dx} = ky(1-\frac{y}{M}), where k=2k=2 is the growth rate and M=10M=10 is the carrying capacity. The equilibrium solutions occur when dydx=0\frac{dy}{dx} = 0, which is at y=0y=0 and y=10y=10. The solution y=10y=10 is a stable equilibrium (the carrying capacity), while y=0y=0 is an unstable equilibrium. For any initial condition y(0)>0y(0) > 0, the solution y(x)y(x) will approach the carrying capacity MM as xx \to \infty. Since the initial condition is y(0)=1y(0)=1, which is between 0 and 10, the population will grow and approach the carrying capacity. Therefore, limxy(x)=10\lim_{x\to\infty} y(x) = 10. This question tests the conceptual understanding of the long-term behavior of a logistic model, which does not require solving the differential equation explicitly.
  • A is incorrect because y=0y=0 is an unstable equilibrium; solutions move away from it (unless they start there).
  • B is incorrect because this is the initial value, not the long-term limit.
  • D is incorrect because growth is limited by the carrying capacity, preventing it from becoming infinite.

Question 19

Solve the differential equation dydx=exy\frac{dy}{dx} = e^{x-y} given the initial condition y(0)=ln(2)y(0)=\ln(2).

  1. y=ln(ex+1)y = \ln(e^x + 1) (correct answer)
  2. y=ln(ex+2)y = \ln(e^x + 2)
  3. y=x+ln(2)y = x + \ln(2)
  4. y=ln(ex1)y = \ln(e^x - 1)
Explanation: First, rewrite the differential equation using exponent properties: dydx=exey\frac{dy}{dx} = e^x e^{-y}. Separate the variables: dyey=exdx\frac{dy}{e^{-y}} = e^x \, dx eydy=exdxe^y \, dy = e^x \, dx Integrate both sides: eydy=exdx\int e^y \, dy = \int e^x \, dx ey=ex+Ce^y = e^x + C Now use the initial condition y(0)=ln(2)y(0)=\ln(2) to find CC: eln(2)=e0+Ce^{\ln(2)} = e^0 + C 2=1+CC=12 = 1 + C \Rightarrow C = 1 Substitute C=1C=1 back into the equation: ey=ex+1e^y = e^x + 1 Solve for yy by taking the natural logarithm of both sides: y=ln(ex+1)y = \ln(e^x + 1)
  • B is incorrect due to an arithmetic error when calculating CC, likely 21=22-1=2.
  • C is incorrect; this would be the solution to the much simpler equation dydx=1\frac{dy}{dx}=1.
  • D is incorrect and arises from a sign error when calculating CC, finding C=1C=-1.

Question 20

The solution to the differential equation dydx=2xy2\frac{dy}{dx} = 2xy^2 passes through the point (0, 1/2). Find the particular solution for yy.

  1. y=12x2y = \frac{1}{2-x^2} (correct answer)
  2. y=1x22y = \frac{1}{x^2-2}
  3. y=12+x2y = \frac{1}{2+x^2}
  4. y=12ex2y = \frac{1}{2} e^{x^2}
Explanation: First, separate the variables: dyy2=2xdx\frac{dy}{y^2} = 2x \, dx Integrate both sides: y2dy=2xdx\int y^{-2} \, dy = \int 2x \, dx y1=x2+C-y^{-1} = x^2 + C 1y=x2+C-\frac{1}{y} = x^2 + C Now, use the initial condition (0, 1/2) to find the constant CC: 11/2=02+C-\frac{1}{1/2} = 0^2 + C 2=C-2 = C Substitute C=2C=-2 back into the equation: 1y=x22-\frac{1}{y} = x^2 - 2 Finally, solve for yy: 1y=(x22)=2x2\frac{1}{y} = -(x^2 - 2) = 2 - x^2 y=12x2y = \frac{1}{2-x^2}
  • B is incorrect due to a sign error in the final step of solving for yy.
  • C is incorrect due to a sign error when calculating the constant of integration CC.
  • D is incorrect because it results from incorrectly separating the variables as dyy=2xdx\frac{dy}{y} = 2x \, dx, which leads to a logarithmic integral.