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

Consider the differential equation dydx=y2x2\frac{dy}{dx} = \frac{y^2}{x^2} with the initial condition y(1)=12y(1) = \frac{1}{2}. What is the value of y(2)y(2)?

23\frac{2}{3}
25\frac{2}{5}
-2
2
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Particular Solutions Initial Conditions

Practice Particular Solutions Initial Conditions in Calculus 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Particular Solutions Initial Conditions, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Consider the differential equation dydx=y2x2\frac{dy}{dx} = \frac{y^2}{x^2} with the initial condition y(1)=12y(1) = \frac{1}{2}. What is the value of y(2)y(2)?

  1. 23\frac{2}{3} (correct answer)
  2. 25\frac{2}{5}
  3. -2
  4. 2
Explanation: Separate variables: y2dy=x2dxy^{-2}dy = x^{-2}dx. Integrate both sides: y1=x1+C-y^{-1} = -x^{-1} + C, which simplifies to 1y=1x+C\frac{1}{y} = \frac{1}{x} + C'. Use the initial condition y(1)=12y(1) = \frac{1}{2}: 11/2=11+C2=1+CC=1\frac{1}{1/2} = \frac{1}{1} + C' \Rightarrow 2 = 1 + C' \Rightarrow C' = 1. The particular solution is 1y=1x+1=1+xx\frac{1}{y} = \frac{1}{x} + 1 = \frac{1+x}{x}, so y=x1+xy = \frac{x}{1+x}. Evaluate at x=2x=2: y(2)=21+2=23y(2) = \frac{2}{1+2} = \frac{2}{3}.

Question 2

Find the particular solution y=f(x)y=f(x) for the differential equation dydx=1yex\frac{dy}{dx} = \frac{1}{y e^x} with the initial condition y(0)=2y(0)=2.

  1. y=2+2exy = \sqrt{2 + 2e^{-x}}
  2. y=5exy = \sqrt{5 - e^{-x}}
  3. y=62exy = -\sqrt{6 - 2e^{-x}}
  4. y=62exy = \sqrt{6 - 2e^{-x}} (correct answer)
Explanation: When you encounter a differential equation like dydx=1yex\frac{dy}{dx} = \frac{1}{y e^x}, you're dealing with a separable equation where you can move all terms involving yy to one side and all terms involving xx to the other. Start by separating variables: multiply both sides by yy and by dxdx to get ydy=1exdxy \, dy = \frac{1}{e^x} dx, which simplifies to ydy=exdxy \, dy = e^{-x} dx. Now integrate both sides: ydy=exdx\int y \, dy = \int e^{-x} dx. This gives you y22=ex+C\frac{y^2}{2} = -e^{-x} + C. To find the constant CC, use the initial condition y(0)=2y(0) = 2. Substituting: (2)22=e0+C\frac{(2)^2}{2} = -e^{0} + C, so 2=1+C2 = -1 + C, which means C=3C = 3. Your general solution becomes y22=ex+3\frac{y^2}{2} = -e^{-x} + 3. Multiply by 2: y2=2ex+6=62exy^2 = -2e^{-x} + 6 = 6 - 2e^{-x}. Taking the positive square root (since y(0)=2>0y(0) = 2 > 0), you get y=62exy = \sqrt{6 - 2e^{-x}}. Answer A has the wrong constant terms and exponential form. Answer B also has incorrect constants that don't satisfy the initial condition. Answer C gives the negative square root, but since y(0)=2y(0) = 2 is positive, you need the positive root. The key strategy here is careful algebra during separation and always checking your constant using the initial condition. Remember that when taking square roots of both sides, the sign matters—let the initial condition guide your choice.

Question 3

