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: Classifying Odes

Practice Classifying Odes 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 / 20

0 of 20 answered

The differential equation dydx=2yx\frac{dy}{dx} = \frac{2y}{x}dxdy​=x2y​ can be solved using several methods because it fits multiple classifications. Which of the following classifications does NOT apply to this equation?

Select an answer to continue

What this quiz covers

This quiz focuses on Classifying Odes, 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

The differential equation dydx=2yx\frac{dy}{dx} = \frac{2y}{x}dxdy​=x2y​ can be solved using several methods because it fits multiple classifications. Which of the following classifications does NOT apply to this equation?

  1. Separable
  2. First-order linear
  3. Homogeneous
  4. Exact (correct answer)

Explanation: Let's check each classification. (A) Separable: We can write 1ydy=2xdx\frac{1}{y} dy = \frac{2}{x} dxy1​dy=x2​dx, so it is separable. (B) Linear: We can write dydx−2xy=0\frac{dy}{dx} - \frac{2}{x}y = 0dxdy​−x2​y=0, which is in the form y′+P(x)y=Q(x)y' + P(x)y = Q(x)y′+P(x)y=Q(x), so it is linear. (C) Homogeneous: The function F(x,y)=2yxF(x,y) = \frac{2y}{x}F(x,y)=x2y​ satisfies F(tx,ty)=2(ty)tx=2yx=F(x,y)F(tx, ty) = \frac{2(ty)}{tx} = \frac{2y}{x} = F(x,y)F(tx,ty)=tx2(ty)​=x2y​=F(x,y), so it is homogeneous. (D) Exact: Rewriting as 2ydx−xdy=02y dx - x dy = 02ydx−xdy=0, we have M=2yM=2yM=2y and N=−xN=-xN=−x. Then ∂M∂y=2\frac{\partial M}{\partial y} = 2∂y∂M​=2 and ∂N∂x=−1\frac{\partial N}{\partial x} = -1∂x∂N​=−1. Since ∂M∂y≠∂N∂x\frac{\partial M}{\partial y} \neq \frac{\partial N}{\partial x}∂y∂M​=∂x∂N​, the equation is not exact.

Question 2

A first-order differential equation is called homogeneous if it can be written in the form dydx=F(yx)\frac{dy}{dx} = F(\frac{y}{x})dxdy​=F(xy​). Which of the following equations has this property?

  1. dydx=x2+yx\frac{dy}{dx} = \frac{x^2 + y}{x}dxdy​=xx2+y​
  2. dydx=y2+xyx2\frac{dy}{dx} = \frac{y^2 + xy}{x^2}dxdy​=x2y2+xy​ (correct answer)
  3. dydx=y+1x+1\frac{dy}{dx} = \frac{y+1}{x+1}dxdy​=x+1y+1​
  4. dydx=sin⁡(yx)+x\frac{dy}{dx} = \sin(\frac{y}{x}) + xdxdy​=sin(xy​)+x

Explanation: To check if an equation is homogeneous, we try to write the right-hand side as a function of the ratio v=y/xv = y/xv=y/x. For choice B, we can divide the numerator and denominator by x2x^2x2: dydx=y2/x2+xy/x2x2/x2=(y/x)2+(y/x)1=v2+v\frac{dy}{dx} = \frac{y^2/x^2 + xy/x^2}{x^2/x^2} = \frac{(y/x)^2 + (y/x)}{1} = v^2 + vdxdy​=x2/x2y2/x2+xy/x2​=1(y/x)2+(y/x)​=v2+v. This is a function of v=y/xv=y/xv=y/x, so the equation is homogeneous. The other choices cannot be written solely as a function of y/xy/xy/x. For example, choice A becomes x+y/xx + y/xx+y/x, and choice D becomes sin⁡(y/x)+x\sin(y/x)+xsin(y/x)+x; the presence of xxx as a separate term violates the condition.

Question 3

