Differential Equations Quiz: Solving Separable Equations
20 questions · exam conditions
0:00
Solving Separable EquationsQuestion 1 of 20

A population y(t)y(t) is modeled by the logistic-type differential equation dydt=y(4y)\frac{dy}{dt} = y(4-y). If the initial population is y(0)=2y(0)=2, what is the limiting population as tt \to \infty?

00
22
44
\infty
← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Solving Separable Equations

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

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

A population y(t)y(t) is modeled by the logistic-type differential equation dydt=y(4y)\frac{dy}{dt} = y(4-y). If the initial population is y(0)=2y(0)=2, what is the limiting population as tt \to \infty?

  1. 00
  2. 22
  3. 44 (correct answer)
  4. \infty
Explanation: We can solve this by separating variables. Note that y=0y=0 and y=4y=4 are equilibrium solutions. Since the initial value is y(0)=2y(0)=2, the solution will not be an equilibrium solution. dyy(4y)=dt\frac{dy}{y(4-y)} = dt We use partial fraction decomposition for the left side: 1y(4y)=Ay+B4y    1=A(4y)+By\frac{1}{y(4-y)} = \frac{A}{y} + \frac{B}{4-y} \implies 1 = A(4-y) + By Setting y=0y=0 gives 1=4A    A=1/41=4A \implies A=1/4. Setting y=4y=4 gives 1=4B    B=1/41=4B \implies B=1/4. So the equation becomes: 14(1y+14y)dy=dt\frac{1}{4}\left(\frac{1}{y} + \frac{1}{4-y}\right) dy = dt Integrating both sides: (1y+14y)dy=4dt\int \left(\frac{1}{y} + \frac{1}{4-y}\right) dy = \int 4 \, dt lnyln4y=4t+C1\ln|y| - \ln|4-y| = 4t + C_1 lny4y=4t+C1\ln\left|\frac{y}{4-y}\right| = 4t + C_1 Exponentiating both sides: y4y=Ce4t\frac{y}{4-y} = C e^{4t} Using the initial condition y(0)=2y(0)=2: 242=Ce0    1=C\frac{2}{4-2} = C e^0 \implies 1 = C The solution satisfies y4y=e4t\frac{y}{4-y} = e^{4t}. To find the limit, we solve for yy: y=(4y)e4t=4e4tye4ty = (4-y)e^{4t} = 4e^{4t} - y e^{4t} y(1+e4t)=4e4t    y(t)=4e4t1+e4t=4e4t+1y(1+e^{4t}) = 4e^{4t} \implies y(t) = \frac{4e^{4t}}{1+e^{4t}} = \frac{4}{e^{-4t}+1} Now we take the limit as tt \to \infty: limty(t)=limt4e4t+1=40+1=4\lim_{t\to\infty} y(t) = \lim_{t\to\infty} \frac{4}{e^{-4t}+1} = \frac{4}{0+1} = 4
  • (A) would be the limit if the initial population were between 0 and the other equilibrium solution, but with a different equation structure. For this equation, an initial population of 2 grows towards 4. This answer can arise from a sign error in the setup, leading to y(t)=4/(1+e4t)y(t) = 4/(1+e^{4t}).
  • (B) is the initial value, not the limiting value.
  • (D) is what a student might guess if they see the term e4te^{4t} and don't correctly simplify the rational expression.

Question 2

Find the explicit solution y(x)y(x) for the initial value problem eyyxxey=0,y(1)=0e^y y' - x - x e^y = 0, \quad y(1)=0

  1. y(x)=x212y(x) = \frac{x^2-1}{2}
  2. y(x)=ln(2ex211)y(x) = \ln(2e^{x^2-1} - 1)
  3. y(x)=ln(2e(x21)/21)y(x) = \ln(2e^{(x^2-1)/2} - 1) (correct answer)
  4. y(x)=ln(x2+ln(4)1)y(x) = \ln(x^2+\ln(4)-1)
Explanation: First, rearrange the differential equation to separate variables: eydydx=x+xey=x(1+ey)e^y \frac{dy}{dx} = x + xe^y = x(1+e^y) ey1+eydy=xdx\frac{e^y}{1+e^y} dy = x \, dx Now integrate both sides. For the left side, use the substitution u=1+eyu = 1+e^y, so du=eydydu = e^y dy. 1udu=xdx\int \frac{1}{u} du = \int x \, dx lnu=x22+C\ln|u| = \frac{x^2}{2} + C Substituting back u=1+eyu=1+e^y (which is always positive), we get: ln(1+ey)=x22+C\ln(1+e^y) = \frac{x^2}{2} + C Use the initial condition y(1)=0y(1)=0: ln(1+e0)=122+C\ln(1+e^0) = \frac{1^2}{2} + C ln(1+1)=12+C\ln(1+1) = \frac{1}{2} + C ln(2)=12+C    C=ln(2)12\ln(2) = \frac{1}{2} + C \implies C = \ln(2) - \frac{1}{2} The implicit solution is ln(1+ey)=x22+ln(2)12\ln(1+e^y) = \frac{x^2}{2} + \ln(2) - \frac{1}{2}. To find the explicit solution, we exponentiate both sides: 1+ey=ex2212+ln(2)=ex212eln(2)=2e(x21)/21+e^y = e^{\frac{x^2}{2} - \frac{1}{2} + \ln(2)} = e^{\frac{x^2-1}{2}} \cdot e^{\ln(2)} = 2e^{(x^2-1)/2} ey=2e(x21)/21e^y = 2e^{(x^2-1)/2} - 1 y(x)=ln(2e(x21)/21)y(x) = \ln(2e^{(x^2-1)/2} - 1)
  • (A) results from an incorrect integration of the left side, e.g., if ey1+eydy\int \frac{e^y}{1+e^y} dy was incorrectly calculated as yy.
  • (B) results from an incorrect integration of the right side, using xdx=x2\int x dx = x^2 instead of x2/2x^2/2. This leads to C=ln(2)1C=\ln(2)-1 and y(x)=ln(ex2+ln(2)11)=ln(2ex211)y(x) = \ln(e^{x^2+\ln(2)-1}-1)=\ln(2e^{x^2-1}-1).
  • (D) results from multiple errors, such as forgetting to exponentiate to solve for yy and making an integration error like xdx=x2\int x dx = x^2.

