Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Verifying Solutions

Practice Verifying Solutions in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

Question 1 / 18

0 of 18 answered

For what positive value of the constant ω\omegaω is the function y(t)=Ce−3tsin⁡(ωt)y(t) = C e^{-3t}\sin(\omega t)y(t)=Ce−3tsin(ωt) a solution to the differential equation y′′+6y′+13y=0y'' + 6y' + 13y = 0y′′+6y′+13y=0 for some non-zero constant CCC?

Select an answer to continue

What this quiz covers

This quiz focuses on Verifying Solutions, 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

For what positive value of the constant ω\omegaω is the function y(t)=Ce−3tsin⁡(ωt)y(t) = C e^{-3t}\sin(\omega t)y(t)=Ce−3tsin(ωt) a solution to the differential equation y′′+6y′+13y=0y'' + 6y' + 13y = 0y′′+6y′+13y=0 for some non-zero constant CCC?

  1. ω=13\omega = \sqrt{13}ω=13​
  2. ω=3\omega = 3ω=3
  3. ω=4\omega = 4ω=4
  4. ω=2\omega = 2ω=2 (correct answer)

Explanation: A standard approach is to find the roots of the characteristic equation r2+6r+13=0r^2 + 6r + 13 = 0r2+6r+13=0. Using the quadratic formula: r=−6±62−4(1)(13)2=−6±36−522=−6±−162=−6±4i2=−3±2ir = \frac{-6 \pm \sqrt{6^2 - 4(1)(13)}}{2} = \frac{-6 \pm \sqrt{36 - 52}}{2} = \frac{-6 \pm \sqrt{-16}}{2} = \frac{-6 \pm 4i}{2} = -3 \pm 2ir=2−6±62−4(1)(13)​​=2−6±36−52​​=2−6±−16​​=2−6±4i​=−3±2i. The general solution for these complex conjugate roots is y(t)=e−3t(C1cos⁡(2t)+C2sin⁡(2t))y(t) = e^{-3t}(C_1 \cos(2t) + C_2 \sin(2t))y(t)=e−3t(C1​cos(2t)+C2​sin(2t)). The proposed function y(t)=Ce−3tsin⁡(ωt)y(t) = C e^{-3t}\sin(\omega t)y(t)=Ce−3tsin(ωt) matches this form if ω=2\omega = 2ω=2. Alternatively, one can compute y′y'y′ and y′′y''y′′ for y=e−3tsin⁡(ωt)y = e^{-3t}\sin(\omega t)y=e−3tsin(ωt) and substitute them into the DE to solve for ω\omegaω, but this is more labor-intensive.

Question 2

A function of the form x(t)=(e3tke3t)\mathbf{x}(t) = \begin{pmatrix} e^{3t} \\ k e^{3t} \end{pmatrix}x(t)=(e3tke3t​) is a solution to the system of differential equations x˙=x+y\dot{x} = x+yx˙=x+y, y˙=4x+y\dot{y} = 4x+yy˙​=4x+y. What is the value of the constant kkk?

  1. k=4k = 4k=4
  2. k=2k = 2k=2 (correct answer)
  3. k=−2k = -2k=−2
  4. k=1k = 1k=1

Explanation: Let x(t)=e3tx(t) = e^{3t}x(t)=e3t and y(t)=ke3ty(t) = ke^{3t}y(t)=ke3t. We find their derivatives: x˙=3e3t\dot{x} = 3e^{3t}x˙=3e3t and y˙=3ke3t\dot{y} = 3ke^{3t}y˙​=3ke3t. Now, we substitute these into the system of equations. First equation: x˙=x+y\dot{x} = x+yx˙=x+y becomes 3e3t=e3t+ke3t3e^{3t} = e^{3t} + ke^{3t}3e3t=e3t+ke3t. Dividing by e3te^{3t}e3t gives 3=1+k3 = 1+k3=1+k, which implies k=2k=2k=2. Second equation: y˙=4x+y\dot{y} = 4x+yy˙​=4x+y becomes 3ke3t=4e3t+ke3t3ke^{3t} = 4e^{3t} + ke^{3t}3ke3t=4e3t+ke3t. Dividing by e3te^{3t}e3t gives 3k=4+k3k = 4+k3k=4+k, which implies 2k=42k=42k=4, so k=2k=2k=2. Both equations require k=2k=2k=2. The distractor k=−2k=-2k=−2 corresponds to the other eigenvector for this system.

Question 3

For what value(s) of the constant kkk is the function y(x)=cosh⁡(x)+ksin⁡(x)y(x) = \cosh(x) + k\sin(x)y(x)=cosh(x)+ksin(x) a solution to the differential equation y(4)−y=0y^{(4)} - y = 0y(4)−y=0?

  1. k=1k = 1k=1 only
  2. k=0k = 0k=0 only
  3. For no real values of kkk
  4. For all real values of kkk (correct answer)

Explanation: We need to compute the fourth derivative of y(x)y(x)y(x). y(x)=cosh⁡(x)+ksin⁡(x)y(x) = \cosh(x) + k\sin(x)y(x)=cosh(x)+ksin(x) y′(x)=sinh⁡(x)+kcos⁡(x)y'(x) = \sinh(x) + k\cos(x)y′(x)=sinh(x)+kcos(x) y′′(x)=cosh⁡(x)−ksin⁡(x)y''(x) = \cosh(x) - k\sin(x)y′′(x)=cosh(x)−ksin(x) y′′′(x)=sinh⁡(x)−kcos⁡(x)y'''(x) = \sinh(x) - k\cos(x)y′′′(x)=sinh(x)−kcos(x) y(4)(x)=cosh⁡(x)+ksin⁡(x)y^{(4)}(x) = \cosh(x) + k\sin(x)y(4)(x)=cosh(x)+ksin(x) We see that y(4)(x)y^{(4)}(x)y(4)(x) is identical to the original function y(x)y(x)y(x). Therefore, substituting into the differential equation gives: y(4)−y=(cosh⁡(x)+ksin⁡(x))−(cosh⁡(x)+ksin⁡(x))=0y^{(4)} - y = (\cosh(x) + k\sin(x)) - (\cosh(x) + k\sin(x)) = 0y(4)−y=(cosh(x)+ksin(x))−(cosh(x)+ksin(x))=0. This equation is true for any real value of the constant kkk. The question seems to imply a unique value for kkk must be found, but the verification shows it holds for all kkk.

Question 4