Consider the system of differential equations: {x′(t)=2x−y2y′(t)=3x−4y+sin⁡(t)\begin{cases} x'(t) = 2x - y^2 \\ y'(t) = 3x - 4y + \sin(t) \end{cases}{x′(t)=2x−y2y′(t)=3x−4y+sin(t)​ How should this system be classified?

  1. A linear, autonomous system because the independent variable ttt does not appear in the coefficients of xxx and yyy.
  2. A non-linear, autonomous system because of the y2y^2y2 term, and the absence of ttt as a coefficient.
  3. A non-linear, non-autonomous system due to the y2y^2y2 and sin⁡(t)\sin(t)sin(t) terms, respectively. (correct answer)
  4. A linear, non-autonomous system because all terms are linear in xxx and yyy except for the forcing function sin⁡(t)\sin(t)sin(t).

Explanation: To classify the system, we examine linearity and autonomy. A system is linear if the dependent variables (xxx and yyy) and their derivatives appear only to the first power and are not part of functions like sin⁡(y)\sin(y)sin(y) or multiplied together. The term y2y^2y2 in the first equation makes the system non-linear. A system is autonomous if the independent variable (ttt) does not explicitly appear in the equations. The term sin⁡(t)\sin(t)sin(t) in the second equation makes the system non-autonomous. Therefore, the system is both non-linear and non-autonomous.

Question 4

Which of the following equations is a fourth-order, linear, homogeneous ordinary differential equation?

  1. (d2ydx2)2+x2d2ydx2+y=0(\frac{d^2y}{dx^2})^2 + x^2\frac{d^2y}{dx^2} + y = 0(dx2d2y​)2+x2dx2d2y​+y=0
  2. exd4ydx4+cos⁡(x)d3ydx3=ydydxe^x \frac{d^4y}{dx^4} + \cos(x) \frac{d^3y}{dx^3} = y\frac{dy}{dx}exdx4d4y​+cos(x)dx3d3y​=ydxdy​
  3. xd4ydx4−sin⁡(x)d2ydx2+(ln⁡x)y=0x\frac{d^4y}{dx^4} - \sin(x)\frac{d^2y}{dx^2} + (\ln x)y = 0xdx4d4y​−sin(x)dx2d2y​+(lnx)y=0 (correct answer)
  4. d4ydx4+5d2ydx2+9y=sin⁡(x)\frac{d^4y}{dx^4} + 5\frac{d^2y}{dx^2} + 9y = \sin(x)dx4d4y​+5dx2d2y​+9y=sin(x)

Explanation: When classifying differential equations, you need to check three key properties: order (highest derivative), linearity (how the dependent variable and its derivatives appear), and homogeneity (whether there's a non-zero term without the dependent variable). The correct answer is C because it satisfies all three conditions for a fourth-order, linear, homogeneous ODE. The highest derivative is d4ydx4\frac{d^4y}{dx^4}dx4d4y​, making it fourth-order. Each term contains the dependent variable yyy or its derivatives raised only to the first power with no products between them, making it linear. Finally, every term contains yyy or its derivatives (no standalone functions), making it homogeneous. Option A fails the linearity test because (d2ydx2)2(\frac{d^2y}{dx^2})^2(dx2d2y​)2 squares the second derivative, creating a nonlinear term. Additionally, it's only second-order, not fourth-order. Option B is fourth-order but nonlinear due to the product term ydydxy\frac{dy}{dx}ydxdy​, which multiplies the dependent variable by its first derivative. This violates the linearity requirement. Option D is fourth-order and linear, but it's non-homogeneous because of the sin⁡(x)\sin(x)sin(x) term on the right side, which doesn't contain yyy or any of its derivatives. Remember this systematic approach: first identify the highest derivative for order, then check if all terms involving yyy and its derivatives are linear (first power only, no products), and finally verify homogeneity by confirming every term contains the dependent variable or its derivatives.

Question 5

The initial value problem y′=y2+x2y' = \sqrt{y^2 + x^2}y′=y2+x2​ with y(1)=2y(1) = 2y(1)=2 is given. How does the initial condition y(1)=2y(1)=2y(1)=2 influence the classification of the differential equation itself?

  1. The initial condition has no effect on the classification of the differential equation. (correct answer)
  2. The initial condition makes the equation non-autonomous, as it specifies a point other than x=0x=0x=0.
  3. The initial condition renders the equation non-linear because the specific values can affect the behavior of the solution.
  4. The initial condition helps determine if the equation is homogeneous by testing the values (1,2)(1,2)(1,2).

Explanation: The classification of a differential equation depends only on its algebraic form, involving the variables and their derivatives. Classifications like order, linearity, autonomy, and type (e.g., separable, exact, homogeneous) are properties of the equation y′=f(x,y)y' = f(x,y)y′=f(x,y). An initial condition, such as y(1)=2y(1)=2y(1)=2, provides a specific point through which a particular solution must pass. It is used to find the value of the constant of integration after the general solution has been found. It does not alter the fundamental structure of the differential equation itself. Therefore, the initial condition has no effect on the classification.

Question 6

A chemical reaction rate is modeled by the differential equation dCdt=k(C0−C)2\frac{dC}{dt} = k(C_0 - C)^2dtdC​=k(C0​−C)2, where C(t)C(t)C(t) is the concentration of a product at time ttt, C0C_0C0​ is the initial concentration of a reactant, and kkk is a positive rate constant. A modification to the experiment introduces a catalyst that decays over time, making the 'rate constant' a function of time, k(t)=k0e−αtk(t) = k_0 e^{-\alpha t}k(t)=k0​e−αt. Which classification accurately describes the modified differential equation?

  1. First-order, linear, and autonomous.
  2. First-order, separable, and non-autonomous. (correct answer)
  3. Second-order, non-linear, and autonomous.
  4. First-order, non-linear, and separable.

Explanation: The modified differential equation is dCdt=k0e−αt(C0−C)2\frac{dC}{dt} = k_0 e^{-\alpha t}(C_0 - C)^2dtdC​=k0​e−αt(C0​−C)2.

  1. Order: The highest derivative is dCdt\frac{dC}{dt}dtdC​, so it is a first-order equation.
  2. Linearity: The dependent variable CCC appears in the term (C0−C)2=C02−2C0C+C2(C_0 - C)^2 = C_0^2 - 2C_0C + C^2(C0​−C)2=C02​−2C0​C+C2. The presence of the C2C^2C2 term makes the equation non-linear.
  3. Autonomy: The independent variable ttt appears explicitly in the term e−αte^{-\alpha t}e−αt. Therefore, the equation is non-autonomous.
  4. Separability: The equation can be written as dC(C0−C)2=k0e−αtdt\frac{dC}{(C_0-C)^2} = k_0 e^{-\alpha t} dt(C0​−C)2dC​=k0​e−αtdt. Since all terms involving CCC are on one side and all terms involving ttt are on the other, the equation is separable. Combining these, the best description is first-order, non-linear, non-autonomous, and separable. Choice B includes 'separable' and 'non-autonomous', which are key features. Choice D incorrectly omits that it is non-autonomous.

Question 7

Consider the differential equation y=xdydx−edy/dxy = x \frac{dy}{dx} - e^{dy/dx}y=xdxdy​−edy/dx. This is an example of a Clairaut equation. Which of the following statements most accurately describes a key feature of its solution set, derived from its classification?

  1. As a first-order linear equation, its general solution is found using an integrating factor, resulting in a family of exponential curves.
  2. As a non-linear equation, it possesses a general solution which is a family of straight lines, and may also have a singular solution that is not part of this family. (correct answer)
  3. As an exact equation, its solution is an implicit function F(x,y)=CF(x,y)=CF(x,y)=C which describes a family of parabolas.
  4. As a homogeneous equation, the substitution y=vxy=vxy=vx transforms it into a separable equation whose solution is a family of logarithmic curves.

Explanation: The equation y=xy′−ey′y = xy' - e^{y'}y=xy′−ey′ is in the form of a Clairaut equation, y=xy′+f(y′)y = xy' + f(y')y=xy′+f(y′). Clairaut equations are a special type of first-order, non-linear ODE. A key feature of their solutions is that the general solution is a family of straight lines, given by y=Cx−eCy = Cx - e^Cy=Cx−eC, obtained by replacing y′y'y′ with a constant CCC. Additionally, Clairaut equations often have a singular solution that forms an envelope to the family of lines. This singular solution cannot be obtained by specifying a value for CCC in the general solution. The other classifications are incorrect: it is non-linear, not exact, and not homogeneous.

Question 8

The temperature TTT of an object in an environment with a varying ambient temperature Ta(t)=Acos⁡(ωt)T_a(t) = A\cos(\omega t)Ta​(t)=Acos(ωt) is modeled by Newton's law of cooling, dTdt=−k(T−Ta(t))\frac{dT}{dt} = -k(T - T_a(t))dtdT​=−k(T−Ta​(t)), where kkk, AAA, and ω\omegaω are positive constants. How is this differential equation for T(t)T(t)T(t) best classified?

  1. First-order, linear, homogeneous, and autonomous.
  2. First-order, linear, non-homogeneous, and non-autonomous. (correct answer)
  3. First-order, non-linear, because of the trigonometric term.
  4. Second-order, linear, because the forcing function is a cosine.

Explanation: Let's write out the full equation: dTdt=−k(T−Acos⁡(ωt))\frac{dT}{dt} = -k(T - A\cos(\omega t))dtdT​=−k(T−Acos(ωt)). Rearranging this gives dTdt+kT=kAcos⁡(ωt)\frac{dT}{dt} + kT = kA\cos(\omega t)dtdT​+kT=kAcos(ωt).

  1. Order: The highest derivative is the first, so it is first-order.
  2. Linearity: The equation is of the form T′(t)+p(t)T(t)=g(t)T'(t) + p(t)T(t) = g(t)T′(t)+p(t)T(t)=g(t), with p(t)=kp(t)=kp(t)=k and g(t)=kAcos⁡(ωt)g(t) = kA\cos(\omega t)g(t)=kAcos(ωt). The dependent variable TTT and its derivative T′T'T′ appear to the first power. The coefficients are functions of ttt (or constants). Thus, the equation is linear. The trigonometric term cos⁡(ωt)\cos(\omega t)cos(ωt) is a function of the independent variable ttt, not the dependent variable TTT, so it does not make the equation non-linear.
  3. Homogeneity: The term on the right-hand side, g(t)=kAcos⁡(ωt)g(t) = kA\cos(\omega t)g(t)=kAcos(ωt), is not zero. Therefore, the equation is non-homogeneous.
  4. Autonomy: The independent variable ttt appears explicitly in the term cos⁡(ωt)\cos(\omega t)cos(ωt). Therefore, the equation is non-autonomous. Combining these facts, the equation is first-order, linear, non-homogeneous, and non-autonomous.

Question 9

Consider the differential equation (x2+y2)dx+2xyln⁡(x)dy=0(x^2+y^2)dx + 2xy \ln(x) dy = 0(x2+y2)dx+2xyln(x)dy=0. Which classification is most appropriate for determining a solution method for this equation?

  1. It is a separable equation because the variables xxx and yyy can be isolated on opposite sides of the equation.
  2. It is a homogeneous equation because the coefficient functions M(x,y)M(x,y)M(x,y) and N(x,y)N(x,y)N(x,y) are homogeneous polynomials of the same degree.
  3. It is an exact equation because the partial derivatives of the coefficient functions with respect to the opposite variables are equal.
  4. It is not exact in its current form, but an integrating factor can be found to make it exact. (correct answer)

Explanation: Let M(x,y)=x2+y2M(x,y) = x^2+y^2M(x,y)=x2+y2 and N(x,y)=2xyln⁡(x)N(x,y) = 2xy \ln(x)N(x,y)=2xyln(x). First, we test for exactness: ∂M∂y=2y\frac{\partial M}{\partial y} = 2y∂y∂M​=2y and ∂N∂x=2yln⁡(x)+2xy(1/x)=2yln⁡(x)+2y\frac{\partial N}{\partial x} = 2y \ln(x) + 2xy(1/x) = 2y \ln(x) + 2y∂x∂N​=2yln(x)+2xy(1/x)=2yln(x)+2y. Since ∂M∂y≠∂N∂x\frac{\partial M}{\partial y} \neq \frac{\partial N}{\partial x}∂y∂M​=∂x∂N​, the equation is not exact. It is not separable. The term ln⁡(x)\ln(x)ln(x) prevents N(x,y)N(x,y)N(x,y) from being a homogeneous function, so it is not a homogeneous ODE. We must check if an integrating factor exists. Consider the test expression 1M(∂N∂x−∂M∂y)=1x2+y2(2yln⁡(x)+2y−2y)=2yln⁡(x)x2+y2\frac{1}{M}(\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}) = \frac{1}{x^2+y^2}(2y \ln(x) + 2y - 2y) = \frac{2y \ln(x)}{x^2+y^2}M1​(∂x∂N​−∂y∂M​)=x2+y21​(2yln(x)+2y−2y)=x2+y22yln(x)​, which depends on both xxx and yyy. Now consider 1N(∂M∂y−∂N∂x)=12xyln⁡(x)(2y−(2yln⁡(x)+2y))=−2yln⁡(x)2xyln⁡(x)=−1x\frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}) = \frac{1}{2xy \ln(x)}(2y - (2y \ln(x) + 2y)) = \frac{-2y \ln(x)}{2xy \ln(x)} = -\frac{1}{x}N1​(∂y∂M​−∂x∂N​)=2xyln(x)1​(2y−(2yln(x)+2y))=2xyln(x)−2yln(x)​=−x1​. Since this expression depends only on xxx, an integrating factor μ(x)\mu(x)μ(x) exists. Thus, classifying it as an equation that can be made exact is the most appropriate path forward.

