Calculus 2 Quiz: Particular Solutions Initial Conditions
19 questions · exam conditions
0:00
Particular Solutions Initial ConditionsQuestion 1 of 19

A function y=f(x)y=f(x) is a solution to the differential equation y=xeyy' = xe^{-y}. If the graph of the function passes through the point (0,ln2)(0, \ln 2), what is the value of f(2)f(2)?

ln(2+ln2)\ln(2 + \ln 2)
ln4\ln 4
ln2\ln 2
22
← Back to quizzes

Calculus 2 Quiz

Calculus 2 Quiz: Particular Solutions Initial Conditions

Practice Particular Solutions Initial Conditions 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 Particular Solutions Initial Conditions, 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

A function y=f(x)y=f(x) is a solution to the differential equation y=xeyy' = xe^{-y}. If the graph of the function passes through the point (0,ln2)(0, \ln 2), what is the value of f(2)f(2)?

  1. ln(2+ln2)\ln(2 + \ln 2)
  2. ln4\ln 4 (correct answer)
  3. ln2\ln 2
  4. 22
Explanation: The differential equation is separable. We write dydx=xey\frac{dy}{dx} = xe^{-y}, which separates to eydy=xdxe^y dy = x dx. Integrating both sides gives eydy=xdx\int e^y dy = \int x dx, which results in ey=12x2+Ce^y = \frac{1}{2}x^2 + C. Using the initial condition y(0)=ln2y(0) = \ln 2, we substitute x=0x=0 and y=ln2y=\ln 2: eln2=12(0)2+Ce^{\ln 2} = \frac{1}{2}(0)^2 + C, which simplifies to 2=C2 = C. The particular solution is ey=12x2+2e^y = \frac{1}{2}x^2 + 2. To find f(2)f(2), we substitute x=2x=2: ey=12(2)2+2=2+2=4e^y = \frac{1}{2}(2)^2 + 2 = 2 + 2 = 4. Solving for yy gives y=ln4y = \ln 4.

Question 2

Let y=f(x)y=f(x) be the particular solution to dydx=2x+12y\frac{dy}{dx} = \frac{2x+1}{2y} that passes through the point (0,2)(0, -2). Find f(2)f(2).

  1. 10\sqrt{10}
  2. 10-\sqrt{10} (correct answer)
  3. 2-\sqrt{2}
  4. 2-2
Explanation: The equation separates to 2ydy=(2x+1)dx2y \, dy = (2x+1) \, dx. Integrating both sides gives 2ydy=(2x+1)dx\int 2y \, dy = \int (2x+1) \, dx, which results in y2=x2+x+Cy^2 = x^2 + x + C. Using the initial condition y(0)=2y(0)=-2, we find CC: (2)2=02+0+C(-2)^2 = 0^2 + 0 + C, so 4=C4=C. The implicit particular solution is y2=x2+x+4y^2 = x^2 + x + 4. Since the initial condition specifies y=2y=-2 (a negative value), we must choose the negative branch of the solution: y=x2+x+4y = -\sqrt{x^2+x+4}. Evaluating at x=2x=2, we find f(2)=22+2+4=4+2+4=10f(2) = -\sqrt{2^2+2+4} = -\sqrt{4+2+4} = -\sqrt{10}.

Question 3

The equation dydx=y+1x\frac{dy}{dx} = \frac{y+1}{x} has a particular solution y=f(x)y=f(x) with f(1)=1f(1)=1. What is f(e)f(e)?

  1. 2e12e-1 (correct answer)
  2. ee
  3. e1e-1
  4. 2e2e
Explanation: Separating variables, we get dyy+1=dxx\frac{dy}{y+1} = \frac{dx}{x}. Integrating both sides gives lny+1=lnx+C\ln|y+1| = \ln|x| + C. Exponentiating both sides gives elny+1=elnx+Ce^{\ln|y+1|} = e^{\ln|x|+C}, which simplifies to y+1=eCx|y+1| = e^C |x|. Let A=±eCA = \pm e^C, so y+1=Axy+1 = Ax. Using the initial condition y(1)=1y(1)=1: 1+1=A(1)1+1 = A(1), so A=2A=2. The particular solution is y+1=2xy+1 = 2x, or y=2x1y = 2x-1. Evaluating at x=ex=e, we find f(e)=2e1f(e) = 2e-1.