Which equation implicitly defines the particular solution to dydx=cos2(y)\frac{dy}{dx} = \cos^2(y) with the initial condition y(0)=π4y(0) = \frac{\pi}{4}?

  1. sec(y)=x+2\sec(y) = x + \sqrt{2}
  2. tan(y)=x\tan(y) = x
  3. cot(y)=x1-\cot(y) = x - 1
  4. tan(y)=x+1\tan(y) = x + 1 (correct answer)
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 particular solution. Starting with dydx=cos2(y)\frac{dy}{dx} = \cos^2(y), you can separate variables by dividing both sides by cos2(y)\cos^2(y) and multiplying by dxdx: dycos2(y)=dx\frac{dy}{\cos^2(y)} = dx. The left side is equivalent to sec2(y)dy=dx\sec^2(y) \, dy = dx. Integrating both sides: sec2(y)dy=dx\int \sec^2(y) \, dy = \int dx. Since the antiderivative of sec2(y)\sec^2(y) is tan(y)\tan(y), you get tan(y)=x+C\tan(y) = x + C. Now apply the initial condition y(0)=π4y(0) = \frac{\pi}{4}: tan(π4)=0+C\tan\left(\frac{\pi}{4}\right) = 0 + C. Since tan(π4)=1\tan\left(\frac{\pi}{4}\right) = 1, we have C=1C = 1. Therefore, the particular solution is tan(y)=x+1\tan(y) = x + 1, which is choice D. Let's examine why the other options are incorrect. Choice A, sec(y)=x+2\sec(y) = x + \sqrt{2}, would arise from incorrectly integrating sec2(y)\sec^2(y) as sec(y)\sec(y) rather than tan(y)\tan(y). Choice B, tan(y)=x\tan(y) = x, represents the general solution before applying the initial condition (setting C=0C = 0). Choice C, cot(y)=x1-\cot(y) = x - 1, comes from mishandling the separation of variables or confusing trigonometric identities. Remember: for separable differential equations, always separate variables completely, integrate carefully using correct antiderivatives, and don't forget to apply initial conditions to determine any constants.

Question 4

The solution to the differential equation (1+x2)y=1(1+x^2)y' = 1 passes through the point (1,π2)(1, \frac{\pi}{2}). What is the value of this solution at x=3x=\sqrt{3}?

  1. 5π12\frac{5\pi}{12}
  2. π3\frac{\pi}{3}
  3. π12\frac{\pi}{12}
  4. 7π12\frac{7\pi}{12} (correct answer)
Explanation: When you encounter a differential equation with an initial condition, you need to solve the equation generally, then use the given point to find any constants of integration. Starting with (1+x2)y=1(1+x^2)y' = 1, separate variables by dividing both sides by (1+x2)(1+x^2): y=11+x2y' = \frac{1}{1+x^2} Integrating both sides: y=11+x2dx=arctan(x)+Cy = \int \frac{1}{1+x^2} dx = \arctan(x) + C This integral is a standard form you should memorize - the derivative of arctan(x)\arctan(x) is 11+x2\frac{1}{1+x^2}. Now use the initial condition (1,π2)(1, \frac{\pi}{2}) to find CC: π2=arctan(1)+C\frac{\pi}{2} = \arctan(1) + C Since arctan(1)=π4\arctan(1) = \frac{\pi}{4}: π2=π4+C\frac{\pi}{2} = \frac{\pi}{4} + C, so C=π4C = \frac{\pi}{4} The complete solution is: y=arctan(x)+π4y = \arctan(x) + \frac{\pi}{4} At x=3x = \sqrt{3}: y=arctan(3)+π4=π3+π4=4π+3π12=7π12y = \arctan(\sqrt{3}) + \frac{\pi}{4} = \frac{\pi}{3} + \frac{\pi}{4} = \frac{4\pi + 3\pi}{12} = \frac{7\pi}{12} The answer is D. The wrong answers represent common errors: A) 5π12\frac{5\pi}{12} results from incorrectly using arctan(3)=π6\arctan(\sqrt{3}) = \frac{\pi}{6} instead of π3\frac{\pi}{3}. B) π3\frac{\pi}{3} is just arctan(3)\arctan(\sqrt{3}) without adding the constant. C) π12\frac{\pi}{12} comes from subtracting instead of adding the fractions. Remember: always verify your antiderivatives and memorize standard forms like 11+x2dx=arctan(x)+C\int \frac{1}{1+x^2} dx = \arctan(x) + C.

Question 5

Given that y=y2xy' = \frac{y^2}{x} and y(1)=2y(1)=2, find the value of xx for which y=4y=4.

  1. e3/4e^{3/4}
  2. e1/4e^{-1/4}
  3. e1/4e^{1/4} (correct answer)
  4. e1/2e^{1/2}
Explanation: This differential equation asks you to solve for a specific value, which requires separating variables and applying the initial condition. When you see y=y2xy' = \frac{y^2}{x}, recognize this as a separable differential equation where you can isolate all yy terms on one side and all xx terms on the other. Starting with dydx=y2x\frac{dy}{dx} = \frac{y^2}{x}, separate variables: dyy2=dxx\frac{dy}{y^2} = \frac{dx}{x}. Integrating both sides gives y2dy=x1dx\int y^{-2} dy = \int x^{-1} dx, which yields 1y=lnx+C-\frac{1}{y} = \ln|x| + C. Using the initial condition y(1)=2y(1) = 2: 12=ln(1)+C=0+C-\frac{1}{2} = \ln(1) + C = 0 + C, so C=12C = -\frac{1}{2}. The solution becomes 1y=lnx12-\frac{1}{y} = \ln|x| - \frac{1}{2}. To find where y=4y = 4, substitute: 14=lnx12-\frac{1}{4} = \ln|x| - \frac{1}{2}. Solving: lnx=14+12=14\ln|x| = -\frac{1}{4} + \frac{1}{2} = \frac{1}{4}, so x=e1/4x = e^{1/4}. Answer A (e3/4e^{3/4}) likely comes from adding the fractions incorrectly as 14+24=34\frac{1}{4} + \frac{2}{4} = \frac{3}{4}. Answer B (e1/4e^{-1/4}) results from forgetting to change the sign when moving 12-\frac{1}{2} to the other side. Answer D (e1/2e^{1/2}) might come from using 24\frac{2}{4} instead of 14\frac{1}{4} in the final step. When solving separable differential equations, always double-check your algebra when applying initial conditions and isolating terms—small sign errors or fraction mistakes can lead you to plausible but incorrect exponential expressions.