Question 10

A student attempts to solve (3xy+y2)dx+(x2+xy)dy=0(3xy+y^2)dx + (x^2+xy)dy=0(3xy+y2)dx+(x2+xy)dy=0 and finds it is not exact. They correctly determine that multiplying by an integrating factor μ(x)\mu(x)μ(x) will make it exact. Which property of the equation's coefficients, M(x,y)M(x,y)M(x,y) and N(x,y)N(x,y)N(x,y), is the necessary and sufficient condition that justifies this specific approach?

  1. The functions M(x,y)M(x,y)M(x,y) and N(x,y)N(x,y)N(x,y) are both homogeneous polynomials of degree 2, which allows for simplification.
  2. The expression 1M(∂N∂x−∂M∂y)\frac{1}{M}(\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y})M1​(∂x∂N​−∂y∂M​) simplifies to a function of yyy only.
  3. The expression 1N(∂M∂y−∂N∂x)\frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x})N1​(∂y∂M​−∂x∂N​) simplifies to a function of xxx only. (correct answer)
  4. The equation can be rewritten in the form of a first-order linear equation after an algebraic rearrangement.

Explanation: When you encounter a differential equation that's not exact, you need to find an integrating factor to make it exact. The key is identifying which type of integrating factor exists based on specific conditions involving the coefficients. For the equation (3xy+y2)dx+(x2+xy)dy=0(3xy+y^2)dx + (x^2+xy)dy=0(3xy+y2)dx+(x2+xy)dy=0, we have M(x,y)=3xy+y2M(x,y) = 3xy+y^2M(x,y)=3xy+y2 and N(x,y)=x2+xyN(x,y) = x^2+xyN(x,y)=x2+xy. Let's check if an integrating factor μ(x)\mu(x)μ(x) (depending only on xxx) exists. First, calculate the partial derivatives: ∂M∂y=3x+2y\frac{\partial M}{\partial y} = 3x+2y∂y∂M​=3x+2y and ∂N∂x=2x+y\frac{\partial N}{\partial x} = 2x+y∂x∂N​=2x+y. Now compute 1N(∂M∂y−∂N∂x)=1x2+xy[(3x+2y)−(2x+y)]=x+yx(x+y)=1x\frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}) = \frac{1}{x^2+xy}[(3x+2y)-(2x+y)] = \frac{x+y}{x(x+y)} = \frac{1}{x}N1​(∂y∂M​−∂x∂N​)=x2+xy1​[(3x+2y)−(2x+y)]=x(x+y)x+y​=x1​. Since this expression depends only on xxx, an integrating factor μ(x)\mu(x)μ(x) exists, confirming answer C is correct. Answer A is wrong because while both functions are homogeneous of degree 2, this property alone doesn't guarantee the existence of an integrating factor depending only on xxx. Answer B incorrectly reverses the roles of MMM and NNN in the formula - this expression would indicate an integrating factor depending only on yyy. Answer D is incorrect because the equation cannot be easily rearranged into standard first-order linear form. Remember: when checking for integrating factors, if 1N(∂M∂y−∂N∂x)\frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x})N1​(∂y∂M​−∂x∂N​) is a function of xxx only, then μ(x)\mu(x)μ(x) exists. If 1M(∂N∂x−∂M∂y)\frac{1}{M}(\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y})M1​(∂x∂N​−∂y∂M​) is a function of yyy only, then μ(y)\mu(y)μ(y) exists.

