Calculus 2 Quiz: Solving Separable Des
20 questions · exam conditions
0:00
Solving Separable DesQuestion 1 of 20

The solution to (1+x2)y2xy2=0(1+x^2)y' - 2xy^2 = 0 passes through the point (0,1)(0, 1). What is the value of y(1)y(1)?

44π\frac{4}{4 - \pi}
11+ln(2)\frac{1}{1 + \ln(2)}
1ln(2)-\frac{1}{\ln(2)}
11ln(2)\frac{1}{1 - \ln(2)}
← Back to quizzes

Calculus 2 Quiz

Calculus 2 Quiz: Solving Separable Des

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

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 solution to (1+x2)y2xy2=0(1+x^2)y' - 2xy^2 = 0 passes through the point (0,1)(0, 1). What is the value of y(1)y(1)?

  1. 44π\frac{4}{4 - \pi}
  2. 11+ln(2)\frac{1}{1 + \ln(2)}
  3. 1ln(2)-\frac{1}{\ln(2)}
  4. 11ln(2)\frac{1}{1 - \ln(2)} (correct answer)
Explanation: When you encounter a differential equation like (1+x2)y2xy2=0(1+x^2)y' - 2xy^2 = 0, recognize this as a separable differential equation. The key is to rearrange terms so all yy terms are on one side and all xx terms are on the other. First, rewrite the equation: (1+x2)y=2xy2(1+x^2)y' = 2xy^2, so y=2xy21+x2y' = \frac{2xy^2}{1+x^2} Since y=dydxy' = \frac{dy}{dx}, we can separate variables: dyy2=2x1+x2dx\frac{dy}{y^2} = \frac{2x}{1+x^2}dx Integrating both sides: y2dy=2x1+x2dx\int y^{-2}dy = \int \frac{2x}{1+x^2}dx The left side gives 1y-\frac{1}{y}. For the right side, use substitution u=1+x2u = 1+x^2, so du=2xdxdu = 2x dx: 2x1+x2dx=duu=lnu=ln(1+x2)\int \frac{2x}{1+x^2}dx = \int \frac{du}{u} = \ln|u| = \ln(1+x^2) Therefore: 1y=ln(1+x2)+C-\frac{1}{y} = \ln(1+x^2) + C Using the initial condition (0,1)(0,1): 11=ln(1)+C-\frac{1}{1} = \ln(1) + C, so C=1C = -1. The solution becomes: 1y=ln(1+x2)1-\frac{1}{y} = \ln(1+x^2) - 1 Solving for yy: y=1ln(1+x2)1=11ln(1+x2)y = \frac{-1}{\ln(1+x^2) - 1} = \frac{1}{1 - \ln(1+x^2)} At x=1x = 1: y(1)=11ln(2)y(1) = \frac{1}{1 - \ln(2)} This confirms answer D. Answers A, B, and C likely result from integration errors, incorrect separation of variables, or sign mistakes during algebraic manipulation. Strategy tip: Always verify your solution satisfies both the differential equation and initial condition—this catches most algebraic errors in separable differential equations.

Question 2

Let y(x)y(x) be the solution to dydx=1y(1+x2)\frac{dy}{dx} = \frac{1}{y(1+x^2)} with y(0)=2y(0)=2. Find y(1)y(1).

  1. 4+π/4\sqrt{4 + \pi/4}
  2. 2+π/42 + \pi/4
  3. 4+π/2\sqrt{4 + \pi/2} (correct answer)
  4. 2π\sqrt{2\pi}
Explanation: This differential equation requires separation of variables, a fundamental technique for solving first-order ODEs. When you see an equation where you can algebraically separate all terms involving y on one side and all terms involving x on the other, this is your go-to method. Starting with dydx=1y(1+x2)\frac{dy}{dx} = \frac{1}{y(1+x^2)}, multiply both sides by yy and dxdx to separate variables: ydy=dx1+x2y \, dy = \frac{dx}{1+x^2} Now integrate both sides. The left side gives ydy=y22\int y \, dy = \frac{y^2}{2}. The right side gives dx1+x2=arctan(x)\int \frac{dx}{1+x^2} = \arctan(x), using the standard arctangent integral formula. So we have: y22=arctan(x)+C\frac{y^2}{2} = \arctan(x) + C Apply the initial condition y(0)=2y(0) = 2: 42=arctan(0)+C\frac{4}{2} = \arctan(0) + C, which gives C=2C = 2 since arctan(0)=0\arctan(0) = 0. Our solution is: y22=arctan(x)+2\frac{y^2}{2} = \arctan(x) + 2 At x=1x = 1: y22=arctan(1)+2=π4+2\frac{y^2}{2} = \arctan(1) + 2 = \frac{\pi}{4} + 2 since arctan(1)=π4\arctan(1) = \frac{\pi}{4} Therefore: y2=4+π2y^2 = 4 + \frac{\pi}{2}, so y(1)=4+π2y(1) = \sqrt{4 + \frac{\pi}{2}} Choice A uses π4\frac{\pi}{4} instead of π2\frac{\pi}{2}, forgetting to multiply by 2 when solving for y2y^2. Choice B forgets to take the square root entirely. Choice D incorrectly evaluates the arctangent or makes algebraic errors. Key strategy: Always remember that dx1+x2=arctan(x)\int \frac{dx}{1+x^2} = \arctan(x) and that arctan(1)=π4\arctan(1) = \frac{\pi}{4}—these appear frequently in separation of variables problems.

