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: Intro To Differential Equations

Practice Intro To Differential Equations 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

For what positive value of the constant kkk is the function family y=C1ekx+C2e−kxy = C_1 e^{kx} + C_2 e^{-kx}y=C1​ekx+C2​e−kx a general solution to the differential equation y′′−9y=0y'' - 9y = 0y′′−9y=0?

Select an answer to continue

What this quiz covers

This quiz focuses on Intro To Differential Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.

How to use this quiz

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

All questions

Question 1

For what positive value of the constant kkk is the function family y=C1ekx+C2e−kxy = C_1 e^{kx} + C_2 e^{-kx}y=C1​ekx+C2​e−kx a general solution to the differential equation y′′−9y=0y'' - 9y = 0y′′−9y=0?

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

Explanation: First, find the first and second derivatives of the proposed solution y=C1ekx+C2e−kxy = C_1 e^{kx} + C_2 e^{-kx}y=C1​ekx+C2​e−kx. y′=kC1ekx−kC2e−kxy' = kC_1 e^{kx} - kC_2 e^{-kx}y′=kC1​ekx−kC2​e−kx y′′=k2C1ekx+k2C2e−kx=k2(C1ekx+C2e−kx)=k2yy'' = k^2 C_1 e^{kx} + k^2 C_2 e^{-kx} = k^2(C_1 e^{kx} + C_2 e^{-kx}) = k^2 yy′′=k2C1​ekx+k2C2​e−kx=k2(C1​ekx+C2​e−kx)=k2y. Now, substitute y′′=k2yy'' = k^2 yy′′=k2y into the differential equation: k2y−9y=0k^2 y - 9y = 0k2y−9y=0 (k2−9)y=0(k^2 - 9)y = 0(k2−9)y=0 For this equation to hold true for any solution yyy in the family, the coefficient must be zero: k2−9=0k^2 - 9 = 0k2−9=0. This gives k2=9k^2 = 9k2=9, so k=±3k = \pm 3k=±3. Since the question asks for the positive value of kkk, the correct answer is k=3k=3k=3.

Question 2

