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: General Vs Particular Solutions

Practice General Vs Particular 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 / 19

0 of 19 answered

Consider the family of curves defined by y=c1e3x+c2xe3x+c3e3xy = c_1 e^{3x} + c_2 x e^{3x} + c_3 e^{3x}y=c1​e3x+c2​xe3x+c3​e3x. What is the order of the linear homogeneous differential equation for which this family represents the general solution?

Select an answer to continue

What this quiz covers

This quiz focuses on General Vs Particular 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

Consider the family of curves defined by y=c1e3x+c2xe3x+c3e3xy = c_1 e^{3x} + c_2 x e^{3x} + c_3 e^{3x}y=c1​e3x+c2​xe3x+c3​e3x. What is the order of the linear homogeneous differential equation for which this family represents the general solution?

  1. 1, because all terms contain the function e3xe^{3x}e3x.
  2. 2, because there are only two functionally independent solution forms, e3xe^{3x}e3x and xe3xx e^{3x}xe3x. (correct answer)
  3. 3, because there are three constants, c1c_1c1​, c2c_2c2​, and c3c_3c3​, shown in the expression.
  4. Cannot be determined without knowing the specific differential equation.

Explanation: The order of a linear differential equation is equal to the number of essential (linearly independent) arbitrary constants in its general solution. The given family of curves can be rewritten by combining the terms with c1c_1c1​ and c3c_3c3​: y=(c1+c3)e3x+c2xe3xy = (c_1 + c_3) e^{3x} + c_2 x e^{3x}y=(c1​+c3​)e3x+c2​xe3x. If we define a new constant C1=c1+c3C_1 = c_1 + c_3C1​=c1​+c3​, the solution becomes y=C1e3x+c2xe3xy = C_1 e^{3x} + c_2 x e^{3x}y=C1​e3x+c2​xe3x. This form reveals that there are only two essential arbitrary constants, C1C_1C1​ and c2c_2c2​. Therefore, the order of the corresponding differential equation is 2.

Question 2

Consider the differential equation y′=2yy' = 2\sqrt{y}y′=2y​. The family of functions y(x)=(x+C)2y(x) = (x+C)^2y(x)=(x+C)2 for x≥−Cx \ge -Cx≥−C represents a collection of solutions. However, this one-parameter family does not constitute the general solution on the interval (−∞,∞)(-\infty, \infty)(−∞,∞). Which statement best explains why?

  1. The family of functions does not actually satisfy the differential equation for all xxx and CCC.
  2. The constant CCC cannot be uniquely determined by a single initial condition like y(x0)=y0y(x_0)=y_0y(x0​)=y0​.
  3. The family fails to include the singular solution y(x)=0y(x) = 0y(x)=0, which also satisfies the differential equation. (correct answer)
  4. A general solution must be a single function, not an infinite family of functions.

Explanation: A general solution to a differential equation is a family of solutions that contains every possible solution, except possibly for some 'singular' solutions. In this case, the function y(x)=0y(x) = 0y(x)=0 for all xxx is also a solution to y′=2yy' = 2\sqrt{y}y′=2y​, since 0=200 = 2\sqrt{0}0=20​. However, there is no value of the constant CCC for which the family y(x)=(x+C)2y(x) = (x+C)^2y(x)=(x+C)2 yields the function y(x)=0y(x) = 0y(x)=0. Because this valid solution is omitted, the family is not the general solution. This missing solution is known as a singular solution.

Question 3

The general solution to y′′−4y′+4y=0y'' - 4y' + 4y = 0y′′−4y′+4y=0 is y(x)=c1e2x+c2xe2xy(x) = c_1 e^{2x} + c_2 x e^{2x}y(x)=c1​e2x+c2​xe2x. Find the value of the particular solution satisfying y(0)=3y(0) = 3y(0)=3 and y′(0)=8y'(0) = 8y′(0)=8 at the point x=1x=1x=1.

  1. 3e23e^23e2
  2. 8e28e^28e2
  3. 5e25e^25e2 (correct answer)
  4. 11e211e^211e2

Explanation: When you encounter a differential equation problem with given initial conditions, you need to use those conditions to find the specific values of the arbitrary constants in the general solution. Given the general solution y(x)=c1e2x+c2xe2xy(x) = c_1 e^{2x} + c_2 x e^{2x}y(x)=c1​e2x+c2​xe2x, start by applying the first initial condition. At x=0x = 0x=0: y(0)=c1e0+c2⋅0⋅e0=c1=3y(0) = c_1 e^0 + c_2 \cdot 0 \cdot e^0 = c_1 = 3y(0)=c1​e0+c2​⋅0⋅e0=c1​=3. So c1=3c_1 = 3c1​=3. For the second condition, you need the derivative. Using the product rule on the second term: y′(x)=2c1e2x+c2(e2x+2xe2x)y'(x) = 2c_1 e^{2x} + c_2(e^{2x} + 2xe^{2x})y′(x)=2c1​e2x+c2​(e2x+2xe2x). At x=0x = 0x=0: y′(0)=2c1+c2=2(3)+c2=8y'(0) = 2c_1 + c_2 = 2(3) + c_2 = 8y′(0)=2c1​+c2​=2(3)+c2​=8. Therefore c2=2c_2 = 2c2​=2. The particular solution is y(x)=3e2x+2xe2xy(x) = 3e^{2x} + 2xe^{2x}y(x)=3e2x+2xe2x. At x=1x = 1x=1: y(1)=3e2+2(1)e2=3e2+2e2=5e2y(1) = 3e^2 + 2(1)e^2 = 3e^2 + 2e^2 = 5e^2y(1)=3e2+2(1)e2=3e2+2e2=5e2. Answer A (3e23e^23e2) represents what you'd get if you forgot the second term entirely—just evaluating 3e2x3e^{2x}3e2x at x=1x = 1x=1. Answer B (8e28e^28e2) might come from incorrectly using the initial condition y′(0)=8y'(0) = 8y′(0)=8 as if it were the coefficient. Answer D (11e211e^211e2) could result from arithmetic errors when combining terms or incorrectly calculating the derivative. Always remember: with initial value problems, methodically apply each condition one at a time to find your constants, then substitute your target xxx-value into the complete particular solution.