Question 3

Find the implicit solution to the differential equation (y1)dydx=x2(y-1)\frac{dy}{dx} = x^2 with the initial condition y(3)=1y(3)=1.

  1. y22y2x3/3=1y^2 - 2y - 2x^3/3 = -1
  2. y22y2x3/3=19y^2 - 2y - 2x^3/3 = -19 (correct answer)
  3. y22yx3=28y^2 - 2y - x^3 = -28
  4. lny1x3/3=9\ln|y-1| - x^3/3 = -9
Explanation: When you encounter a separable differential equation like this, your goal is to separate variables and integrate both sides, then apply the initial condition to find the constant of integration. Starting with (y1)dydx=x2(y-1)\frac{dy}{dx} = x^2, you can separate variables by moving all terms with yy to one side and all terms with xx to the other: (y1)dy=x2dx(y-1)dy = x^2 dx. Now integrate both sides. The left side gives you (y1)dy=y22y\int (y-1)dy = \frac{y^2}{2} - y, and the right side gives you x2dx=x33\int x^2 dx = \frac{x^3}{3}. This yields y22y=x33+C\frac{y^2}{2} - y = \frac{x^3}{3} + C. Multiplying through by 2 to clear fractions: y22y=2x33+2Cy^2 - 2y = \frac{2x^3}{3} + 2C. Let K=2CK = 2C, so y22y2x33=Ky^2 - 2y - \frac{2x^3}{3} = K. Apply the initial condition y(3)=1y(3) = 1: 122(1)2(3)33=K1^2 - 2(1) - \frac{2(3)^3}{3} = K, which gives 12543=1218=191 - 2 - \frac{54}{3} = 1 - 2 - 18 = -19. Therefore, the solution is y22y2x33=19y^2 - 2y - \frac{2x^3}{3} = -19, which is answer B. Answer A has the wrong constant (-1 instead of -19). Answer C uses x3x^3 instead of 2x33\frac{2x^3}{3} and has the wrong constant. Answer D appears to use substitution methods inappropriately—this equation doesn't require logarithmic techniques since it's directly separable. Always apply initial conditions after finding the general solution to determine the specific constant value. Double-check your integration, especially with fractions.

Question 4

Let y(t)y(t) be the solution to the initial value problem dydt=2y(1y8)\frac{dy}{dt} = 2y(1 - \frac{y}{8}) with y(0)=2y(0) = 2. Find limty(t)\lim_{t\to\infty} y(t).

  1. 88 (correct answer)
  2. 00
  3. 22
  4. \infty
Explanation: The differential equation is a logistic growth model of the form dydt=ky(1yK)\frac{dy}{dt} = ky(1 - \frac{y}{K}), where KK is the carrying capacity. By comparing the given equation with the standard form, we can identify the carrying capacity K=8K=8. For any initial condition y(0)>0y(0) > 0, the solution y(t)y(t) will approach the carrying capacity KK as tt \to \infty. Since y(0)=2>0y(0) = 2 > 0, limty(t)=8\lim_{t\to\infty} y(t) = 8.

Question 5

Let y=f(x)y=f(x) be the solution to the initial value problem y+2xy=0y' + 2xy = 0 with y(0)=ey(0) = e. Find the positive value of xx for which y(x)=1y(x) = 1.

  1. 11 (correct answer)
  2. 2\sqrt{2}
  3. 1/21/\sqrt{2}
  4. e1e-1
Explanation: First, rewrite the equation as dydx=2xy\frac{dy}{dx} = -2xy. Separate the variables: 1ydy=2xdx\frac{1}{y} dy = -2x dx. Integrate both sides: lny=x2+C\ln|y| = -x^2 + C. Use the initial condition y(0)=ey(0) = e: lne=02+C    1=C\ln|e| = -0^2 + C \implies 1 = C. The particular solution is lny=x2+1\ln|y| = -x^2 + 1. Since y(0)=e>0y(0)=e>0, we can write ln(y)=1x2\ln(y) = 1 - x^2. The explicit solution is y=e1x2y = e^{1-x^2}. Now, set y(x)=1y(x) = 1: 1=e1x21 = e^{1-x^2}. Taking the natural logarithm of both sides gives 0=1x20 = 1 - x^2, so x2=1x^2 = 1. The positive value is x=1x=1.