Which of the following differential equations is nonlinear?

  1. y′′′+6y′′−5y′+3y=sin⁡(x)y''' + 6y'' - 5y' + 3y = \sin(x)y′′′+6y′′−5y′+3y=sin(x)
  2. x2d2ydx2+xdydx+(x2−4)y=0x^2 \frac{d^2y}{dx^2} + x \frac{dy}{dx} + (x^2 - 4)y = 0x2dx2d2y​+xdxdy​+(x2−4)y=0
  3. ddx[ln⁡(x)y′]+exy=x3\frac{d}{dx}[\ln(x) y'] + e^x y = x^3dxd​[ln(x)y′]+exy=x3
  4. (cos⁡x)y′′+yy′=x2(\cos x)y'' + y y' = x^2(cosx)y′′+yy′=x2 (correct answer)

Explanation: A differential equation is linear if the dependent variable yyy and its derivatives appear only to the first power and are not part of other functions, and their coefficients depend only on the independent variable xxx. (A) is a linear equation with constant coefficients. (B) is a linear equation (Bessel's equation) with variable coefficients. (C) can be expanded using the product rule to 1xy′+ln⁡(x)y′′+exy=x3\frac{1}{x}y' + \ln(x)y'' + e^x y = x^3x1​y′+ln(x)y′′+exy=x3. This is a second-order linear equation. (D) contains the term yy′y y'yy′, which is a product of the dependent variable and its derivative. This term makes the equation nonlinear.

Question 3

Consider the function y(x)=xsin⁡(x)y(x) = x \sin(x)y(x)=xsin(x). Which statement accurately describes its relationship with the initial value problem y′′+y=2cos⁡(x)y'' + y = 2\cos(x)y′′+y=2cos(x), y(π/2)=π/2y(\pi/2) = \pi/2y(π/2)=π/2?

  1. It is a solution to the differential equation but does not satisfy the initial condition.
  2. It satisfies the initial condition but is not a solution to the differential equation.
  3. It is a solution to the initial value problem. (correct answer)
  4. It is not a solution to the differential equation and does not satisfy the initial condition.

Explanation: This is a two-step verification. First, check if the function solves the differential equation. Second, check if it satisfies the initial condition. Step 1: Find derivatives and substitute into the DE. y=xsin⁡(x)y = x \sin(x)y=xsin(x) y′=sin⁡(x)+xcos⁡(x)y' = \sin(x) + x \cos(x)y′=sin(x)+xcos(x) y′′=cos⁡(x)+(cos⁡(x)−xsin⁡(x))=2cos⁡(x)−xsin⁡(x)y'' = \cos(x) + (\cos(x) - x \sin(x)) = 2\cos(x) - x \sin(x)y′′=cos(x)+(cos(x)−xsin(x))=2cos(x)−xsin(x) Substitute into the DE: y′′+y=(2cos⁡(x)−xsin⁡(x))+(xsin⁡(x))=2cos⁡(x)y'' + y = (2\cos(x) - x \sin(x)) + (x \sin(x)) = 2\cos(x)y′′+y=(2cos(x)−xsin(x))+(xsin(x))=2cos(x). The function satisfies the differential equation. Step 2: Check the initial condition. y(π/2)=(π/2)sin⁡(π/2)=(π/2)⋅1=π/2y(\pi/2) = (\pi/2) \sin(\pi/2) = (\pi/2) \cdot 1 = \pi/2y(π/2)=(π/2)sin(π/2)=(π/2)⋅1=π/2. The initial condition is also satisfied. Since both parts are satisfied, the function is a solution to the initial value problem.

Question 4

Consider the differential equation y′′+exy′+yn=0y'' + e^x y' + y^n = 0y′′+exy′+yn=0, where nnn is an integer. For which value(s) of nnn is the equation linear?

  1. n=1n=1n=1 only
  2. n=0n=0n=0 only
  3. n=0n=0n=0 and n=1n=1n=1 (correct answer)
  4. Any integer nnn

Explanation: For a differential equation to be linear, the dependent variable yyy and its derivatives must appear to the first power. The terms y′′y''y′′ and exy′e^x y'exy′ are consistent with a linear equation. The term yny^nyn determines whether the equation is linear. If n=1n=1n=1, the term is y1=yy^1 = yy1=y, and the equation y′′+exy′+y=0y'' + e^x y' + y = 0y′′+exy′+y=0 is linear. If n=0n=0n=0, the term is y0=1y^0 = 1y0=1, and the equation y′′+exy′+1=0y'' + e^x y' + 1 = 0y′′+exy′+1=0 is also linear (it is non-homogeneous). For any other integer value of nnn (e.g., n=2,3,−1n=2, 3, -1n=2,3,−1), the term yny^nyn is a nonlinear function of yyy. Therefore, the equation is linear only for n=0n=0n=0 and n=1n=1n=1.

Question 5

Consider the initial value problem y′=y2y' = y^2y′=y2, with y(0)=1/2y(0) = 1/2y(0)=1/2. The function y(x)=12−xy(x) = \frac{1}{2-x}y(x)=2−x1​ is proposed as a solution. Which statement is the most complete and accurate description of this proposed solution?

  1. The function is a solution to the IVP on the interval (−∞,∞)(-\infty, \infty)(−∞,∞).
  2. The function satisfies the differential equation but not the initial condition.
  3. The function is a solution to the IVP, but only on the interval (−∞,2)(-\infty, 2)(−∞,2). (correct answer)
  4. The function is not a solution because the differential equation is nonlinear.

Explanation: First, verify if the function solves the DE. For y(x)=(2−x)−1y(x) = (2-x)^{-1}y(x)=(2−x)−1, the derivative is y′=−1(2−x)−2(−1)=1(2−x)2y' = -1(2-x)^{-2}(-1) = \frac{1}{(2-x)^2}y′=−1(2−x)−2(−1)=(2−x)21​. The term y2y^2y2 is (12−x)2=1(2−x)2(\frac{1}{2-x})^2 = \frac{1}{(2-x)^2}(2−x1​)2=(2−x)21​. Since y′=y2y'=y^2y′=y2, the DE is satisfied. Second, verify the initial condition: y(0)=12−0=1/2y(0) = \frac{1}{2-0} = 1/2y(0)=2−01​=1/2. The IC is also satisfied. However, a solution to a differential equation must be differentiable (and thus continuous) on its interval of existence. The function y(x)=12−xy(x) = \frac{1}{2-x}y(x)=2−x1​ has a vertical asymptote at x=2x=2x=2 and is not defined there. The initial condition is at x=0x=0x=0. The largest interval containing x=0x=0x=0 on which the solution is defined and continuous is (−∞,2)(-\infty, 2)(−∞,2). Therefore, the function is a solution to the IVP on this specific interval.

Question 6

Consider the differential equation ddx[p(x)y′]+q(x)y=cos⁡(x)\frac{d}{dx}[p(x)y'] + q(x)y = \cos(x)dxd​[p(x)y′]+q(x)y=cos(x). Assuming p(x)p(x)p(x) is a differentiable function, what are the order and linearity of this equation?

  1. First-order, linear
  2. Second-order, linear (correct answer)
  3. First-order, nonlinear
  4. Second-order, nonlinear

Explanation: To determine the order, we must perform the differentiation indicated by the outer operator ddx\frac{d}{dx}dxd​. Applying the product rule to ddx[p(x)y′]\frac{d}{dx}[p(x)y']dxd​[p(x)y′] gives p′(x)y′+p(x)y′′p'(x)y' + p(x)y''p′(x)y′+p(x)y′′. The full differential equation is p(x)y′′+p′(x)y′+q(x)y=cos⁡(x)p(x)y'' + p'(x)y' + q(x)y = \cos(x)p(x)y′′+p′(x)y′+q(x)y=cos(x). The highest derivative is y′′y''y′′, so the equation is second-order. The equation is linear because the dependent variable yyy and its derivatives y′y'y′ and y′′y''y′′ appear only to the first power, and their coefficients (p(x)p(x)p(x), p′(x)p'(x)p′(x), and q(x)q(x)q(x)) are functions of the independent variable xxx only.

Question 7

The temperature u(x,t)u(x, t)u(x,t) in a one-dimensional rod is governed by the partial differential equation ∂u∂t=α∂2u∂x2\frac{\partial u}{\partial t} = \alpha \frac{\partial^2 u}{\partial x^2}∂t∂u​=α∂x2∂2u​. If the system reaches a steady state, meaning the temperature no longer changes with time, what can be concluded about the equation governing the steady-state temperature profile U(x)U(x)U(x)?

  1. It becomes a first-order linear ordinary differential equation.
  2. It becomes a second-order linear ordinary differential equation. (correct answer)
  3. The temperature must be uniform, so there is no resulting differential equation.
  4. It remains a second-order linear partial differential equation.

Explanation: A steady state implies that the temperature uuu does not change with time ttt. Mathematically, this means ∂u∂t=0\frac{\partial u}{\partial t} = 0∂t∂u​=0. Since the steady-state temperature UUU depends only on the position xxx, the partial derivatives with respect to xxx become ordinary derivatives. Substituting these conditions into the heat equation gives: 0=αd2Udx20 = \alpha \frac{d^2 U}{dx^2}0=αdx2d2U​. This simplifies to d2Udx2=0\frac{d^2 U}{dx^2} = 0dx2d2U​=0. This is an ordinary differential equation (ODE) because it involves derivatives with respect to only one independent variable, xxx. The highest derivative is the second derivative, so it is second-order. The equation is linear in UUU. The solution is U(x)=C1x+C2U(x) = C_1 x + C_2U(x)=C1​x+C2​, which represents a linear temperature profile, not necessarily a uniform (constant) temperature.

Question 8

The differential equation ddx(y2)+2xy2=4x\frac{d}{dx}(y^2) + 2x y^2 = 4xdxd​(y2)+2xy2=4x is nonlinear in terms of yyy. However, by making the substitution u=y2u = y^2u=y2, the equation can be transformed into a new differential equation in terms of u(x)u(x)u(x). What are the properties of this transformed equation?

  1. First-order, linear (correct answer)
  2. First-order, nonlinear
  3. Second-order, linear
  4. The substitution does not change the order or linearity.

Explanation: Let u=y2u = y^2u=y2. The term ddx(y2)\frac{d}{dx}(y^2)dxd​(y2) is simply dudx\frac{du}{dx}dxdu​. Substituting uuu for y2y^2y2 throughout the given equation yields: dudx+2xu=4x\frac{du}{dx} + 2x u = 4xdxdu​+2xu=4x. This is the transformed differential equation for the new dependent variable u(x)u(x)u(x). We can now analyze its properties. The highest derivative is dudx\frac{du}{dx}dxdu​, so it is a first-order equation. The equation is of the form u′+P(x)u=Q(x)u' + P(x)u = Q(x)u′+P(x)u=Q(x), where P(x)=2xP(x) = 2xP(x)=2x and Q(x)=4xQ(x) = 4xQ(x)=4x. This is the standard form for a first-order linear differential equation. Thus, the transformed equation is first-order and linear.

Question 9

An object's motion is modeled by a differential equation derived from Newton's second law, Fnet=maF_{net} = maFnet​=ma. The net force on the object depends on its position xxx, velocity vvv, and time ttt. If the net force is given by Fnet=−kx−cv2+F0sin⁡(ωt)F_{net} = -k x - c v^2 + F_0 \sin(\omega t)Fnet​=−kx−cv2+F0​sin(ωt), where kkk, ccc, F0F_0F0​, and ω\omegaω are positive constants, which of the following correctly describes the resulting differential equation for the position x(t)x(t)x(t)?

  1. First-order and linear
  2. Second-order and linear
  3. First-order and nonlinear
  4. Second-order and nonlinear (correct answer)

Explanation: Newton's second law is Fnet=maF_{net} = maFnet​=ma. The position is x(t)x(t)x(t), velocity is v=x′(t)v = x'(t)v=x′(t), and acceleration is a=x′′(t)a = x''(t)a=x′′(t). Substituting the given force and the expressions for vvv and aaa into Newton's law gives: mx′′(t)=−kx(t)−c(x′(t))2+F0sin⁡(ωt)m x''(t) = -k x(t) - c (x'(t))^2 + F_0 \sin(\omega t)mx′′(t)=−kx(t)−c(x′(t))2+F0​sin(ωt). Rearranging gives mx′′+c(x′)2+kx=F0sin⁡(ωt)m x'' + c(x')^2 + kx = F_0 \sin(\omega t)mx′′+c(x′)2+kx=F0​sin(ωt). The order of the equation is determined by the highest derivative present, which is x′′x''x′′, so the equation is second-order. The linearity is determined by how the dependent variable xxx and its derivatives appear. The term (x′)2(x')^2(x′)2 is the square of the first derivative, which makes the equation nonlinear. Therefore, the differential equation is second-order and nonlinear.

Question 10

The relation x3+xy2−y3=Cx^3 + xy^2 - y^3 = Cx3+xy2−y3=C defines a family of implicit solutions to which of the following differential equations?

  1. y′=3x2+y23y2−2xyy' = \frac{3x^2+y^2}{3y^2-2xy}y′=3y2−2xy3x2+y2​ (correct answer)
  2. y′=x2+y2y2−xyy' = \frac{x^2+y^2}{y^2-xy}y′=y2−xyx2+y2​
  3. y′=3y2−2xy3x2+y2y' = \frac{3y^2-2xy}{3x^2+y^2}y′=3x2+y23y2−2xy​
  4. y′=3x2+y3y−2xy' = \frac{3x^2+y}{3y-2x}y′=3y−2x3x2+y​

Explanation: To find the differential equation, we differentiate the given relation implicitly with respect to xxx. Remember to use the product rule for the xy2xy^2xy2 term and the chain rule for terms involving yyy. ddx(x3+xy2−y3)=ddx(C)\frac{d}{dx}(x^3 + xy^2 - y^3) = \frac{d}{dx}(C)dxd​(x3+xy2−y3)=dxd​(C) 3x2+(1⋅y2+x⋅2yy′)−3y2y′=03x^2 + (1 \cdot y^2 + x \cdot 2y y') - 3y^2 y' = 03x2+(1⋅y2+x⋅2yy′)−3y2y′=0 3x2+y2+2xyy′−3y2y′=03x^2 + y^2 + 2xy y' - 3y^2 y' = 03x2+y2+2xyy′−3y2y′=0 Now, isolate the terms with y′y'y′: 2xyy′−3y2y′=−3x2−y22xy y' - 3y^2 y' = -3x^2 - y^22xyy′−3y2y′=−3x2−y2 y′(2xy−3y2)=−(3x2+y2)y'(2xy - 3y^2) = -(3x^2 + y^2)y′(2xy−3y2)=−(3x2+y2) y′=−3x2+y22xy−3y2=3x2+y2−(2xy−3y2)=3x2+y23y2−2xyy' = -\frac{3x^2+y^2}{2xy - 3y^2} = \frac{3x^2+y^2}{-(2xy - 3y^2)} = \frac{3x^2+y^2}{3y^2-2xy}y′=−2xy−3y23x2+y2​=−(2xy−3y2)3x2+y2​=3y2−2xy3x2+y2​. This matches choice A.

Question 11

The function y(x)=2e−3x+e2xy(x) = 2e^{-3x} + e^{2x}y(x)=2e−3x+e2x is a particular solution to which of the following initial value problems?

  1. y′′+y′−6y=0;y(0)=3,y′(0)=−4y'' + y' - 6y = 0; \quad y(0)=3, y'(0)=-4y′′+y′−6y=0;y(0)=3,y′(0)=−4 (correct answer)
  2. y′′−y′−6y=0;y(0)=3,y′(0)=−4y'' - y' - 6y = 0; \quad y(0)=3, y'(0)=-4y′′−y′−6y=0;y(0)=3,y′(0)=−4
  3. y′′+y′−6y=0;y(0)=3,y′(0)=−1y'' + y' - 6y = 0; \quad y(0)=3, y'(0)=-1y′′+y′−6y=0;y(0)=3,y′(0)=−1
  4. y′′−5y′+6y=0;y(0)=3,y′(0)=−4y'' - 5y' + 6y = 0; \quad y(0)=3, y'(0)=-4y′′−5y′+6y=0;y(0)=3,y′(0)=−4

Explanation: This requires checking both the differential equation and the initial conditions for each option. First, find the derivatives of the given function and evaluate them at x=0x=0x=0. y(x)=2e−3x+e2x  ⟹  y(0)=2e0+e0=3y(x) = 2e^{-3x} + e^{2x} \implies y(0) = 2e^0 + e^0 = 3y(x)=2e−3x+e2x⟹y(0)=2e0+e0=3. y′(x)=−6e−3x+2e2x  ⟹  y′(0)=−6e0+2e0=−4y'(x) = -6e^{-3x} + 2e^{2x} \implies y'(0) = -6e^0 + 2e^0 = -4y′(x)=−6e−3x+2e2x⟹y′(0)=−6e0+2e0=−4. y′′(x)=18e−3x+4e2x  ⟹  y′′(0)=18e0+4e0=22y''(x) = 18e^{-3x} + 4e^{2x} \implies y''(0) = 18e^0 + 4e^0 = 22y′′(x)=18e−3x+4e2x⟹y′′(0)=18e0+4e0=22. The correct IVP must have initial conditions y(0)=3y(0)=3y(0)=3 and y′(0)=−4y'(0)=-4y′(0)=−4. This eliminates choice C. Now test the remaining DEs: (A) y′′+y′−6y=(18e−3x+4e2x)+(−6e−3x+2e2x)−6(2e−3x+e2x)=(18−6−12)e−3x+(4+2−6)e2x=0y'' + y' - 6y = (18e^{-3x} + 4e^{2x}) + (-6e^{-3x} + 2e^{2x}) - 6(2e^{-3x} + e^{2x}) = (18-6-12)e^{-3x} + (4+2-6)e^{2x} = 0y′′+y′−6y=(18e−3x+4e2x)+(−6e−3x+2e2x)−6(2e−3x+e2x)=(18−6−12)e−3x+(4+2−6)e2x=0. This DE is satisfied. (B) y′′−y′−6y=(18e−3x+4e2x)−(−6e−3x+2e2x)−6(2e−3x+e2x)=(18+6−12)e−3x+(4−2−6)e2x≠0y'' - y' - 6y = (18e^{-3x} + 4e^{2x}) - (-6e^{-3x} + 2e^{2x}) - 6(2e^{-3x} + e^{2x}) = (18+6-12)e^{-3x} + (4-2-6)e^{2x} \neq 0y′′−y′−6y=(18e−3x+4e2x)−(−6e−3x+2e2x)−6(2e−3x+e2x)=(18+6−12)e−3x+(4−2−6)e2x=0. (D) y′′−5y′+6y=(18e−3x+4e2x)−5(−6e−3x+2e2x)+6(2e−3x+e2x)=(18+30+12)e−3x+(4−10+6)e2x≠0y'' - 5y' + 6y = (18e^{-3x} + 4e^{2x}) - 5(-6e^{-3x} + 2e^{2x}) + 6(2e^{-3x} + e^{2x}) = (18+30+12)e^{-3x} + (4-10+6)e^{2x} \neq 0y′′−5y′+6y=(18e−3x+4e2x)−5(−6e−3x+2e2x)+6(2e−3x+e2x)=(18+30+12)e−3x+(4−10+6)e2x=0. Only choice A satisfies both the differential equation and the initial conditions.

Question 12

An experimenter observes that the function f(x)=x3+2xf(x) = x^3 + 2xf(x)=x3+2x satisfies some unknown differential equation when x>0x > 0x>0, but fails to satisfy the same equation when x<0x < 0x<0. What does this reveal about the nature of the differential equation?

  1. The equation must be nonlinear, since linear differential equations have solutions that extend over their entire natural domain
  2. The equation likely contains terms like x\sqrt{x}x​ or ln⁡(x)\ln(x)ln(x) that restrict the domain to positive values only
  3. The equation is probably linear with variable coefficients that become undefined or exhibit discontinuities for x≤0x \leq 0x≤0 (correct answer)
  4. This behavior indicates the equation is first-order, since higher-order equations require solutions to be valid across all real numbers

Explanation: The fact that f(x)=x3+2xf(x) = x^3 + 2xf(x)=x3+2x (which is defined for all real xxx) satisfies the equation only for x>0x > 0x>0 suggests the differential equation itself has coefficients or terms that are undefined or discontinuous for x≤0x \leq 0x≤0. This is characteristic of linear equations with variable coefficients that may involve terms like 1x\frac{1}{x}x1​, x\sqrt{x}x​, or ln⁡(x)\ln(x)ln(x). The linearity/nonlinearity doesn't determine domain restrictions in this way.

Question 13

Two students are debating whether d2ydx2+(dydx)2=sin⁡(x)\frac{d^2y}{dx^2} + \left(\frac{dy}{dx}\right)^2 = \sin(x)dx2d2y​+(dxdy​)2=sin(x) is linear or nonlinear. Student A argues it's linear because yyy itself appears linearly. Student B argues it's nonlinear because of the squared derivative term. Which analysis is more mathematically sound?

  1. Student A is correct; linearity depends only on how the dependent variable yyy appears, not its derivatives
  2. Neither student fully grasps the concept; linearity requires examining the highest-order derivative term, which is d2ydx2\frac{d^2y}{dx^2}dx2d2y​ here
  3. Both students are partially correct; this equation is quasilinear since yyy appears linearly but its derivatives do not
  4. Student B is correct; the presence of (dydx)2\left(\frac{dy}{dx}\right)^2(dxdy​)2 makes the equation nonlinear regardless of how yyy appears (correct answer)

Explanation: When you encounter questions about whether a differential equation is linear or nonlinear, you need to examine how the dependent variable and ALL of its derivatives appear throughout the equation. A differential equation is linear if the dependent variable and all its derivatives appear to the first power only, with no products between them. Let's analyze this equation systematically. For d2ydx2+(dydx)2=sin⁡(x)\frac{d^2y}{dx^2} + \left(\frac{dy}{dx}\right)^2 = \sin(x)dx2d2y​+(dxdy​)2=sin(x) to be linear, every term containing yyy or its derivatives must be linear. While d2ydx2\frac{d^2y}{dx^2}dx2d2y​ appears linearly (first power), the term (dydx)2\left(\frac{dy}{dx}\right)^2(dxdy​)2 is the first derivative raised to the second power. This nonlinear term immediately disqualifies the equation from being linear. Answer A incorrectly focuses only on how yyy itself appears, ignoring the derivatives entirely. Linearity requires examining the dependent variable AND all its derivatives together. Answer B misunderstands the concept by suggesting only the highest-order derivative matters—every derivative term must be examined. Answer C incorrectly categorizes this as quasilinear, but quasilinear equations have linear expressions in the highest-order derivative, which isn't the case here since we have a nonlinear first-derivative term. Answer D correctly identifies that the squared derivative term makes the entire equation nonlinear. Study tip: When determining linearity, scan every term containing the dependent variable or its derivatives. If any term has powers other than one, or if derivatives are multiplied together, the equation is nonlinear—no exceptions.

Question 14

Consider the equation dydx=f(x,y)\frac{dy}{dx} = f(x,y)dxdy​=f(x,y) where f(x,y)=x+yx−yf(x,y) = \frac{x + y}{x - y}f(x,y)=x−yx+y​. A student claims this equation is undefined along the line y=xy = xy=x and therefore has no solutions that cross this line. What is the most accurate assessment of this claim?

  1. The claim is correct; solutions cannot cross y=xy = xy=x since the differential equation becomes undefined there (correct answer)
  2. The claim is incorrect; while f(x,y)f(x,y)f(x,y) is undefined on y=xy = xy=x, solutions may cross this line under certain conditions
  3. The claim is partially correct; solutions approach y=xy = xy=x asymptotically but can never actually reach or cross this line
  4. The claim reveals a misunderstanding; the line y=xy = xy=x itself consists of solutions to the differential equation

Explanation: The student's claim is correct. Where f(x,y)f(x,y)f(x,y) is undefined (along y=xy = xy=x), the differential equation has no meaning, and solutions cannot exist. The line y=xy = xy=x acts as a barrier that solutions cannot cross. Solutions may approach this line asymptotically from either side, but they cannot cross it because the slope dydx\frac{dy}{dx}dxdy​ becomes undefined there. This is different from saying y=xy = xy=x is itself a solution.

Question 15

An engineering student encounters the system dxdt=x+y2\frac{dx}{dt} = x + y^2dtdx​=x+y2 and dydt=x2+y\frac{dy}{dt} = x^2 + ydtdy​=x2+y. When asked to classify this system, the student states: "This is a second-order linear system because there are two equations." What is the primary error in this classification?

  1. This is actually a first-order nonlinear system; the number of equations doesn't determine the order, and the quadratic terms make it nonlinear (correct answer)
  2. The student correctly identified the order but missed that the system is nonlinear due to the x2x^2x2 and y2y^2y2 terms
  3. The student confused a system of equations with a single higher-order equation; this system should be classified by matrix methods instead
  4. The classification is completely wrong; this represents two independent first-order linear equations that can be solved separately

Explanation: When classifying systems of differential equations, you need to consider two key characteristics: the order (highest derivative present) and linearity (whether variables appear raised to powers or multiplied together). This system contains only first derivatives (dxdt\frac{dx}{dt}dtdx​ and dydt\frac{dy}{dt}dtdy​), making it first-order, not second-order. The student's reasoning that "two equations equals second-order" reflects a fundamental misunderstanding—the order depends on the highest derivative, not the number of equations. Additionally, the presence of y2y^2y2 and x2x^2x2 terms makes this system nonlinear, since the variables are raised to powers greater than one. Choice A correctly identifies both errors: this is a first-order nonlinear system because it involves only first derivatives but contains quadratic terms that violate linearity. Choice B incorrectly accepts the student's second-order classification. While it correctly identifies the nonlinearity, it fails to recognize the fundamental error about system order. Choice C introduces irrelevant concepts about matrix methods and confuses systems with single higher-order equations. Matrix methods can be used for linear systems, but they don't change how we classify the system's order and linearity. Choice D is completely wrong on multiple levels. The system is neither linear (due to the quadratic terms) nor separable into independent equations, since each equation contains both variables. Study tip: Always classify differential equation systems by asking two questions: "What's the highest derivative?" (determines order) and "Are variables raised to powers or multiplied together?" (determines linearity). The number of equations is irrelevant to the order.

Question 16

Consider the differential equation xdydx+y=xy2x\frac{dy}{dx} + y = xy^2xdxdy​+y=xy2. A student attempts to solve this by first dividing both sides by xxx to get dydx+yx=y2\frac{dy}{dx} + \frac{y}{x} = y^2dxdy​+xy​=y2. What is the most significant issue with this approach?

  1. The division by xxx changes the order of the equation from second-order to first-order, altering the solution structure
  2. Dividing by xxx eliminates potential solutions where x=0x = 0x=0, but the resulting equation form is mathematically equivalent elsewhere
  3. The division creates a linear equation from a nonlinear one, which fundamentally changes the types of solutions that exist
  4. This algebraic manipulation is valid everywhere except x=0x = 0x=0, where the original equation may have singular behavior requiring separate analysis (correct answer)

Explanation: The division by xxx is algebraically valid wherever x≠0x \neq 0x=0, and it doesn't change the equation's order (both forms are first-order) or linearity (both are nonlinear due to y2y^2y2). However, the point x=0x = 0x=0 requires special consideration since the original equation becomes y=0y = 0y=0 there, which might represent singular behavior. The main caution is ensuring we don't lose solutions or miss singular points, but the manipulation itself is generally acceptable.

Question 17

Consider the equation d2ydx2+xdydx=y3+sin⁡(x)\frac{d^2y}{dx^2} + x\frac{dy}{dx} = y^3 + \sin(x)dx2d2y​+xdxdy​=y3+sin(x). If y1(x)=x2+1y_1(x) = x^2 + 1y1​(x)=x2+1 and y2(x)=x2+1+e−xy_2(x) = x^2 + 1 + e^{-x}y2​(x)=x2+1+e−x both fail to satisfy this equation, what can be concluded about the nature of this differential equation?

  1. The equation is linear because the highest derivative appears to the first power, despite the nonlinear term y3y^3y3
  2. The equation is nonlinear due to the y3y^3y3 term, and finding particular solutions requires specialized techniques beyond linear methods (correct answer)
  3. The equation is second-order linear with variable coefficients, but the given functions are inappropriate trial solutions
  4. The equation is first-order nonlinear because the coefficient of dydx\frac{dy}{dx}dxdy​ depends on the independent variable xxx

Explanation: The equation is nonlinear due to the y3y^3y3 term. In a linear differential equation, the dependent variable and all its derivatives must appear to the first power only, with no products between them. The presence of y3y^3y3 makes this equation nonlinear, requiring specialized solution techniques. The order is determined by the highest derivative (second-order), and linearity is determined by how the dependent variable appears.

Question 18

A physics student derives the equation md2xdt2+kx+ϵx3=F0cos⁡(ωt)m\frac{d^2x}{dt^2} + kx + \epsilon x^3 = F_0\cos(\omega t)mdt2d2x​+kx+ϵx3=F0​cos(ωt) for a nonlinear oscillator. When ϵ=0\epsilon = 0ϵ=0, the equation has well-known sinusoidal solutions. What happens to the solution structure when ϵ≠0\epsilon \neq 0ϵ=0 but is very small?

  1. The solutions remain exactly sinusoidal since the ϵx3\epsilon x^3ϵx3 term becomes negligible compared to the linear terms for small oscillations
  2. The equation becomes nonlinear, requiring completely different solution methods, and sinusoidal solutions no longer provide any useful approximation
  3. The solutions are approximately sinusoidal but will exhibit small deviations that grow over time, potentially requiring perturbation methods for analysis (correct answer)
  4. The small nonlinear term causes the equation to lose its second-order character, reducing it effectively to a first-order system

Explanation: When ϵ\epsilonϵ is small but nonzero, the equation becomes nonlinear, and solutions will deviate from pure sinusoidal behavior. However, for small ϵ\epsilonϵ, the solutions start approximately sinusoidal but accumulate small nonlinear effects over time. This is a classic scenario for perturbation methods, where the linear solution serves as a starting approximation. The equation remains second-order regardless of the nonlinearity.

Question 19

A student claims that y=Ce2x+3xy = Ce^{2x} + 3xy=Ce2x+3x is the general solution to the differential equation dydx−2y=−6x−3\frac{dy}{dx} - 2y = -6x - 3dxdy​−2y=−6x−3. To verify this claim, which step reveals the most critical error in the student's reasoning?

  1. Substituting the proposed solution shows it satisfies the equation, but the arbitrary constant should be C=1C = 1C=1 for completeness
  2. The homogeneous solution Ce2xCe^{2x}Ce2x is correct, but the particular solution should be 3x+33x + 33x+3 rather than 3x3x3x
  3. Direct substitution yields 2Ce2x+3−2(Ce2x+3x)=3−6x≠−6x−32Ce^{2x} + 3 - 2(Ce^{2x} + 3x) = 3 - 6x \neq -6x - 32Ce2x+3−2(Ce2x+3x)=3−6x=−6x−3, showing the solution is incorrect (correct answer)
  4. The form is correct but incomplete; since this is a second-order equation, two arbitrary constants are required in the general solution

Explanation: Direct substitution reveals the error. Computing: dydx=2Ce2x+3\frac{dy}{dx} = 2Ce^{2x} + 3dxdy​=2Ce2x+3 and dydx−2y=2Ce2x+3−2(Ce2x+3x)=3−6x\frac{dy}{dx} - 2y = 2Ce^{2x} + 3 - 2(Ce^{2x} + 3x) = 3 - 6xdxdy​−2y=2Ce2x+3−2(Ce2x+3x)=3−6x. Since 3−6x≠−6x−33 - 6x \neq -6x - 33−6x=−6x−3, the proposed solution doesn't satisfy the differential equation. The correct particular solution should be 3x+323x + \frac{3}{2}3x+23​.

Question 20

Given that d3ydx3+x2d2ydx2+(sin⁡x)y=0\frac{d^3y}{dx^3} + x^2\frac{d^2y}{dx^2} + (\sin x)y = 0dx3d3y​+x2dx2d2y​+(sinx)y=0 has solutions y1(x)y_1(x)y1​(x), y2(x)y_2(x)y2​(x), and y3(x)y_3(x)y3​(x), which statement about potential solution combinations is most accurate?

  1. Any linear combination c1y1+c2y2+c3y3c_1y_1 + c_2y_2 + c_3y_3c1​y1​+c2​y2​+c3​y3​ automatically forms the complete general solution regardless of the independence of the functions
  2. The combination c1y1+c2y2+c3y3c_1y_1 + c_2y_2 + c_3y_3c1​y1​+c2​y2​+c3​y3​ forms the general solution only if the Wronskian W(y1,y2,y3)≠0W(y_1, y_2, y_3) \neq 0W(y1​,y2​,y3​)=0 over the domain (correct answer)
  3. Since the equation is homogeneous and linear, exactly two linearly independent solutions are sufficient to span the solution space
  4. The general solution requires four arbitrary constants because the equation contains both second and third-order derivatives

Explanation: For a third-order linear homogeneous equation, the general solution requires three linearly independent solutions. The combination c1y1+c2y2+c3y3c_1y_1 + c_2y_2 + c_3y_3c1​y1​+c2​y2​+c3​y3​ forms the general solution only if these three functions are linearly independent, which is verified by a non-zero Wronskian. Choice A ignores linear independence, C incorrectly states two solutions suffice for a third-order equation, and D misunderstands how the order determines the number of constants.