Question 4

Let y=f(x)y=f(x) be the particular solution to dydx=(y1)2cos(x)\frac{dy}{dx} = (y-1)^2 \cos(x) with f(0)=0f(0)=0. What is the value of f(π/2)f(\pi/2)?

  1. 1/2 (correct answer)
  2. 0
  3. 2
  4. -1
Explanation: Separating variables gives dy(y1)2=cos(x)dx\frac{dy}{(y-1)^2} = \cos(x) dx. Integrating both sides, (y1)2dy=cos(x)dx\int (y-1)^{-2} dy = \int \cos(x) dx, we get (y1)1=sin(x)+C-(y-1)^{-1} = \sin(x) + C, or 1y1=sin(x)+C\frac{-1}{y-1} = \sin(x) + C. Using the initial condition y(0)=0y(0)=0: 101=sin(0)+C    1=0+C    C=1\frac{-1}{0-1} = \sin(0) + C \implies 1 = 0 + C \implies C=1. The particular solution is 1y1=sin(x)+1\frac{-1}{y-1} = \sin(x) + 1. To find f(π/2)f(\pi/2), we set x=π/2x=\pi/2: 1y1=sin(π/2)+1=1+1=2\frac{-1}{y-1} = \sin(\pi/2) + 1 = 1+1=2. Solving for yy: 1=2(y1)    1=2y2    1=2y    y=1/2-1 = 2(y-1) \implies -1 = 2y-2 \implies 1 = 2y \implies y=1/2.

Question 5

The rate of change of yy with respect to xx is inversely proportional to yy and directly proportional to xx. The relationship is given by dydx=kxy\frac{dy}{dx} = \frac{kx}{y}. If y(0)=5y(0)=5 and y(4)=3y(4)=3, what is the value of kk?

  1. -1/2
  2. -1 (correct answer)
  3. 1/2
  4. 2
Explanation: Separating variables gives ydy=kxdxy \, dy = kx \, dx. Integrating both sides gives 12y2=k2x2+C\frac{1}{2}y^2 = \frac{k}{2}x^2 + C, or y2=kx2+C1y^2 = kx^2 + C_1 where C1=2CC_1=2C. Using the first initial condition, y(0)=5y(0)=5: 52=k(0)2+C1    25=C15^2 = k(0)^2 + C_1 \implies 25 = C_1. The equation becomes y2=kx2+25y^2 = kx^2 + 25. Using the second condition, y(4)=3y(4)=3: 32=k(4)2+25    9=16k+253^2 = k(4)^2 + 25 \implies 9 = 16k + 25. Solving for kk: 16k=925=1616k = 9 - 25 = -16, so k=1k = -1.

Question 6

The temperature T(t)T(t) of a cooling object follows Newton's Law of Cooling: dTdt=k(T70)\frac{dT}{dt} = -k(T-70) where the ambient temperature is 70°F. If T(0)=200°FT(0) = 200°F and T(10)=150°FT(10) = 150°F, what is the temperature after 30 minutes?

  1. 91.5°F
  2. 95.2°F
  3. 98.8°F (correct answer)
  4. 102.4°F
Explanation: The general solution is T(t)=70+CektT(t) = 70 + Ce^{-kt}. From T(0)=200T(0) = 200: C=130C = 130. From T(10)=150T(10) = 150: 150=70+130e10k150 = 70 + 130e^{-10k}, so 80=130e10k80 = 130e^{-10k}, giving e10k=813e^{-10k} = \frac{8}{13}. Therefore ek=(813)1/10e^{-k} = \left(\frac{8}{13}\right)^{1/10}. At t=30t = 30: T(30)=70+130(813)3=70+130512219798.8°FT(30) = 70 + 130\left(\frac{8}{13}\right)^3 = 70 + 130 \cdot \frac{512}{2197} \approx 98.8°F. Choice A uses k=0.1k = 0.1. Choice B results from incorrect exponentiation. Choice D comes from sign errors in the exponential.