Question 3

The solution y(x)y(x) to the initial value problem dydx=2x(y1)2,y(0)=2\frac{dy}{dx} = 2x(y-1)^2, \quad y(0)=2 has vertical asymptotes at x=ax=a and x=bx=b. Which of the following statements about the solution is true for xx in the interval (a,b)(a, b)?

  1. limx1y(x)=+\lim_{x \to 1^-} y(x) = +\infty (correct answer)
  2. y(x)y(x) has a local maximum at x=0x=0.
  3. The solution is defined for all real xx.
  4. limx1+y(x)=\lim_{x \to -1^+} y(x) = -\infty
Explanation: First, we solve the initial value problem. Separating variables gives: dy(y1)2=2xdx\frac{dy}{(y-1)^2} = 2x \, dx Integrating both sides: (y1)2dy=2xdx\int (y-1)^{-2} \, dy = \int 2x \, dx (y1)1=x2+C-(y-1)^{-1} = x^2 + C Using the initial condition y(0)=2y(0)=2: (21)1=02+C    1=C-(2-1)^{-1} = 0^2 + C \implies -1 = C So the particular solution is: 1y1=x21    1y1=1x2\frac{-1}{y-1} = x^2 - 1 \implies \frac{1}{y-1} = 1 - x^2 Solving for y(x)y(x): y1=11x2    y(x)=1+11x2=2x21x2y-1 = \frac{1}{1-x^2} \implies y(x) = 1 + \frac{1}{1-x^2} = \frac{2-x^2}{1-x^2} The solution has vertical asymptotes where the denominator is zero, i.e., at x=±1x=\pm 1. The interval of existence (a,b)(a, b) containing the initial point x=0x=0 is (1,1)(-1, 1). Now we analyze the given statements.
  • (A) Let's check the limit as x1x \to 1^-. As xx approaches 1 from the left, x2x^2 approaches 1 from the left, so 1x21-x^2 approaches 0+0^+. The numerator 2x22-x^2 approaches 11. Therefore, limx1y(x)=10+=+\lim_{x \to 1^-} y(x) = \frac{1}{0^+} = +\infty. This statement is true.
  • (B) To check for a local maximum, we find the derivative, which is given as y(x)=2x(y1)2y'(x) = 2x(y-1)^2. Substituting our solution for yy: y(x)=2x(11x2)2=2x(1x2)2y'(x) = 2x\left(\frac{1}{1-x^2}\right)^2 = \frac{2x}{(1-x^2)^2}. At x=0x=0, y(0)=0y'(0)=0. For xx near 0, the denominator is positive. If x<0x<0, y<0y'<0 (decreasing). If x>0x>0, y>0y'>0 (increasing). By the first derivative test, y(x)y(x) has a local minimum at x=0x=0, so this statement is false.
  • (C) This is false, as there are vertical asymptotes at x=±1x=\pm 1.
  • (D) Let's check the limit as x1+x \to -1^+. As xx approaches -1 from the right, x2x^2 approaches 1 from the left, so 1x21-x^2 approaches 0+0^+. The numerator approaches 1. Therefore, limx1+y(x)=10+=+\lim_{x \to -1^+} y(x) = \frac{1}{0^+} = +\infty. This statement is false.

Question 4

A 100-liter tank initially contains brine with 10 kg of salt. Pure water flows into the tank at a rate of 5 L/min. The mixture is kept uniform by stirring and flows out at the same rate. Let A(t)A(t) be the amount of salt in kg after tt minutes. How long does it take for the amount of salt in the tank to be reduced to 1 kg?

  1. 10ln(10)10 \ln(10) minutes
  2. 20ln(9)20 \ln(9) minutes
  3. 20ln(10)20 \ln(10) minutes (correct answer)
  4. 1818 minutes
Explanation: The rate of change of salt in the tank is given by dAdt=Rate inRate out\frac{dA}{dt} = \text{Rate in} - \text{Rate out}. The rate of salt flowing in is 0, since pure water is entering. Rate in = 0. The rate of salt flowing out depends on the concentration of salt in the tank at time tt. The volume of the mixture is constant at 100 L. The concentration is A(t)100\frac{A(t)}{100} kg/L. The mixture flows out at 5 L/min. So, Rate out = 5×A(t)100=A205 \times \frac{A(t)}{100} = \frac{A}{20} kg/min. The differential equation is dAdt=0A20=A20\frac{dA}{dt} = 0 - \frac{A}{20} = -\frac{A}{20}. This is a separable equation. We solve it: dAA=120dt\frac{dA}{A} = -\frac{1}{20} dt Integrating both sides: ln(A)=t20+C\ln(A) = -\frac{t}{20} + C (We can use AA instead of A|A| since amount of salt is non-negative). Exponentiating gives: A(t)=et/20+C=Ket/20A(t) = e^{-t/20 + C} = K e^{-t/20} The initial condition is A(0)=10A(0)=10 kg. 10=Ke0    K=1010 = K e^0 \implies K=10 The amount of salt at time tt is A(t)=10et/20A(t) = 10e^{-t/20}. We want to find the time tt when A(t)=1A(t)=1 kg. 1=10et/201 = 10e^{-t/20} 0.1=et/200.1 = e^{-t/20} ln(0.1)=t20\ln(0.1) = -\frac{t}{20} ln(1/10)=t20\ln(1/10) = -\frac{t}{20} ln(10)=t20-\ln(10) = -\frac{t}{20} t=20ln(10)t = 20 \ln(10)
  • (A) results from an algebraic error, possibly using 10 instead of 20 when solving for tt.
  • (B) results from a conceptual error, perhaps by considering the change in salt, 101=910-1=9, and using ln(9)\ln(9) instead of ln(10)\ln(10).
  • (D) would be the result of assuming a constant rate of decay. The initial rate of salt leaving is 10/20=0.510/20 = 0.5 kg/min. If this rate were constant, the time to lose 9 kg would be 9/0.5=189 / 0.5 = 18 minutes. This linear model is incorrect.