Question 6

Find the particular solution y=f(x)y=f(x) to the differential equation y=y2/xy' = y^2 / x with the initial condition y(1)=1/2y(1) = -1/2. On what largest open interval is this solution defined?

  1. (e2,)(e^{-2}, \infty) (correct answer)
  2. (0,e2)(0, e^{-2})
  3. (0,)(0, \infty)
  4. (,)(-\infty, \infty)
Explanation: Separate the variables: 1y2dy=1xdx\frac{1}{y^2} dy = \frac{1}{x} dx. Integrate both sides: 1y=lnx+C-\frac{1}{y} = \ln|x| + C. Use the initial condition y(1)=1/2y(1) = -1/2: 11/2=ln1+C    2=0+C    C=2-\frac{1}{-1/2} = \ln|1| + C \implies 2 = 0 + C \implies C = 2. The particular solution is 1y=lnx+2-\frac{1}{y} = \ln|x| + 2. Since the initial condition is at x=1>0x=1>0, we can write 1y=ln(x)+2-\frac{1}{y} = \ln(x) + 2. Solving for yy gives y=1ln(x)+2y = \frac{-1}{\ln(x) + 2}. The solution is defined when x>0x>0 (due to ln(x)\ln(x)) and when the denominator is not zero. ln(x)+20    ln(x)2    xe2\ln(x) + 2 \neq 0 \implies \ln(x) \neq -2 \implies x \neq e^{-2}. The domain is (0,e2)(e2,)(0, e^{-2}) \cup (e^{-2}, \infty). The initial condition x=1x=1 is in the interval (e2,)(e^{-2}, \infty) because e20.135<1e^{-2} \approx 0.135 < 1. Therefore, the largest open interval containing x=1x=1 where the solution is defined is (e2,)(e^{-2}, \infty).

Question 7

The solution y(x)y(x) to dydx=2yx\frac{dy}{dx} = \frac{2y}{x} satisfies y(1)=3y(-1) = -3. Find the value of y(e)y(-e).

  1. 3/e23/e^2
  2. 3e23e^2
  3. 3-3
  4. 3e2-3e^2 (correct answer)
Explanation: When you encounter a differential equation of the form dydx=kyx\frac{dy}{dx} = \frac{ky}{x}, you're dealing with a separable equation that requires careful handling of the initial condition and domain considerations. First, separate variables: dyy=2dxx\frac{dy}{y} = \frac{2dx}{x}. Integrating both sides gives lny=2lnx+C\ln|y| = 2\ln|x| + C, which simplifies to y=Ax2|y| = A|x|^2 where A=eCA = e^C. Since we need y(x)=±Ax2y(x) = \pm A|x|^2, we must determine the sign using our initial condition. With y(1)=3y(-1) = -3, we get 3=±A12=±A(1)-3 = \pm A|-1|^2 = \pm A(1), so A=3A = 3 and we need the negative branch: y(x)=3x2y(x) = -3|x|^2. For x<0x < 0 (our domain of interest), x=x|x| = -x, so y(x)=3(x)2=3x2y(x) = -3(-x)^2 = -3x^2. Therefore, y(e)=3(e)2=3e2y(-e) = -3(-e)^2 = -3e^2. Let's examine why the other answers are incorrect: A) 3/e23/e^2: This has the wrong sign (positive instead of negative) and inverts the exponential term. B) 3e23e^2: This only has the wrong sign—it's the positive version of our answer. C) 3-3: This ignores the x2x^2 factor entirely, treating the solution as constant. Strategy tip: When solving separable differential equations with initial conditions in different domains (positive vs. negative xx), always check how absolute value expressions behave in your specific region. The sign of your solution often depends on which branch you're working with.

Question 8

The solution to y=ycos(x)y' = y \cos(x) satisfies y(0)=1y(0) = 1. Evaluate y(π/2)y(\pi/2).

  1. eπ/2e^{\pi/2}
  2. 11
  3. ee (correct answer)
  4. 00
