Differential Equations Quiz: Verifying Solutions
18 questions · exam conditions
0:00
Verifying SolutionsQuestion 1 of 18

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

k=4k = 4
k=2k = 2
k=2k = -2
k=1k = 1
← 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.

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

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

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

Question 2

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

  1. y=sin(x)+xy = \sin(x) + x
  2. y=cos(x)+1y' = \cos(x) + 1
  3. y=sin(x)+1y'' = -\sin(x) + 1
  4. Substitute into y+yy'' + y: (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
  6. Conclusion: The function is not a solution because 1+xx1+x \neq x. In which step did the student first make an error?
  1. Step 2: Incorrect differentiation of yy.
  2. Step 3: Incorrect differentiation of yy' . (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) + 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) + 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). The student wrote y=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). Then y+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 3

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

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

Question 4

Consider the differential equation dydx=2xyx2+1\frac{dy}{dx} = \frac{2xy}{x^2 + 1}. A student claims that y=C(x2+1)y = C(x^2 + 1) is the general solution, where CC 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)] = 2Cx and 2xyx2+1=2xC(x2+1)x2+1=2Cx\frac{2xy}{x^2 + 1} = \frac{2x \cdot C(x^2 + 1)}{x^2 + 1} = 2Cx. Since both sides equal 2Cx2Cx, 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) and 2xyx2+1=2xC(x2+1)x2+1=2Cx\frac{2xy}{x^2 + 1} = \frac{2x \cdot C(x^2 + 1)}{x^2 + 1} = 2Cx. Since C(2x)2CxC(2x) \neq 2Cx for arbitrary CC, 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}, which integrates to lny=ln(x2+1)+C\ln|y| = \ln(x^2 + 1) + C, yielding y=K(x2+1)y = K(x^2 + 1) where K>0K > 0, not allowing negative constants.
  4. The solution is correct by inspection since the derivative of x2+1x^2 + 1 is 2x2x, and the right side of the differential equation contains the factor 2x2x, so the forms match appropriately.
Explanation: To verify a solution, we substitute it into the original differential equation. Computing ddx[C(x2+1)]=C2x=2Cx\frac{d}{dx}[C(x^2 + 1)] = C \cdot 2x = 2Cx. Substituting y=C(x2+1)y = C(x^2 + 1) into the right side: 2xyx2+1=2xC(x2+1)x2+1=2Cx\frac{2xy}{x^2 + 1} = \frac{2x \cdot C(x^2 + 1)}{x^2 + 1} = 2Cx. Since both sides equal 2Cx2Cx, the solution is verified. Choice B incorrectly states that C(2x)2CxC(2x) \neq 2Cx, which is false since multiplication is commutative. Choice C makes an error about the constant—when we have lny=ln(x2+1)+C\ln|y| = \ln(x^2 + 1) + C, this gives y=±eC(x2+1)y = \pm e^C(x^2 + 1), and ±eC\pm e^C can represent any nonzero constant. Choice D is too superficial and doesn't actually perform the verification.

Question 5

Consider the boundary value problem y+4y=0y'' + 4y = 0 with y(0)=2y(0) = 2 and y(π4)=1y\left(\frac{\pi}{4}\right) = 1. A student proposes the solution y=2cos(2x)+sin(2x)y = 2\cos(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), so y+4y=4cos(2x)0y'' + 4y = -4\cos(2x) \neq 0, meaning the solution fails without checking boundary conditions.
  2. Verify only the boundary conditions since any linear combination of cos(2x)\cos(2x) and sin(2x)\sin(2x) automatically satisfies the differential equation y+4y=0y'' + 4y = 0.
  3. Check that y=8cos(2x)4sin(2x)y'' = -8\cos(2x) - 4\sin(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) = 0, then confirm boundary conditions. (correct answer)
  4. Solve the characteristic equation r2+4=0r^2 + 4 = 0 to get r=±2ir = \pm 2i, giving general solution y=C1cos(2x)+C2sin(2x)y = C_1\cos(2x) + C_2\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). First, we find the second derivative: y=4sin(2x)+2cos(2x)y' = -4\sin(2x) + 2\cos(2x) and y=8cos(2x)4sin(2x)y'' = -8\cos(2x) - 4\sin(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) = 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), but this ignores the 4y4y term properly. Choice B contains a dangerous assumption—while cos(2x)\cos(2x) and sin(2x)\sin(2x) are indeed solutions to y+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 yy'', 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 6

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

  1. Differentiate implicitly: 1ln(y)1ydydx=1x\frac{1}{\ln(y)} \cdot \frac{1}{y} \cdot \frac{dy}{dx} = \frac{1}{x}, so dydx=yln(y)x\frac{dy}{dx} = \frac{y\ln(y)}{x}. 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}, so dydx=ln(y)x\frac{dy}{dx} = \frac{\ln(y)}{x}. This doesn't match yln(y)x\frac{y\ln(y)}{x}, so the solution is incorrect.
  3. Separate variables: dyyln(y)=dxx\frac{dy}{y\ln(y)} = \frac{dx}{x}. Integration gives ln(ln(y))=lnx+C\ln(\ln(y)) = \ln|x| + C, confirming the student's solution without needing to differentiate.
  4. The solution form is correct, but since y>1y > 1, we have ln(y)>0\ln(y) > 0, so the solution should be written as ln(ln(y))=ln(x)+C\ln(\ln(y)) = \ln(x) + C without absolute value bars.