Question 5

Find the implicit solution to the differential equation dydx=xex2cos(y)\frac{dy}{dx} = \frac{x e^{x^2}}{\cos(y)} with the initial condition y(0)=π2y(0) = \frac{\pi}{2}.

  1. 2sin(y)=ex212\sin(y) = e^{x^2} - 1
  2. sin(y)=ex2\sin(y) = e^{x^2}
  3. 2sin(y)=3ex22\sin(y) = 3 - e^{x^2}
  4. 2sin(y)=ex2+12\sin(y) = e^{x^2} + 1 (correct answer)
Explanation: This is a separable differential equation. We can write it as cos(y)dy=xex2dx\cos(y) \, dy = x e^{x^2} \, dx. Integrating both sides, we have cos(y)dy=xex2dx\int \cos(y) \, dy = \int x e^{x^2} \, dx. The integral of the left side is sin(y)\sin(y). For the right side, we use the substitution u=x2u = x^2, so du=2xdxdu = 2x \, dx. The integral becomes 12eudu=12eu=12ex2\frac{1}{2} \int e^u \, du = \frac{1}{2} e^u = \frac{1}{2} e^{x^2}. So, the general solution is sin(y)=12ex2+C\sin(y) = \frac{1}{2} e^{x^2} + C. Using the initial condition y(0)=π2y(0) = \frac{\pi}{2}, we substitute x=0x=0 and y=π2y=\frac{\pi}{2}: sin(π2)=12e02+C\sin(\frac{\pi}{2}) = \frac{1}{2} e^{0^2} + C, which gives 1=12(1)+C1 = \frac{1}{2}(1) + C, so C=12C = \frac{1}{2}. Substituting CC back, we get sin(y)=12ex2+12\sin(y) = \frac{1}{2} e^{x^2} + \frac{1}{2}. Multiplying by 2 gives the implicit solution 2sin(y)=ex2+12\sin(y) = e^{x^2} + 1.

Question 6

A tank initially contains 100 L of pure water. A salt solution with a concentration of 0.5 kg/L is pumped into the tank at a rate of 2 L/min. The well-mixed solution is pumped out at the same rate. Let S(t)S(t) be the amount of salt (in kg) in the tank at time tt (in minutes). At what time tt will the amount of salt in the tank reach 40 kg?

  1. 50ln(1.8)50 \ln(1.8) minutes
  2. 100ln(5/3)100 \ln(5/3) minutes
  3. 50ln(5)50 \ln(5) minutes (correct answer)
  4. 50ln(40)50 \ln(40) minutes
Explanation: The rate of change of salt is dSdt=(rate in)(rate out)\frac{dS}{dt} = (\text{rate in}) - (\text{rate out}). The rate in is (0.5 kg/L)×(2 L/min)=1 kg/min(0.5 \text{ kg/L}) \times (2 \text{ L/min}) = 1 \text{ kg/min}. The concentration in the tank at time tt is S(t)/100S(t)/100 kg/L. The rate out is (S(t)/100 kg/L)×(2 L/min)=S/50 kg/min(S(t)/100 \text{ kg/L}) \times (2 \text{ L/min}) = S/50 \text{ kg/min}. The differential equation is dSdt=1S50=50S50\frac{dS}{dt} = 1 - \frac{S}{50} = \frac{50-S}{50}. This is a separable equation: dS50S=150dt\frac{dS}{50-S} = \frac{1}{50} dt. Integrating both sides gives ln50S=t50+C-\ln|50-S| = \frac{t}{50} + C. The initial condition is S(0)=0S(0)=0 (pure water), so ln500=C-\ln|50-0| = C, which means C=ln(50)C = -\ln(50). The equation becomes ln50S=t50ln(50)-\ln|50-S| = \frac{t}{50} - \ln(50), or ln(50)ln50S=t50\ln(50) - \ln|50-S| = \frac{t}{50}. Since SS will not exceed 50 kg, we can drop the absolute value: ln(5050S)=t50\ln\left(\frac{50}{50-S}\right) = \frac{t}{50}. We want to find tt when S=40S=40: ln(505040)=t50\ln\left(\frac{50}{50-40}\right) = \frac{t}{50}, which simplifies to ln(5)=t50\ln(5) = \frac{t}{50}. Therefore, t=50ln(5)t = 50 \ln(5) minutes.

Question 7

Find the implicit solution to the initial value problem (y2+1)dydx=yex(y^2 + 1) \frac{dy}{dx} = y e^x with y(0)=1y(0) = 1.

  1. y2+2ln(y)=2ex+1y^2 + 2\ln(y) = 2e^x + 1
  2. y2+2ln(y)=2ex1y^2 + 2\ln(y) = 2e^x - 1 (correct answer)
  3. y22+y=ex+12\frac{y^2}{2} + y = e^x + \frac{1}{2}
  4. y22y2=2ex3y^2 - \frac{2}{y^2} = 2e^x - 3