Question 7

A chemical reaction follows the rate law dcdt=kc2\frac{dc}{dt} = -k c^2 where c(t)c(t) is the concentration at time tt. If the initial concentration is c(0)=0.8c(0) = 0.8 M and the concentration after 10 minutes is c(10)=0.4c(10) = 0.4 M, what is the concentration after 25 minutes?

  1. 0.20 M
  2. 0.32 M
  3. 0.27 M
  4. 0.24 M (correct answer)
Explanation: This is a separable differential equation problem involving second-order kinetics. When you see a rate equation of the form dcdt=kc2\frac{dc}{dt} = -kc^2, you're dealing with a reaction where the rate depends on the square of the concentration. To solve this, separate variables: dcc2=kdt\frac{dc}{c^2} = -k \, dt. Integrating both sides gives 1c=kt+C-\frac{1}{c} = -kt + C. Using the initial condition c(0)=0.8c(0) = 0.8, we find C=10.8=1.25C = -\frac{1}{0.8} = -1.25. So our solution is 1c(t)=kt+1.25\frac{1}{c(t)} = kt + 1.25. Next, use the condition c(10)=0.4c(10) = 0.4 to find kk. Substituting: 10.4=10k+1.25\frac{1}{0.4} = 10k + 1.25, which gives 2.5=10k+1.252.5 = 10k + 1.25, so k=0.125k = 0.125 min⁻¹. Now we can find c(25)c(25): 1c(25)=0.125(25)+1.25=4.375\frac{1}{c(25)} = 0.125(25) + 1.25 = 4.375. Therefore, c(25)=14.375=0.229c(25) = \frac{1}{4.375} = 0.229 M, which rounds to 0.24 M. Answer D (0.24 M) is correct. Answer A (0.20 M) likely comes from using first-order kinetics instead of second-order. Answer B (0.32 M) might result from incorrectly applying the half-life concept without accounting for the concentration dependence. Answer C (0.27 M) could arise from arithmetic errors in the integration or constant calculation. Remember: for second-order kinetics, the integrated rate law involves 1c\frac{1}{c}, not lnc\ln c like first-order reactions. Always check which order kinetics you're dealing with first.

Question 8

The differential equation dydx=xyx2+1\frac{dy}{dx} = \frac{xy}{x^2+1} has a particular solution passing through the point (2,3)(2, 3). What is the value of yy when x=4x = 4?

  1. 31753\sqrt{\frac{17}{5}} (correct answer)
  2. 91759\sqrt{\frac{17}{5}}
  3. 275\frac{27}{5}
  4. 515\frac{51}{5}
Explanation: Separating variables: dyy=xdxx2+1\frac{dy}{y} = \frac{x\,dx}{x^2+1}. Integrating: lny=12ln(x2+1)+C\ln|y| = \frac{1}{2}\ln(x^2+1) + C. This gives y=Kx2+1y = K\sqrt{x^2+1}. Using the initial condition (2,3)(2,3): 3=K53 = K\sqrt{5}, so K=35K = \frac{3}{\sqrt{5}}. Therefore y=3x2+15y = \frac{3\sqrt{x^2+1}}{\sqrt{5}}. When x=4x = 4: y=3175=3175y = \frac{3\sqrt{17}}{\sqrt{5}} = 3\sqrt{\frac{17}{5}}. Choice B squares the constant incorrectly. Choice C results from arithmetic errors. Choice D comes from incorrect integration of the right side.

Question 9

A radioactive substance decays according to dydt=ky\frac{dy}{dt} = -ky where y(t)y(t) is the amount remaining at time tt hours. If the half-life is 8 hours and y(4)=30y(4) = 30 grams, what was the initial amount y(0)y(0)?

  1. 35.36 grams
  2. 42.43 grams (correct answer)
  3. 48.99 grams
  4. 51.21 grams