Explanation: To verify the implicit solution ln(ln(y))=lnx+C\ln(\ln(y)) = \ln|x| + C, we differentiate both sides with respect to xx. Using the chain rule on the left side: ddx[ln(ln(y))]=1ln(y)ddx[ln(y)]=1ln(y)1ydydx\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}. The right side gives: ddx[lnx+C]=1x\frac{d}{dx}[\ln|x| + C] = \frac{1}{x}. Therefore: 1ln(y)1ydydx=1x\frac{1}{\ln(y)} \cdot \frac{1}{y} \cdot \frac{dy}{dx} = \frac{1}{x}. Solving for dydx\frac{dy}{dx}: dydx=yln(y)x\frac{dy}{dx} = \frac{y\ln(y)}{x}, which exactly matches the original differential equation. Choice B omits the 1y\frac{1}{y} 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 7

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

  1. Substitute into the original equation and verify that 2x332Cx3+2x33+2Cx3=x2\frac{2x^3}{3} - \frac{2C}{x^3} + \frac{2x^3}{3} + \frac{2C}{x^3} = x^2, which simplifies to 4x33=x2\frac{4x^3}{3} = x^2, showing the solution is incorrect.
  2. Compute y=2x332Cx3y' = \frac{2x^3}{3} - \frac{2C}{x^3}, then substitute: 2x332Cx3+2x(x46+Cx2)=2x332Cx3+x33+2Cx3=x3x2\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^2. (correct answer)
  3. Compute y=2x332Cx3y' = \frac{2x^3}{3} - \frac{2C}{x^3}, then substitute: 2x332Cx3+2x(x46+Cx2)=2x332Cx3+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^3 and conclude the solution is correct since x3x^3 matches the pattern of the right-hand side.
  4. Verify by checking that the homogeneous solution Cx2\frac{C}{x^2} satisfies dydx+2yx=0\frac{dy}{dx} + \frac{2y}{x} = 0 and the particular solution x46\frac{x^4}{6} satisfies the original nonhomogeneous equation independently.
Explanation: To verify the solution y=x46+Cx2y = \frac{x^4}{6} + \frac{C}{x^2}, we compute y=4x362Cx3=2x332Cx3y' = \frac{4x^3}{6} - \frac{2C}{x^3} = \frac{2x^3}{3} - \frac{2C}{x^3}. Substituting into dydx+2yx=x2\frac{dy}{dx} + \frac{2y}{x} = x^2: 2x332Cx3+2x(x46+Cx2)=2x332Cx3+2x46x+2Cx3=2x332Cx3+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^3. Since x3x2x^3 \neq x^2, 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 8

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

  1. y(0)=4e03e0=43=14y'(0) = 4e^{0} - 3e^{0} = 4 - 3 = 1 \neq 4, so the initial condition y(0)=4y'(0) = 4 is not satisfied.
  2. y(0)=22e03e0=43=14y'(0) = 2 \cdot 2e^{0} - 3e^{0} = 4 - 3 = 1 \neq 4, so the initial condition y(0)=4y'(0) = 4 is not satisfied.
  3. y=4e2x3e3xy' = 4e^{2x} - 3e^{3x}, so y(0)=43=14y'(0) = 4 - 3 = 1 \neq 4, indicating the solution doesn't satisfy the second initial condition.
  4. y=4e2x3e3xy' = 4e^{2x} - 3e^{3x} and y=8e2x9e3xy'' = 8e^{2x} - 9e^{3x}. Checking the DE: 8e2x9e3x5(4e2x3e3x)+6(2e2xe3x)=08e^{2x} - 9e^{3x} - 5(4e^{2x} - 3e^{3x}) + 6(2e^{2x} - e^{3x}) = 0, and y(0)=1y(0) = 1, y(0)=14y'(0) = 1 \neq 4. (correct answer)