Explanation: The differential equation is separable. We separate the variables by dividing by yy and multiplying by dxdx: y2+1ydy=exdx\frac{y^2+1}{y} dy = e^x dx. The left side can be written as (y+1y)dy(y + \frac{1}{y}) dy. Now we integrate both sides: (y+1y)dy=exdx\int (y + \frac{1}{y}) dy = \int e^x dx. This yields y22+lny=ex+C\frac{y^2}{2} + \ln|y| = e^x + C. We use the initial condition y(0)=1y(0)=1 to find CC. Substituting x=0x=0 and y=1y=1: 122+ln1=e0+C\frac{1^2}{2} + \ln|1| = e^0 + C, which simplifies to 12+0=1+C\frac{1}{2} + 0 = 1 + C. Solving for CC, we get C=12C = -\frac{1}{2}. Since y(0)=1y(0)=1 is positive, we can drop the absolute value for the solution near x=0x=0. The implicit solution is y22+ln(y)=ex12\frac{y^2}{2} + \ln(y) = e^x - \frac{1}{2}. To match the answer choices, we multiply the entire equation by 2: y2+2ln(y)=2ex1y^2 + 2\ln(y) = 2e^x - 1.

Question 8

Find the value of y(1)y(1) for the solution to the initial value problem dydxx(y+1)=y+1\frac{dy}{dx} - x(y+1) = y+1, with y(0)=1y(0)=1.

  1. 2e12e - 1
  2. e3/2e^{3/2}
  3. 2e3/212e^{3/2} - 1 (correct answer)
  4. 2e3/22e^{3/2}
Explanation: First, we rearrange the equation to see if it is separable. dydx=y+1+x(y+1)\frac{dy}{dx} = y+1 + x(y+1). We can factor out (y+1)(y+1) on the right side: dydx=(1+x)(y+1)\frac{dy}{dx} = (1+x)(y+1). This is a separable equation. We separate the variables to get dyy+1=(1+x)dx\frac{dy}{y+1} = (1+x) dx. Now, we integrate both sides: dyy+1=(1+x)dx\int \frac{dy}{y+1} = \int (1+x) dx. This gives lny+1=x+x22+C\ln|y+1| = x + \frac{x^2}{2} + C. We use the initial condition y(0)=1y(0)=1 to find CC: ln1+1=0+022+C\ln|1+1| = 0 + \frac{0^2}{2} + C, which means ln(2)=C\ln(2) = C. So, the solution is lny+1=x+x22+ln(2)\ln|y+1| = x + \frac{x^2}{2} + \ln(2). Since y(0)=1>1y(0)=1> -1, we can drop the absolute value sign. To find y(1)y(1), we first solve for y(x)y(x). ln(y+1)ln(2)=x+x22\ln(y+1) - \ln(2) = x + \frac{x^2}{2}, so ln(y+12)=x+x22\ln(\frac{y+1}{2}) = x + \frac{x^2}{2}. Exponentiating both sides gives y+12=ex+x2/2\frac{y+1}{2} = e^{x + x^2/2}. Then y(x)=2ex+x2/21y(x) = 2e^{x + x^2/2} - 1. Finally, we evaluate at x=1x=1: y(1)=2e1+12/21=2e3/21y(1) = 2e^{1 + 1^2/2} - 1 = 2e^{3/2} - 1.

Question 9

The differential equation dydx=12(y21)\frac{dy}{dx} = \frac{1}{2}(y^2 - 1) has two constant solutions, y=1y=1 and y=1y=-1. A particular solution to this equation passes through the point (0,3)(0, 3). Which of the following statements is true about this particular solution y(x)y(x)?

  1. The solution y(x)y(x) is defined for all real numbers xx.
  2. The solution is always increasing on its interval of existence. (correct answer)
  3. limxy(x)=1\lim_{x \to \infty} y(x) = -1.
  4. The solution y(x)y(x) approaches the constant solution y=1y=1 as xx \to \infty.
Explanation: First, we solve the initial value problem. Separating variables gives dyy21=12dx\frac{dy}{y^2 - 1} = \frac{1}{2} dx. Using partial fraction decomposition, 1y21=1/2y11/2y+1\frac{1}{y^2 - 1} = \frac{1/2}{y-1} - \frac{1/2}{y+1}. Integrating gives 12(1y11y+1)dy=12dx\frac{1}{2} \int (\frac{1}{y-1} - \frac{1}{y+1}) dy = \int \frac{1}{2} dx, which yields lny1lny+1=x+C\ln|y-1| - \ln|y+1| = x + C, or lny1y+1=x+C\ln\left|\frac{y-1}{y+1}\right| = x + C. Given y(0)=3y(0)=3, we have ln313+1=0+C\ln\left|\frac{3-1}{3+1}\right| = 0+C, so C=ln(1/2)=ln(2)C = \ln(1/2) = -\ln(2). The solution is y1y+1=exln(2)=12ex\frac{y-1}{y+1} = e^{x-\ln(2)} = \frac{1}{2}e^x. Solving for y(x)y(x), we find y(x)=2+ex2exy(x) = \frac{2+e^x}{2-e^x}. The solution has a vertical asymptote where 2ex=02-e^x = 0, i.e., at x=ln(2)x=\ln(2). Since the initial condition is at x=0x=0, the interval of existence is (,ln(2))(-\infty, \ln(2)). Thus, statement (A) is false. Statement (C) is false because the limit is taken outside the domain of the solution. To check statement (B), we find the derivative of the solution: y(x)=ex(2ex)(2+ex)(ex)(2ex)2=4ex(2ex)2y'(x) = \frac{e^x(2-e^x) - (2+e^x)(-e^x)}{(2-e^x)^2} = \frac{4e^x}{(2-e^x)^2}. Since ex>0e^x > 0 and (2ex)2>0(2-e^x)^2 > 0 on the interval of existence, y(x)>0y'(x) > 0. Therefore, the solution is always increasing. Statement (D) is false; as xx \to -\infty, y(x)2+020=1y(x) \to \frac{2+0}{2-0} = 1.

Question 10