Question 11

The Riccati equation y′=−y2+xy+1y' = -y^2 + xy + 1y′=−y2+xy+1 has a particular solution y1(x)=xy_1(x) = xy1​(x)=x. To find the general solution, the substitution y=y1+u=x+uy = y_1 + u = x+uy=y1​+u=x+u is used. Which of the following best describes the resulting differential equation in the variable uuu?

  1. A first-order, separable equation.
  2. A first-order, linear equation.
  3. A first-order, homogeneous equation.
  4. A first-order, Bernoulli equation. (correct answer)

Explanation: Given y′=−y2+xy+1y' = -y^2 + xy + 1y′=−y2+xy+1 and the substitution y=x+uy = x+uy=x+u. First, find y′y'y′ in terms of uuu: y′=1+u′y' = 1 + u'y′=1+u′. Now substitute yyy and y′y'y′ into the original equation: 1+u′=−(x+u)2+x(x+u)+11 + u' = -(x+u)^2 + x(x+u) + 11+u′=−(x+u)2+x(x+u)+1. Expand the terms: 1+u′=−(x2+2xu+u2)+x2+xu+11 + u' = -(x^2 + 2xu + u^2) + x^2 + xu + 11+u′=−(x2+2xu+u2)+x2+xu+1. Simplify: 1+u′=−x2−2xu−u2+x2+xu+11 + u' = -x^2 - 2xu - u^2 + x^2 + xu + 11+u′=−x2−2xu−u2+x2+xu+1. This reduces to u′=−xu−u2u' = -xu - u^2u′=−xu−u2. Rearranging gives u′+xu=−u2u' + xu = -u^2u′+xu=−u2. This is a Bernoulli equation of the form u′+P(x)u=Q(x)unu' + P(x)u = Q(x)u^nu′+P(x)u=Q(x)un with n=2n=2n=2, P(x)=xP(x)=xP(x)=x, and Q(x)=−1Q(x)=-1Q(x)=−1.