Question 4

The differential equation dydx=−x2+y22xy\frac{dy}{dx} = -\frac{x^2+y^2}{2xy}dxdy​=−2xyx2+y2​ can be solved by recognizing it as a homogeneous equation. Which of the following equations implicitly defines the family of general solutions, where CCC is an arbitrary constant?

  1. x3+3xy2=Cx^3 + 3xy^2 = Cx3+3xy2=C (correct answer)
  2. y3+3yx2=Cy^3 + 3yx^2 = Cy3+3yx2=C
  3. x2+y2=Cxyx^2 + y^2 = Cxyx2+y2=Cxy
  4. ln⁡(x2+y2)+2y/x=C\ln(x^2+y^2) + 2y/x = Cln(x2+y2)+2y/x=C

Explanation: This is a homogeneous equation. Let y=vxy = vxy=vx, so dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}dxdy​=v+xdxdv​. The equation becomes v+xdvdx=−x2+(vx)22x(vx)=−1+v22vv + x\frac{dv}{dx} = -\frac{x^2+(vx)^2}{2x(vx)} = -\frac{1+v^2}{2v}v+xdxdv​=−2x(vx)x2+(vx)2​=−2v1+v2​. Rearranging gives xdvdx=−1+v22v−v=−1+3v22vx\frac{dv}{dx} = -\frac{1+v^2}{2v} - v = -\frac{1+3v^2}{2v}xdxdv​=−2v1+v2​−v=−2v1+3v2​. This is separable: 2v1+3v2dv=−1xdx\frac{2v}{1+3v^2} dv = -\frac{1}{x} dx1+3v22v​dv=−x1​dx. Integrating both sides gives 13ln⁡(1+3v2)=−ln⁡∣x∣+C1\frac{1}{3}\ln(1+3v^2) = -\ln|x| + C_131​ln(1+3v2)=−ln∣x∣+C1​. Multiplying by 3 and exponentiating gives 1+3v2=K∣x∣−31+3v^2 = K|x|^{-3}1+3v2=K∣x∣−3. Substituting back v=y/xv=y/xv=y/x gives 1+3(y/x)2=K/∣x3∣1+3(y/x)^2 = K/|x^3|1+3(y/x)2=K/∣x3∣. Multiplying by ∣x3∣|x^3|∣x3∣ gives ∣x3∣+3∣x∣y2=K|x^3| + 3|x|y^2 = K∣x3∣+3∣x∣y2=K. Assuming x>0x>0x>0 for simplicity and renaming the constant, we have x3+3xy2=Cx^3 + 3xy^2 = Cx3+3xy2=C.

Question 5

A particle's position is given by the general solution x(t)=c1cos⁡(3t)+c2sin⁡(3t)x(t) = c_1 \cos(3t) + c_2 \sin(3t)x(t)=c1​cos(3t)+c2​sin(3t). The particle starts at position x(0)=−2x(0) = -2x(0)=−2. Its velocity is zero at time t=π/12t = \pi/12t=π/12. What is the position of the particle at time t=π/3t = \pi/3t=π/3?

  1. 222 (correct answer)
  2. −2-2−2
  3. −22-2\sqrt{2}−22​
  4. 000