Explanation: From the half-life, k=ln28k = \frac{\ln 2}{8}. The general solution is y(t)=Cekty(t) = Ce^{-kt}. Given y(4)=30y(4) = 30, we have 30=Ce4k=Ce4ln2/8=Celn2/2=C21/2=C230 = Ce^{-4k} = Ce^{-4\ln 2/8} = Ce^{-\ln 2/2} = C\cdot 2^{-1/2} = \frac{C}{\sqrt{2}}. Therefore C=302=42.43C = 30\sqrt{2} = 42.43. Choice A uses k=8k = 8 instead of k=ln2/8k = \ln 2/8. Choice C incorrectly applies the half-life formula. Choice D results from using eln2/2e^{\ln 2/2} instead of eln2/2e^{-\ln 2/2}.

Question 10

Consider the differential equation dydx=cos(x)y2\frac{dy}{dx} = \frac{\cos(x)}{y^2}. If y=3y = 3 when x=π2x = \frac{\pi}{2}, what is the value of y3y^3 when x=0x=0?

  1. 24 (correct answer)
  2. 26
  3. 27
  4. 30
Explanation: Separating variables gives y2dy=cos(x)dxy^2 dy = \cos(x) dx. Integrating both sides, we get y2dy=cos(x)dx\int y^2 dy = \int \cos(x) dx, which yields 13y3=sin(x)+C\frac{1}{3}y^3 = \sin(x) + C. Using the initial condition y(π/2)=3y(\pi/2) = 3, we substitute to find C: 13(3)3=sin(π2)+C\frac{1}{3}(3)^3 = \sin(\frac{\pi}{2}) + C, which simplifies to 9=1+C9 = 1 + C, so C=8C=8. The particular solution is 13y3=sin(x)+8\frac{1}{3}y^3 = \sin(x) + 8, or y3=3sin(x)+24y^3 = 3\sin(x) + 24. When x=0x=0, y3=3sin(0)+24=3(0)+24=24y^3 = 3\sin(0) + 24 = 3(0) + 24 = 24.

Question 11

The differential equation xy2y=xyxy' - 2y = xy describes a family of curves. Which curve in this family passes through the point (1,e)(1, e)? Find the value of yy for this curve when x=2x=2.

  1. e2+3e^2 + 3
  2. e2/4e^2/4
  3. 2e22e^2
  4. 4e24e^2 (correct answer)
Explanation: First, rearrange the differential equation to separate variables: xy=y(x+2)    y=y(x+2)xxy' = y(x+2) \implies y' = \frac{y(x+2)}{x}. Now separate: dyy=x+2xdx=(1+2x)dx\frac{dy}{y} = \frac{x+2}{x} dx = (1 + \frac{2}{x}) dx. Integrating both sides gives lny=x+2lnx+C\ln|y| = x + 2\ln|x| + C. This can be rewritten as lny=x+ln(x2)+C\ln|y| = x + \ln(x^2) + C. Using the initial condition y(1)=ey(1)=e: lne=1+ln(12)+C    1=1+0+C    C=0\ln|e| = 1 + \ln(1^2) + C \implies 1 = 1 + 0 + C \implies C=0. The particular solution is lny=x+ln(x2)\ln|y| = x + \ln(x^2). Since y(1)=e>0y(1)=e>0, we use yy. To solve for yy, we write ln(y)ln(x2)=x    ln(yx2)=x\ln(y) - \ln(x^2) = x \implies \ln(\frac{y}{x^2}) = x. Exponentiating both sides gives yx2=ex\frac{y}{x^2} = e^x, so y=x2exy = x^2e^x. At x=2x=2, y=22e2=4e2y = 2^2 e^2 = 4e^2.

Question 12

Find the particular solution to the differential equation dydx=exy\frac{dy}{dx} = e^{x-y} that satisfies the initial condition y(0)=ln3y(0) = \ln 3. Then, evaluate this solution at x=ln2x=\ln 2.

  1. ln(2+ln3)\ln(2+\ln 3)
  2. ln(1+ln3)\ln(1+\ln 3)
  3. ln6\ln 6
  4. ln4\ln 4 (correct answer)