Question 12

The substitution v=y−2v = y^{-2}v=y−2 is applied to the Bernoulli differential equation y′+p(x)y=q(x)y3y' + p(x)y = q(x)y^3y′+p(x)y=q(x)y3. Which of the following accurately describes the resulting differential equation in the variable vvv and its properties?

  1. The resulting equation is a first-order linear equation in vvv, which is solvable using an integrating factor. (correct answer)
  2. The resulting equation is a second-order linear equation in vvv because the original exponent was greater than one.
  3. The resulting equation remains a non-linear Bernoulli equation, as the substitution only changes the dependent variable.
  4. The resulting equation becomes a separable equation in vvv, provided that p(x)p(x)p(x) and q(x)q(x)q(x) are constants.

Explanation: The substitution for a Bernoulli equation of the form y′+p(x)y=q(x)yny' + p(x)y = q(x)y^ny′+p(x)y=q(x)yn is v=y1−nv = y^{1-n}v=y1−n. In this case, n=3n=3n=3, so the substitution is v=y1−3=y−2v = y^{1-3} = y^{-2}v=y1−3=y−2. We differentiate vvv with respect to xxx: v′=−2y−3y′v' = -2y^{-3}y'v′=−2y−3y′. We can write y' = - rac{1}{2}y^3 v'. Substitute this into the original equation: (- rac{1}{2}y^3 v') + p(x)y = q(x)y^3. Now, divide by - rac{1}{2}y^3: v′−2p(x)y−2=−2q(x)v' - 2p(x)y^{-2} = -2q(x)v′−2p(x)y−2=−2q(x). Since v=y−2v = y^{-2}v=y−2, the equation becomes v′−2p(x)v=−2q(x)v' - 2p(x)v = -2q(x)v′−2p(x)v=−2q(x). This is a first-order linear differential equation in the variable vvv, which can be solved using an integrating factor. The general form is v′+P(x)v=Q(x)v' + P(x)v = Q(x)v′+P(x)v=Q(x).