Question 6

If dydx=yxlnx\frac{dy}{dx} = \frac{y}{x \ln x} and y(e)=1y(e)=1, what is y(e2)y(e^2)?

  1. 2 (correct answer)
  2. 1
  3. ee
  4. 2e2e
Explanation: Separate the variables: 1ydy=1xlnxdx\frac{1}{y} dy = \frac{1}{x \ln x} dx. Integrate both sides. For the right side, use u-substitution with u=lnxu = \ln x, so du=1xdxdu = \frac{1}{x} dx. The integral becomes 1udu=lnu=lnlnx\int \frac{1}{u} du = \ln|u| = \ln|\ln x|. So, lny=lnlnx+C\ln|y| = \ln|\ln x| + C. Using the initial condition y(e)=1y(e)=1: ln(1)=ln(lne)+C0=ln(1)+CC=0\ln(1) = \ln(\ln e) + C \Rightarrow 0 = \ln(1) + C \Rightarrow C=0. The particular solution is lny=lnlnx\ln|y| = \ln|\ln x|, which implies y=lnx|y| = |\ln x|. Since y(e)=1y(e)=1 is positive, we take the positive branch y=lnxy = \ln x for x>1x>1. Then y(e2)=ln(e2)=2y(e^2) = \ln(e^2) = 2.

Question 7

A curve in the xy-plane is defined by the differential equation dydx=xy\frac{dy}{dx} = -\frac{x}{y} and passes through the point (3,4)(3, -4). Which of the following is an explicit equation for this curve?

  1. y=25x2y = -\sqrt{25 - x^2} (correct answer)
  2. y=25x2y = \sqrt{25 - x^2}
  3. y=7+x2y = -\sqrt{7 + x^2}
  4. x2+y2=5x^2 + y^2 = 5
Explanation: Separate variables to get ydy=xdxy dy = -x dx. Integrate both sides: y22=x22+C\frac{y^2}{2} = -\frac{x^2}{2} + C. This can be rewritten as x2+y2=2Cx^2 + y^2 = 2C or x2+y2=Kx^2+y^2=K. Use the initial condition (3,4)(3, -4) to find K: (3)2+(4)2=K9+16=KK=25(3)^2 + (-4)^2 = K \Rightarrow 9 + 16 = K \Rightarrow K=25. The implicit equation is x2+y2=25x^2 + y^2 = 25. To find the explicit equation, solve for yy: y2=25x2y=±25x2y^2 = 25 - x^2 \Rightarrow y = \pm\sqrt{25 - x^2}. Since the curve passes through (3,4)(3, -4), the y-value is negative, so we must choose the negative branch. Thus, y=25x2y = -\sqrt{25 - x^2}.

Question 8

Atmospheric pressure PP decreases as altitude hh increases, modeled by dPdh=kP\frac{dP}{dh} = kP. At sea level (h=0h=0 meters), the pressure is 1 atm. At h=8000h=8000 meters, the pressure is 0.5 atm.

Using the model from the passage, at what altitude hh is the pressure 0.25 atm?

  1. 12,000 meters
  2. 16,000 meters (correct answer)
  3. 24,000 meters
  4. 1600 meters