Explanation: The equation can be written as dydx=exey\frac{dy}{dx} = e^x e^{-y}. Separating the variables gives eydy=exdxe^y dy = e^x dx. Integrating both sides yields eydy=exdx\int e^y dy = \int e^x dx, which results in ey=ex+Ce^y = e^x + C. Using the initial condition y(0)=ln3y(0) = \ln 3, we have eln3=e0+Ce^{\ln 3} = e^0 + C, which simplifies to 3=1+C3 = 1 + C, so C=2C=2. The particular solution is ey=ex+2e^y = e^x + 2. To find yy explicitly, we take the natural logarithm of both sides: y=ln(ex+2)y = \ln(e^x + 2). Evaluating at x=ln2x=\ln 2, we get y=ln(eln2+2)=ln(2+2)=ln4y = \ln(e^{\ln 2} + 2) = \ln(2+2) = \ln 4.

Question 13

Given the differential equation dydx=yxln(x)\frac{dy}{dx} = \frac{y}{x\ln(x)} and the initial condition y(e)=ey(e)=e, what is the value of y(e2)y(e^2)?

  1. 2
  2. e2e^2
  3. 2e2e (correct answer)
  4. e+1e+1
Explanation: Separating variables, we get 1ydy=1xln(x)dx\frac{1}{y} dy = \frac{1}{x\ln(x)} dx. Integrating both sides: 1ydy=lny\int \frac{1}{y} dy = \ln|y|. For the right side, we use u-substitution with u=ln(x)u = \ln(x) and du=1xdxdu = \frac{1}{x} dx. So 1xln(x)dx=1udu=lnu+C=lnln(x)+C\int \frac{1}{x\ln(x)} dx = \int \frac{1}{u} du = \ln|u| + C = \ln|\ln(x)| + C. The general solution is lny=lnln(x)+C\ln|y| = \ln|\ln(x)| + C. Using the initial condition y(e)=ey(e)=e: lne=lnln(e)+C\ln|e| = \ln|\ln(e)| + C     1=ln1+C    1=0+C    C=1\implies 1 = \ln|1| + C \implies 1 = 0 + C \implies C=1. The particular solution is lny=lnln(x)+1\ln|y| = \ln|\ln(x)| + 1. Since y(e)=e>0y(e)=e>0, we can write ln(y)=ln(ln(x))+1\ln(y) = \ln(\ln(x)) + 1. To solve for yy, we exponentiate: y=eln(lnx)+1=eln(lnx)e1=eln(x)y = e^{\ln(\ln x) + 1} = e^{\ln(\ln x)} \cdot e^1 = e \ln(x). Finally, we evaluate at x=e2x=e^2: y(e2)=eln(e2)=e2=2ey(e^2) = e \ln(e^2) = e \cdot 2 = 2e.

Question 14

Consider the initial value problem y=1+y2y' = 1 + y^2 with y(0)=1y(0)=1. What is the value of y(π/6)y(\pi/6)?

  1. 3\sqrt{3}
  2. 2+32+\sqrt{3} (correct answer)
  3. 11
  4. 232-\sqrt{3}
Explanation: Separating variables gives dy1+y2=dx\frac{dy}{1+y^2} = dx. Integrating both sides yields arctan(y)=x+C\arctan(y) = x + C. Using the initial condition y(0)=1y(0)=1, we get arctan(1)=0+C\arctan(1) = 0 + C, which means C=π/4C = \pi/4. The particular solution is arctan(y)=x+π/4\arctan(y) = x + \pi/4, so y=tan(x+π/4)y = \tan(x+\pi/4). We need to evaluate y(π/6)y(\pi/6): y=tan(π6+π4)=tan(2π+3π12)=tan(5π12)y = \tan(\frac{\pi}{6} + \frac{\pi}{4}) = \tan(\frac{2\pi+3\pi}{12}) = \tan(\frac{5\pi}{12}). Using the tangent addition formula: tan(75°)=tan(45°+30°)=tan45°+tan30°1tan45°tan30°=1+13113=3+131=(3+1)22=2+3\tan(75°) = \tan(45° + 30°) = \frac{\tan 45° + \tan 30°}{1 - \tan 45° \tan 30°} = \frac{1 + \frac{1}{\sqrt{3}}}{1 - \frac{1}{\sqrt{3}}} = \frac{\sqrt{3}+1}{\sqrt{3}-1} = \frac{(\sqrt{3}+1)^2}{2} = 2+\sqrt{3}.