Question 13

The differential equation y′−1xy=xy' - \frac{1}{x}y = xy′−x1​y=x is given. Which of the following pairs of classifications both correctly apply to this equation, and which of the associated solution methods is generally considered more direct?

  1. Homogeneous and linear; the homogeneous method is more direct.
  2. Separable and linear; the separation of variables method is more direct.
  3. Exact and Bernoulli; the method for exact equations is more direct.
  4. Linear and non-homogeneous; the method of integrating factors is the most direct approach. (correct answer)

Explanation: The equation is y′−1xy=xy' - \frac{1}{x}y = xy′−x1​y=x. This is in the standard form for a first-order linear equation, y′+p(x)y=g(x)y' + p(x)y = g(x)y′+p(x)y=g(x), with p(x)=−1/xp(x) = -1/xp(x)=−1/x and g(x)=xg(x) = xg(x)=x. Since g(x)≠0g(x) \neq 0g(x)=0, it is non-homogeneous. The standard solution method for this form is using an integrating factor. Let's check other classifications. It is not separable due to the xxx term on the right. It is not homogeneous because the right side, written as y/x+xy/x + xy/x+x, cannot be expressed as a function of y/xy/xy/x. It is not a Bernoulli equation in its current form. It is not exact if written as (x−y/x)dx−dy=0(x-y/x)dx - dy = 0(x−y/x)dx−dy=0. Therefore, the most accurate and useful classification is first-order linear, non-homogeneous, solved by an integrating factor.

Question 14

Consider the differential equation (ycos⁡(x)+2xey)dx+(sin⁡(x)+x2ey−1)dy=0(y \cos(x) + 2xe^y) dx + (\sin(x) + x^2e^y - 1) dy = 0(ycos(x)+2xey)dx+(sin(x)+x2ey−1)dy=0. Which of the following statements provides the correct classification and justification?

  1. The equation is exact, because ∂∂y(ycos⁡(x)+2xey)=∂∂x(sin⁡(x)+x2ey−1)\frac{\partial}{\partial y}(y \cos(x) + 2xe^y) = \frac{\partial}{\partial x}(\sin(x) + x^2e^y - 1)∂y∂​(ycos(x)+2xey)=∂x∂​(sin(x)+x2ey−1). (correct answer)
  2. The equation is not exact, because the partial derivatives of the coefficient functions are unequal.
  3. The equation is separable, because it can be rewritten in the form f(x)dx=g(y)dyf(x)dx = g(y)dyf(x)dx=g(y)dy.
  4. The equation is first-order linear, because it can be rearranged into the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)dxdy​+P(x)y=Q(x).

Explanation: To check if the equation M(x,y)dx+N(x,y)dy=0M(x, y)dx + N(x, y)dy = 0M(x,y)dx+N(x,y)dy=0 is exact, we must verify if ∂M∂y=∂N∂x\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}∂y∂M​=∂x∂N​. Here, M(x,y)=ycos⁡(x)+2xeyM(x, y) = y \cos(x) + 2xe^yM(x,y)=ycos(x)+2xey and N(x,y)=sin⁡(x)+x2ey−1N(x, y) = \sin(x) + x^2e^y - 1N(x,y)=sin(x)+x2ey−1. Calculating the partial derivatives: ∂M∂y=cos⁡(x)+2xey\frac{\partial M}{\partial y} = \cos(x) + 2xe^y∂y∂M​=cos(x)+2xey and ∂N∂x=cos⁡(x)+2xey\frac{\partial N}{\partial x} = \cos(x) + 2xe^y∂x∂N​=cos(x)+2xey. Since the partial derivatives are equal, the equation is exact.