Explanation: When you encounter a differential equation like dPdh=kP\frac{dP}{dh} = kP, you're dealing with exponential decay. This separable differential equation tells us that the rate of pressure change is proportional to the current pressure. To solve this, separate variables: dPP=kdh\frac{dP}{P} = k \, dh. Integrating both sides gives lnP=kh+C\ln P = kh + C, so P=AekhP = Ae^{kh} where A=eCA = e^C. Using the initial condition at sea level (h=0h = 0, P=1P = 1): 1=Aek0=A1 = Ae^{k \cdot 0} = A, so A=1A = 1. Now use the second condition (h=8000h = 8000, P=0.5P = 0.5): 0.5=e8000k0.5 = e^{8000k}. Taking the natural logarithm: ln(0.5)=8000k\ln(0.5) = 8000k, so k=ln(0.5)8000=ln(2)8000k = \frac{\ln(0.5)}{8000} = \frac{-\ln(2)}{8000}. Our model is P=eln(2)h8000=eln(2h/8000)=2h/8000P = e^{\frac{-\ln(2) \cdot h}{8000}} = e^{\ln(2^{-h/8000})} = 2^{-h/8000}. For P=0.25=14=22P = 0.25 = \frac{1}{4} = 2^{-2}: 22=2h/80002^{-2} = 2^{-h/8000}. Therefore 2=h8000-2 = -\frac{h}{8000}, giving h=16,000h = 16,000 meters. Answer choice A (12,000 meters) would give P=21.50.35P = 2^{-1.5} \approx 0.35 atm. Choice C (24,000 meters) yields P=23=0.125P = 2^{-3} = 0.125 atm. Choice D (1,600 meters) gives P=20.20.87P = 2^{-0.2} \approx 0.87 atm. The correct answer is B. Key insight: In exponential decay problems, pressure halves every 8,000 meters here. Since 0.25 is half of 0.5, you need another 8,000-meter increase from where pressure was 0.5 atm.

Question 9

Find the value of y(2)y(2) for the particular solution to the differential equation (1+x2)y=2xy(1+x^2)y' = 2xy that satisfies y(0)=3y(0)=3.

  1. 15 (correct answer)
  2. 5
  3. 7
  4. 2ln(5)+9\sqrt{2\ln(5)+9}
Explanation: First, separate the variables: y=2xy1+x2dyy=2x1+x2dxy' = \frac{2xy}{1+x^2} \Rightarrow \frac{dy}{y} = \frac{2x}{1+x^2}dx. Integrate both sides. The right side requires a u-substitution with u=1+x2u=1+x^2, du=2xdxdu=2xdx, so 1udu=lnu=ln(1+x2)\int \frac{1}{u}du = \ln|u| = \ln(1+x^2). The equation becomes lny=ln(1+x2)+C\ln|y| = \ln(1+x^2) + C. Using the initial condition y(0)=3y(0)=3: ln(3)=ln(1+0)+Cln(3)=0+CC=ln(3)\ln(3) = \ln(1+0) + C \Rightarrow \ln(3) = 0 + C \Rightarrow C=\ln(3). So, lny=ln(1+x2)+ln(3)=ln(3(1+x2))\ln|y| = \ln(1+x^2) + \ln(3) = \ln(3(1+x^2)). This gives y=3(1+x2)|y| = 3(1+x^2). Since y(0)=3y(0)=3 is positive, we use y=3(1+x2)y = 3(1+x^2). At x=2x=2, y(2)=3(1+22)=3(5)=15y(2) = 3(1+2^2) = 3(5) = 15.

Question 10

Let y=f(x)y=f(x) be the particular solution to the differential equation dydx=exy\frac{dy}{dx} = e^{x-y} with the initial condition y(0)=ln(2)y(0) = \ln(2). Find the value of y(1)y(1).

  1. ln(e+1)\ln(e+1) (correct answer)
  2. ln(e+ln(2)1)\ln(e+\ln(2)-1)
  3. 1
  4. ln(e1)\ln(e-1)
Explanation: First, rewrite the differential equation as dydx=exey\frac{dy}{dx} = e^x e^{-y}. Separate variables to get eydy=exdxe^y dy = e^x dx. Integrate both sides: ey=ex+Ce^y = e^x + C. Use the initial condition y(0)=ln(2)y(0) = \ln(2): eln(2)=e0+C2=1+CC=1e^{\ln(2)} = e^0 + C \Rightarrow 2 = 1 + C \Rightarrow C=1. The particular solution is ey=ex+1e^y = e^x + 1, so y=ln(ex+1)y = \ln(e^x + 1). Finally, evaluate at x=1x=1: y(1)=ln(e1+1)=ln(e+1)y(1) = \ln(e^1 + 1) = \ln(e+1).

Question 11

The growth of a bacterial population PP is modeled by dPdt=kP\frac{dP}{dt} = kP. If the population is 500 at t=0t=0 and 1000 at t=10t=10 days, at what time tt will the population reach 2000?

  1. 40 days
  2. 30 days
  3. 15 days
  4. 20 days (correct answer)