Explanation: When you encounter a differential equation like y=ycos(x)y' = y \cos(x), you're dealing with a separable differential equation. The key insight is recognizing that you can separate the variables and integrate both sides. Start by rewriting the equation as dydx=ycos(x)\frac{dy}{dx} = y \cos(x), then separate variables: dyy=cos(x)dx\frac{dy}{y} = \cos(x) dx. Now integrate both sides: dyy=cos(x)dx\int \frac{dy}{y} = \int \cos(x) dx, which gives you lny=sin(x)+C\ln|y| = \sin(x) + C. Exponentiating both sides yields y=Aesin(x)y = Ae^{\sin(x)} where A=eCA = e^C. Use the initial condition y(0)=1y(0) = 1 to find AA: 1=Aesin(0)=Ae0=A1 = Ae^{\sin(0)} = Ae^0 = A, so A=1A = 1. Therefore, y=esin(x)y = e^{\sin(x)}. To find y(π/2)y(\pi/2), substitute: y(π/2)=esin(π/2)=e1=ey(\pi/2) = e^{\sin(\pi/2)} = e^1 = e. Looking at the wrong answers: Choice A, eπ/2e^{\pi/2}, results from incorrectly integrating cos(x)\cos(x) as xx instead of sin(x)\sin(x). Choice B, 11, comes from forgetting to apply the exponential function after integration or assuming the solution is constant. Choice D, 00, might stem from confusing this with a different type of differential equation or making algebraic errors. The correct answer is C, ee. Remember: for separable differential equations, always separate variables completely before integrating, and don't forget to use your initial conditions to determine any constants. Practice recognizing when sin(π/2)=1\sin(\pi/2) = 1 to avoid computational errors.

Question 9

A particle moves along the y-axis such that its velocity is given by v(t)=dydt=2t(y+1)v(t) = \frac{dy}{dt} = 2t(y+1). If y(1)=e1y(1)=e-1, find y(2)y(2).

  1. e31e^3 - 1
  2. e41e^4 - 1 (correct answer)
  3. e4e^4
  4. 2e12e-1
Explanation: This is a separable differential equation problem where you need to solve for the particle's position given its velocity function and an initial condition. When you see dydt=2t(y+1)\frac{dy}{dt} = 2t(y+1), recognize this as separable since you can isolate all y terms on one side and all t terms on the other. Separate the variables: dyy+1=2tdt\frac{dy}{y+1} = 2t \, dt Integrate both sides: dyy+1=2tdt\int \frac{dy}{y+1} = \int 2t \, dt This gives you: lny+1=t2+C\ln|y+1| = t^2 + C Exponentiate both sides: y+1=et2+C=Aet2|y+1| = e^{t^2 + C} = Ae^{t^2} where A=eCA = e^C Since we're dealing with position, assume y+1>0y+1 > 0, so: y+1=Aet2y+1 = Ae^{t^2}, which means y=Aet21y = Ae^{t^2} - 1 Use the initial condition y(1)=e1y(1) = e-1 to find A: e1=Ae121=Ae1e-1 = Ae^{1^2} - 1 = Ae - 1 Solving: e=Aee = Ae, so A=1A = 1 Therefore: y(t)=et21y(t) = e^{t^2} - 1 At t=2t = 2: y(2)=e221=e41y(2) = e^{2^2} - 1 = e^4 - 1 Choice A (e31e^3 - 1) likely comes from incorrectly computing 22=2×22^2 = 2 \times 2 as just 33. Choice C (e4e^4) results from forgetting the 1-1 constant term. Choice D (2e12e - 1) suggests confusion with the coefficient in the original equation. Strategy tip: In separable differential equations, always check your constant of integration using the initial condition, and be careful with exponent arithmetic when substituting your final t-value.

Question 10

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 the amount of salt in the tank at time tt, which differential equation with initial condition correctly models this situation?

  1. dSdt=62S100+t\frac{dS}{dt} = 6 - \frac{2S}{100 + t}, S(0)=0S(0) = 0 (correct answer)
  2. dSdt=63S100+t\frac{dS}{dt} = 6 - \frac{3S}{100 + t}, S(0)=0S(0) = 0
  3. dSdt=42S100+t\frac{dS}{dt} = 4 - \frac{2S}{100 + t}, S(0)=0S(0) = 0
  4. dSdt=6S100+t\frac{dS}{dt} = 6 - \frac{S}{100 + t}, S(0)=0S(0) = 0
Explanation: Salt enters at rate = (2 lb/gal)(3 gal/min) = 6 lb/min. The volume at time t is V(t)=100+(32)t=100+tV(t) = 100 + (3-2)t = 100 + t gallons. Salt concentration in tank is 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} with S(0)=0S(0) = 0 since the tank initially contains pure water.

Question 11

A particle moves along a line such that its velocity v(t)v(t) satisfies dvdt=2tv2\frac{dv}{dt} = -2tv^2 with v(0)=13v(0) = \frac{1}{3}. At what time does the velocity reach 16\frac{1}{6}?

  1. t=3t = \sqrt{3} (correct answer)
  2. t=62t = \frac{\sqrt{6}}{2}
  3. t=2t = \sqrt{2}
  4. t=32t = \frac{\sqrt{3}}{2}