Question 15

Consider the differential equation xdydx−y=x2cos⁡(x)x \frac{dy}{dx} - y = x^2 \cos(x)xdxdy​−y=x2cos(x) for x>0x > 0x>0. To find its general solution, which classification is most appropriate to guide the choice of solution method?

  1. Separable, because the variables xxx and yyy can be isolated on opposite sides of the equation.
  2. First-order linear, because it can be written in the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)dxdy​+P(x)y=Q(x). (correct answer)
  3. Homogeneous, because all terms are of the same degree in xxx and yyy.
  4. Exact, because it satisfies the condition ∂M∂y=∂N∂x\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}∂y∂M​=∂x∂N​.

Explanation: To classify the equation, first write it in a standard form. Dividing by xxx gives dydx−1xy=xcos⁡(x)\frac{dy}{dx} - \frac{1}{x}y = x \cos(x)dxdy​−x1​y=xcos(x). This matches the standard form for a first-order linear differential equation, dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)dxdy​+P(x)y=Q(x), with P(x)=−1xP(x) = -\frac{1}{x}P(x)=−x1​ and Q(x)=xcos⁡(x)Q(x) = x \cos(x)Q(x)=xcos(x). This classification directly leads to the method of integrating factors for a solution.

Question 16

To solve the differential equation (x+y)dx−xdy=0(x+y)dx - x dy = 0(x+y)dx−xdy=0, a standard strategy is to use a substitution that transforms it into a separable equation. Which substitution is most appropriate for this purpose?

  1. The substitution v=y/xv = y/xv=y/x, because the equation is homogeneous. (correct answer)
  2. The substitution v=x+yv = x+yv=x+y, because the right-hand side is a function of x+yx+yx+y.
  3. An integrating factor, because the equation can be made exact but is not linear.
  4. The substitution v=y−1v=y^{-1}v=y−1, because the equation is a form of Bernoulli equation.

Explanation: First, classify the equation. We can rewrite it as dydx=x+yx=1+yx\frac{dy}{dx} = \frac{x+y}{x} = 1 + \frac{y}{x}dxdy​=xx+y​=1+xy​. Since the right-hand side can be expressed as a function of the ratio y/xy/xy/x, the equation is homogeneous. The standard substitution for homogeneous equations is v=y/xv = y/xv=y/x (or y=vxy=vxy=vx). This substitution is guaranteed to transform the equation into one that is separable in the variables vvv and xxx.

Question 17

To find the general solution for the ordinary differential equation y′′−4y′+4y=xe2xy'' - 4y' + 4y = xe^{2x}y′′−4y′+4y=xe2x, which combination of classifications and corresponding solution methods should be used?

  1. The equation is a Cauchy-Euler type, best solved with the substitution y=xry=x^ry=xr.
  2. The equation is linear and homogeneous, so its general solution is found directly from the characteristic equation.
  3. The equation is a non-homogeneous linear equation with constant coefficients, solved by finding a complementary function from a characteristic equation with a repeated root and a particular solution using undetermined coefficients. (correct answer)
  4. The equation is a non-homogeneous linear equation, solved by finding a complementary function from a characteristic equation with distinct real roots and a particular solution using variation of parameters.

Explanation: The equation is a second-order, linear, non-homogeneous ODE with constant coefficients. The solution is y=yc+ypy = y_c + y_py=yc​+yp​. First, solve the associated homogeneous equation y′′−4y′+4y=0y'' - 4y' + 4y = 0y′′−4y′+4y=0. The characteristic equation is r2−4r+4=0r^2 - 4r + 4 = 0r2−4r+4=0, or (r−2)2=0(r-2)^2 = 0(r−2)2=0, which has a repeated real root r=2r=2r=2. Thus, the complementary function is yc=c1e2x+c2xe2xy_c = c_1e^{2x} + c_2xe^{2x}yc​=c1​e2x+c2​xe2x. For the particular solution ypy_pyp​, the method of undetermined coefficients is appropriate. Since the term xe2xxe^{2x}xe2x on the right-hand side duplicates terms in ycy_cyc​, the form of the guess for ypy_pyp​ must be modified.

Question 18

An ordinary differential equation of the form M(x,y)dx+N(x,y)dy=0M(x, y)dx + N(x, y)dy = 0M(x,y)dx+N(x,y)dy=0 is not exact. However, it is discovered that multiplying the equation by the function μ(x)=e∫1N(∂M∂y−∂N∂x)dx\mu(x) = e^{\int \frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}) dx}μ(x)=e∫N1​(∂y∂M​−∂x∂N​)dx renders it exact. This fact implies which of the following about the term inside the integral?

  1. The original equation must have been linear in the variable yyy.
  2. The expression 1N(∂M∂y−∂N∂x)\frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x})N1​(∂y∂M​−∂x∂N​) must be a function of xxx only. (correct answer)
  3. The original equation must have been homogeneous.
  4. The expression 1M(∂N∂x−∂M∂y)\frac{1}{M}(\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y})M1​(∂x∂N​−∂y∂M​) must be a function of xxx only.