Explanation: When you encounter a differential equation like dPdt=kP\frac{dP}{dt} = kP, you're dealing with exponential growth. This equation tells you that the rate of change is proportional to the current population, which is characteristic of bacterial growth, radioactive decay, and compound interest problems. To solve this, you need to find the general solution P(t)=P0ektP(t) = P_0 e^{kt}, then use the given conditions to find the constants. With P(0)=500P(0) = 500, you know P0=500P_0 = 500, so P(t)=500ektP(t) = 500e^{kt}. Using the second condition P(10)=1000P(10) = 1000: 1000=500e10k1000 = 500e^{10k}, which gives 2=e10k2 = e^{10k}. Taking the natural logarithm: 10k=ln(2)10k = \ln(2), so k=ln(2)10k = \frac{\ln(2)}{10}. Now you can find when the population reaches 2000: 2000=500ekt2000 = 500e^{kt}, which simplifies to 4=ekt4 = e^{kt}. Taking the natural logarithm: kt=ln(4)=ln(22)=2ln(2)kt = \ln(4) = \ln(2^2) = 2\ln(2). Substituting k=ln(2)10k = \frac{\ln(2)}{10}: t=2ln(2)ln(2)/10=20t = \frac{2\ln(2)}{\ln(2)/10} = 20 days. Choice A (40 days) likely comes from incorrectly doubling the time again. Choice B (30 days) might result from adding the doubling time to the initial observation period. Choice C (15 days) could come from miscalculating the doubling pattern or arithmetic errors. Study tip: For exponential growth problems, always set up the general solution first, then use initial conditions systematically. Remember that if a population doubles in time TT, it quadruples in time 2T2T.

Question 12

Let y=f(x)y=f(x) be the solution to dydx=2x(y1)\frac{dy}{dx} = 2x(y-1) with f(0)=2f(0)=2. For what positive value of xx does y=e4+1y = e^4 + 1?

  1. 3\sqrt{3}
  2. 4
  3. 2 (correct answer)
  4. e2e^2
Explanation: This problem tests your ability to solve a separable differential equation and then use the solution to find a specific x-value. When you encounter dydx=2x(y1)\frac{dy}{dx} = 2x(y-1), recognize that the variables can be separated since the right side factors into a function of x times a function of y. To solve, separate variables: dyy1=2xdx\frac{dy}{y-1} = 2x \, dx. Integrating both sides gives lny1=x2+C\ln|y-1| = x^2 + C. Exponentiating yields y1=Aex2y-1 = Ae^{x^2} where A=eCA = e^C, so y=Aex2+1y = Ae^{x^2} + 1. Using the initial condition f(0)=2f(0) = 2: 2=Ae0+1=A+12 = Ae^0 + 1 = A + 1, so A=1A = 1. Therefore, y=ex2+1y = e^{x^2} + 1. Now find where y=e4+1y = e^4 + 1. Setting ex2+1=e4+1e^{x^2} + 1 = e^4 + 1, we get ex2=e4e^{x^2} = e^4. Taking the natural logarithm: x2=4x^2 = 4, so x=2x = 2 (taking the positive value as requested). Looking at the wrong answers: (A) 3\sqrt{3} would give x2=3x^2 = 3, making y=e3+1y = e^3 + 1, not e4+1e^4 + 1. (B) 4 would yield x2=16x^2 = 16, giving y=e16+1y = e^{16} + 1. (D) e2e^2 would produce x2=e4x^2 = e^4, making y=ee4+1y = e^{e^4} + 1. Study tip: For separable differential equations, always verify your solution using the initial condition before proceeding to the final calculation. This catches algebra errors early and builds confidence in your answer.

Question 13

What is the value of y(π/2)y(\sqrt{\pi/2}) for the particular solution of y=x(y2+1)y' = x(y^2+1) with initial condition y(0)=0y(0)=0?

  1. π4\frac{\pi}{4}
  2. 0
  3. 1 (correct answer)
  4. undefined
Explanation: This is a separable differential equation problem that requires you to solve for the particular solution and then evaluate it at a specific point. To solve y=x(y2+1)y' = x(y^2+1), you need to separate variables. Rewrite as dydx=x(y2+1)\frac{dy}{dx} = x(y^2+1), then separate: dyy2+1=xdx\frac{dy}{y^2+1} = x \, dx. Integrating both sides: dyy2+1=xdx\int \frac{dy}{y^2+1} = \int x \, dx. The left side gives arctan(y)\arctan(y) and the right side gives x22+C\frac{x^2}{2} + C. So: arctan(y)=x22+C\arctan(y) = \frac{x^2}{2} + C. Using the initial condition y(0)=0y(0) = 0: arctan(0)=022+C\arctan(0) = \frac{0^2}{2} + C, which gives 0=C0 = C. Therefore: arctan(y)=x22\arctan(y) = \frac{x^2}{2}. Solving for yy: y=tan(x22)y = \tan\left(\frac{x^2}{2}\right). Now evaluate at x=π/2x = \sqrt{\pi/2}: y(π/2)=tan((π/2)22)=tan(π/22)=tan(π4)=1y\left(\sqrt{\pi/2}\right) = \tan\left(\frac{(\sqrt{\pi/2})^2}{2}\right) = \tan\left(\frac{\pi/2}{2}\right) = \tan\left(\frac{\pi}{4}\right) = 1. Answer C is correct. Answer A (π4\frac{\pi}{4}) confuses the angle inside the tangent function with the function's output value. Answer B (0) incorrectly assumes the function value equals the initial condition everywhere. Answer D (undefined) incorrectly suggests we're evaluating tangent at π2\frac{\pi}{2} where it has a vertical asymptote. When solving separable differential equations, always apply initial conditions immediately after integrating to find your constant, and be careful when evaluating trigonometric functions at special angles.