The differential equation x2y′′−3xy′+4y=0x^2 y'' - 3xy' + 4y = 0x2y′′−3xy′+4y=0 has a solution of the form y=xky = x^ky=xk for x>0x > 0x>0. Which of the following describes all possible real values of kkk?

  1. k=2k = 2k=2 only (correct answer)
  2. k=−2k = -2k=−2 and k=2k=2k=2
  3. k=1k = 1k=1 and k=4k=4k=4
  4. There are no such real values of kkk.

Explanation: To check for a solution of the form y=xky=x^ky=xk, we compute its derivatives: y′=kxk−1y' = kx^{k-1}y′=kxk−1 and y′′=k(k−1)xk−2y'' = k(k-1)x^{k-2}y′′=k(k−1)xk−2. We substitute these into the Cauchy-Euler equation: x2(k(k−1)xk−2)−3x(kxk−1)+4(xk)=0x^2(k(k-1)x^{k-2}) - 3x(kx^{k-1}) + 4(x^k) = 0x2(k(k−1)xk−2)−3x(kxk−1)+4(xk)=0 k(k−1)xk−3kxk+4xk=0k(k-1)x^k - 3kx^k + 4x^k = 0k(k−1)xk−3kxk+4xk=0 Factor out xkx^kxk (which is non-zero for x>0x>0x>0): xk(k(k−1)−3k+4)=0x^k(k(k-1) - 3k + 4) = 0xk(k(k−1)−3k+4)=0 For this to be true, the expression in the parenthesis must be zero. This gives the auxiliary equation: k2−k−3k+4=0k^2 - k - 3k + 4 = 0k2−k−3k+4=0 k2−4k+4=0k^2 - 4k + 4 = 0k2−4k+4=0 (k−2)2=0(k-2)^2 = 0(k−2)2=0 This equation has a single, repeated root at k=2k=2k=2.

Question 5

For what value of the constant kkk is the function u(x,t)=e−9ktsin⁡(3x)u(x,t) = e^{-9kt}\sin(3x)u(x,t)=e−9ktsin(3x) a solution to the one-dimensional heat equation ut=uxxu_t = u_{xx}ut​=uxx​?

  1. k=9k = 9k=9
  2. k=3k = 3k=3
  3. k=1k = 1k=1 (correct answer)
  4. k=1/9k = 1/9k=1/9

Explanation: We need to compute the partial derivatives utu_tut​ and uxxu_{xx}uxx​ and substitute them into the heat equation. For u(x,t)=e−9ktsin⁡(3x)u(x,t) = e^{-9kt}\sin(3x)u(x,t)=e−9ktsin(3x): Partial derivative with respect to ttt: ut=∂∂t(e−9ktsin⁡(3x))=−9ke−9ktsin⁡(3x)u_t = \frac{\partial}{\partial t} (e^{-9kt}\sin(3x)) = -9k e^{-9kt}\sin(3x)ut​=∂t∂​(e−9ktsin(3x))=−9ke−9ktsin(3x). Partial derivatives with respect to xxx: ux=∂∂x(e−9ktsin⁡(3x))=3e−9ktcos⁡(3x)u_x = \frac{\partial}{\partial x} (e^{-9kt}\sin(3x)) = 3e^{-9kt}\cos(3x)ux​=∂x∂​(e−9ktsin(3x))=3e−9ktcos(3x). uxx=∂∂x(3e−9ktcos⁡(3x))=−9e−9ktsin⁡(3x)u_{xx} = \frac{\partial}{\partial x} (3e^{-9kt}\cos(3x)) = -9e^{-9kt}\sin(3x)uxx​=∂x∂​(3e−9ktcos(3x))=−9e−9ktsin(3x). Now substitute into ut=uxxu_t = u_{xx}ut​=uxx​: −9ke−9ktsin⁡(3x)=−9e−9ktsin⁡(3x)-9k e^{-9kt}\sin(3x) = -9e^{-9kt}\sin(3x)−9ke−9ktsin(3x)=−9e−9ktsin(3x) Dividing both sides by the non-zero term −9e−9ktsin⁡(3x)-9e^{-9kt}\sin(3x)−9e−9ktsin(3x) yields k=1k=1k=1.

Question 6

For the function y(x)=(Ax+B)ekxy(x) = (Ax + B)e^{kx}y(x)=(Ax+B)ekx to be the general solution to the differential equation y′′−4y′+4y=0y'' - 4y' + 4y = 0y′′−4y′+4y=0, what must be the value of the constant kkk?

  1. k=−2k = -2k=−2
  2. k=2k = 2k=2 (correct answer)
  3. k=4k = 4k=4
  4. k=−4k = -4k=−4

Explanation: To verify the solution, we must compute the first and second derivatives of y(x)y(x)y(x) and substitute them into the differential equation. First derivative: y′=Aekx+k(Ax+B)ekx=(A+kAx+kB)ekxy' = A e^{kx} + k(Ax+B)e^{kx} = (A + kAx + kB)e^{kx}y′=Aekx+k(Ax+B)ekx=(A+kAx+kB)ekx. Second derivative: y′′=kAekx+k(A+kAx+kB)ekx=(2kA+k2Ax+k2B)ekxy'' = kAe^{kx} + k(A + kAx + kB)e^{kx} = (2kA + k^2Ax + k^2B)e^{kx}y′′=kAekx+k(A+kAx+kB)ekx=(2kA+k2Ax+k2B)ekx. Substitute into the equation: (2kA+k2Ax+k2B)ekx−4(A+kAx+kB)ekx+4(Ax+B)ekx=0(2kA + k^2Ax + k^2B)e^{kx} - 4(A + kAx + kB)e^{kx} + 4(Ax + B)e^{kx} = 0(2kA+k2Ax+k2B)ekx−4(A+kAx+kB)ekx+4(Ax+B)ekx=0 Divide by ekxe^{kx}ekx (which is never zero) and group terms by powers of xxx: x(k2A−4kA+4A)+(2kA+k2B−4A−4kB+4B)=0x(k^2A - 4kA + 4A) + (2kA + k^2B - 4A - 4kB + 4B) = 0x(k2A−4kA+4A)+(2kA+k2B−4A−4kB+4B)=0 For this to hold for all xxx and for arbitrary constants AAA and BBB, the coefficients of the powers of xxx must be zero. The coefficient of xxx is A(k2−4k+4)A(k^2 - 4k + 4)A(k2−4k+4). Since this must be true for any AAA, we must have k2−4k+4=0k^2 - 4k + 4 = 0k2−4k+4=0, which factors as (k−2)2=0(k-2)^2 = 0(k−2)2=0. The only solution is k=2k=2k=2. Checking the constant term with k=2k=2k=2 also yields zero.