Question 15

The rate of change of a quantity PP is proportional to the square of PP, i.e., dPdt=kP2\frac{dP}{dt} = kP^2. Given that P(0)=10P(0) = 10 and P(1)=5P(1) = 5, for what value of t>0t > 0 is P(t)=2P(t) = 2?

  1. 4 (correct answer)
  2. 9/2
  3. ln(5)ln(2)\frac{\ln(5)}{\ln(2)}
  4. 3
Explanation: Separating variables in dPdt=kP2\frac{dP}{dt} = kP^2 gives P2dP=kdtP^{-2} dP = k dt. Integrating yields P1=kt+C-P^{-1} = kt + C, or 1P=kt+C-\frac{1}{P} = kt + C. Using P(0)=10P(0)=10, we get 110=k(0)+C-\frac{1}{10} = k(0) + C, so C=110C = -\frac{1}{10}. The equation becomes 1P=kt110-\frac{1}{P} = kt - \frac{1}{10}. Using P(1)=5P(1)=5, we get 15=k(1)110-\frac{1}{5} = k(1) - \frac{1}{10}, which gives 210=k110-\frac{2}{10} = k - \frac{1}{10}, so k=110k = -\frac{1}{10}. The particular solution is 1P=t10110-\frac{1}{P} = -\frac{t}{10} - \frac{1}{10}, which simplifies to 1P=t+110\frac{1}{P} = \frac{t+1}{10}, or P(t)=10t+1P(t) = \frac{10}{t+1}. We need to find tt when P(t)=2P(t)=2: 2=10t+1    2(t+1)=10    t+1=5    t=42 = \frac{10}{t+1} \implies 2(t+1) = 10 \implies t+1 = 5 \implies t=4.

Question 16

Find the solution y=f(x)y=f(x) to the differential equation (x2+1)y=2x(y1)(x^2+1)y' = 2x(y-1) that passes through (0,2)(0, 2). What is f(3)f(\sqrt{3})?

  1. 3
  2. 4
  3. 5 (correct answer)
  4. 6
Explanation: First, we separate the variables: dyy1=2xx2+1dx\frac{dy}{y-1} = \frac{2x}{x^2+1} dx. Integrating both sides gives dyy1=2xx2+1dx\int \frac{dy}{y-1} = \int \frac{2x}{x^2+1} dx. The left side is lny1\ln|y-1|. The right side can be solved with a u-substitution u=x2+1u=x^2+1, du=2xdxdu=2x dx, so the integral is duu=lnu=ln(x2+1)\int \frac{du}{u} = \ln|u| = \ln(x^2+1) (since x2+1x^2+1 is always positive). So, lny1=ln(x2+1)+C\ln|y-1| = \ln(x^2+1) + C. Exponentiating, y1=eC(x2+1)|y-1| = e^C(x^2+1). Let A=±eCA=\pm e^C, so y1=A(x2+1)y-1 = A(x^2+1). Using the initial condition y(0)=2y(0)=2: 21=A(02+1)    1=A2-1 = A(0^2+1) \implies 1 = A. The particular solution is y1=1(x2+1)y-1 = 1(x^2+1), so y=x2+2y = x^2+2. Evaluating at x=3x=\sqrt{3}, we get f(3)=(3)2+2=3+2=5f(\sqrt{3}) = (\sqrt{3})^2 + 2 = 3+2 = 5.

Question 17

Let y(x)y(x) be the solution to the initial value problem y=y24y' = y^2 - 4 with y(0)=3y(0)=3. What is the value of y(14ln2)y(\frac{1}{4}\ln 2)?

  1. 14\sqrt{14}
  2. 229-\frac{22}{9}
  3. 143\frac{14}{3} (correct answer)
  4. 4