Question 14

Let y=f(x)y=f(x) be the particular solution to xydydx=y2+1xy \frac{dy}{dx} = y^2+1 that satisfies y(1)=e1y(1) = \sqrt{e-1}. Find y(2)y(2).

  1. 3\sqrt{3}
  2. 4e1\sqrt{4e-1} (correct answer)
  3. 2
  4. 2e1\sqrt{2e-1}
Explanation: When you encounter a differential equation like xydydx=y2+1xy \frac{dy}{dx} = y^2+1, you're dealing with a separable differential equation. The key is to separate variables so that all yy terms are on one side and all xx terms are on the other. Start by rewriting the equation: dydx=y2+1x\frac{dy}{dx} = \frac{y^2+1}{x}. Now separate variables: dyy2+1=dxx\frac{dy}{y^2+1} = \frac{dx}{x}. Integrate both sides. The left side gives arctan(y)\arctan(y) since 1y2+1dy=arctan(y)\int \frac{1}{y^2+1} dy = \arctan(y). The right side gives lnx\ln|x|. So: arctan(y)=lnx+C\arctan(y) = \ln|x| + C. To find CC, use the initial condition y(1)=e1y(1) = \sqrt{e-1}: arctan(e1)=ln(1)+C=0+C\arctan(\sqrt{e-1}) = \ln(1) + C = 0 + C. Therefore C=arctan(e1)C = \arctan(\sqrt{e-1}). Notice that if arctan(e1)=α\arctan(\sqrt{e-1}) = \alpha, then tan(α)=e1\tan(\alpha) = \sqrt{e-1}, which means tan2(α)=e1\tan^2(\alpha) = e-1, so sec2(α)=e\sec^2(\alpha) = e, giving us α=arctan(e1)\alpha = \arctan(\sqrt{e-1}). Now solve for y(2)y(2): arctan(y)=ln(2)+arctan(e1)\arctan(y) = \ln(2) + \arctan(\sqrt{e-1}). Using trigonometric identities and the fact that tan(ln(2)+arctan(e1))=4e1\tan(\ln(2) + \arctan(\sqrt{e-1})) = \sqrt{4e-1}, we get y(2)=4e1y(2) = \sqrt{4e-1}. Choice A gives 3\sqrt{3}, which would result from computational errors. Choice C gives 2, likely from mishandling the exponential terms. Choice D gives 2e1\sqrt{2e-1}, probably from incorrectly evaluating ln(2)\ln(2). Study tip: For separable differential equations, always check your integration of 1y2+1\frac{1}{y^2+1} — it's arctan(y)\arctan(y), not ln(y2+1)\ln(y^2+1).

Question 15

For the differential equation dydx=(x1)y3\frac{dy}{dx} = (x-1)y^3, find the value of y(2)y(2) if y(0)=13y(0) = \frac{1}{\sqrt{3}}.

  1. 13-\frac{1}{\sqrt{3}}
  2. 13\frac{1}{\sqrt{3}} (correct answer)
  3. 11
  4. The solution is not defined at x=2x=2.