Explanation: Separating variables: dvv2=2tdt\frac{dv}{v^2} = -2t \, dt. Integrating: v2dv=2tdt\int v^{-2} dv = \int -2t \, dt gives 1v=t2+C-\frac{1}{v} = -t^2 + C. Using v(0)=13v(0) = \frac{1}{3}: 3=0+C-3 = 0 + C, so C=3C = -3. Therefore 1v=t23-\frac{1}{v} = -t^2 - 3, which gives 1v=t2+3\frac{1}{v} = t^2 + 3, so v=1t2+3v = \frac{1}{t^2 + 3}. When v=16v = \frac{1}{6}: 16=1t2+3\frac{1}{6} = \frac{1}{t^2 + 3}, so t2+3=6t^2 + 3 = 6, giving t2=3t^2 = 3 and t=3t = \sqrt{3} (taking the positive root since we're looking for a future time).

Question 12

A chemical reaction follows the rate equation dcdt=kc2\frac{dc}{dt} = -k c^2 where c(t)c(t) is the concentration at time tt. If the initial concentration is 2 mol/L2 \text{ mol/L} and after 3 hours the concentration is 1 mol/L1 \text{ mol/L}, what is the concentration after 6 hours?

  1. 12 mol/L\frac{1}{2} \text{ mol/L}
  2. 34 mol/L\frac{3}{4} \text{ mol/L}
  3. 23 mol/L\frac{2}{3} \text{ mol/L} (correct answer)
  4. 13 mol/L\frac{1}{3} \text{ mol/L}
Explanation: When you encounter a differential equation with a rate proportional to the square of the concentration, you're dealing with a second-order reaction that requires separation of variables to solve. Starting with dcdt=kc2\frac{dc}{dt} = -kc^2, separate variables: dcc2=kdt\frac{dc}{c^2} = -k \, dt. Integrating both sides gives c2dc=kdt\int c^{-2} \, dc = \int -k \, dt, which yields 1c=kt+C-\frac{1}{c} = -kt + C, or 1c=kt+C\frac{1}{c} = kt + C. Using the initial condition c(0)=2c(0) = 2: 12=k(0)+C\frac{1}{2} = k(0) + C, so C=12C = \frac{1}{2}. This gives us 1c=kt+12\frac{1}{c} = kt + \frac{1}{2}. Now use the condition that c(3)=1c(3) = 1: 11=k(3)+12\frac{1}{1} = k(3) + \frac{1}{2}, so 1=3k+121 = 3k + \frac{1}{2}, which means k=16k = \frac{1}{6}. Our solution is 1c=t6+12\frac{1}{c} = \frac{t}{6} + \frac{1}{2}. At t=6t = 6: 1c=66+12=32\frac{1}{c} = \frac{6}{6} + \frac{1}{2} = \frac{3}{2}, so c=23c = \frac{2}{3} mol/L. This confirms answer C. Answer A (12\frac{1}{2}) assumes linear decay, ignoring the quadratic nature. Answer B (34\frac{3}{4}) likely comes from incorrectly applying exponential decay formulas. Answer D (13\frac{1}{3}) might result from arithmetic errors in the integration or constant determination. Remember: second-order kinetics follow 1c=kt+1c0\frac{1}{c} = kt + \frac{1}{c_0}, not exponential decay. Always check your integration carefully and use both given conditions to find all constants.

Question 13

A population of bacteria grows according to the differential equation dPdt=kP(1000P)\frac{dP}{dt} = kP(1000 - P), where P(t)P(t) is the population at time tt and k>0k > 0 is a constant. If the initial population is P(0)=50P(0) = 50 and the population reaches 200 after 2 hours, what is the population after 4 hours?

  1. 800021\frac{8000}{21} bacteria
  2. 1600041\frac{16000}{41} bacteria (correct answer)
  3. 1200031\frac{12000}{31} bacteria
  4. 2000051\frac{20000}{51} bacteria
Explanation: This is a separable differential equation. Separating variables: dPP(1000P)=kdt\frac{dP}{P(1000-P)} = k\,dt. Using partial fractions: 1P(1000P)=11000(1P+11000P)\frac{1}{P(1000-P)} = \frac{1}{1000}\left(\frac{1}{P} + \frac{1}{1000-P}\right). Integrating: 11000lnP1000P=kt+C\frac{1}{1000}\ln\left|\frac{P}{1000-P}\right| = kt + C. With P(0)=50P(0) = 50: C=11000ln(50950)=11000ln(119)C = \frac{1}{1000}\ln\left(\frac{50}{950}\right) = \frac{1}{1000}\ln\left(\frac{1}{19}\right). Using P(2)=200P(2) = 200: 11000ln(200800)=2k+11000ln(119)\frac{1}{1000}\ln\left(\frac{200}{800}\right) = 2k + \frac{1}{1000}\ln\left(\frac{1}{19}\right), which gives k=12000ln(194)k = \frac{1}{2000}\ln\left(\frac{19}{4}\right). For t=4t = 4: ln(P1000P)=ln(1916)\ln\left(\frac{P}{1000-P}\right) = \ln\left(\frac{19}{16}\right), so P1000P=1916\frac{P}{1000-P} = \frac{19}{16}. Solving: P=1600041P = \frac{16000}{41}.

Question 14

A curve y=f(x)y=f(x) passes through the point (e,2)(e, 2) and its slope at any point (x,y)(x,y) is given by dydx=yxln(x)\frac{dy}{dx} = \frac{y}{x \ln(x)}. What is the value of yy when x=e4x=e^4?

  1. 88 (correct answer)
  2. 44
  3. 55
  4. 4+ln(2)4+\ln(2)
Explanation: Separate the variables: 1ydy=1xln(x)dx\frac{1}{y} dy = \frac{1}{x \ln(x)} dx. Integrate both sides. The left side is lny\ln|y|. For the right side, use u-substitution with u=ln(x)u=\ln(x) and du=1xdxdu=\frac{1}{x}dx. This gives 1udu=lnu=lnln(x)\int \frac{1}{u} du = \ln|u| = \ln|\ln(x)|. So, lny=lnln(x)+C\ln|y| = \ln|\ln(x)| + C. Using the point (e,2)(e,2): ln(2)=lnln(e)+C    ln(2)=ln(1)+C    C=ln(2)\ln(2) = \ln|\ln(e)| + C \implies \ln(2) = \ln(1) + C \implies C = \ln(2). The solution is lny=lnln(x)+ln(2)=ln(2ln(x))\ln|y| = \ln|\ln(x)| + \ln(2) = \ln(2|\ln(x)|). So, y=2ln(x)|y| = 2|\ln(x)|. Since y(e)=2>0y(e)=2>0 and for x>1x>1, ln(x)>0\ln(x)>0, we have y=2ln(x)y = 2\ln(x). At x=e4x=e^4, y=2ln(e4)=24=8y = 2\ln(e^4) = 2 \cdot 4 = 8.

Question 15

Find the particular solution to xdydx=2(y5)x\frac{dy}{dx} = 2(y-5) that satisfies the initial condition y(1)=10y(1) = 10.

  1. y=5ex2+5y = 5e^{x^2} + 5
  2. y=5x2+5y = 5x^2 + 5 (correct answer)
  3. y=x2+9y = x^2 + 9
  4. y=5ln(x2)+10y = 5\ln(x^2) + 10
Explanation: When you encounter a differential equation like xdydx=2(y5)x\frac{dy}{dx} = 2(y-5), you're dealing with a separable differential equation. The key is to separate variables so that all terms involving yy are on one side and all terms involving xx are on the other. Start by rearranging: dydx=2(y5)x\frac{dy}{dx} = \frac{2(y-5)}{x}. Now separate variables: dyy5=2dxx\frac{dy}{y-5} = \frac{2dx}{x}. Integrate both sides: dyy5=2dxx\int \frac{dy}{y-5} = \int \frac{2dx}{x}. This gives you lny5=2lnx+C=ln(x2)+C\ln|y-5| = 2\ln|x| + C = \ln(x^2) + C. Exponentiating both sides: y5=eln(x2)+C=Ax2|y-5| = e^{\ln(x^2) + C} = Ax^2 where A=eCA = e^C. Since we can absorb the absolute value into the constant, we get y5=Ax2y-5 = Ax^2, so y=Ax2+5y = Ax^2 + 5. Apply the initial condition y(1)=10y(1) = 10: 10=A(1)2+510 = A(1)^2 + 5, which gives A=5A = 5. Therefore, y=5x2+5y = 5x^2 + 5, which is choice B. Choice A incorrectly uses ex2e^{x^2} instead of x2x^2 - this would come from mishandling the integration. Choice C has the wrong constant term (9 instead of 5) and coefficient, suggesting errors in applying the initial condition. Choice D uses ln(x2)\ln(x^2) directly without exponentiating, which represents an incomplete solution to the differential equation. Remember: for separable equations, always separate variables completely before integrating, and don't forget to apply your initial conditions to find the specific constant.

Question 16

Solve the initial value problem dydθ=sec2(θ)sec(y)\frac{dy}{d\theta} = \sec^2(\theta) \sec(y) with the initial condition y(π/4)=π/6y(\pi/4) = \pi/6. Find the value of y(0)y(0).

  1. π/6-\pi/6 (correct answer)
  2. π/6\pi/6
  3. π/3\pi/3
  4. π/3-\pi/3
Explanation: Rewrite the equation as dydθ=sec2(θ)cos(y)\frac{dy}{d\theta} = \frac{\sec^2(\theta)}{\cos(y)}. Separate the variables: cos(y)dy=sec2(θ)dθ\cos(y) dy = \sec^2(\theta) d\theta. Integrate both sides: cos(y)dy=sec2(θ)dθ\int \cos(y) dy = \int \sec^2(\theta) d\theta, which gives sin(y)=tan(θ)+C\sin(y) = \tan(\theta) + C. Use the initial condition y(π/4)=π/6y(\pi/4) = \pi/6: sin(π/6)=tan(π/4)+C    1/2=1+C    C=1/2\sin(\pi/6) = \tan(\pi/4) + C \implies 1/2 = 1 + C \implies C = -1/2. The particular solution is sin(y)=tan(θ)1/2\sin(y) = \tan(\theta) - 1/2. To find y(0)y(0), substitute θ=0\theta=0: sin(y)=tan(0)1/2=1/2\sin(y) = \tan(0) - 1/2 = -1/2. Therefore, y=arcsin(1/2)=π/6y = \arcsin(-1/2) = -\pi/6.

Question 17

What is the particular solution to the differential equation xy=yxy' = \sqrt{y} given the initial condition y(1)=4y(1) = 4?

  1. y=(ln(x)+2)2y = (\ln(x) + 2)^2
  2. y=ln(x)+4y = \ln(x) + 4
  3. y=12(ln(x)+2)2y = \frac{1}{2}(\ln(x) + 2)^2
  4. y=14(ln(x)+4)2y = \frac{1}{4}(\ln(x) + 4)^2 (correct answer)
Explanation: This is a separable differential equation, which means you can isolate all terms with yy on one side and all terms with xx on the other. When you see xy=yxy' = \sqrt{y}, rewrite yy' as dydx\frac{dy}{dx} to get xdydx=yx\frac{dy}{dx} = \sqrt{y}. To separate variables, divide both sides by y\sqrt{y} and multiply by dxdx: dyy=dxx\frac{dy}{\sqrt{y}} = \frac{dx}{x}. Now integrate both sides. The left side becomes y1/2dy=2y\int y^{-1/2} dy = 2\sqrt{y}, and the right side becomes dxx=ln(x)+C\int \frac{dx}{x} = \ln(x) + C. This gives us 2y=ln(x)+C2\sqrt{y} = \ln(x) + C. Using the initial condition y(1)=4y(1) = 4: 24=ln(1)+C2\sqrt{4} = \ln(1) + C, so 4=0+C4 = 0 + C, meaning C=4C = 4. Therefore, 2y=ln(x)+42\sqrt{y} = \ln(x) + 4. Solving for yy: y=ln(x)+42\sqrt{y} = \frac{\ln(x) + 4}{2}, so y=(ln(x)+42)2=14(ln(x)+4)2y = \left(\frac{\ln(x) + 4}{2}\right)^2 = \frac{1}{4}(\ln(x) + 4)^2. Answer choice A incorrectly assumes C=2C = 2 instead of C=4C = 4. Choice B treats this as a first-order linear equation rather than separable, leading to an incorrect form. Choice C has the wrong constant and missing the factor of 14\frac{1}{4} that comes from squaring the fraction. When solving separable differential equations, always check your constant of integration carefully using the initial condition, and be meticulous about algebraic manipulation when solving for the dependent variable.

Question 18

A solution to dydx=3x2+12y\frac{dy}{dx} = \frac{3x^2+1}{2y} passes through the point (1,2)(1, 2). What is the value of yy when x=0x=0?

  1. 3\sqrt{3}
  2. 22
  3. 2\sqrt{2} (correct answer)
  4. 00
Explanation: This is a separable differential equation problem where you need to find a particular solution using an initial condition. When you see dydx=f(x)g(y)\frac{dy}{dx} = \frac{f(x)}{g(y)}, you can separate variables by multiplying both sides by g(y)dxg(y)dx, giving you g(y)dy=f(x)dxg(y)dy = f(x)dx. Starting with dydx=3x2+12y\frac{dy}{dx} = \frac{3x^2+1}{2y}, multiply both sides by 2ydx2y dx to get 2ydy=(3x2+1)dx2y dy = (3x^2+1)dx. Now integrate both sides: 2ydy=(3x2+1)dx\int 2y dy = \int (3x^2+1)dx, which gives you y2=x3+x+Cy^2 = x^3 + x + C. To find the constant CC, use the initial condition that the solution passes through (1,2)(1, 2). Substituting: 22=13+1+C2^2 = 1^3 + 1 + C, so 4=2+C4 = 2 + C, meaning C=2C = 2. Your particular solution is y2=x3+x+2y^2 = x^3 + x + 2. When x=0x = 0: y2=03+0+2=2y^2 = 0^3 + 0 + 2 = 2, so y=2y = \sqrt{2}, which is answer C. Looking at the wrong answers: A) 3\sqrt{3} would result from incorrectly calculating C=3C = 3 instead of C=2C = 2. B) 22 is the y-value from the initial condition, which some students mistakenly think remains constant. D) 00 would come from forgetting to include the constant of integration entirely. Remember: with separable differential equations, always separate variables first, integrate both sides, then use the initial condition to find your constant. The initial condition gives you one point, but you need it to find the entire solution curve.