The differential equation dydx=ylnyxlnx\frac{dy}{dx} = \frac{y \ln y}{x \ln x} is separable for x,y>1x, y > 1. After separation and integration, if y(e)=e2y(e) = e^2, what is the relationship between ln(lny)\ln(\ln y) and ln(lnx)\ln(\ln x)?

  1. ln(lny)=2ln(lnx)+ln2\ln(\ln y) = 2\ln(\ln x) + \ln 2
  2. ln(lny)=ln(lnx)+ln2\ln(\ln y) = \ln(\ln x) + \ln 2 (correct answer)
  3. ln(lny)=2ln(lnx)ln2\ln(\ln y) = 2\ln(\ln x) - \ln 2
  4. ln(lny)=ln(lnx)+2ln2\ln(\ln y) = \ln(\ln x) + 2\ln 2
Explanation: Separating variables: dyylny=dxxlnx\frac{dy}{y \ln y} = \frac{dx}{x \ln x}. Let u=lnyu = \ln y, so du=dyydu = \frac{dy}{y} and dyylny=duu\frac{dy}{y \ln y} = \frac{du}{u}. Similarly, let v=lnxv = \ln x, so dxxlnx=dvv\frac{dx}{x \ln x} = \frac{dv}{v}. The equation becomes duu=dvv\frac{du}{u} = \frac{dv}{v}, which integrates to lnu=lnv+C\ln|u| = \ln|v| + C, or ln(lny)=ln(lnx)+C\ln(\ln y) = \ln(\ln x) + C. Using the initial condition y(e)=e2y(e) = e^2: when x=ex = e, lnx=1\ln x = 1 and ln(lnx)=ln1=0\ln(\ln x) = \ln 1 = 0. When y=e2y = e^2, lny=2\ln y = 2 and ln(lny)=ln2\ln(\ln y) = \ln 2. Therefore ln2=0+C\ln 2 = 0 + C, so C=ln2C = \ln 2. Choice A incorrectly has coefficient 2 on ln(lnx)\ln(\ln x). Choice C has the wrong sign. Choice D has 2ln22\ln 2 instead of ln2\ln 2.

Question 11

A population model follows the differential equation dPdt=kP(MP)\frac{dP}{dt} = kP(M-P) where P(t)P(t) is population at time tt, k>0k > 0 is a constant, and MM is the carrying capacity. If P(0)=P0P(0) = P_0 where 0<P0<M0 < P_0 < M, what is the correct form of the solution after applying partial fractions and integrating?

  1. P(t)=MP0P0+(MP0)ekMtP(t) = \frac{MP_0}{P_0 + (M-P_0)e^{-kMt}} (correct answer)
  2. P(t)=MP0(MP0)+P0ekMtP(t) = \frac{MP_0}{(M-P_0) + P_0 e^{-kMt}}
  3. P(t)=MP0ekMtM+P0(ekMt1)P(t) = \frac{MP_0 e^{kMt}}{M + P_0(e^{kMt} - 1)}
  4. P(t)=M1+MP0P0ekMtP(t) = \frac{M}{1 + \frac{M-P_0}{P_0}e^{-kMt}}
Explanation: Separating variables: dPP(MP)=kdt\frac{dP}{P(M-P)} = k dt. Using partial fractions: 1P(MP)=1/MP+1/MMP\frac{1}{P(M-P)} = \frac{1/M}{P} + \frac{1/M}{M-P}. Integrating: 1M[lnPlnMP]=kt+C\frac{1}{M}[\ln|P| - \ln|M-P|] = kt + C, which gives lnPMP=kMt+C1\ln\left|\frac{P}{M-P}\right| = kMt + C_1. Thus PMP=AekMt\frac{P}{M-P} = Ae^{kMt} where A=eMC1A = e^{MC_1}. Using initial condition P(0)=P0P(0) = P_0: A=P0MP0A = \frac{P_0}{M-P_0}. Solving for PP: P=(MP)P0MP0ekMtP = (M-P)\frac{P_0}{M-P_0}e^{kMt}, leading to P(MP0)ekMt+P0P=MP0P(M-P_0)e^{-kMt} + P_0P = MP_0, so P=MP0P0+(MP0)ekMtP = \frac{MP_0}{P_0 + (M-P_0)e^{-kMt}}. Choice B has incorrect denominator arrangement. Choice C has the exponential in the wrong position. Choice D is algebraically equivalent to A but written in different form.

Question 12

A tank initially contains 100 gallons of pure water. Brine containing 2 pounds of salt per gallon flows in at 3 gallons per minute, and the well-mixed solution flows out at 2 gallons per minute. If S(t)S(t) represents pounds of salt at time tt minutes, which differential equation correctly models this situation?

  1. dSdt=62S100+t\frac{dS}{dt} = 6 - \frac{2S}{100 + t} (correct answer)
  2. dSdt=62S100t\frac{dS}{dt} = 6 - \frac{2S}{100 - t}
  3. dSdt=6S50+t2\frac{dS}{dt} = 6 - \frac{S}{50 + \frac{t}{2}}
  4. dSdt=63S100+t\frac{dS}{dt} = 6 - \frac{3S}{100 + t}
Explanation: Salt enters at rate: (2 lb/gal)(3 gal/min) = 6 lb/min. Volume at time tt: V(t)=100+(32)t=100+tV(t) = 100 + (3-2)t = 100 + t gallons. Concentration at time tt: S(t)100+t\frac{S(t)}{100+t} lb/gal. Salt leaves at rate: S(t)100+t×2=2S100+t\frac{S(t)}{100+t} \times 2 = \frac{2S}{100+t} lb/min. Therefore: dSdt=62S100+t\frac{dS}{dt} = 6 - \frac{2S}{100+t}. Choice B incorrectly uses 100t100-t (would apply if outflow exceeded inflow). Choice C has wrong coefficient and volume formula. Choice D uses rate 3 instead of 2 for the outflow concentration factor.