Explanation: First, use the initial position x(0)=−2x(0)=-2x(0)=−2: x(0)=c1cos⁡(0)+c2sin⁡(0)=c1x(0) = c_1\cos(0) + c_2\sin(0) = c_1x(0)=c1​cos(0)+c2​sin(0)=c1​. So, c1=−2c_1=-2c1​=−2. Next, find the velocity function: v(t)=x′(t)=−3c1sin⁡(3t)+3c2cos⁡(3t)v(t) = x'(t) = -3c_1\sin(3t) + 3c_2\cos(3t)v(t)=x′(t)=−3c1​sin(3t)+3c2​cos(3t). Use the condition v(π/12)=0v(\pi/12)=0v(π/12)=0: v(π/12)=−3c1sin⁡(3π/12)+3c2cos⁡(3π/12)=−3c1sin⁡(π/4)+3c2cos⁡(π/4)=0v(\pi/12) = -3c_1\sin(3\pi/12) + 3c_2\cos(3\pi/12) = -3c_1\sin(\pi/4) + 3c_2\cos(\pi/4) = 0v(π/12)=−3c1​sin(3π/12)+3c2​cos(3π/12)=−3c1​sin(π/4)+3c2​cos(π/4)=0. This simplifies to −3c1(2/2)+3c2(2/2)=0-3c_1(\sqrt{2}/2) + 3c_2(\sqrt{2}/2) = 0−3c1​(2​/2)+3c2​(2​/2)=0, which implies −c1+c2=0-c_1+c_2=0−c1​+c2​=0, or c1=c2c_1=c_2c1​=c2​. Since c1=−2c_1=-2c1​=−2, we have c2=−2c_2=-2c2​=−2. The particular solution is x(t)=−2cos⁡(3t)−2sin⁡(3t)x(t) = -2\cos(3t) - 2\sin(3t)x(t)=−2cos(3t)−2sin(3t). Finally, evaluate at t=π/3t=\pi/3t=π/3: x(π/3)=−2cos⁡(3π/3)−2sin⁡(3π/3)=−2cos⁡(π)−2sin⁡(π)=−2(−1)−2(0)=2x(\pi/3) = -2\cos(3\pi/3) - 2\sin(3\pi/3) = -2\cos(\pi) - 2\sin(\pi) = -2(-1) - 2(0) = 2x(π/3)=−2cos(3π/3)−2sin(3π/3)=−2cos(π)−2sin(π)=−2(−1)−2(0)=2.

Question 6

The general solution to a certain second-order linear homogeneous differential equation is y(x)=c1e2x+c2e−3xy(x) = c_1 e^{2x} + c_2 e^{-3x}y(x)=c1​e2x+c2​e−3x. Which of the following functions cannot be a particular solution to this differential equation, regardless of the initial conditions?

  1. y(x)=0y(x) = 0y(x)=0
  2. y(x)=5e2x−2e−3xy(x) = 5e^{2x} - 2e^{-3x}y(x)=5e2x−2e−3x
  3. y(x)=4e−3xy(x) = 4e^{-3x}y(x)=4e−3x
  4. y(x)=e2x+e−3x+1y(x) = e^{2x} + e^{-3x} + 1y(x)=e2x+e−3x+1 (correct answer)

Explanation: A particular solution is obtained by assigning specific values to the constants c1c_1c1​ and c2c_2c2​ in the general solution y(x)=c1e2x+c2e−3xy(x) = c_1 e^{2x} + c_2 e^{-3x}y(x)=c1​e2x+c2​e−3x. A) y(x)=0y(x)=0y(x)=0 corresponds to c1=0c_1=0c1​=0 and c2=0c_2=0c2​=0. B) y(x)=5e2x−2e−3xy(x) = 5e^{2x} - 2e^{-3x}y(x)=5e2x−2e−3x corresponds to c1=5c_1=5c1​=5 and c2=−2c_2=-2c2​=−2. C) y(x)=4e−3xy(x) = 4e^{-3x}y(x)=4e−3x corresponds to c1=0c_1=0c1​=0 and c2=4c_2=4c2​=4. D) y(x)=e2x+e−3x+1y(x) = e^{2x} + e^{-3x} + 1y(x)=e2x+e−3x+1 cannot be a solution because of the constant term '+1'. No choice of c1c_1c1​ and c2c_2c2​ in the general solution can produce this term. This function would be a solution to a non-homogeneous equation, not the given homogeneous one.

Question 7

The equation y(x)=c1x+c2x2y(x) = c_1 x + c_2 x^2y(x)=c1​x+c2​x2 is the general solution to a second-order linear differential equation. Which of the following statements about its constants of integration is correct?

  1. The value of c1c_1c1​ is always equal to the initial value y(0)y(0)y(0) for any particular solution.
  2. The value of c1c_1c1​ is uniquely determined by the initial velocity y′(0)y'(0)y′(0) at the origin. (correct answer)
  3. The values of c1c_1c1​ and c2c_2c2​ can both be found using a single initial condition such as y(1)=5y(1)=5y(1)=5.
  4. The values of c1c_1c1​ and c2c_2c2​ require initial conditions that must be specified away from x=0x=0x=0.

Explanation: Let's analyze the initial conditions at x=0x=0x=0. The general solution is y(x)=c1x+c2x2y(x) = c_1 x + c_2 x^2y(x)=c1​x+c2​x2. The derivative is y′(x)=c1+2c2xy'(x) = c_1 + 2c_2 xy′(x)=c1​+2c2​x. Evaluating at x=0x=0x=0: y(0)=c1(0)+c2(0)2=0y(0) = c_1(0) + c_2(0)^2 = 0y(0)=c1​(0)+c2​(0)2=0 and y′(0)=c1+2c2(0)=c1y'(0) = c_1 + 2c_2(0) = c_1y′(0)=c1​+2c2​(0)=c1​. This shows that any particular solution from this family must pass through the origin (y(0)=0y(0)=0y(0)=0). The constant c1c_1c1​ is uniquely determined by the initial velocity at the origin, y′(0)=c1y'(0) = c_1y′(0)=c1​. The constant c2c_2c2​ would require another condition, such as the value of yyy or y′y'y′ at a point other than x=0x=0x=0.

Question 8