Explanation: We separate variables: dyy24=dx\frac{dy}{y^2-4} = dx. We use partial fractions for the left side: 1(y2)(y+2)=Ay2+By+2\frac{1}{(y-2)(y+2)} = \frac{A}{y-2} + \frac{B}{y+2}. This gives A=1/4A=1/4 and B=1/4B=-1/4. The integral becomes 14(1y21y+2)dy=dx\frac{1}{4}\int (\frac{1}{y-2} - \frac{1}{y+2}) dy = \int dx. This integrates to 14(lny2lny+2)=x+C\frac{1}{4}(\ln|y-2| - \ln|y+2|) = x+C, or lny2y+2=4x+C1\ln|\frac{y-2}{y+2}| = 4x+C_1. Given y(0)=3y(0)=3, ln323+2=0+C1    C1=ln(1/5)\ln|\frac{3-2}{3+2}| = 0+C_1 \implies C_1=\ln(1/5). Since y(0)=3>2y(0)=3>2, the argument of the log is positive, so ln(y2y+2)=4x+ln(1/5)\ln(\frac{y-2}{y+2}) = 4x+\ln(1/5). Exponentiating gives y2y+2=e4x+ln(1/5)=15e4x\frac{y-2}{y+2} = e^{4x+\ln(1/5)} = \frac{1}{5}e^{4x}. Let x0=14ln2x_0 = \frac{1}{4}\ln 2. Then e4x0=eln2=2e^{4x_0} = e^{\ln 2}=2. So y2y+2=25\frac{y-2}{y+2} = \frac{2}{5}. Solving for yy: 5(y2)=2(y+2)    5y10=2y+4    3y=14    y=14/35(y-2) = 2(y+2) \implies 5y-10 = 2y+4 \implies 3y=14 \implies y=14/3.

Question 18

Let y=f(x)y=f(x) be the particular solution to the differential equation dydx=3x22y\frac{dy}{dx} = \frac{3x^2}{2y} with the initial condition f(2)=3f(2)=3. What is the value of f(3)f(3)?

  1. 333\sqrt{3}
  2. 26\sqrt{26}
  3. 272\sqrt{7} (correct answer)
  4. 27-2\sqrt{7}
Explanation: Separating variables gives 2ydy=3x2dx2y \, dy = 3x^2 \, dx. Integrating both sides yields 2ydy=3x2dx\int 2y \, dy = \int 3x^2 \, dx, which results in y2=x3+Cy^2 = x^3 + C. Using the initial condition y(2)=3y(2)=3, we have 32=23+C3^2 = 2^3 + C, so 9=8+C9 = 8 + C, which means C=1C=1. The particular solution is y2=x3+1y^2 = x^3 + 1. Since the initial value of yy is positive (3), we take the positive square root: y=x3+1y = \sqrt{x^3 + 1}. Evaluating at x=3x=3, we get y=33+1=27+1=28=27y = \sqrt{3^3 + 1} = \sqrt{27 + 1} = \sqrt{28} = 2\sqrt{7}.

Question 19

The rate of change of a population P(t)P(t) is modeled by dPdt=kP(1000P)\frac{dP}{dt} = kP(1000-P) where k>0k > 0 is a constant. If P(0)=200P(0) = 200 and P(2)=400P(2) = 400, what is the population when t=4t = 4?

  1. 600 individuals
  2. 640 individuals
  3. 667 individuals (correct answer)
  4. 680 individuals
Explanation: This is a logistic equation. Using separation of variables: dPP(1000P)=kdt\frac{dP}{P(1000-P)} = k\,dt. Partial fractions gives 11000(1P+11000P)dP=kdt\frac{1}{1000}\left(\frac{1}{P} + \frac{1}{1000-P}\right)dP = k\,dt. Integrating and applying initial conditions P(0)=200P(0) = 200 and P(2)=400P(2) = 400 determines the constant. At t=4t = 4, P(4)=200000300=666.67667P(4) = \frac{200000}{300} = 666.67 \approx 667. Choice A assumes linear growth. Choice B results from incorrect partial fraction decomposition. Choice D comes from sign errors in the integration.