Question 13

The differential equation sin(x)dydx=ycos(x)+y2cos(x)\sin(x)\frac{dy}{dx} = y\cos(x) + y^2\cos(x) can be solved by separation of variables on the interval (0,π)(0, \pi). After separation, which of the following represents the correct integral setup?

  1. dyy+y2=cos(x)sin(x)dx\int \frac{dy}{y + y^2} = \int \frac{\cos(x)}{\sin(x)} dx
  2. dyy2(1+y)=cot(x)dx\int \frac{dy}{y^2(1 + y)} = \int \cot(x) dx
  3. dyy(1+y)=cot(x)dx\int \frac{dy}{y(1 + y)} = \int \cot(x) dx (correct answer)
  4. dyy+y2=tan(x)dx\int \frac{dy}{y + y^2} = \int \tan(x) dx
Explanation: When you encounter a differential equation that can be solved by separation of variables, your goal is to algebraically manipulate it so that all terms involving one variable (and its differential) appear on one side, while all terms involving the other variable appear on the opposite side. Starting with sin(x)dydx=ycos(x)+y2cos(x)\sin(x)\frac{dy}{dx} = y\cos(x) + y^2\cos(x), first factor the right side: sin(x)dydx=cos(x)(y+y2)=cos(x)y(1+y)\sin(x)\frac{dy}{dx} = \cos(x)(y + y^2) = \cos(x)y(1 + y) Now separate variables by dividing both sides by y(1+y)y(1 + y) and multiplying both sides by dxdx: dyy(1+y)=cos(x)sin(x)dx\frac{dy}{y(1 + y)} = \frac{\cos(x)}{\sin(x)}dx Since cos(x)sin(x)=cot(x)\frac{\cos(x)}{\sin(x)} = \cot(x), the integral setup becomes: dyy(1+y)=cot(x)dx\int \frac{dy}{y(1 + y)} = \int \cot(x) dx This matches answer choice C exactly. Answer A incorrectly writes the left side as dyy+y2\frac{dy}{y + y^2} instead of factoring out the yy, and uses cos(x)sin(x)\frac{\cos(x)}{\sin(x)} instead of simplifying to cot(x)\cot(x). Answer B has the wrong denominator y2(1+y)y^2(1 + y) instead of y(1+y)y(1 + y). Answer D makes the same factoring error as A and incorrectly identifies the trigonometric function as tan(x)\tan(x) instead of cot(x)\cot(x). Strategy tip: Always factor completely when separating variables, and remember that cos(x)sin(x)=cot(x)\frac{\cos(x)}{\sin(x)} = \cot(x), not tan(x)\tan(x). Double-check your algebra by substituting back into the original equation.

Question 14

Consider the initial value problem dydx=2xy2,y(0)=1\frac{dy}{dx} = 2x y^2, \quad y(0) = 1 The solution y(x)y(x) is defined on a maximal open interval (a,b)(a, b) containing x=0x=0. What is this interval?

  1. (,)(-\infty, \infty)
  2. (1,1)(-1, 1) (correct answer)
  3. (1,)(1, \infty)
  4. (0,1)(0, 1)
Explanation: To solve the differential equation, we separate variables: dyy2=2xdx\frac{dy}{y^2} = 2x \, dx Integrating both sides gives: 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, we apply the initial condition y(0)=1y(0) = 1: 11=02+C    C=1\frac{-1}{1} = 0^2 + C \implies C = -1 Substituting C=1C=-1 back into the equation gives the particular solution: 1y=x21\frac{-1}{y} = x^2 - 1 Solving for y(x)y(x), we get: y(x)=1x21=11x2y(x) = \frac{-1}{x^2 - 1} = \frac{1}{1 - x^2} The solution is defined for all xx such that the denominator is not zero, i.e., 1x201 - x^2 \neq 0, which means x±1x \neq \pm 1. This breaks the domain into three intervals: (,1)(-\infty, -1), (1,1)(-1, 1), and (1,)(1, \infty). The maximal open interval of existence for the solution to an initial value problem must contain the initial point, which is x=0x=0. The interval containing x=0x=0 is (1,1)(-1, 1).
  • (A) is incorrect. This would be the domain if the denominator were never zero, for example, if C=1C=1, leading to y=1/(x2+1)y = -1/(x^2+1).
  • (C) is incorrect. While the function is defined on this interval, it does not contain the initial point x=0x=0.
  • (D) is incorrect. This is a subinterval of the correct maximal interval of existence.

Question 15

Consider the initial value problem dydx=ex+y,y(0)=ln(2)\frac{dy}{dx} = e^{x+y}, \quad y(0) = -\ln(2) What is the value of y(ln(2))y(\ln(2))?

  1. ln(3)-\ln(3)
  2. 00 (correct answer)
  3. 11
  4. ln(3)\ln(3)