Explanation: To fully verify the solution, we need to check both the differential equation and initial conditions. Computing derivatives: y=4e2x3e3xy' = 4e^{2x} - 3e^{3x} and y=8e2x9e3xy'' = 8e^{2x} - 9e^{3x}. Checking the DE: y5y+6y=(8e2x9e3x)5(4e2x3e3x)+6(2e2xe3x)=8e2x9e3x20e2x+15e3x+12e2x6e3x=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} = 0 ✓. Checking initial conditions: y(0)=2e0e0=21=1y(0) = 2e^0 - e^0 = 2 - 1 = 1 ✓, but y(0)=4e03e0=43=14y'(0) = 4e^0 - 3e^0 = 4 - 3 = 1 \neq 4 ✗. While choices A, B, and C all correctly identify that y(0)=14y'(0) = 1 \neq 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 9

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

  1. Differentiate implicitly: 2x2y2xdydx2ydydx=02x - 2y - 2x\frac{dy}{dx} - 2y\frac{dy}{dx} = 0. Rearranging: dydx=2x2y2(x+y)=xyx+y\frac{dy}{dx} = \frac{2x-2y}{2(x+y)} = \frac{x-y}{x+y}, but this assumes x+y0x+y \neq 0, so the solution is only valid in regions where this condition holds.
  2. Differentiate implicitly to get 2x2xdydx2y2ydydx=02x - 2x\frac{dy}{dx} - 2y - 2y\frac{dy}{dx} = 0, solve for dydx=2x2y2x+2y=xyx+y\frac{dy}{dx} = \frac{2x-2y}{2x+2y} = \frac{x-y}{x+y}, confirming the solution is correct.
  3. Differentiate implicitly to get 2x2y2xdydx2ydydx=02x - 2y - 2x\frac{dy}{dx} - 2y\frac{dy}{dx} = 0, solve for dydx=2x2y2x+2y=xyx+y\frac{dy}{dx} = \frac{2x-2y}{2x+2y} = \frac{x-y}{x+y}, confirming the solution is correct. (correct answer)
  4. Check by substituting specific values: when x=1,y=0x = 1, y = 0, we get dydx=1\frac{dy}{dx} = 1 from the DE, and from the implicit solution 100=C1 - 0 - 0 = C, so C=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 x22xyy2=Cx^2 - 2xy - y^2 = C, you differentiate both sides with respect to xx. The left side becomes: 2x2y2xdydx2ydydx=02x - 2y - 2x\frac{dy}{dx} - 2y\frac{dy}{dx} = 0. Notice that the 2xy-2xy term produces 2y2xdydx-2y - 2x\frac{dy}{dx} using the product rule, and y2-y^2 gives 2ydydx-2y\frac{dy}{dx}. Factoring out the dydx\frac{dy}{dx} terms: 2x2y2(x+y)dydx=02x - 2y - 2(x + y)\frac{dy}{dx} = 0. Solving for dydx\frac{dy}{dx}: dydx=2x2y2(x+y)=xyx+y\frac{dy}{dx} = \frac{2x - 2y}{2(x + y)} = \frac{x - y}{x + y}, which matches the original differential equation exactly. Option A contains the correct differentiation but unnecessarily emphasizes the domain restriction x+y0x + y \neq 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 term, writing 2xdydx-2x\frac{dy}{dx} instead of the correct 2y2xdydx-2y - 2x\frac{dy}{dx}. 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 10

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

  1. r(r1)2r+2=0r(r-1) - 2r + 2 = 0, which simplifies to r23r+2=0r^2 - 3r + 2 = 0, giving r=1r = 1 or r=2r = 2. (correct answer)
  2. r(r+1)2r+2=0r(r+1) - 2r + 2 = 0, which simplifies to r2r+2=0r^2 - r + 2 = 0, giving complex roots r=1±i72r = \frac{1 \pm i\sqrt{7}}{2}.
  3. r22r+2=0r^2 - 2r + 2 = 0, which gives r=1±ir = 1 \pm i, indicating the need for complex exponential solutions rather than power functions.
  4. r(r1)2r+2=0r(r-1) - 2r + 2 = 0, which simplifies to r23r+2=0r^2 - 3r + 2 = 0, but this equation has no real solutions since the discriminant is negative.