Question 19

Let y=f(x)y=f(x) be the solution for y=xeyy' = x e^{-y} with f(1)=0f(1)=0. What is the value of f(3)f(3)?

  1. ln(11/2)\ln(11/2)
  2. ln(9/2)\ln(9/2)
  3. 55
  4. ln(5)\ln(5) (correct answer)
Explanation: This is a separable differential equation problem where you need to isolate variables and integrate both sides to find the particular solution. When you see y=xeyy' = xe^{-y}, recognize this as separable since you can write it as dydx=xey\frac{dy}{dx} = xe^{-y}. Multiply both sides by eye^y and dxdx to get eydy=xdxe^y \, dy = x \, dx. Now integrate both sides: eydy=xdx\int e^y \, dy = \int x \, dx, which gives you ey=x22+Ce^y = \frac{x^2}{2} + C. Use the initial condition f(1)=0f(1) = 0 to find CC. When x=1x = 1 and y=0y = 0: e0=122+Ce^0 = \frac{1^2}{2} + C, so 1=12+C1 = \frac{1}{2} + C, meaning C=12C = \frac{1}{2}. Your general solution is ey=x22+12=x2+12e^y = \frac{x^2}{2} + \frac{1}{2} = \frac{x^2 + 1}{2}. To find f(3)f(3), substitute x=3x = 3: ey=9+12=5e^y = \frac{9 + 1}{2} = 5. Taking the natural logarithm: y=ln(5)y = \ln(5), which is answer choice D. Answer A, ln(11/2)\ln(11/2), would result from incorrectly adding instead of finding C=12C = \frac{1}{2}. Answer B, ln(9/2)\ln(9/2), comes from forgetting to add the constant CC entirely. Answer C, 55, is the trap of stopping at ey=5e^y = 5 without taking the logarithm. Remember: with separable equations, always separate variables completely before integrating, and don't forget to apply initial conditions to find your constant of integration.