A student solves the initial value problem y′+2y=0y' + 2y = 0y′+2y=0, y(0)=3y(0) = 3y(0)=3 and finds a particular solution. They then solve the problem y′+2y=0y' + 2y = 0y′+2y=0, y(1)=3y(1) = 3y(1)=3 and find another particular solution. Which statement accurately compares these two particular solutions?

  1. The two particular solutions are identical for all xxx.
  2. The two particular solutions are different functions. (correct answer)
  3. The solutions are the same, but the constants of integration are different.
  4. The existence and uniqueness theorem does not guarantee a solution for the second problem.

Explanation: The general solution of y′+2y=0y' + 2y = 0y′+2y=0 is y(x)=Ce−2xy(x) = Ce^{-2x}y(x)=Ce−2x. For the first IVP, y(0)=3y(0) = 3y(0)=3, we find 3=Ce03 = Ce^03=Ce0, so C=3C=3C=3. The solution is y1(x)=3e−2xy_1(x) = 3e^{-2x}y1​(x)=3e−2x. For the second IVP, y(1)=3y(1) = 3y(1)=3, we find 3=Ce−23 = Ce^{-2}3=Ce−2, so C=3e2C = 3e^2C=3e2. The solution is y2(x)=(3e2)e−2x=3e2−2xy_2(x) = (3e^2)e^{-2x} = 3e^{2-2x}y2​(x)=(3e2)e−2x=3e2−2x. Since 3e−2x3e^{-2x}3e−2x and 3e2−2x3e^{2-2x}3e2−2x are different functions, the two particular solutions are different. Choice C is contradictory; if the constants of integration are different, the particular solutions (which are specific functions) must also be different.

Question 9

The general solution to a first-order differential equation is given implicitly by the relation sin⁡(y)−e−x2=C\sin(y) - e^{-x^2} = Csin(y)−e−x2=C. A particular solution curve passes through the point (0,π/6)(0, \pi/6)(0,π/6). What is the y-coordinate of the point on this particular solution curve where x=ln⁡(2)x = \sqrt{\ln(2)}x=ln(2)​?

  1. 000 (correct answer)
  2. π/6\pi/6π/6
  3. π/3\pi/3π/3
  4. π/2\pi/2π/2

Explanation: First, use the initial condition (0,π/6)(0, \pi/6)(0,π/6) to find the constant CCC for the particular solution. Substitute x=0x=0x=0 and y=π/6y=\pi/6y=π/6 into the general solution: sin⁡(π/6)−e−02=C\sin(\pi/6) - e^{-0^2} = Csin(π/6)−e−02=C, which simplifies to 1/2−1=C1/2 - 1 = C1/2−1=C, so C=−1/2C = -1/2C=−1/2. The particular solution is defined by sin⁡(y)−e−x2=−1/2\sin(y) - e^{-x^2} = -1/2sin(y)−e−x2=−1/2. Now, find the value of yyy when x=ln⁡(2)x = \sqrt{\ln(2)}x=ln(2)​. Substitute this value of xxx into the particular solution's equation: sin⁡(y)−e−(ln⁡(2))2=−1/2\sin(y) - e^{-(\sqrt{\ln(2)})^2} = -1/2sin(y)−e−(ln(2)​)2=−1/2. This simplifies to sin⁡(y)−e−ln⁡(2)=−1/2\sin(y) - e^{-\ln(2)} = -1/2sin(y)−e−ln(2)=−1/2. Since e−ln⁡(2)=eln⁡(2−1)=1/2e^{-\ln(2)} = e^{\ln(2^{-1})} = 1/2e−ln(2)=eln(2−1)=1/2, the equation becomes sin⁡(y)−1/2=−1/2\sin(y) - 1/2 = -1/2sin(y)−1/2=−1/2, which gives sin⁡(y)=0\sin(y) = 0sin(y)=0. The simplest solution for yyy is y=0y=0y=0.

Question 10

A physical system is modeled by the nonlinear differential equation (d3ydt3)2−t4(dydt)5+y3=cos⁡(t)(\frac{d^3y}{dt^3})^2 - t^4 (\frac{dy}{dt})^5 + y^3 = \cos(t)(dt3d3y​)2−t4(dtdy​)5+y3=cos(t). How many arbitrary constants must be present in the general solution for this equation?

  1. 2, because of the power on the highest-order derivative.
  2. 8, because this is the sum of the orders of all derivative terms.
  3. 5, because of the power on the first-order derivative term.
  4. 3, because the order of the equation is determined by the highest derivative. (correct answer)

Explanation: When you encounter a differential equation, the key concept to focus on is the order of the equation, which determines how many arbitrary constants appear in the general solution. The order is always determined by the highest derivative present, regardless of any powers, coefficients, or nonlinear terms. In this equation (d3ydt3)2−t4(dydt)5+y3=cos⁡(t)\left(\frac{d^3y}{dt^3}\right)^2 - t^4 \left(\frac{dy}{dt}\right)^5 + y^3 = \cos(t)(dt3d3y​)2−t4(dtdy​)5+y3=cos(t), the highest derivative is d3ydt3\frac{d^3y}{dt^3}dt3d3y​, making this a third-order differential equation. The fundamental theorem states that an nth-order differential equation has exactly n arbitrary constants in its general solution. Therefore, this third-order equation must have exactly 3 arbitrary constants. Let's examine why the other choices are incorrect. Choice A) suggests the answer is 2 because of the squared power on the third derivative, but powers on derivatives don't affect the number of constants—only the order matters. Choice B) incorrectly adds the orders of derivative terms (3 + 1 = 4, plus other terms to get 8), but this isn't how differential equation theory works. Choice C) focuses on the fifth power of the first derivative, but again, powers are irrelevant to determining the number of arbitrary constants. Study tip: Always identify the highest-order derivative first when analyzing any differential equation. The order of that derivative equals the number of arbitrary constants in the general solution, no matter how complex the equation appears with powers, products, or nonlinear terms.