Explanation: For y=xry = x^r, we compute y=rxr1y' = rx^{r-1} and y=r(r1)xr2y'' = r(r-1)x^{r-2}. Substituting into x2y2xy+2y=0x^2y'' - 2xy' + 2y = 0: x2r(r1)xr22xrxr1+2xr=0x^2 \cdot r(r-1)x^{r-2} - 2x \cdot rx^{r-1} + 2x^r = 0. This simplifies to r(r1)xr2rxr+2xr=0r(r-1)x^r - 2rx^r + 2x^r = 0. Factoring out xrx^r (assuming x0x \neq 0): xr[r(r1)2r+2]=0x^r[r(r-1) - 2r + 2] = 0. Thus we need r(r1)2r+2=0r(r-1) - 2r + 2 = 0, which gives r2r2r+2=r23r+2=0r^2 - r - 2r + 2 = r^2 - 3r + 2 = 0. Factoring: (r1)(r2)=0(r-1)(r-2) = 0, so r=1r = 1 or r=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 98=1>09 - 8 = 1 > 0.

Question 11

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

  1. ω=13\omega = \sqrt{13}
  2. ω=3\omega = 3
  3. ω=4\omega = 4
  4. ω=2\omega = 2 (correct answer)
Explanation: A standard approach is to find the roots of the characteristic equation r2+6r+13=0r^2 + 6r + 13 = 0. Using the quadratic formula: r=6±624(1)(13)2=6±36522=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 2i. The general solution for these complex conjugate roots is y(t)=e3t(C1cos(2t)+C2sin(2t))y(t) = e^{-3t}(C_1 \cos(2t) + C_2 \sin(2t)). The proposed function y(t)=Ce3tsin(ωt)y(t) = C e^{-3t}\sin(\omega t) matches this form if ω=2\omega = 2. Alternatively, one can compute yy' and yy'' for y=e3tsin(ωt)y = e^{-3t}\sin(\omega t) and substitute them into the DE to solve for ω\omega, but this is more labor-intensive.

Question 12

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

  1. k=1k = 1 only
  2. k=0k = 0 only
  3. For no real values of kk
  4. For all real values of kk (correct answer)
Explanation: We need to compute the fourth derivative of y(x)y(x). y(x)=cosh(x)+ksin(x)y(x) = \cosh(x) + k\sin(x) y(x)=sinh(x)+kcos(x)y'(x) = \sinh(x) + k\cos(x) y(x)=cosh(x)ksin(x)y''(x) = \cosh(x) - k\sin(x) y(x)=sinh(x)kcos(x)y'''(x) = \sinh(x) - k\cos(x) y(4)(x)=cosh(x)+ksin(x)y^{(4)}(x) = \cosh(x) + k\sin(x) We see that y(4)(x)y^{(4)}(x) is identical to the original function 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)) = 0. This equation is true for any real value of the constant kk. The question seems to imply a unique value for kk must be found, but the verification shows it holds for all kk.

Question 13

The differential equation x2y3xy+4y=0x^2 y'' - 3xy' + 4y = 0 has a solution of the form y=xky = x^k for x>0x > 0. Which of the following describes all possible real values of kk?

  1. k=2k = 2 only (correct answer)
  2. k=2k = -2 and k=2k=2
  3. k=1k = 1 and k=4k=4
  4. There are no such real values of kk.
Explanation: To check for a solution of the form y=xky=x^k, we compute its derivatives: y=kxk1y' = kx^{k-1} and y=k(k1)xk2y'' = k(k-1)x^{k-2}. We substitute these into the Cauchy-Euler equation: x2(k(k1)xk2)3x(kxk1)+4(xk)=0x^2(k(k-1)x^{k-2}) - 3x(kx^{k-1}) + 4(x^k) = 0 k(k1)xk3kxk+4xk=0k(k-1)x^k - 3kx^k + 4x^k = 0 Factor out xkx^k (which is non-zero for x>0x>0): xk(k(k1)3k+4)=0x^k(k(k-1) - 3k + 4) = 0 For this to be true, the expression in the parenthesis must be zero. This gives the auxiliary equation: k2k3k+4=0k^2 - k - 3k + 4 = 0 k24k+4=0k^2 - 4k + 4 = 0 (k2)2=0(k-2)^2 = 0 This equation has a single, repeated root at k=2k=2.

Question 14

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

  1. k=9k = 9
  2. k=3k = 3
  3. k=1k = 1 (correct answer)
  4. k=1/9k = 1/9