Question 20

The rate of change of a quantity PP is directly proportional to the square root of PP. If P=9P=9 when t=1t=1 and P=25P=25 when t=2t=2, what is PP when t=0t=0?

  1. 00
  2. 44
  3. 11 (correct answer)
  4. 22
Explanation: When you encounter a problem stating that "the rate of change of a quantity is directly proportional to" something, you're dealing with a differential equation. The phrase "rate of change" means derivative, so you need to set up and solve dPdt=kP\frac{dP}{dt} = k\sqrt{P} where kk is the constant of proportionality. To solve this separable differential equation, separate variables: dPP=kdt\frac{dP}{\sqrt{P}} = k \, dt. Integrating both sides gives 2P=kt+C2\sqrt{P} = kt + C, or P=kt+C2\sqrt{P} = \frac{kt + C}{2}. Therefore, P=(kt+C2)2P = \left(\frac{kt + C}{2}\right)^2. Using the given conditions, when t=1t = 1, P=9P = 9: 9=(k+C2)29 = \left(\frac{k + C}{2}\right)^2, so k+C2=3\frac{k + C}{2} = 3, giving us k+C=6k + C = 6. When t=2t = 2, P=25P = 25: 25=(2k+C2)225 = \left(\frac{2k + C}{2}\right)^2, so 2k+C2=5\frac{2k + C}{2} = 5, giving us 2k+C=102k + C = 10. Solving this system: From the second equation minus the first, k=4k = 4. Substituting back: C=2C = 2. Therefore, P=(4t+22)2=(2t+1)2P = \left(\frac{4t + 2}{2}\right)^2 = (2t + 1)^2. When t=0t = 0: P=(2(0)+1)2=1P = (2(0) + 1)^2 = 1, confirming answer C. Answer A (P=0P = 0) would require C=0C = 0, which contradicts our conditions. Answer B (P=4P = 4) and D (P=2P = 2) result from arithmetic errors in solving the system of equations or incorrectly setting up the integration constant. Study tip: Always use both given conditions to find both unknown constants, and verify your final equation works for the given data points.