Question 11

The general solution to the differential equation y′=−x/yy' = -x/yy′=−x/y is the family of circles x2+y2=Cx^2 + y^2 = Cx2+y2=C. For the particular solution that passes through the point (3,4)(3, 4)(3,4), what is the direct geometric meaning of the constant CCC?

  1. The radius of the circular solution curve.
  2. The curvature of the circular solution curve.
  3. The square of the radius of the circular solution curve. (correct answer)
  4. The circumference of the circular solution curve.

Explanation: When you encounter a differential equation whose general solution represents a geometric family like circles, you need to understand what the arbitrary constant represents geometrically, not just algebraically. To find the particular solution through (3,4)(3, 4)(3,4), substitute these coordinates into the general solution x2+y2=Cx^2 + y^2 = Cx2+y2=C: 32+42=C3^2 + 4^2 = C32+42=C 9+16=25=C9 + 16 = 25 = C9+16=25=C So the particular solution is x2+y2=25x^2 + y^2 = 25x2+y2=25, which represents a circle centered at the origin. Now consider what C=25C = 25C=25 means geometrically. The standard form of a circle centered at the origin is x2+y2=r2x^2 + y^2 = r^2x2+y2=r2, where rrr is the radius. Comparing this with our solution x2+y2=25x^2 + y^2 = 25x2+y2=25, we see that r2=25r^2 = 25r2=25, so the radius is r=5r = 5r=5. Therefore, CCC represents the square of the radius, making (C) correct. Let's examine why the other choices fail: (A) claims CCC is the radius itself, but C=25C = 25C=25 while the radius is only 555. (B) suggests CCC represents curvature, but curvature for a circle equals 1/r=1/51/r = 1/51/r=1/5, not 252525. (D) proposes CCC is the circumference, but circumference equals 2πr=10π2\pi r = 10\pi2πr=10π, which doesn't match 252525. Study tip: When working with geometric solution families, always compare the given equation with the standard form to identify what each parameter represents. The constant in x2+y2=Cx^2 + y^2 = Cx2+y2=C will always be r2r^2r2, not rrr itself.

Question 12

A student claims that y=2x2+3x+5y = 2x^2 + 3x + 5y=2x2+3x+5 and y=2x2+3x−2y = 2x^2 + 3x - 2y=2x2+3x−2 are both particular solutions to the same differential equation. Another student argues that if this is true, then y=2x2+3x+Cy = 2x^2 + 3x + Cy=2x2+3x+C must be the general solution. Which analysis of these claims is most accurate?

  1. Both students are correct; the particular solutions differ only by a constant, confirming the general solution structure (correct answer)
  2. The first student is correct, but the second student is wrong because general solutions require homogeneous equations
  3. The first student is wrong; two different particular solutions cannot satisfy the same differential equation simultaneously
  4. Both students are wrong; the given functions are solutions to different differential equations entirely

Explanation: Both particular solutions have the same derivative structure: y′=4x+3y' = 4x + 3y′=4x+3 and y′′=4y'' = 4y′′=4. They satisfy the same second-order differential equation y′′=4y'' = 4y′′=4. The general solution to d2ydx2=4\frac{d^2y}{dx^2} = 4dx2d2y​=4 is y=2x2+C1x+C2y = 2x^2 + C_1x + C_2y=2x2+C1​x+C2​, and with appropriate initial conditions, this reduces to the form y=2x2+3x+Cy = 2x^2 + 3x + Cy=2x2+3x+C. The two particular solutions differ by a constant (5−(−2)=75 - (-2) = 75−(−2)=7), which is exactly what we expect for different particular solutions of the same differential equation.

Question 13

A differential equation has the general solution y=C1x3+C2x2+C3x+C4y = C_1 x^3 + C_2 x^2 + C_3 x + C_4y=C1​x3+C2​x2+C3​x+C4​. A student is asked to find a particular solution satisfying y(1)=2y(1) = 2y(1)=2, y′(1)=6y'(1) = 6y′(1)=6, y′′(1)=12y''(1) = 12y′′(1)=12, and y′′′(1)=18y'''(1) = 18y′′′(1)=18. After solving, the student concludes that this particular solution is unique. What is the most precise reason for this uniqueness?

  1. The solution is unique because fourth-order differential equations always have unique solutions when boundary conditions are given
  2. The solution is unique because the differential equation is linear and the initial conditions are specified at the same point
  3. The solution is unique because the initial conditions provide enough information to solve for all four unknown constants simultaneously
  4. The solution is unique because the number of initial conditions equals the number of arbitrary constants in the general solution (correct answer)