Explanation: The differential equation can be written as dydx=exey\frac{dy}{dx} = e^x e^y. We separate the variables: eydy=exdxe^{-y} \, dy = e^x \, dx Integrating both sides, we get: eydy=exdx\int e^{-y} \, dy = \int e^x \, dx ey=ex+C-e^{-y} = e^x + C We use the initial condition y(0)=ln(2)y(0) = -\ln(2) to find CC: e(ln(2))=e0+C-e^{-(-\ln(2))} = e^0 + C eln(2)=1+C-e^{\ln(2)} = 1 + C 2=1+C    C=3-2 = 1 + C \implies C = -3 The implicit solution is ey=ex3-e^{-y} = e^x - 3, or ey=3exe^{-y} = 3 - e^x. To find the explicit solution, we take the natural logarithm of both sides: y=ln(3ex)-y = \ln(3 - e^x) y(x)=ln(3ex)y(x) = -\ln(3 - e^x) Finally, we evaluate y(ln(2))y(\ln(2)): y(ln(2))=ln(3eln(2))=ln(32)=ln(1)=0y(\ln(2)) = -\ln(3 - e^{\ln(2)}) = -\ln(3 - 2) = -\ln(1) = 0
  • (A) results from a sign error in the integration of eye^{-y}, i.e., eydy=ey\int e^{-y} dy = e^{-y}. This leads to ey=ex+Ce^{-y} = e^x + C. The IC gives eln(2)=1+C    C=1e^{\ln(2)} = 1+C \implies C=1. The solution becomes y(x)=ln(ex+1)y(x) = -\ln(e^x+1), and y(ln(2))=ln(2+1)=ln(3)y(\ln(2)) = -\ln(2+1) = -\ln(3).
  • (C) results from an algebraic error when solving for yy from ey=3exe^{-y} = 3-e^x, such as incorrectly concluding y=1/(3ex)y = 1/(3-e^x). This would give y(ln(2))=1/(32)=1y(\ln(2)) = 1/(3-2) = 1.
  • (D) results from two sign errors, such as integrating eye^{-y} incorrectly and also making a sign error when solving for yy.

Question 16

What is the value of y(π)y(\pi) for the solution to the initial value problem dydx=(y1)cos(x),y(0)=1\frac{dy}{dx} = (y-1)\cos(x), \quad y(0)=1?

  1. 00
  2. 1+e1+e
  3. 22
  4. 11 (correct answer)
Explanation: When you encounter a separable differential equation with an initial condition, your first step is to check if there's an equilibrium solution that might satisfy the initial condition directly. Looking at dydx=(y1)cos(x)\frac{dy}{dx} = (y-1)\cos(x) with y(0)=1y(0)=1, notice that when y=1y = 1, the right side equals (11)cos(x)=0(1-1)\cos(x) = 0. This means dydx=0\frac{dy}{dx} = 0, so yy remains constant. Since the initial condition gives us y(0)=1y(0) = 1, the constant solution y(x)=1y(x) = 1 satisfies both the differential equation and initial condition. Therefore, y(π)=1y(\pi) = 1. To verify this is the unique solution, you could separate variables: dyy1=cos(x)dx\frac{dy}{y-1} = \cos(x)dx. Integrating both sides gives lny1=sin(x)+C\ln|y-1| = \sin(x) + C. Applying the initial condition y(0)=1y(0) = 1 would require ln11=ln(0)\ln|1-1| = \ln(0), which is undefined. This confirms that the equilibrium solution y=1y = 1 is indeed the appropriate solution. Choice A (00) might tempt you if you confused this with a different type of equation. Choice B (1+e1+e) could arise from incorrectly handling the integration and exponential operations. Choice C (22) has no clear connection to this problem's structure. Study tip: Always check for equilibrium solutions first when the initial condition makes the derivative zero. These constant solutions often provide the quickest path to the answer and help you avoid unnecessary integration complications.

Question 17

Given the initial value problem dydx=1y2,y(0)=32\frac{dy}{dx} = \sqrt{1-y^2}, \quad y(0) = \frac{\sqrt{3}}{2} find the first positive value of xx for which y(x)=0y(x)=0.

  1. 2π3\frac{2\pi}{3} (correct answer)
  2. π3\frac{\pi}{3}
  3. 5π6\frac{5\pi}{6}
  4. 5π3\frac{5\pi}{3}
Explanation: When you encounter a differential equation of the form dydx=1y2\frac{dy}{dx} = \sqrt{1-y^2}, recognize this as a separable equation that's closely related to inverse trigonometric functions. To solve this, separate variables: dy1y2=dx\frac{dy}{\sqrt{1-y^2}} = dx. The left side integrates to arcsin(y)\arcsin(y), so integrating both sides gives arcsin(y)=x+C\arcsin(y) = x + C. Using the initial condition y(0)=32y(0) = \frac{\sqrt{3}}{2}: arcsin(32)=0+C\arcsin\left(\frac{\sqrt{3}}{2}\right) = 0 + C. Since arcsin(32)=π3\arcsin\left(\frac{\sqrt{3}}{2}\right) = \frac{\pi}{3}, we have C=π3C = \frac{\pi}{3}. Therefore, arcsin(y)=x+π3\arcsin(y) = x + \frac{\pi}{3}, which gives us y=sin(x+π3)y = \sin\left(x + \frac{\pi}{3}\right). To find where y(x)=0y(x) = 0, solve sin(x+π3)=0\sin\left(x + \frac{\pi}{3}\right) = 0. This occurs when x+π3=nπx + \frac{\pi}{3} = n\pi for integer nn. The first positive solution is when n=1n = 1: x+π3=πx + \frac{\pi}{3} = \pi, so x=2π3x = \frac{2\pi}{3}. Looking at the wrong answers: B) π3\frac{\pi}{3} is the phase shift but not where the function equals zero. C) 5π6\frac{5\pi}{6} and D) 5π3\frac{5\pi}{3} correspond to other points on the sine curve but not the first zero. The answer is A) 2π3\frac{2\pi}{3}. Study tip: For differential equations involving 1y2\sqrt{1-y^2}, immediately think inverse trig functions. The key is correctly applying initial conditions to find the phase shift.

Question 18

Given the initial value problem xdydx=y(1+x)x \frac{dy}{dx} = y(1+x) for x>0x > 0 with y(1)=2ey(1) = 2e, what is the value of y(2)y(2)?

  1. 2e2+e2e^2 + e
  2. 2e7/22e^{7/2}
  3. 4e4e
  4. 4e24e^2 (correct answer)