Explanation: We need to compute the partial derivatives utu_t and uxxu_{xx} and substitute them into the heat equation. For u(x,t)=e9ktsin(3x)u(x,t) = e^{-9kt}\sin(3x): Partial derivative with respect to tt: ut=t(e9ktsin(3x))=9ke9ktsin(3x)u_t = \frac{\partial}{\partial t} (e^{-9kt}\sin(3x)) = -9k e^{-9kt}\sin(3x). Partial derivatives with respect to xx: ux=x(e9ktsin(3x))=3e9ktcos(3x)u_x = \frac{\partial}{\partial x} (e^{-9kt}\sin(3x)) = 3e^{-9kt}\cos(3x). uxx=x(3e9ktcos(3x))=9e9ktsin(3x)u_{xx} = \frac{\partial}{\partial x} (3e^{-9kt}\cos(3x)) = -9e^{-9kt}\sin(3x). Now substitute into ut=uxxu_t = u_{xx}: 9ke9ktsin(3x)=9e9ktsin(3x)-9k e^{-9kt}\sin(3x) = -9e^{-9kt}\sin(3x) Dividing both sides by the non-zero term 9e9ktsin(3x)-9e^{-9kt}\sin(3x) yields k=1k=1.

Question 15

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

  1. k=2k = -2
  2. k=2k = 2 (correct answer)
  3. k=4k = 4
  4. k=4k = -4
Explanation: To verify the solution, we must compute the first and second derivatives of 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}. 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}. Substitute into the equation: (2kA+k2Ax+k2B)ekx4(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 Divide by ekxe^{kx} (which is never zero) and group terms by powers of xx: x(k2A4kA+4A)+(2kA+k2B4A4kB+4B)=0x(k^2A - 4kA + 4A) + (2kA + k^2B - 4A - 4kB + 4B) = 0 For this to hold for all xx and for arbitrary constants AA and BB, the coefficients of the powers of xx must be zero. The coefficient of xx is A(k24k+4)A(k^2 - 4k + 4). Since this must be true for any AA, we must have k24k+4=0k^2 - 4k + 4 = 0, which factors as (k2)2=0(k-2)^2 = 0. The only solution is k=2k=2. Checking the constant term with k=2k=2 also yields zero.

Question 16

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

  1. y=xyx+yy' = \frac{x-y}{x+y} (correct answer)
  2. y=x+yxyy' = \frac{x+y}{x-y}
  3. y=yxx+yy' = \frac{y-x}{x+y}
  4. y=xyyxy' = \frac{x-y}{y-x}
Explanation: We use implicit differentiation with respect to xx on the given relation x22xyy2=Cx^2 - 2xy - y^2 = C. ddx(x22xyy2)=ddx(C)\frac{d}{dx}(x^2 - 2xy - y^2) = \frac{d}{dx}(C) Applying the product rule to the 2xy-2xy term and the chain rule to the y2-y^2 term, we get: 2x(2y1+2xy)2yy=02x - (2y \cdot 1 + 2x \cdot y') - 2y \cdot y' = 0 2x2y2xy2yy=02x - 2y - 2xy' - 2yy' = 0 Now, we solve for yy'. 2x2y=2xy+2yy2x - 2y = 2xy' + 2yy' 2(xy)=2(x+y)y2(x - y) = 2(x + y)y' y=xyx+yy' = \frac{x-y}{x+y} Distractors are based on common sign errors during differentiation or algebraic manipulation.

Question 17

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

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

Question 18

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

  1. y(x)=ex20xet2dty(x) = e^{-x^2} \int_0^x e^{t^2} dt (correct answer)
  2. y(x)=ex20xet2dty(x) = e^{x^2} \int_0^x e^{-t^2} dt
  3. y(x)=0xet2x2dty(x) = \int_0^x e^{t^2-x^2} dt
  4. y(x)=ex20xet2dty(x) = e^{-x^2} \int_0^x e^{-t^2} dt
Explanation: We must check which function satisfies both the differential equation and the initial condition. Let's verify choice A: y(x)=ex20xet2dty(x) = e^{-x^2} \int_0^x e^{t^2} dt. First, check the initial condition: y(0)=e0200et2dt=10=0y(0) = e^{-0^2} \int_0^0 e^{t^2} dt = 1 \cdot 0 = 0. The condition is met. Next, find the derivative using the product rule and the Fundamental Theorem of Calculus: y(x)=ddx(ex2)0xet2dt+ex2ddx(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)=(2xex2)0xet2dt+ex2ex2y'(x) = (-2xe^{-x^2}) \int_0^x e^{t^2} dt + e^{-x^2} \cdot e^{x^2} y(x)=2x(ex20xet2dt)+1y'(x) = -2x \left(e^{-x^2} \int_0^x e^{t^2} dt\right) + 1 Recognize that the term in the parenthesis is the original function y(x)y(x). So, y(x)=2xy(x)+1y'(x) = -2xy(x) + 1. Rearranging gives y+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.