Explanation: When you encounter a differential equation with a general solution containing arbitrary constants, the key to uniqueness lies in having sufficient conditions to determine all those constants. The general solution y=C1x3+C2x2+C3x+C4y = C_1 x^3 + C_2 x^2 + C_3 x + C_4y=C1​x3+C2​x2+C3​x+C4​ contains four arbitrary constants: C1C_1C1​, C2C_2C2​, C3C_3C3​, and C4C_4C4​. To find a unique particular solution, you need exactly four independent conditions to create a system of four equations in four unknowns. The given conditions y(1)=2y(1) = 2y(1)=2, y′(1)=6y'(1) = 6y′(1)=6, y′′(1)=12y''(1) = 12y′′(1)=12, and y′′′(1)=18y'''(1) = 18y′′′(1)=18 provide precisely this—four independent conditions that allow you to solve for all four constants simultaneously, yielding a unique solution. Option A is incorrect because uniqueness isn't guaranteed simply by having a fourth-order equation with boundary conditions—you need the right number and type of conditions. Option B misses the fundamental point: while linearity helps ensure solutions exist and behave nicely, and having conditions at the same point matters for initial value problems, neither directly explains why this particular solution is unique. Option C is partially correct but imprecise—it's not just that you have "enough information," but specifically that you have exactly the right amount. Option D captures this precisely: the number of conditions (four) equals the number of arbitrary constants (four). Study tip: Always count the arbitrary constants in a general solution, then verify you have that many independent conditions for uniqueness. This one-to-one correspondence is the fundamental principle for unique solutions in linear differential equations.

Question 14

Two students are working with the differential equation dydx=y+ex\frac{dy}{dx} = y + e^xdxdy​=y+ex. Student A finds the general solution y=Cex−xexy = Ce^x - xe^xy=Cex−xex, while Student B finds the general solution y=Dex−xexy = De^x - xe^xy=Dex−xex (using a different constant label). When comparing their particular solutions for the initial condition y(0)=3y(0) = 3y(0)=3, what should they observe?

  1. They obtain different particular solutions because they used different forms of the general solution with different constants
  2. They obtain the same particular solution despite using different constant labels, demonstrating equivalent general solution forms (correct answer)
  3. Student A's solution is correct while Student B's contains an error in the constant relationship
  4. Both solutions are incorrect because the general solution should not contain the term −xex-xe^x−xex for this differential equation

Explanation: Both students have equivalent forms of the general solution. For Student A: 3=Ce0−0⋅e0=C3 = Ce^0 - 0 \cdot e^0 = C3=Ce0−0⋅e0=C, so the particular solution is y=3ex−xexy = 3e^x - xe^xy=3ex−xex. For Student B: 3=De0−0⋅e0=D3 = De^0 - 0 \cdot e^0 = D3=De0−0⋅e0=D, so the particular solution is y=3ex−xexy = 3e^x - xe^xy=3ex−xex. The different constant labels (CCC vs DDD) don't affect the final answer. This demonstrates that general solutions can be written with different parameter names but still represent the same family of solutions.

Question 15

Consider the general solution y=C1sin⁡(3x)+C2cos⁡(3x)+14y = C_1 \sin(3x) + C_2 \cos(3x) + \frac{1}{4}y=C1​sin(3x)+C2​cos(3x)+41​ to a nonhomogeneous differential equation. A student argues that since any particular solution can be written as y=Asin⁡(3x+ϕ)+14y = A\sin(3x + \phi) + \frac{1}{4}y=Asin(3x+ϕ)+41​ for appropriate constants AAA and ϕ\phiϕ, this alternative form is also a valid general solution. Which statement best evaluates this argument?

  1. The argument is incorrect; the phase-shifted form Asin⁡(3x+ϕ)A\sin(3x + \phi)Asin(3x+ϕ) represents fewer solutions than the original general form
  2. The argument is incorrect; the trigonometric identity changes the fundamental structure of the differential equation's solution
  3. The argument is correct for the homogeneous part but fails to account for the particular solution 14\frac{1}{4}41​ properly
  4. The argument is correct; both forms span the same solution space and contain the same number of arbitrary constants (correct answer)

Explanation: When you encounter questions about general solutions to differential equations, focus on whether different forms represent the same solution space with the same degrees of freedom. The key insight is recognizing that C1sin⁡(3x)+C2cos⁡(3x)C_1 \sin(3x) + C_2 \cos(3x)C1​sin(3x)+C2​cos(3x) and Asin⁡(3x+ϕ)A\sin(3x + \phi)Asin(3x+ϕ) are mathematically equivalent expressions for the homogeneous solution. Using the angle addition formula, Asin⁡(3x+ϕ)=Asin⁡(3x)cos⁡(ϕ)+Acos⁡(3x)sin⁡(ϕ)A\sin(3x + \phi) = A\sin(3x)\cos(\phi) + A\cos(3x)\sin(\phi)Asin(3x+ϕ)=Asin(3x)cos(ϕ)+Acos(3x)sin(ϕ). If we set C1=Acos⁡(ϕ)C_1 = A\cos(\phi)C1​=Acos(ϕ) and C2=Asin⁡(ϕ)C_2 = A\sin(\phi)C2​=Asin(ϕ), we can convert between the forms. Both expressions contain exactly two arbitrary constants and span the same two-dimensional solution space. The complete general solution y=Asin⁡(3x+ϕ)+14y = A\sin(3x + \phi) + \frac{1}{4}y=Asin(3x+ϕ)+41​ is therefore equivalent to the original form, making answer D correct. Answer A is wrong because both forms represent exactly the same number of solutions—the phase-shifted form doesn't reduce the solution space. Answer B incorrectly suggests that trigonometric identities somehow alter the differential equation's structure, when they simply provide alternative representations of the same mathematical object. Answer C misunderstands the relationship between homogeneous and particular solutions—the particular solution 14\frac{1}{4}41​ is handled identically in both forms and doesn't affect the equivalence of the homogeneous parts. Remember: different algebraic forms of the same expression are equivalent as long as they contain the same number of independent arbitrary constants and span the same solution space.