Explanation: When you encounter a differential equation like dydx=(x1)y3\frac{dy}{dx} = (x-1)y^3, you're dealing with a separable differential equation. The key is to separate variables by getting all yy terms on one side and all xx terms on the other. Separating variables: dyy3=(x1)dx\frac{dy}{y^3} = (x-1)dx Now integrate both sides. The left side becomes y3dy=y22=12y2\int y^{-3}dy = \frac{y^{-2}}{-2} = -\frac{1}{2y^2}. The right side gives us (x1)dx=x22x+C\int (x-1)dx = \frac{x^2}{2} - x + C. So we have: 12y2=x22x+C-\frac{1}{2y^2} = \frac{x^2}{2} - x + C Using the initial condition y(0)=13y(0) = \frac{1}{\sqrt{3}}, we can find CC: 12(13)2=0220+C-\frac{1}{2(\frac{1}{\sqrt{3}})^2} = \frac{0^2}{2} - 0 + C 1213=C-\frac{1}{2 \cdot \frac{1}{3}} = C 32=C-\frac{3}{2} = C Our equation becomes: 12y2=x22x32-\frac{1}{2y^2} = \frac{x^2}{2} - x - \frac{3}{2} Solving for y2y^2: 12y2=x22+x+32\frac{1}{2y^2} = -\frac{x^2}{2} + x + \frac{3}{2} At x=2x = 2: 12y2=42+2+32=32\frac{1}{2y^2} = -\frac{4}{2} + 2 + \frac{3}{2} = \frac{3}{2} Therefore: y2=13y^2 = \frac{1}{3}, so y=±13y = \pm\frac{1}{\sqrt{3}} Since our solution is continuous and starts positive, y(2)=13y(2) = \frac{1}{\sqrt{3}}. Choice A gives the wrong sign. Choice C miscalculates the integration or substitution. Choice D incorrectly assumes the solution becomes undefined. Always check your integration carefully and use initial conditions to determine both constants and the correct branch of multi-valued solutions.

Question 16

Let y=f(x)y=f(x) be the particular solution to dydx=x+1y+1\frac{dy}{dx} = \frac{x+1}{y+1} that passes through (1,1)(1,1). What is f(3)f(3)?

  1. 1+32-1 + 3\sqrt{2}
  2. -5
  3. 3 (correct answer)
  4. 1
Explanation: This is a separable differential equation problem where you need to find a particular solution using an initial condition. When you see dydx=x+1y+1\frac{dy}{dx} = \frac{x+1}{y+1}, recognize that you can separate the variables by multiplying both sides by (y+1)dx(y+1)dx to get (y+1)dy=(x+1)dx(y+1)dy = (x+1)dx. Now integrate both sides. The left side gives you (y+1)22\frac{(y+1)^2}{2} and the right side gives you (x+1)22\frac{(x+1)^2}{2}, so you have (y+1)22=(x+1)22+C\frac{(y+1)^2}{2} = \frac{(x+1)^2}{2} + C. Simplifying: (y+1)2=(x+1)2+C(y+1)^2 = (x+1)^2 + C. Use the initial condition (1,1)(1,1) to find CC. Substituting: (1+1)2=(1+1)2+C(1+1)^2 = (1+1)^2 + C, which gives 4=4+C4 = 4 + C, so C=0C = 0. Therefore, (y+1)2=(x+1)2(y+1)^2 = (x+1)^2, which means y+1=±(x+1)y+1 = \pm(x+1). Since the solution passes through (1,1)(1,1), we check: if y+1=x+1y+1 = x+1, then y=xy = x, and at (1,1)(1,1) this works. So y=xy = x and f(3)=3f(3) = 3. Choice A) 1+32-1 + 3\sqrt{2} likely comes from incorrectly handling the square root or making algebraic errors. Choice B) -5 results from using the wrong branch y+1=(x+1)y+1 = -(x+1) without checking the initial condition. Choice D) 1 is simply the y-coordinate of the initial condition, not the answer at x=3x = 3. Always verify your general solution satisfies the initial condition to determine the correct branch when solving separable equations.

Question 17

Given the differential equation dydx=cos(x)sin(y)\frac{dy}{dx} = \frac{\cos(x)}{\sin(y)} and the initial condition y(π2)=π2y(\frac{\pi}{2}) = \frac{\pi}{2}, what is the value of yy when x=πx=\pi?

  1. 0 (correct answer)
  2. π\pi
  3. π2\frac{\pi}{2}
  4. π2-\frac{\pi}{2}
Explanation: Separate the variables: sin(y)dy=cos(x)dx\sin(y)dy = \cos(x)dx. Integrate both sides: cos(y)=sin(x)+C-\cos(y) = \sin(x) + C. Use the initial condition y(π2)=π2y(\frac{\pi}{2}) = \frac{\pi}{2}: cos(π2)=sin(π2)+C0=1+CC=1-\cos(\frac{\pi}{2}) = \sin(\frac{\pi}{2}) + C \Rightarrow 0 = 1 + C \Rightarrow C = -1. The particular solution is implicitly defined by cos(y)=sin(x)1-\cos(y) = \sin(x) - 1, or cos(y)=1sin(x)\cos(y) = 1 - \sin(x). Now, let x=πx=\pi: cos(y)=1sin(π)=10=1\cos(y) = 1 - \sin(\pi) = 1 - 0 = 1. The value of yy for which cos(y)=1\cos(y)=1 that is continuous with the initial condition is y=0y=0.