Explanation: For a non-exact differential equation, an integrating factor μ\muμ can sometimes be found. If the expression g(x)=1N(∂M∂y−∂N∂x)g(x) = \frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x})g(x)=N1​(∂y∂M​−∂x∂N​) depends only on xxx, then an integrating factor is μ(x)=e∫g(x)dx\mu(x) = e^{\int g(x) dx}μ(x)=e∫g(x)dx. The fact that such a μ(x)\mu(x)μ(x) exists and is given in this form means that the condition for its existence must be met. Therefore, the expression 1N(∂M∂y−∂N∂x)\frac{1}{N}(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x})N1​(∂y∂M​−∂x∂N​) must be a function of xxx only. Distractor D describes a mixed condition; the expression shown is part of the test for an integrating factor that depends on yyy only, μ(y)\mu(y)μ(y).

Question 19

A student is tasked with solving the differential equation dydt+5y=ty3\frac{dy}{dt} + 5y = t y^3dtdy​+5y=ty3. Which classification correctly identifies the equation's type and the necessary first step for its solution?

  1. It is a Bernoulli equation, solvable by making the substitution v=y−2v = y^{-2}v=y−2. (correct answer)
  2. It is a linear equation, solvable by finding an integrating factor μ(t)=e5t\mu(t) = e^{5t}μ(t)=e5t.
  3. It is a separable equation, solvable by moving all yyy terms to one side and ttt terms to the other.
  4. It is a Bernoulli equation, solvable by making the substitution v=y3v = y^3v=y3.

Explanation: The equation is of the form dydt+P(t)y=Q(t)yn\frac{dy}{dt} + P(t)y = Q(t)y^ndtdy​+P(t)y=Q(t)yn, with n=3n=3n=3, which is the definition of a Bernoulli equation. It is non-linear due to the y3y^3y3 term. The standard method to solve a Bernoulli equation is to use the substitution v=y1−nv = y^{1-n}v=y1−n. In this case, n=3n=3n=3, so the correct substitution is v=y1−3=y−2v = y^{1-3} = y^{-2}v=y1−3=y−2. This transforms the equation into a linear equation in vvv.

Question 20

The substitution y=xry = x^ry=xr is a key step in solving a specific class of second-order linear differential equations. For which of the following equations would this approach be most effective?

  1. y′′+5y′+4y=ln⁡(x)y'' + 5y' + 4y = \ln(x)y′′+5y′+4y=ln(x)
  2. y′′+5xy′+4y=0y'' + 5xy' + 4y = 0y′′+5xy′+4y=0
  3. x2y′′+5y′+4y=0x^2 y'' + 5y' + 4y = 0x2y′′+5y′+4y=0
  4. x2y′′+5xy′+4y=0x^2 y'' + 5xy' + 4y = 0x2y′′+5xy′+4y=0 (correct answer)

Explanation: When you encounter the substitution y=xry = x^ry=xr in differential equations, you're dealing with Euler equations (also called Cauchy-Euler equations). These are second-order linear equations where each term has the same degree when you consider the order of differentiation plus the power of xxx. Let's examine why option D works perfectly. For x2y′′+5xy′+4y=0x^2 y'' + 5xy' + 4y = 0x2y′′+5xy′+4y=0, when you substitute y=xry = x^ry=xr, you get 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 these: x2⋅r(r−1)xr−2+5x⋅rxr−1+4xr=0x^2 \cdot r(r-1)x^{r-2} + 5x \cdot rx^{r-1} + 4x^r = 0x2⋅r(r−1)xr−2+5x⋅rxr−1+4xr=0 This simplifies to xr[r(r−1)+5r+4]=0x^r[r(r-1) + 5r + 4] = 0xr[r(r−1)+5r+4]=0, giving you the characteristic equation r2+4r+4=0r^2 + 4r + 4 = 0r2+4r+4=0. Option A fails because it's a constant-coefficient equation with a non-homogeneous term ln⁡(x)\ln(x)ln(x) - you'd use variation of parameters, not the xrx^rxr substitution. Option B has constant coefficients but includes an xy′xy'xy′ term that doesn't fit the Euler equation pattern. Option C is close but incorrect - the middle term should be 5xy′5xy'5xy′, not just 5y′5y'5y′, to maintain the proper degree structure. The key pattern to remember: Euler equations have the form ax2y′′+bxy′+cy=0ax^2y'' + bxy' + cy = 0ax2y′′+bxy′+cy=0 where each term's total degree (power of xxx plus derivative order) equals 2. When you see this structure, immediately think "y=xry = x^ry=xr substitution."