Question 16

A third-order differential equation has the general solution y=C1e2x+C2xe2x+C3e−xy = C_1 e^{2x} + C_2 xe^{2x} + C_3 e^{-x}y=C1​e2x+C2​xe2x+C3​e−x. If initial conditions y(0)=1y(0) = 1y(0)=1, y′(0)=0y'(0) = 0y′(0)=0, and y′′(0)=−3y''(0) = -3y′′(0)=−3 are specified, which approach correctly determines whether a unique particular solution exists?

  1. Verify that the three solution components e2xe^{2x}e2x, xe2xxe^{2x}xe2x, and e−xe^{-x}e−x are linearly independent functions
  2. Check that the number of initial conditions matches the order of the equation, ensuring automatic existence of a unique solution
  3. Calculate y′(x)y'(x)y′(x) and y′′(x)y''(x)y′′(x), then solve the resulting 3×33 \times 33×3 linear system for C1C_1C1​, C2C_2C2​, and C3C_3C3​ (correct answer)
  4. Substitute the initial conditions directly into the general solution without computing derivatives, then solve for the constants

Explanation: When dealing with initial value problems for linear differential equations, the key question is whether you can uniquely determine all arbitrary constants using the given conditions. This requires setting up and solving a system of equations. The correct approach (C) involves finding the derivatives y′(x)y'(x)y′(x) and y′′(x)y''(x)y′′(x) of the general solution, then applying all three initial conditions to create a system of three equations in three unknowns. From y=C1e2x+C2xe2x+C3e−xy = C_1 e^{2x} + C_2 xe^{2x} + C_3 e^{-x}y=C1​e2x+C2​xe2x+C3​e−x, you'd compute y′=2C1e2x+C2(e2x+2xe2x)+C3(−e−x)y' = 2C_1 e^{2x} + C_2(e^{2x} + 2xe^{2x}) + C_3(-e^{-x})y′=2C1​e2x+C2​(e2x+2xe2x)+C3​(−e−x) and y′′y''y′′, then substitute x=0x = 0x=0 into each expression along with the given values. This gives you three equations to solve for C1C_1C1​, C2C_2C2​, and C3C_3C3​. If this system has a unique solution, then a unique particular solution exists. Option A is insufficient because linear independence of the solution components tells you the general solution is complete, but doesn't guarantee the initial value problem is solvable. Option B makes a false assumption—having the right number of conditions is necessary but not sufficient for uniqueness. The coefficient matrix of your system could still be singular. Option D fails because you need all three conditions (including those involving derivatives) to determine all three constants; using only y(0)=1y(0) = 1y(0)=1 leaves you with one equation and three unknowns. Remember: for initial value problems, always set up the complete linear system using all given conditions before concluding anything about existence or uniqueness.

Question 17

The general solution to a differential equation is y=C1x2+C2x+C3y = C_1 x^2 + C_2 x + C_3y=C1​x2+C2​x+C3​. Two particular solutions are given: y1=2x2+3x−1y_1 = 2x^2 + 3x - 1y1​=2x2+3x−1 and y2=x2−x+4y_2 = x^2 - x + 4y2​=x2−x+4. If y3=ay1+by2y_3 = ay_1 + by_2y3​=ay1​+by2​ where aaa and bbb are constants with a+b=1a + b = 1a+b=1, which statement about y3y_3y3​ is most accurate?

  1. y3y_3y3​ is a particular solution only for specific values of aaa and bbb that must be determined by substitution
  2. y3y_3y3​ is a particular solution only when aaa and bbb are both positive and a+b=1a + b = 1a+b=1
  3. y3y_3y3​ is always a particular solution to the same differential equation, regardless of the specific values of aaa and bbb (correct answer)
  4. y3y_3y3​ represents a linear combination that may not satisfy the original differential equation due to nonlinearity