Question 18

A solution to the differential equation dydx=kyx2\frac{dy}{dx} = \frac{ky}{x^2} passes through the points (1,e)(1, e) and (2,e4)(2, e^4). What is the value of the constant kk?

  1. 6 (correct answer)
  2. -6
  3. 32ln2\frac{3}{2\ln 2}
  4. 3
Explanation: Separate the variables: dyy=kx2dx\frac{dy}{y} = \frac{k}{x^2} dx. Integrate both sides: lny=kx+C\ln|y| = -\frac{k}{x} + C. Now use the two given points to create a system of equations. For (1,e)(1, e): ln(e)=k1+C1=k+C\ln(e) = -\frac{k}{1} + C \Rightarrow 1 = -k + C. For (2,e4)(2, e^4): ln(e4)=k2+C4=k2+C\ln(e^4) = -\frac{k}{2} + C \Rightarrow 4 = -\frac{k}{2} + C. Subtract the first equation from the second: (41)=(k2(k))+(CC)3=k2(4 - 1) = (-\frac{k}{2} - (-k)) + (C-C) \Rightarrow 3 = \frac{k}{2}. Solving for kk gives k=6k=6.

Question 19

The velocity vv of an object is modeled by the differential equation dvdt=102v\frac{dv}{dt} = 10 - 2v. If the object starts from rest at t=0t=0, what is its velocity at t=ln(3)t=\ln(3)?

  1. 5
  2. 409\frac{40}{9} (correct answer)
  3. 103\frac{10}{3}
  4. -40
Explanation: When you encounter a first-order linear differential equation like dvdt=102v\frac{dv}{dt} = 10 - 2v, you're dealing with a separable equation that models exponential approach to equilibrium. This type appears frequently in physics problems involving drag forces or cooling. To solve this, first rearrange: dvdt=2(v5)\frac{dv}{dt} = -2(v - 5). Separating variables gives dvv5=2dt\frac{dv}{v - 5} = -2dt. Integrating both sides: lnv5=2t+C\ln|v - 5| = -2t + C. Using the initial condition v(0)=0v(0) = 0 (starts from rest): ln05=C\ln|0 - 5| = C, so C=ln(5)C = \ln(5). This gives us lnv5=2t+ln(5)\ln|v - 5| = -2t + \ln(5), which simplifies to v5=5e2tv - 5 = 5e^{-2t}, or v(t)=5(1e2t)v(t) = 5(1 - e^{-2t}). At t=ln(3)t = \ln(3): v(ln(3))=5(1e2ln(3))=5(1eln(32))=5(119)=589=409v(\ln(3)) = 5(1 - e^{-2\ln(3)}) = 5(1 - e^{\ln(3^{-2})}) = 5(1 - \frac{1}{9}) = 5 \cdot \frac{8}{9} = \frac{40}{9}. Choice A (5) represents the limiting velocity as tt \to \infty, not the velocity at the specific time. Choice C (103\frac{10}{3}) likely comes from incorrectly handling the exponential term. Choice D (-40) suggests a sign error in the differential equation setup. Study tip: For differential equations of the form dydt=k(Ly)\frac{dy}{dt} = k(L - y), the solution always approaches the limiting value LL exponentially. Always check your initial conditions carefully and remember that eln(a)=ae^{\ln(a)} = a.

Question 20

What is the value of y(2)y(2) for the particular solution to xdydx=y+xyx \frac{dy}{dx} = y + xy with the initial condition y(1)=1y(1)=1?

  1. 2e2e (correct answer)
  2. e5/2e^{5/2}
  3. 2e22e^2
  4. ee
Explanation: First, factor the right side: xdydx=y(1+x)x \frac{dy}{dx} = y(1+x). Now separate the variables: dyy=1+xxdx=(1x+1)dx\frac{dy}{y} = \frac{1+x}{x} dx = (\frac{1}{x} + 1) dx. Integrate both sides: lny=lnx+x+C\ln|y| = \ln|x| + x + C. Use the initial condition y(1)=1y(1)=1: ln(1)=ln(1)+1+C0=0+1+CC=1\ln(1) = \ln(1) + 1 + C \Rightarrow 0 = 0 + 1 + C \Rightarrow C=-1. The particular solution is lny=lnx+x1\ln|y| = \ln|x| + x - 1. Since y(1)=1>0y(1)=1 > 0, we can write y=elnx+x1=elnxex1=xex1y = e^{\ln|x| + x - 1} = e^{\ln x} e^{x-1} = x e^{x-1} (for x>0x>0). Evaluate at x=2x=2: y(2)=2e21=2ey(2) = 2e^{2-1} = 2e.