Question 7

The implicit relation x2−2xy−y2=Cx^2 - 2xy - y^2 = Cx2−2xy−y2=C, where CCC is an arbitrary constant, defines a family of solutions to which of the following first-order differential equations?

  1. y′=x−yx+yy' = \frac{x-y}{x+y}y′=x+yx−y​ (correct answer)
  2. y′=x+yx−yy' = \frac{x+y}{x-y}y′=x−yx+y​
  3. y′=y−xx+yy' = \frac{y-x}{x+y}y′=x+yy−x​
  4. y′=x−yy−xy' = \frac{x-y}{y-x}y′=y−xx−y​

Explanation: We use implicit differentiation with respect to xxx on the given relation x2−2xy−y2=Cx^2 - 2xy - y^2 = Cx2−2xy−y2=C. ddx(x2−2xy−y2)=ddx(C)\frac{d}{dx}(x^2 - 2xy - y^2) = \frac{d}{dx}(C)dxd​(x2−2xy−y2)=dxd​(C) Applying the product rule to the −2xy-2xy−2xy term and the chain rule to the −y2-y^2−y2 term, we get: 2x−(2y⋅1+2x⋅y′)−2y⋅y′=02x - (2y \cdot 1 + 2x \cdot y') - 2y \cdot y' = 02x−(2y⋅1+2x⋅y′)−2y⋅y′=0 2x−2y−2xy′−2yy′=02x - 2y - 2xy' - 2yy' = 02x−2y−2xy′−2yy′=0 Now, we solve for y′y'y′. 2x−2y=2xy′+2yy′2x - 2y = 2xy' + 2yy'2x−2y=2xy′+2yy′ 2(x−y)=2(x+y)y′2(x - y) = 2(x + y)y'2(x−y)=2(x+y)y′ y′=x−yx+yy' = \frac{x-y}{x+y}y′=x+yx−y​ Distractors are based on common sign errors during differentiation or algebraic manipulation.

Question 8

If the function y(x)=C1e−2x+Bx+Cy(x) = C_1 e^{-2x} + Bx + Cy(x)=C1​e−2x+Bx+C is a family of solutions to the non-homogeneous differential equation y′+2y=4xy' + 2y = 4xy′+2y=4x, what must be the values of the constants BBB and CCC?

  1. B=4,C=−2B = 4, C = -2B=4,C=−2
  2. B=2,C=1B = 2, C = 1B=2,C=1
  3. B=2,C=−1B = 2, C = -1B=2,C=−1 (correct answer)
  4. B=4,C=0B = 4, C = 0B=4,C=0

Explanation: We need to find the particular solution part, which is yp=Bx+Cy_p = Bx+Cyp​=Bx+C. Its derivative is yp′=By_p' = Byp′​=B. Substitute these into the differential equation: y′+2y=4xy' + 2y = 4xy′+2y=4x (B)+2(Bx+C)=4x(B) + 2(Bx+C) = 4x(B)+2(Bx+C)=4x 2Bx+(B+2C)=4x2Bx + (B+2C) = 4x2Bx+(B+2C)=4x For this equation to hold for all xxx, we must equate the coefficients of the powers of xxx on both sides. Coefficient of xxx: 2B=4  ⟹  B=22B = 4 \implies B = 22B=4⟹B=2. Constant term: B+2C=0B+2C = 0B+2C=0. Substituting B=2B=2B=2, we get 2+2C=0  ⟹  2C=−2  ⟹  C=−12+2C = 0 \implies 2C = -2 \implies C = -12+2C=0⟹2C=−2⟹C=−1. Thus, B=2B=2B=2 and C=−1C=-1C=−1.

Question 9

Which of the following functions, defined by an integral, is a solution to the initial value problem y′+2xy=1y' + 2xy = 1y′+2xy=1, with the initial condition y(0)=0y(0)=0y(0)=0?

  1. y(x)=e−x2∫0xet2dty(x) = e^{-x^2} \int_0^x e^{t^2} dty(x)=e−x2∫0x​et2dt (correct answer)
  2. y(x)=ex2∫0xe−t2dty(x) = e^{x^2} \int_0^x e^{-t^2} dty(x)=ex2∫0x​e−t2dt
  3. y(x)=∫0xet2−x2dty(x) = \int_0^x e^{t^2-x^2} dty(x)=∫0x​et2−x2dt
  4. y(x)=e−x2∫0xe−t2dty(x) = e^{-x^2} \int_0^x e^{-t^2} dty(x)=e−x2∫0x​e−t2dt

Explanation: We must check which function satisfies both the differential equation and the initial condition. Let's verify choice A: y(x)=e−x2∫0xet2dty(x) = e^{-x^2} \int_0^x e^{t^2} dty(x)=e−x2∫0x​et2dt. First, check the initial condition: y(0)=e−02∫00et2dt=1⋅0=0y(0) = e^{-0^2} \int_0^0 e^{t^2} dt = 1 \cdot 0 = 0y(0)=e−02∫00​et2dt=1⋅0=0. The condition is met. Next, find the derivative using the product rule and the Fundamental Theorem of Calculus: y′(x)=ddx(e−x2)⋅∫0xet2dt+e−x2⋅ddx(∫0xet2dt)y'(x) = \frac{d}{dx}(e^{-x^2}) \cdot \int_0^x e^{t^2} dt + e^{-x^2} \cdot \frac{d}{dx}(\int_0^x e^{t^2} dt)y′(x)=dxd​(e−x2)⋅∫0x​et2dt+e−x2⋅dxd​(∫0x​et2dt) y′(x)=(−2xe−x2)∫0xet2dt+e−x2⋅ex2y'(x) = (-2xe^{-x^2}) \int_0^x e^{t^2} dt + e^{-x^2} \cdot e^{x^2}y′(x)=(−2xe−x2)∫0x​et2dt+e−x2⋅ex2 y′(x)=−2x(e−x2∫0xet2dt)+1y'(x) = -2x \left(e^{-x^2} \int_0^x e^{t^2} dt\right) + 1y′(x)=−2x(e−x2∫0x​et2dt)+1 Recognize that the term in the parenthesis is the original function y(x)y(x)y(x). So, y′(x)=−2xy(x)+1y'(x) = -2xy(x) + 1y′(x)=−2xy(x)+1. Rearranging gives y′+2xy=1y' + 2xy = 1y′+2xy=1. The differential equation is satisfied. Choice C is a notational variant of A, so it is also correct, but typically only one such form would appear. Let's treat A as the intended answer. The other choices fail the differentiation step.

Question 10

A student performs a substitution to check if y(x)=sin⁡(x)+xy(x) = \sin(x) + xy(x)=sin(x)+x is a solution to the differential equation y′′+y=xy'' + y = xy′′+y=x. The student's work is shown below.

  1. y=sin⁡(x)+xy = \sin(x) + xy=sin(x)+x
  2. y′=cos⁡(x)+1y' = \cos(x) + 1y′=cos(x)+1
  3. y′′=−sin⁡(x)+1y'' = -\sin(x) + 1y′′=−sin(x)+1
  4. Substitute into y′′+yy'' + yy′′+y: (−sin⁡(x)+1)+(sin⁡(x)+x)(-\sin(x) + 1) + (\sin(x) + x)(−sin(x)+1)+(sin(x)+x)
  5. Simplify: (−sin⁡(x)+sin⁡(x))+1+x=1+x(-\sin(x) + \sin(x)) + 1 + x = 1+x(−sin(x)+sin(x))+1+x=1+x
  6. Conclusion: The function is not a solution because 1+x≠x1+x \neq x1+x=x. In which step did the student first make an error?
  1. Step 2: Incorrect differentiation of yyy.
  2. Step 3: Incorrect differentiation of y′y' y′. (correct answer)
  3. Step 4: Incorrect substitution into the equation.
  4. Step 6: The conclusion is incorrect; the function is a solution.

Explanation: Let's review the student's steps. Step 1: The given function is y=sin⁡(x)+xy = \sin(x) + xy=sin(x)+x. This is correct. Step 2: The first derivative is y′=ddx(sin⁡(x)+x)=cos⁡(x)+1y' = \frac{d}{dx}(\sin(x) + x) = \cos(x) + 1y′=dxd​(sin(x)+x)=cos(x)+1. This is correct. Step 3: The second derivative is y′′=ddx(cos⁡(x)+1)=−sin⁡(x)+0=−sin⁡(x)y'' = \frac{d}{dx}(\cos(x) + 1) = -\sin(x) + 0 = -\sin(x)y′′=dxd​(cos(x)+1)=−sin(x)+0=−sin(x). The student wrote y′′=−sin⁡(x)+1y'' = -\sin(x) + 1y′′=−sin(x)+1, which is incorrect. The derivative of the constant 1 is 0. This is the first error. If the calculation were correct, y′′=−sin⁡(x)y'' = -\sin(x)y′′=−sin(x). Then y′′+y=−sin⁡(x)+(sin⁡(x)+x)=xy''+y = -\sin(x) + (\sin(x)+x) = xy′′+y=−sin(x)+(sin(x)+x)=x. The function is actually a solution, and the student's incorrect conclusion in Step 6 stems from the error in Step 3.

Question 11

The function y(x)=a0(1−3x2)y(x) = a_0(1-3x^2)y(x)=a0​(1−3x2) is a polynomial solution to Legendre's equation for order 2, (1−x2)y′′−2xy′+6y=0(1-x^2)y'' - 2xy' + 6y = 0(1−x2)y′′−2xy′+6y=0. For what value of the constant a0a_0a0​ does this solution satisfy the condition y′(1)=12y'(1)=12y′(1)=12?

  1. a0=2a_0 = 2a0​=2
  2. a0=−2a_0 = -2a0​=−2 (correct answer)
  3. a0=−6a_0 = -6a0​=−6
  4. a0=−4a_0 = -4a0​=−4

Explanation: The problem requires finding the value of a0a_0a0​ that satisfies the given condition. While the stem states that y(x)=a0(1−3x2)y(x) = a_0(1-3x^2)y(x)=a0​(1−3x2) is a solution, the core task is to use the condition on the derivative. First, find the derivative of the solution: y(x)=a0−3a0x2y(x) = a_0 - 3a_0x^2y(x)=a0​−3a0​x2 y′(x)=−6a0xy'(x) = -6a_0xy′(x)=−6a0​x Next, apply the condition y′(1)=12y'(1)=12y′(1)=12: y′(1)=−6a0(1)=−6a0y'(1) = -6a_0(1) = -6a_0y′(1)=−6a0​(1)=−6a0​ Set this equal to 12: −6a0=12-6a_0 = 12−6a0​=12 a0=−2a_0 = -2a0​=−2 A common mistake is to apply the condition to y(x)y(x)y(x) instead of y′(x)y'(x)y′(x), which would lead to y(1)=a0(1−3(1)2)=−2a0=12y(1) = a_0(1-3(1)^2) = -2a_0 = 12y(1)=a0​(1−3(1)2)=−2a0​=12, yielding a0=−6a_0=-6a0​=−6. Another error is a sign mistake, yielding a0=2a_0=2a0​=2.

Question 12

Consider the differential equation dydx=2xyx2+1\frac{dy}{dx} = \frac{2xy}{x^2 + 1}dxdy​=x2+12xy​. A student claims that y=C(x2+1)y = C(x^2 + 1)y=C(x2+1) is the general solution, where CCC is an arbitrary constant. To verify this solution, which of the following steps correctly identifies whether the student's claim is valid?

  1. Substitute into the original equation: ddx[C(x2+1)]=2Cx\frac{d}{dx}[C(x^2 + 1)] = 2Cxdxd​[C(x2+1)]=2Cx and 2xyx2+1=2x⋅C(x2+1)x2+1=2Cx\frac{2xy}{x^2 + 1} = \frac{2x \cdot C(x^2 + 1)}{x^2 + 1} = 2Cxx2+12xy​=x2+12x⋅C(x2+1)​=2Cx. Since both sides equal 2Cx2Cx2Cx, the solution is correct. (correct answer)
  2. Substitute into the original equation: ddx[C(x2+1)]=C(2x)\frac{d}{dx}[C(x^2 + 1)] = C(2x)dxd​[C(x2+1)]=C(2x) and 2xyx2+1=2x⋅C(x2+1)x2+1=2Cx\frac{2xy}{x^2 + 1} = \frac{2x \cdot C(x^2 + 1)}{x^2 + 1} = 2Cxx2+12xy​=x2+12x⋅C(x2+1)​=2Cx. Since C(2x)≠2CxC(2x) \neq 2CxC(2x)=2Cx for arbitrary CCC, the solution is incorrect.
  3. The solution must be incorrect because separating variables gives dyy=2xdxx2+1\frac{dy}{y} = \frac{2x dx}{x^2 + 1}ydy​=x2+12xdx​, which integrates to ln⁡∣y∣=ln⁡(x2+1)+C\ln|y| = \ln(x^2 + 1) + Cln∣y∣=ln(x2+1)+C, yielding y=K(x2+1)y = K(x^2 + 1)y=K(x2+1) where K>0K > 0K>0, not allowing negative constants.
  4. The solution is correct by inspection since the derivative of x2+1x^2 + 1x2+1 is 2x2x2x, and the right side of the differential equation contains the factor 2x2x2x, so the forms match appropriately.

Explanation: To verify a solution, we substitute it into the original differential equation. Computing ddx[C(x2+1)]=C⋅2x=2Cx\frac{d}{dx}[C(x^2 + 1)] = C \cdot 2x = 2Cxdxd​[C(x2+1)]=C⋅2x=2Cx. Substituting y=C(x2+1)y = C(x^2 + 1)y=C(x2+1) into the right side: 2xyx2+1=2x⋅C(x2+1)x2+1=2Cx\frac{2xy}{x^2 + 1} = \frac{2x \cdot C(x^2 + 1)}{x^2 + 1} = 2Cxx2+12xy​=x2+12x⋅C(x2+1)​=2Cx. Since both sides equal 2Cx2Cx2Cx, the solution is verified. Choice B incorrectly states that C(2x)≠2CxC(2x) \neq 2CxC(2x)=2Cx, which is false since multiplication is commutative. Choice C makes an error about the constant—when we have ln⁡∣y∣=ln⁡(x2+1)+C\ln|y| = \ln(x^2 + 1) + Cln∣y∣=ln(x2+1)+C, this gives y=±eC(x2+1)y = \pm e^C(x^2 + 1)y=±eC(x2+1), and ±eC\pm e^C±eC can represent any nonzero constant. Choice D is too superficial and doesn't actually perform the verification.

Question 13

Consider the boundary value problem y′′+4y=0y'' + 4y = 0y′′+4y=0 with y(0)=2y(0) = 2y(0)=2 and y(π4)=1y\left(\frac{\pi}{4}\right) = 1y(4π​)=1. A student proposes the solution y=2cos⁡(2x)+sin⁡(2x)y = 2\cos(2x) + \sin(2x)y=2cos(2x)+sin(2x). What is the most efficient way to determine if this solution is correct?

  1. Check the differential equation: y′′=−8cos⁡(2x)−4sin⁡(2x)y'' = -8\cos(2x) - 4\sin(2x)y′′=−8cos(2x)−4sin(2x), so y′′+4y=−4cos⁡(2x)≠0y'' + 4y = -4\cos(2x) \neq 0y′′+4y=−4cos(2x)=0, meaning the solution fails without checking boundary conditions.
  2. Verify only the boundary conditions since any linear combination of cos⁡(2x)\cos(2x)cos(2x) and sin⁡(2x)\sin(2x)sin(2x) automatically satisfies the differential equation y′′+4y=0y'' + 4y = 0y′′+4y=0.
  3. Check that y′′=−8cos⁡(2x)−4sin⁡(2x)y'' = -8\cos(2x) - 4\sin(2x)y′′=−8cos(2x)−4sin(2x) and verify y′′+4y=−8cos⁡(2x)−4sin⁡(2x)+8cos⁡(2x)+4sin⁡(2x)=0y'' + 4y = -8\cos(2x) - 4\sin(2x) + 8\cos(2x) + 4\sin(2x) = 0y′′+4y=−8cos(2x)−4sin(2x)+8cos(2x)+4sin(2x)=0, then confirm boundary conditions. (correct answer)
  4. Solve the characteristic equation r2+4=0r^2 + 4 = 0r2+4=0 to get r=±2ir = \pm 2ir=±2i, giving general solution y=C1cos⁡(2x)+C2sin⁡(2x)y = C_1\cos(2x) + C_2\sin(2x)y=C1​cos(2x)+C2​sin(2x), then verify if the proposed coefficients match the boundary conditions.

Explanation: When verifying a proposed solution to a boundary value problem, you need to check both that it satisfies the differential equation and meets the boundary conditions. The most efficient approach depends on quickly identifying any failures. Let's examine the proposed solution y=2cos⁡(2x)+sin⁡(2x)y = 2\cos(2x) + \sin(2x)y=2cos(2x)+sin(2x). First, we find the second derivative: y′=−4sin⁡(2x)+2cos⁡(2x)y' = -4\sin(2x) + 2\cos(2x)y′=−4sin(2x)+2cos(2x) and y′′=−8cos⁡(2x)−4sin⁡(2x)y'' = -8\cos(2x) - 4\sin(2x)y′′=−8cos(2x)−4sin(2x). Substituting into the differential equation: y′′+4y=−8cos⁡(2x)−4sin⁡(2x)+4(2cos⁡(2x)+sin⁡(2x))=−8cos⁡(2x)−4sin⁡(2x)+8cos⁡(2x)+4sin⁡(2x)=0y'' + 4y = -8\cos(2x) - 4\sin(2x) + 4(2\cos(2x) + \sin(2x)) = -8\cos(2x) - 4\sin(2x) + 8\cos(2x) + 4\sin(2x) = 0y′′+4y=−8cos(2x)−4sin(2x)+4(2cos(2x)+sin(2x))=−8cos(2x)−4sin(2x)+8cos(2x)+4sin(2x)=0. The differential equation is satisfied, so we should check boundary conditions. Choice A makes a calculation error, claiming y′′+4y=−4cos⁡(2x)y'' + 4y = -4\cos(2x)y′′+4y=−4cos(2x), but this ignores the 4y4y4y term properly. Choice B contains a dangerous assumption—while cos⁡(2x)\cos(2x)cos(2x) and sin⁡(2x)\sin(2x)sin(2x) are indeed solutions to y′′+4y=0y'' + 4y = 0y′′+4y=0, you can't assume any linear combination works without verifying the coefficients don't introduce errors in your specific proposal. Choice D describes solving the problem from scratch rather than verifying the given solution, which is inefficient when you're asked to check a specific proposal. Choice C correctly shows the complete verification: computing y′′y''y′′, demonstrating the differential equation is satisfied, then checking boundary conditions. Strategy tip: When verifying solutions, always check the differential equation first with careful algebra—calculation errors here can save you time by avoiding unnecessary boundary condition work.

Question 14

Consider the separable differential equation dydx=yln⁡(y)x\frac{dy}{dx} = \frac{y\ln(y)}{x}dxdy​=xyln(y)​ with y>1y > 1y>1. A student claims the general solution is ln⁡(ln⁡(y))=ln⁡∣x∣+C\ln(\ln(y)) = \ln|x| + Cln(ln(y))=ln∣x∣+C. To verify this solution, what is the correct approach and conclusion?

  1. Differentiate implicitly: 1ln⁡(y)⋅1y⋅dydx=1x\frac{1}{\ln(y)} \cdot \frac{1}{y} \cdot \frac{dy}{dx} = \frac{1}{x}ln(y)1​⋅y1​⋅dxdy​=x1​, so dydx=yln⁡(y)x\frac{dy}{dx} = \frac{y\ln(y)}{x}dxdy​=xyln(y)​. The solution is verified as correct. (correct answer)
  2. Differentiate implicitly: 1ln⁡(y)⋅dydx=1x\frac{1}{\ln(y)} \cdot \frac{dy}{dx} = \frac{1}{x}ln(y)1​⋅dxdy​=x1​, so dydx=ln⁡(y)x\frac{dy}{dx} = \frac{\ln(y)}{x}dxdy​=xln(y)​. This doesn't match yln⁡(y)x\frac{y\ln(y)}{x}xyln(y)​, so the solution is incorrect.
  3. Separate variables: dyyln⁡(y)=dxx\frac{dy}{y\ln(y)} = \frac{dx}{x}yln(y)dy​=xdx​. Integration gives ln⁡(ln⁡(y))=ln⁡∣x∣+C\ln(\ln(y)) = \ln|x| + Cln(ln(y))=ln∣x∣+C, confirming the student's solution without needing to differentiate.
  4. The solution form is correct, but since y>1y > 1y>1, we have ln⁡(y)>0\ln(y) > 0ln(y)>0, so the solution should be written as ln⁡(ln⁡(y))=ln⁡(x)+C\ln(\ln(y)) = \ln(x) + Cln(ln(y))=ln(x)+C without absolute value bars.

Explanation: To verify the implicit solution ln⁡(ln⁡(y))=ln⁡∣x∣+C\ln(\ln(y)) = \ln|x| + Cln(ln(y))=ln∣x∣+C, we differentiate both sides with respect to xxx. Using the chain rule on the left side: ddx[ln⁡(ln⁡(y))]=1ln⁡(y)⋅ddx[ln⁡(y)]=1ln⁡(y)⋅1y⋅dydx\frac{d}{dx}[\ln(\ln(y))] = \frac{1}{\ln(y)} \cdot \frac{d}{dx}[\ln(y)] = \frac{1}{\ln(y)} \cdot \frac{1}{y} \cdot \frac{dy}{dx}dxd​[ln(ln(y))]=ln(y)1​⋅dxd​[ln(y)]=ln(y)1​⋅y1​⋅dxdy​. The right side gives: ddx[ln⁡∣x∣+C]=1x\frac{d}{dx}[\ln|x| + C] = \frac{1}{x}dxd​[ln∣x∣+C]=x1​. Therefore: 1ln⁡(y)⋅1y⋅dydx=1x\frac{1}{\ln(y)} \cdot \frac{1}{y} \cdot \frac{dy}{dx} = \frac{1}{x}ln(y)1​⋅y1​⋅dxdy​=x1​. Solving for dydx\frac{dy}{dx}dxdy​: dydx=yln⁡(y)x\frac{dy}{dx} = \frac{y\ln(y)}{x}dxdy​=xyln(y)​, which exactly matches the original differential equation. Choice B omits the 1y\frac{1}{y}y1​ factor from the chain rule. Choice C describes deriving the solution rather than verifying it. Choice D focuses on a domain issue that doesn't affect the verification process.

Question 15

A student solving dydx+2yx=x2\frac{dy}{dx} + \frac{2y}{x} = x^2dxdy​+x2y​=x2 claims the solution is y=x46+Cx2y = \frac{x^4}{6} + \frac{C}{x^2}y=6x4​+x2C​. To verify this solution completely, which approach correctly identifies all necessary checks?

  1. Substitute into the original equation and verify that 2x33−2Cx3+2x33+2Cx3=x2\frac{2x^3}{3} - \frac{2C}{x^3} + \frac{2x^3}{3} + \frac{2C}{x^3} = x^232x3​−x32C​+32x3​+x32C​=x2, which simplifies to 4x33=x2\frac{4x^3}{3} = x^234x3​=x2, showing the solution is incorrect.
  2. Compute y′=2x33−2Cx3y' = \frac{2x^3}{3} - \frac{2C}{x^3}y′=32x3​−x32C​, then substitute: 2x33−2Cx3+2x⋅(x46+Cx2)=2x33−2Cx3+x33+2Cx3=x3≠x2\frac{2x^3}{3} - \frac{2C}{x^3} + \frac{2}{x} \cdot \left(\frac{x^4}{6} + \frac{C}{x^2}\right) = \frac{2x^3}{3} - \frac{2C}{x^3} + \frac{x^3}{3} + \frac{2C}{x^3} = x^3 \neq x^232x3​−x32C​+x2​⋅(6x4​+x2C​)=32x3​−x32C​+3x3​+x32C​=x3=x2. (correct answer)
  3. Compute y′=2x33−2Cx3y' = \frac{2x^3}{3} - \frac{2C}{x^3}y′=32x3​−x32C​, then substitute: 2x33−2Cx3+2x⋅(x46+Cx2)=2x33−2Cx3+x33+2Cx3=x3\frac{2x^3}{3} - \frac{2C}{x^3} + \frac{2}{x} \cdot \left(\frac{x^4}{6} + \frac{C}{x^2}\right) = \frac{2x^3}{3} - \frac{2C}{x^3} + \frac{x^3}{3} + \frac{2C}{x^3} = x^332x3​−x32C​+x2​⋅(6x4​+x2C​)=32x3​−x32C​+3x3​+x32C​=x3 and conclude the solution is correct since x3x^3x3 matches the pattern of the right-hand side.
  4. Verify by checking that the homogeneous solution Cx2\frac{C}{x^2}x2C​ satisfies dydx+2yx=0\frac{dy}{dx} + \frac{2y}{x} = 0dxdy​+x2y​=0 and the particular solution x46\frac{x^4}{6}6x4​ satisfies the original nonhomogeneous equation independently.

Explanation: To verify the solution y=x46+Cx2y = \frac{x^4}{6} + \frac{C}{x^2}y=6x4​+x2C​, we compute y′=4x36−2Cx3=2x33−2Cx3y' = \frac{4x^3}{6} - \frac{2C}{x^3} = \frac{2x^3}{3} - \frac{2C}{x^3}y′=64x3​−x32C​=32x3​−x32C​. Substituting into dydx+2yx=x2\frac{dy}{dx} + \frac{2y}{x} = x^2dxdy​+x2y​=x2: 2x33−2Cx3+2x(x46+Cx2)=2x33−2Cx3+2x46x+2Cx3=2x33−2Cx3+x33+2Cx3=3x33=x3\frac{2x^3}{3} - \frac{2C}{x^3} + \frac{2}{x}\left(\frac{x^4}{6} + \frac{C}{x^2}\right) = \frac{2x^3}{3} - \frac{2C}{x^3} + \frac{2x^4}{6x} + \frac{2C}{x^3} = \frac{2x^3}{3} - \frac{2C}{x^3} + \frac{x^3}{3} + \frac{2C}{x^3} = \frac{3x^3}{3} = x^332x3​−x32C​+x2​(6x4​+x2C​)=32x3​−x32C​+6x2x4​+x32C​=32x3​−x32C​+3x3​+x32C​=33x3​=x3. Since x3≠x2x^3 \neq x^2x3=x2, the solution is incorrect. Choice A has computational errors in the substitution. Choice C makes the same correct calculation but incorrectly concludes the solution is right. Choice D suggests an incomplete verification approach that doesn't actually check if the proposed solution works.

Question 16

A student solving the initial value problem y′′−5y′+6y=0y'' - 5y' + 6y = 0y′′−5y′+6y=0 with y(0)=1y(0) = 1y(0)=1 and y′(0)=4y'(0) = 4y′(0)=4 obtains y=2e2x−e3xy = 2e^{2x} - e^{3x}y=2e2x−e3x. To verify this solution, which computation reveals whether the student's work is correct?

  1. y′(0)=4e0−3e0=4−3=1≠4y'(0) = 4e^{0} - 3e^{0} = 4 - 3 = 1 \neq 4y′(0)=4e0−3e0=4−3=1=4, so the initial condition y′(0)=4y'(0) = 4y′(0)=4 is not satisfied.
  2. y′(0)=2⋅2e0−3e0=4−3=1≠4y'(0) = 2 \cdot 2e^{0} - 3e^{0} = 4 - 3 = 1 \neq 4y′(0)=2⋅2e0−3e0=4−3=1=4, so the initial condition y′(0)=4y'(0) = 4y′(0)=4 is not satisfied.
  3. y′=4e2x−3e3xy' = 4e^{2x} - 3e^{3x}y′=4e2x−3e3x, so y′(0)=4−3=1≠4y'(0) = 4 - 3 = 1 \neq 4y′(0)=4−3=1=4, indicating the solution doesn't satisfy the second initial condition.
  4. y′=4e2x−3e3xy' = 4e^{2x} - 3e^{3x}y′=4e2x−3e3x and y′′=8e2x−9e3xy'' = 8e^{2x} - 9e^{3x}y′′=8e2x−9e3x. Checking the DE: 8e2x−9e3x−5(4e2x−3e3x)+6(2e2x−e3x)=08e^{2x} - 9e^{3x} - 5(4e^{2x} - 3e^{3x}) + 6(2e^{2x} - e^{3x}) = 08e2x−9e3x−5(4e2x−3e3x)+6(2e2x−e3x)=0, and y(0)=1y(0) = 1y(0)=1, y′(0)=1≠4y'(0) = 1 \neq 4y′(0)=1=4. (correct answer)

Explanation: To fully verify the solution, we need to check both the differential equation and initial conditions. Computing derivatives: y′=4e2x−3e3xy' = 4e^{2x} - 3e^{3x}y′=4e2x−3e3x and y′′=8e2x−9e3xy'' = 8e^{2x} - 9e^{3x}y′′=8e2x−9e3x. Checking the DE: y′′−5y′+6y=(8e2x−9e3x)−5(4e2x−3e3x)+6(2e2x−e3x)=8e2x−9e3x−20e2x+15e3x+12e2x−6e3x=0e2x+0e3x=0y'' - 5y' + 6y = (8e^{2x} - 9e^{3x}) - 5(4e^{2x} - 3e^{3x}) + 6(2e^{2x} - e^{3x}) = 8e^{2x} - 9e^{3x} - 20e^{2x} + 15e^{3x} + 12e^{2x} - 6e^{3x} = 0e^{2x} + 0e^{3x} = 0y′′−5y′+6y=(8e2x−9e3x)−5(4e2x−3e3x)+6(2e2x−e3x)=8e2x−9e3x−20e2x+15e3x+12e2x−6e3x=0e2x+0e3x=0 ✓. Checking initial conditions: y(0)=2e0−e0=2−1=1y(0) = 2e^0 - e^0 = 2 - 1 = 1y(0)=2e0−e0=2−1=1 ✓, but y′(0)=4e0−3e0=4−3=1≠4y'(0) = 4e^0 - 3e^0 = 4 - 3 = 1 \neq 4y′(0)=4e0−3e0=4−3=1=4 ✗. While choices A, B, and C all correctly identify that y′(0)=1≠4y'(0) = 1 \neq 4y′(0)=1=4, choice D provides the complete verification by checking both the differential equation and initial conditions. Choices A and B contain minor notational issues in their derivative calculations.

Question 17

For the differential equation dydx=x−yx+y\frac{dy}{dx} = \frac{x-y}{x+y}dxdy​=x+yx−y​, a student claims that x2−2xy−y2=Cx^2 - 2xy - y^2 = Cx2−2xy−y2=C is an implicit solution. Which verification approach correctly determines the validity of this claim?

  1. Differentiate implicitly: 2x−2y−2xdydx−2ydydx=02x - 2y - 2x\frac{dy}{dx} - 2y\frac{dy}{dx} = 02x−2y−2xdxdy​−2ydxdy​=0. Rearranging: dydx=2x−2y2(x+y)=x−yx+y\frac{dy}{dx} = \frac{2x-2y}{2(x+y)} = \frac{x-y}{x+y}dxdy​=2(x+y)2x−2y​=x+yx−y​, but this assumes x+y≠0x+y \neq 0x+y=0, so the solution is only valid in regions where this condition holds.
  2. Differentiate implicitly to get 2x−2xdydx−2y−2ydydx=02x - 2x\frac{dy}{dx} - 2y - 2y\frac{dy}{dx} = 02x−2xdxdy​−2y−2ydxdy​=0, solve for dydx=2x−2y2x+2y=x−yx+y\frac{dy}{dx} = \frac{2x-2y}{2x+2y} = \frac{x-y}{x+y}dxdy​=2x+2y2x−2y​=x+yx−y​, confirming the solution is correct.
  3. Differentiate implicitly to get 2x−2y−2xdydx−2ydydx=02x - 2y - 2x\frac{dy}{dx} - 2y\frac{dy}{dx} = 02x−2y−2xdxdy​−2ydxdy​=0, solve for dydx=2x−2y2x+2y=x−yx+y\frac{dy}{dx} = \frac{2x-2y}{2x+2y} = \frac{x-y}{x+y}dxdy​=2x+2y2x−2y​=x+yx−y​, confirming the solution is correct. (correct answer)
  4. Check by substituting specific values: when x=1,y=0x = 1, y = 0x=1,y=0, we get dydx=1\frac{dy}{dx} = 1dxdy​=1 from the DE, and from the implicit solution 1−0−0=C1 - 0 - 0 = C1−0−0=C, so C=1C = 1C=1, which provides insufficient information to verify the general solution.

Explanation: When verifying whether a proposed function is a solution to a differential equation, you need to differentiate the implicit solution and check if it produces the original equation. This requires careful application of implicit differentiation rules. To verify x2−2xy−y2=Cx^2 - 2xy - y^2 = Cx2−2xy−y2=C, you differentiate both sides with respect to xxx. The left side becomes: 2x−2y−2xdydx−2ydydx=02x - 2y - 2x\frac{dy}{dx} - 2y\frac{dy}{dx} = 02x−2y−2xdxdy​−2ydxdy​=0. Notice that the −2xy-2xy−2xy term produces −2y−2xdydx-2y - 2x\frac{dy}{dx}−2y−2xdxdy​ using the product rule, and −y2-y^2−y2 gives −2ydydx-2y\frac{dy}{dx}−2ydxdy​. Factoring out the dydx\frac{dy}{dx}dxdy​ terms: 2x−2y−2(x+y)dydx=02x - 2y - 2(x + y)\frac{dy}{dx} = 02x−2y−2(x+y)dxdy​=0. Solving for dydx\frac{dy}{dx}dxdy​: dydx=2x−2y2(x+y)=x−yx+y\frac{dy}{dx} = \frac{2x - 2y}{2(x + y)} = \frac{x - y}{x + y}dxdy​=2(x+y)2x−2y​=x+yx−y​, which matches the original differential equation exactly. Option A contains the correct differentiation but unnecessarily emphasizes the domain restriction x+y≠0x + y \neq 0x+y=0. While mathematically true, this doesn't affect the verification process itself. Option B makes an error in the implicit differentiation of the −2xy-2xy−2xy term, writing −2xdydx-2x\frac{dy}{dx}−2xdxdy​ instead of the correct −2y−2xdydx-2y - 2x\frac{dy}{dx}−2y−2xdxdy​. Option D attempts verification through specific values, which can never confirm a general solution—you need algebraic verification. Study tip: When verifying implicit solutions, always differentiate the entire proposed solution term-by-term using the chain rule and product rule. Substituting specific values only works for checking particular solutions, not general ones.

Question 18

The differential equation x2y′′−2xy′+2y=0x^2y'' - 2xy' + 2y = 0x2y′′−2xy′+2y=0 has a proposed solution y=xry = x^ry=xr for some constant rrr. After substituting y=xry = x^ry=xr into the equation and simplifying, which condition on rrr must be satisfied?

  1. r(r−1)−2r+2=0r(r-1) - 2r + 2 = 0r(r−1)−2r+2=0, which simplifies to r2−3r+2=0r^2 - 3r + 2 = 0r2−3r+2=0, giving r=1r = 1r=1 or r=2r = 2r=2. (correct answer)
  2. r(r+1)−2r+2=0r(r+1) - 2r + 2 = 0r(r+1)−2r+2=0, which simplifies to r2−r+2=0r^2 - r + 2 = 0r2−r+2=0, giving complex roots r=1±i72r = \frac{1 \pm i\sqrt{7}}{2}r=21±i7​​.
  3. r2−2r+2=0r^2 - 2r + 2 = 0r2−2r+2=0, which gives r=1±ir = 1 \pm ir=1±i, indicating the need for complex exponential solutions rather than power functions.
  4. r(r−1)−2r+2=0r(r-1) - 2r + 2 = 0r(r−1)−2r+2=0, which simplifies to r2−3r+2=0r^2 - 3r + 2 = 0r2−3r+2=0, but this equation has no real solutions since the discriminant is negative.

Explanation: For y=xry = x^ry=xr, we compute y′=rxr−1y' = rx^{r-1}y′=rxr−1 and y′′=r(r−1)xr−2y'' = r(r-1)x^{r-2}y′′=r(r−1)xr−2. Substituting into x2y′′−2xy′+2y=0x^2y'' - 2xy' + 2y = 0x2y′′−2xy′+2y=0: x2⋅r(r−1)xr−2−2x⋅rxr−1+2xr=0x^2 \cdot r(r-1)x^{r-2} - 2x \cdot rx^{r-1} + 2x^r = 0x2⋅r(r−1)xr−2−2x⋅rxr−1+2xr=0. This simplifies to r(r−1)xr−2rxr+2xr=0r(r-1)x^r - 2rx^r + 2x^r = 0r(r−1)xr−2rxr+2xr=0. Factoring out xrx^rxr (assuming x≠0x \neq 0x=0): xr[r(r−1)−2r+2]=0x^r[r(r-1) - 2r + 2] = 0xr[r(r−1)−2r+2]=0. Thus we need r(r−1)−2r+2=0r(r-1) - 2r + 2 = 0r(r−1)−2r+2=0, which gives r2−r−2r+2=r2−3r+2=0r^2 - r - 2r + 2 = r^2 - 3r + 2 = 0r2−r−2r+2=r2−3r+2=0. Factoring: (r−1)(r−2)=0(r-1)(r-2) = 0(r−1)(r−2)=0, so r=1r = 1r=1 or r=2r = 2r=2. Choice B uses wrong derivative formula. Choice C skips steps and gets wrong equation. Choice D correctly sets up the equation but falsely claims no real solutions when the discriminant is 9−8=1>09 - 8 = 1 > 09−8=1>0.