Explanation: When you encounter questions about linear combinations of solutions to differential equations, you're dealing with the fundamental principle of superposition. This principle states that if you have a linear differential equation, any linear combination of its solutions is also a solution. Since both y1=2x2+3x−1y_1 = 2x^2 + 3x - 1y1​=2x2+3x−1 and y2=x2−x+4y_2 = x^2 - x + 4y2​=x2−x+4 are particular solutions to the same differential equation (they can both be written in the form y=C1x2+C2x+C3y = C_1x^2 + C_2x + C_3y=C1​x2+C2​x+C3​), their linear combination y3=ay1+by2y_3 = ay_1 + by_2y3​=ay1​+by2​ will automatically satisfy the original equation. The constraint a+b=1a + b = 1a+b=1 doesn't affect this property—it's simply given information that doesn't change the fundamental fact that linear combinations of solutions remain solutions. Let's examine why the other options miss the mark: Option A suggests you need specific values of aaa and bbb, but superposition works for any constants, not just particular ones. Option B incorrectly claims the constants must be positive—the sign of aaa and bbb is irrelevant to whether y3y_3y3​ satisfies the equation. Option D mentions "nonlinearity," but we're dealing with a linear differential equation here, as evidenced by the polynomial form of the general solution. Study tip: Remember that for linear differential equations, the superposition principle always holds. Any linear combination of solutions (particular or homogeneous) will be a solution to the same equation. This is a powerful tool for constructing new solutions from known ones.

Question 18

Consider the differential equation d2ydx2+4y=0\frac{d^2y}{dx^2} + 4y = 0dx2d2y​+4y=0. If y1=Acos⁡(2x)+Bsin⁡(2x)y_1 = A\cos(2x) + B\sin(2x)y1​=Acos(2x)+Bsin(2x) represents the general solution, and y2=3cos⁡(2x)−2sin⁡(2x)y_2 = 3\cos(2x) - 2\sin(2x)y2​=3cos(2x)−2sin(2x) represents a particular solution, what can be concluded about the relationship between the constants AAA, BBB and the specific values 333, −2-2−2?

  1. A=3A = 3A=3 and B=−2B = -2B=−2 represent one possible assignment that makes the general solution equal the particular solution (correct answer)
  2. AAA and BBB must always equal 333 and −2-2−2 respectively for any solution to this differential equation
  3. A=3A = 3A=3 and B=−2B = -2B=−2 are the only values that satisfy the differential equation's boundary conditions
  4. The values 333 and −2-2−2 are incorrect because they don't satisfy the characteristic equation of the differential equation

Explanation: The general solution y1=Acos⁡(2x)+Bsin⁡(2x)y_1 = A\cos(2x) + B\sin(2x)y1​=Acos(2x)+Bsin(2x) represents all possible solutions to the differential equation, with AAA and BBB being arbitrary constants determined by initial conditions. The particular solution y2=3cos⁡(2x)−2sin⁡(2x)y_2 = 3\cos(2x) - 2\sin(2x)y2​=3cos(2x)−2sin(2x) is obtained from the general solution by setting A=3A = 3A=3 and B=−2B = -2B=−2. This represents just one specific member of the infinite family of solutions. Option B is wrong because AAA and BBB can take any real values. Option C is wrong because no boundary conditions are given. Option D is wrong because both 3cos⁡(2x)3\cos(2x)3cos(2x) and −2sin⁡(2x)-2\sin(2x)−2sin(2x) satisfy the differential equation (the characteristic equation r2+4=0r^2 + 4 = 0r2+4=0 gives r=±2ir = \pm 2ir=±2i, leading to the cosine and sine solutions).

Question 19

A student solving d2ydx2−5dydx+6y=12\frac{d^2y}{dx^2} - 5\frac{dy}{dx} + 6y = 12dx2d2y​−5dxdy​+6y=12 finds the homogeneous solution yh=C1e2x+C2e3xy_h = C_1 e^{2x} + C_2 e^{3x}yh​=C1​e2x+C2​e3x and a particular solution yp=2y_p = 2yp​=2. When writing the general solution as y=C1e2x+C2e3x+2y = C_1 e^{2x} + C_2 e^{3x} + 2y=C1​e2x+C2​e3x+2, the student claims that the constants C1C_1C1​ and C2C_2C2​ can be chosen independently to satisfy any two initial conditions. Which analysis of this claim is most appropriate?

  1. The claim is correct because the homogeneous and particular solutions address different aspects of the problem independently
  2. The claim is correct because linear superposition allows the homogeneous solution constants to be determined separately from the particular solution (correct answer)
  3. The claim is incorrect because the particular solution yp=2y_p = 2yp​=2 constrains the possible values of C1C_1C1​ and C2C_2C2​
  4. The claim is incorrect because the constant term 222 should be absorbed into one of the arbitrary constants C1C_1C1​ or C2C_2C2​

Explanation: The student's claim is mathematically correct. For linear nonhomogeneous differential equations, the general solution is y=yh+ypy = y_h + y_py=yh​+yp​ where yhy_hyh​ contains all arbitrary constants and ypy_pyp​ is any particular solution to the nonhomogeneous equation. The particular solution yp=2y_p = 2yp​=2 is fixed and satisfies the nonhomogeneous equation, while the homogeneous solution yh=C1e2x+C2e3xy_h = C_1 e^{2x} + C_2 e^{3x}yh​=C1​e2x+C2​e3x provides the freedom to satisfy initial conditions. The constants C1C_1C1​ and C2C_2C2​ can indeed be chosen independently because the exponential functions e2xe^{2x}e2x and e3xe^{3x}e3x are linearly independent. Option A is less precise about the mathematical principle involved. Option C incorrectly suggests constraint where none exists. Option D misunderstands the structure of the general solution.