Explanation: First, we rearrange the equation to separate the variables. For y0y \neq 0 and x>0x > 0: xdydx=y(1+x)x \frac{dy}{dx} = y(1+x) 1ydydx=1+xx\frac{1}{y} \frac{dy}{dx} = \frac{1+x}{x} dyy=(1x+1)dx\frac{dy}{y} = \left(\frac{1}{x} + 1\right) dx Next, we integrate both sides: 1ydy=(1x+1)dx\int \frac{1}{y} dy = \int \left(\frac{1}{x} + 1\right) dx lny=lnx+x+C1\ln|y| = \ln|x| + x + C_1 Since x>0x > 0, x=x|x|=x. Exponentiating both sides gives: y=eln(x)+x+C1=eln(x)exeC1=xexK|y| = e^{\ln(x) + x + C_1} = e^{\ln(x)} e^x e^{C_1} = x e^x K where K=eC1>0K = e^{C_1} > 0. This implies y=Cxexy = C x e^x for some constant CC. We use the initial condition y(1)=2ey(1) = 2e: 2e=C(1)e1    C=22e = C(1)e^1 \implies C = 2 The particular solution is y(x)=2xexy(x) = 2xe^x. Finally, we evaluate this solution at x=2x=2: y(2)=2(2)e2=4e2y(2) = 2(2)e^2 = 4e^2
  • (A) results from incorrectly handling the constant of integration, assuming a solution of the form y=xex+Cy=xe^x+C. Applying the IC gives 2e=1e1+C    C=e2e=1e^1+C \implies C=e, leading to y(2)=2e2+ey(2)=2e^2+e.
  • (B) results from an incorrect separation of variables, such as dyy=(1+x)dx\frac{dy}{y} = (1+x) dx, which leads to an incorrect solution form.
  • (C) results from a calculation error when evaluating the final expression, such as y(2)=2(2)e=4ey(2)=2(2)e=4e.

Question 19

The solution to the initial value problem dydx=xy,y(3)=4\frac{dy}{dx} = -\frac{x}{y}, \quad y(3)=4 describes a curve in the xy-plane. What is the value of yy on this curve when x=0x=0?

  1. 55 (correct answer)
  2. 5-5
  3. ±5\pm 5
  4. The solution is not defined at x=0x=0.
Explanation: When you encounter a separable differential equation like this one, your goal is to separate variables and integrate both sides to find the general solution, then apply the initial condition. Starting with dydx=xy\frac{dy}{dx} = -\frac{x}{y}, you can separate variables by multiplying both sides by yy and dxdx: ydy=xdxy \, dy = -x \, dx Integrating both sides: ydy=xdx\int y \, dy = \int -x \, dx, which gives you y22=x22+C\frac{y^2}{2} = -\frac{x^2}{2} + C Multiplying by 2 and rearranging: y2+x2=2Cy^2 + x^2 = 2C. Let K=2CK = 2C, so x2+y2=Kx^2 + y^2 = K This represents a circle centered at the origin! Now apply the initial condition y(3)=4y(3) = 4: 32+42=K3^2 + 4^2 = K, so K=9+16=25K = 9 + 16 = 25 The solution is therefore x2+y2=25x^2 + y^2 = 25, a circle with radius 5. When x=0x = 0: 02+y2=250^2 + y^2 = 25, so y2=25y^2 = 25 and y=±5y = \pm 5 However, since we have an initial value problem with a specific starting point (3,4)(3,4), we're looking at one continuous branch of the solution. The differential equation dydx=xy\frac{dy}{dx} = -\frac{x}{y} is undefined when y=0y = 0, which means the solution cannot cross the x-axis. Since we start with y(3)=4>0y(3) = 4 > 0, we must stay on the upper semicircle, giving us y=5y = 5 when x=0x = 0. Choice A is correct. Choice B gives the lower semicircle, choice C ignores the initial condition's constraint, and choice D incorrectly assumes the solution breaks down at x=0x = 0. Strategy tip: For initial value problems, always check whether the solution curve can cross regions where the differential equation is undefined—this often determines which branch to choose.

Question 20

The solution to the initial value problem dydx=ex2y+1,y(0)=1\frac{dy}{dx} = \frac{e^x}{2y+1}, \quad y(0) = 1 satisfies the implicit equation y2+y=ex+1y^2 + y = e^x + 1. For what positive value of xx is y=2y=2?

  1. ln(4)\ln(4)
  2. ln(5)\ln(5) (correct answer)
  3. ln(8)\ln(8)
  4. 55
Explanation: The problem can be solved in two ways: by verifying the provided implicit solution or by solving from scratch. Let's assume the provided implicit solution is correct (a quick check confirms this: separating gives (2y+1)dy=exdx(2y+1)dy = e^x dx, integrating gives y2+y=ex+Cy^2+y=e^x+C. With y(0)=1y(0)=1, 12+1=e0+C    2=1+C    C=11^2+1=e^0+C \implies 2=1+C \implies C=1. So y2+y=ex+1y^2+y=e^x+1 is correct). We are asked to find the value of xx for which y=2y=2. We substitute y=2y=2 into the implicit solution: (2)2+(2)=ex+1(2)^2 + (2) = e^x + 1 4+2=ex+14 + 2 = e^x + 1 6=ex+16 = e^x + 1 ex=5e^x = 5 x=ln(5)x = \ln(5)
  • (A) would result from making an error in evaluating the constant of integration, for example, by assuming e0=0e^0=0. This would give C=2C=2 and the equation y2+y=ex+2y^2+y=e^x+2. Setting y=2y=2 gives 6=ex+26=e^x+2, so ex=4e^x=4 and x=ln(4)x=\ln(4).
  • (C) would result from an integration error, such as integrating (2y+1)dy\int(2y+1)dy as 2y2+y2y^2+y. This would lead to the implicit solution 2y2+y=ex+22y^2+y=e^x+2. Setting y=2y=2 gives 2(4)+2=ex+22(4)+2=e^x+2, so 10=ex+210=e^x+2, ex=8e^x=8, and x=ln(8)x=\ln(8).
  • (D) results from the algebraic mistake of concluding x=5x=5 from ex=5e^x=5.