Differential Equations Quiz: Identifying Separable Des
19 questions · exam conditions
0:00
Identifying Separable DesQuestion 1 of 19

A first-order differential equation of the form dydx=F(x,y)\frac{dy}{dx} = F(x, y) is called homogeneous if F(x,y)F(x,y) depends only on the ratio y/xy/x. Such equations become separable with the substitution u=y/xu=y/x. For which of the following functions F(x,y)F(x,y) is the corresponding differential equation NOT homogeneous, and thus not made separable by the substitution u=y/xu=y/x?

F(x,y)=y2x2+2yxF(x,y) = \frac{y^2}{x^2} + \frac{2y}{x}
F(x,y)=sec(y/x)F(x,y) = \sec(y/x)
F(x,y)=x+yx1F(x,y) = \frac{x+y}{x-1}
F(x,y)=x2+y2xyF(x,y) = \frac{x^2+y^2}{xy}
← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Identifying Separable Des

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

What this quiz covers

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

How to use this quiz

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

All questions

Question 1

A first-order differential equation of the form dydx=F(x,y)\frac{dy}{dx} = F(x, y) is called homogeneous if F(x,y)F(x,y) depends only on the ratio y/xy/x. Such equations become separable with the substitution u=y/xu=y/x. For which of the following functions F(x,y)F(x,y) is the corresponding differential equation NOT homogeneous, and thus not made separable by the substitution u=y/xu=y/x?

  1. F(x,y)=y2x2+2yxF(x,y) = \frac{y^2}{x^2} + \frac{2y}{x}
  2. F(x,y)=sec(y/x)F(x,y) = \sec(y/x)
  3. F(x,y)=x+yx1F(x,y) = \frac{x+y}{x-1} (correct answer)
  4. F(x,y)=x2+y2xyF(x,y) = \frac{x^2+y^2}{xy}
Explanation: A function F(x,y)F(x,y) is homogeneous of degree zero if F(tx,ty)=F(x,y)F(tx, ty) = F(x,y) for any t0t \neq 0. This is equivalent to saying FF can be written as a function of y/xy/x. Let's test each option. A: F(x,y)=(y/x)2+2(y/x)F(x,y) = (y/x)^2 + 2(y/x), depends on y/xy/x. B: F(x,y)=sec(y/x)F(x,y) = \sec(y/x), depends on y/xy/x. C: F(tx,ty)=tx+tytx1=t(x+y)tx1F(x,y)F(tx,ty) = \frac{tx+ty}{tx-1} = \frac{t(x+y)}{tx-1} \neq F(x,y). This is not homogeneous. D: F(x,y)=x2+y2xy=xy+yxF(x,y) = \frac{x^2+y^2}{xy} = \frac{x}{y} + \frac{y}{x}, which depends on y/xy/x. Since the function in C is not homogeneous, the substitution u=y/xu=y/x will not make the DE separable.

Question 2

Let dydx=f(x,y)\frac{dy}{dx} = f(x,y) be a differential equation where ff and its partial derivatives are continuous in a region RR where f(x,y)0f(x,y) \neq 0. The equation is separable if and only if f(x,y)=g(x)h(y)f(x,y) = g(x)h(y). Which of the following conditions on ff is necessary and sufficient for the equation to be separable?

  1. xfx+yfy=0x \frac{\partial f}{\partial x} + y \frac{\partial f}{\partial y} = 0
  2. 2fx2+2fy2=0\frac{\partial^2 f}{\partial x^2} + \frac{\partial^2 f}{\partial y^2} = 0
  3. f2fxy=fxfyf \frac{\partial^2 f}{\partial x \partial y} = \frac{\partial f}{\partial x} \frac{\partial f}{\partial y} (correct answer)
  4. ff is a homogeneous function of degree one.
Explanation: If f(x,y)=g(x)h(y)f(x,y) = g(x)h(y), then fx=g(x)h(y)\frac{\partial f}{\partial x} = g'(x)h(y), fy=g(x)h(y)\frac{\partial f}{\partial y} = g(x)h'(y), and 2fxy=g(x)h(y)\frac{\partial^2 f}{\partial x \partial y} = g'(x)h'(y). Let's check the condition in C: f2fxy=(g(x)h(y))(g(x)h(y))f \frac{\partial^2 f}{\partial x \partial y} = (g(x)h(y))(g'(x)h'(y)). And fxfy=(g(x)h(y))(g(x)h(y))\frac{\partial f}{\partial x} \frac{\partial f}{\partial y} = (g'(x)h(y))(g(x)h'(y)). These two expressions are equal. This condition is a known test for separability. Option A is related to Euler's theorem for homogeneous functions of degree 0. Option B is Laplace's equation. Option D describes a class of homogeneous equations, which are not necessarily separable without a substitution.

Question 3

The differential equation dydx=1(x+y)2\frac{dy}{dx} = \frac{1}{(x+y)^2} is not separable. However, it can be transformed into a separable equation by making a substitution u=g(x,y)u = g(x,y). Which of the following is a correct choice for g(x,y)g(x,y) and the resulting separable equation in variables uu and xx?

  1. g(x,y)=x+yg(x,y) = x+y, leading to dudx=u2\frac{du}{dx} = u^2
  2. g(x,y)=x+yg(x,y) = x+y, leading to dudx=1+u2u2\frac{du}{dx} = \frac{1+u^2}{u^2} (correct answer)
  3. g(x,y)=(x+y)2g(x,y) = (x+y)^2, leading to dudx=1u\frac{du}{dx} = \frac{1}{u}
  4. The equation cannot be transformed into a separable one with a linear substitution.
Explanation: When you encounter a differential equation that isn't separable, look for substitutions that can simplify the structure. The presence of (x+y)(x+y) terms suggests trying u=x+yu = x + y as a substitution. Let's work through this systematically. If u=x+yu = x + y, then taking the derivative with respect to xx: dudx=1+dydx\frac{du}{dx} = 1 + \frac{dy}{dx} This means dydx=dudx1\frac{dy}{dx} = \frac{du}{dx} - 1. Substituting both u=x+yu = x + y and this expression for dydx\frac{dy}{dx} into the original equation: dudx1=1u2\frac{du}{dx} - 1 = \frac{1}{u^2} Rearranging: dudx=1+1u2=u2+1u2\frac{du}{dx} = 1 + \frac{1}{u^2} = \frac{u^2 + 1}{u^2} This is now separable since we can write it as u2u2+1du=dx\frac{u^2}{u^2 + 1} du = dx. Answer A uses the correct substitution but gets the wrong differential equation—it's missing the "11" term that comes from differentiating u=x+yu = x + y. Answer C attempts u=(x+y)2u = (x+y)^2, but this leads to a more complex derivative involving the chain rule and doesn't simplify the equation effectively. Answer D is incorrect because we've just demonstrated that a linear substitution does work. The key insight is recognizing when the form of a differential equation suggests a particular substitution, then carefully applying the chain rule to transform the equation. Always double-check your derivative calculations when making substitutions—the extra terms that appear (like the "11" here) are crucial for getting the correct transformed equation.

Question 4

The differential equation dydx=sin(x+y)+cos(x+y)cos(x+y)sin(x+y)\frac{dy}{dx} = \frac{\sin(x+y) + \cos(x+y)}{\cos(x+y) - \sin(x+y)} can be analyzed for separability by making a substitution. Which approach correctly determines its separability?

  1. Let u=x+yu = x + y; then dudx=1+dydx\frac{du}{dx} = 1 + \frac{dy}{dx}, leading to a separable equation in uu and xx (correct answer)
  2. Let v=yxv = \frac{y}{x}; then dvdx=1x(dydxv)\frac{dv}{dx} = \frac{1}{x}\left(\frac{dy}{dx} - v\right), leading to a homogeneous equation that becomes separable
  3. The equation is already separable without substitution since it can be written as dydx=tan(π4+x+y)\frac{dy}{dx} = \tan\left(\frac{\pi}{4} + x + y\right)
  4. The equation cannot be made separable by any elementary substitution because the argument x+yx + y creates an inseparable coupling
Explanation: With u=x+yu = x + y, we have dudx=1+dydx\frac{du}{dx} = 1 + \frac{dy}{dx}, so dydx=dudx1\frac{dy}{dx} = \frac{du}{dx} - 1. The equation becomes dudx1=sinu+cosucosusinu\frac{du}{dx} - 1 = \frac{\sin u + \cos u}{\cos u - \sin u}, or dudx=1+sinu+cosucosusinu=cosusinu+sinu+cosucosusinu=2cosucosusinu\frac{du}{dx} = 1 + \frac{\sin u + \cos u}{\cos u - \sin u} = \frac{\cos u - \sin u + \sin u + \cos u}{\cos u - \sin u} = \frac{2\cos u}{\cos u - \sin u}. This separates as cosusinucosudu=2dx\frac{\cos u - \sin u}{\cos u}\,du = 2\,dx. Choice B uses the wrong substitution for this type. Choice C is incorrect trigonometry. Choice D is wrong because the substitution does work.

Question 5

A differential equation has the form dydx=f(x,y)\frac{dy}{dx} = f(x,y) where f(x,y)=P(x,y)Q(x,y)f(x,y) = \frac{P(x,y)}{Q(x,y)} and both PP and QQ are polynomials. If P(tx,ty)=tnP(x,y)P(tx,ty) = t^n P(x,y) and Q(tx,ty)=tmQ(x,y)Q(tx,ty) = t^m Q(x,y) for some integers nn and mm, under what condition is the equation most likely to be separable using standard techniques?

  1. When nm=1|n - m| = 1, because this ensures that after appropriate algebraic manipulation, the variables can be separated on opposite sides
  2. When n=m+1n = m + 1, because this creates the proper degree relationship for direct separation without substitution
  3. When nn and mm are both even, because even-degree homogeneous functions have special separation properties
  4. When n=mn = m, because the equation becomes homogeneous and can be made separable using the substitution v=yxv = \frac{y}{x} (correct answer)
Explanation: When you encounter a differential equation where both the numerator and denominator are homogeneous functions (meaning they satisfy the scaling property given), you're dealing with a homogeneous differential equation. The key insight is recognizing what degree of homogeneity makes the equation separable. Answer D is correct because when n=mn = m, both P(x,y)P(x,y) and Q(x,y)Q(x,y) have the same degree of homogeneity. This makes f(x,y)=P(x,y)Q(x,y)f(x,y) = \frac{P(x,y)}{Q(x,y)} a homogeneous function of degree zero, since f(tx,ty)=tnP(x,y)tnQ(x,y)=f(x,y)f(tx,ty) = \frac{t^n P(x,y)}{t^n Q(x,y)} = f(x,y). Such equations can always be made separable using the substitution v=yxv = \frac{y}{x} (so y=vxy = vx and dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}), which transforms the equation into one where variables separate. Answer A is incorrect because nm=1|n-m| = 1 doesn't guarantee separability through standard algebraic manipulation alone. Answer B is wrong because n=m+1n = m + 1 creates a homogeneous function of degree 1, not degree 0, which doesn't lead to direct separation. Answer C is incorrect because the parity (even/odd nature) of nn and mm is irrelevant to separability; it's their equality that matters. Remember this pattern: homogeneous differential equations (where the right side is a function of yx\frac{y}{x} only) are the ones that become separable with the v=yxv = \frac{y}{x} substitution. Look for equal degrees of homogeneity as your signal.

Question 6

Consider the differential equation dydx=x3+x2y+xy2+y3x2y2\frac{dy}{dx} = \frac{x^3 + x^2y + xy^2 + y^3}{x^2 - y^2}. A student attempts to determine separability by examining the degree of homogeneity. Which conclusion about separability is correct?

  1. The equation can be made separable by factoring the numerator as (x+y)(x2+y2)(x+y)(x^2+y^2) and cancelling common terms with the denominator
  2. The equation is not homogeneous because the numerator has degree 3 while the denominator has degree 2, so standard homogeneous techniques don't apply
  3. The equation is homogeneous of degree 1 and becomes separable after the substitution v=yxv = \frac{y}{x} and algebraic simplification (correct answer)
  4. The equation is separable in its current form after factoring the numerator as x3(1+yx+(yx)2+(yx)3)x^3(1 + \frac{y}{x} + (\frac{y}{x})^2 + (\frac{y}{x})^3) and the denominator as x2(1(yx)2)x^2(1 - (\frac{y}{x})^2)
Explanation: When you encounter a differential equation like this, you should immediately check if it's homogeneous by examining whether both the numerator and denominator can be expressed as functions of the same degree in x and y. Let's verify homogeneity by checking if f(tx,ty)=tkf(x,y)f(tx,ty) = t^k f(x,y) for some power k. For the numerator: (tx)3+(tx)2(ty)+(tx)(ty)2+(ty)3=t3(x3+x2y+xy2+y3)(tx)^3 + (tx)^2(ty) + (tx)(ty)^2 + (ty)^3 = t^3(x^3 + x^2y + xy^2 + y^3). For the denominator: (tx)2(ty)2=t2(x2y2)(tx)^2 - (ty)^2 = t^2(x^2 - y^2). So our function becomes t3(x3+x2y+xy2+y3)t2(x2y2)=t1x3+x2y+xy2+y3x2y2\frac{t^3(x^3 + x^2y + xy^2 + y^3)}{t^2(x^2 - y^2)} = t^1 \cdot \frac{x^3 + x^2y + xy^2 + y^3}{x^2 - y^2}. This confirms the equation is homogeneous of degree 1. For homogeneous equations, the standard technique is substituting v=yxv = \frac{y}{x}, which gives y=vxy = vx and dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}. After substitution and simplification, this becomes separable. Option A is wrong because factoring (x+y)(x2+y2)(x+y)(x^2+y^2) doesn't match the numerator x3+x2y+xy2+y3x^3 + x^2y + xy^2 + y^3, and you can't cancel with the denominator. Option B incorrectly concludes the equation isn't homogeneous—while the degrees differ, the ratio gives degree 1 homogeneity. Option D describes factoring that doesn't lead to immediate separability without the homogeneous substitution. Study tip: Always test for homogeneity by checking if f(tx,ty)=tkf(x,y)f(tx,ty) = t^k f(x,y). If confirmed, use the substitution v=yxv = \frac{y}{x} to make it separable.

Question 7

A student claims that the differential equation dydx=x2y+xy2x2+y2\frac{dy}{dx} = \frac{x^2y + xy^2}{x^2 + y^2} is separable because "both the numerator and denominator are homogeneous of degree 2." Which statement best evaluates this reasoning?

  1. The reasoning is correct; homogeneous equations of equal degree in numerator and denominator are always separable after appropriate algebraic manipulation
  2. The reasoning is incorrect; this equation is homogeneous of degree 1, not 2, and requires the substitution v=yxv = \frac{y}{x} to become separable (correct answer)
  3. The reasoning is partially correct; the equation is homogeneous but becomes separable only after factoring as dydx=xy(x+y)x2+y2\frac{dy}{dx} = \frac{xy(x+y)}{x^2+y^2} and making substitutions
  4. The reasoning is incorrect; while both numerator and denominator involve degree-2 terms, the equation is not separable in the traditional sense due to mixed polynomial terms
Explanation: The equation dydx=x2y+xy2x2+y2\frac{dy}{dx} = \frac{x^2y + xy^2}{x^2 + y^2} can be rewritten as dydx=xy(x+y)x2+y2\frac{dy}{dx} = \frac{xy(x + y)}{x^2 + y^2}. Dividing numerator and denominator by x2x^2 gives dydx=yx(1+yx)1+(yx)2\frac{dy}{dx} = \frac{\frac{y}{x}(1 + \frac{y}{x})}{1 + (\frac{y}{x})^2}, which is homogeneous of degree 1 (since dydx\frac{dy}{dx} has degree 1). With v=yxv = \frac{y}{x}, so y=vxy = vx and dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}, the equation becomes separable in vv and xx. Choice A is wrong about the degree and the general principle. Choice C misunderstands the nature of homogeneous equations. Choice D incorrectly concludes non-separability.

Question 8

Which of the following differential equations is separable?

  1. dydx=sin(x)cos(y)\frac{dy}{dx} = \sin(x) - \cos(y)
  2. dydx=sin(x)cos(y)cos(x)sin(y)\frac{dy}{dx} = \sin(x)\cos(y) - \cos(x)\sin(y)
  3. dydx=ysin(x)sin(x)\frac{dy}{dx} = y\sin(x) - \sin(x) (correct answer)
  4. dydx=sin(xy)\frac{dy}{dx} = \sin(xy)
Explanation: A differential equation is separable if dydx\frac{dy}{dx} can be expressed as a product of a function of xx and a function of yy. Choice C is dydx=ysin(x)sin(x)=sin(x)(y1)\frac{dy}{dx} = y\sin(x) - \sin(x) = \sin(x)(y-1). This is of the form g(x)h(y)g(x)h(y), so it is separable. Choice A is a sum of a function of xx and a function of yy, which is not separable. Choice B is equivalent to dydx=sin(xy)\frac{dy}{dx} = \sin(x-y) by a trigonometric identity, which is not separable. Choice D has xx and yy coupled inside the sine function and cannot be separated.

Question 9

All of the following differential equations are separable EXCEPT:

  1. dydx=exy\frac{dy}{dx} = e^{x-y}
  2. eydydx=x+1e^y \frac{dy}{dx} = x+1
  3. dydx=x2ey+ey\frac{dy}{dx} = x^2e^y + e^y
  4. dydx=exy\frac{dy}{dx} = e^{xy} (correct answer)
Explanation: A separable differential equation can be written as dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y). We must check each option. A: dydx=exy=exey\frac{dy}{dx} = e^{x-y} = e^x e^{-y}, which is separable. B: eydydx=x+1e^y \frac{dy}{dx} = x+1 can be written as dydx=(x+1)ey\frac{dy}{dx} = (x+1)e^{-y}, which is separable. C: dydx=x2ey+ey=ey(x2+1)\frac{dy}{dx} = x^2e^y + e^y = e^y(x^2+1), which is separable. D: dydx=exy\frac{dy}{dx} = e^{xy}. The term xyxy in the exponent prevents the expression from being factored into a function of xx times a function of yy. Therefore, this equation is not separable.

Question 10

Consider the differential equation given in differential form as (xy+x)dx=(x2y2+x2)dy(xy+x)dx = (x^2y^2+x^2)dy. Which of the following statements correctly describes this equation?

  1. The equation is separable because it can be rewritten in the form g(x)dx=h(y)dyg(x)dx = h(y)dy. (correct answer)
  2. The equation is not separable because the dxdx term contains a function of yy.
  3. The equation is linear in yy.
  4. The equation is homogeneous.
Explanation: The given equation is (xy+x)dx=(x2y2+x2)dy(xy+x)dx = (x^2y^2+x^2)dy. We can factor both sides: x(y+1)dx=x2(y2+1)dyx(y+1)dx = x^2(y^2+1)dy. Assuming x0x \neq 0, we can divide by xx: (y+1)dx=x(y2+1)dy(y+1)dx = x(y^2+1)dy. Now, we can separate the variables by grouping all xx terms with dxdx and all yy terms with dydy. This gives 1xdx=y2+1y+1dy\frac{1}{x}dx = \frac{y^2+1}{y+1}dy. Since the variables can be separated, the equation is separable. Distractor B is a common misconception before algebraic manipulation. The equation is not linear due to the y2y^2 term. It is not homogeneous because the degrees of the terms are not consistent.

Question 11

For which integer value(s) of nn is the linear differential equation xdydxny=xn+1exx\frac{dy}{dx} - ny = x^{n+1}e^x also a separable equation? (Assume x>0x>0)

  1. For n=0n=0 only. (correct answer)
  2. For n=1n=1 only.
  3. For all integer values of nn.
  4. For no integer values of nn.
Explanation: First, rewrite the equation in the form dydx=F(x,y)\frac{dy}{dx} = F(x,y): dydx=nyx+xnex\frac{dy}{dx} = \frac{ny}{x} + x^n e^x. For this equation to be separable, F(x,y)F(x,y) must be factorable into a product g(x)h(y)g(x)h(y). The expression is a sum of two terms. It can only be factored if the terms share a common factor related to yy or xx. If n=0n=0, the equation becomes dydx=0yx+x0ex\frac{dy}{dx} = \frac{0 \cdot y}{x} + x^0 e^x, which simplifies to dydx=ex\frac{dy}{dx} = e^x. This can be written as dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y) where g(x)=exg(x)=e^x and h(y)=1h(y)=1. Thus, it is separable for n=0n=0. For any other integer n0n \neq 0, the right side nyx+xnex\frac{ny}{x} + x^n e^x cannot be factored into a product of a function of xx and a function of yy. Therefore, the equation is separable only for n=0n=0.

Question 12

Which one of the following differential equations, involving logarithmic functions, is separable?

  1. dydx=ln(x+y2)\frac{dy}{dx} = \ln(x+y^2)
  2. dydx=ln(x)+ln(y2)\frac{dy}{dx} = \ln(x) + \ln(y^2)
  3. dydx=(ln(xy))2\frac{dy}{dx} = (\ln(xy))^2
  4. dydx=xln(y2)+ln(y2)\frac{dy}{dx} = x\ln(y^2) + \ln(y^2) (correct answer)
Explanation: We test each equation for separability. A: The sum x+y2x+y^2 inside the logarithm prevents separation. B: Using logarithm properties, dydx=ln(x)+2ln(y)\frac{dy}{dx} = \ln(x) + 2\ln(y). This is a sum of a function of xx and a function of yy, not a product, so it is not separable. C: Using logarithm properties, dydx=(ln(x)+ln(y))2=(lnx)2+2(lnx)(lny)+(lny)2\frac{dy}{dx} = (\ln(x) + \ln(y))^2 = (\ln x)^2 + 2(\ln x)(\ln y) + (\ln y)^2. This expression is not factorable into g(x)h(y)g(x)h(y). D: We can factor the right side: dydx=xln(y2)+ln(y2)=(x+1)ln(y2)=(x+1)(2lny)\frac{dy}{dx} = x\ln(y^2) + \ln(y^2) = (x+1)\ln(y^2) = (x+1)(2\ln y). This is in the form g(x)h(y)g(x)h(y), so it is separable.

Question 13

Consider the differential equation dydx=f(x,y)\frac{dy}{dx} = f(x,y). Which of the following choices for f(x,y)f(x,y) results in a separable equation for which y=0y=0 is a singular solution?

  1. f(x,y)=xy2f(x,y) = xy^2 (correct answer)
  2. f(x,y)=xyf(x,y) = xy
  3. f(x,y)=x+yf(x,y) = x+y
  4. f(x,y)=y/xf(x,y) = y/x
Explanation: A singular solution is a solution that cannot be obtained from the general solution by choosing a value for the integration constant. First, we identify which equations are separable. A, B, and D are separable. C is not. Now we analyze the solutions. A: dydx=xy2    dyy2=xdx    1y=x22+C    y=2x2+2C\frac{dy}{dx} = xy^2 \implies \frac{dy}{y^2} = x dx \implies -\frac{1}{y} = \frac{x^2}{2} + C \implies y = \frac{-2}{x^2+2C}. The constant solution y=0y=0 (which makes h(y)=y2=0h(y)=y^2=0) cannot be obtained from this general solution for any finite value of CC. Thus, y=0y=0 is a singular solution. B: dydx=xy    dyy=xdx    lny=x22+C    y=Aex2/2\frac{dy}{dx} = xy \implies \frac{dy}{y} = x dx \implies \ln|y| = \frac{x^2}{2} + C \implies y=Ae^{x^2/2}. Here, y=0y=0 is obtained when A=0A=0, so it's a particular solution. D: dydx=y/x    dyy=dxx    lny=lnx+C    y=Ax\frac{dy}{dx}=y/x \implies \frac{dy}{y}=\frac{dx}{x} \implies \ln|y| = \ln|x|+C \implies y=Ax. Here, y=0y=0 is obtained when A=0A=0, so it's a particular solution.

Question 14

Which of the following differential equations is separable but NOT linear?

  1. dydx=yx\frac{dy}{dx} = \frac{y}{x}
  2. dydx=x2y\frac{dy}{dx} = x^2 y
  3. dydx=ycos(x)+sin(x)\frac{dy}{dx} = y\cos(x) + \sin(x)
  4. dydx=cos(x)y\frac{dy}{dx} = \frac{\cos(x)}{y} (correct answer)
Explanation: We must check both conditions (separable, not linear) for each option. A: dydx=yx\frac{dy}{dx} = \frac{y}{x} is separable (dyy=dxx\frac{dy}{y} = \frac{dx}{x}) and linear (dydx1xy=0\frac{dy}{dx} - \frac{1}{x}y = 0). B: dydx=x2y\frac{dy}{dx} = x^2 y is separable (dyy=x2dx\frac{dy}{y} = x^2 dx) and linear (dydxx2y=0\frac{dy}{dx} - x^2 y = 0). C: dydx=ycos(x)+sin(x)\frac{dy}{dx} = y\cos(x) + \sin(x) is linear, but it is not separable due to the term sin(x)\sin(x). D: dydx=cos(x)y\frac{dy}{dx} = \frac{\cos(x)}{y} is separable (ydy=cos(x)dxy dy = \cos(x) dx). It is not linear because the dependent variable yy appears as 1/y1/y, which is not a linear function of yy. Therefore, this is the correct answer.

Question 15

The differential equation (x2+1)dydx=xy+yx2+1\left(x^2 + 1\right)\frac{dy}{dx} = xy + y\sqrt{x^2 + 1} can be analyzed for separability. Which statement correctly describes the separability and the required steps?

  1. The equation is separable after dividing both sides by (x2+1)(x^2 + 1) and recognizing that x+x2+1x2+1=ddx[sinh1(x)]\frac{x + \sqrt{x^2 + 1}}{x^2 + 1} = \frac{d}{dx}[\operatorname{sinh}^{-1}(x)]
  2. The equation is not separable because the term yx2+1y\sqrt{x^2 + 1} creates a mixed radical expression that cannot be separated into functions of xx and yy independently
  3. The equation becomes separable only after the substitution u=x2+1u = x^2 + 1, which eliminates the radical and allows factorization
  4. The equation is separable after factoring the right side as y(x+x2+1)y(x + \sqrt{x^2 + 1}) and rearranging to dyy=x+x2+1x2+1dx\frac{dy}{y} = \frac{x + \sqrt{x^2 + 1}}{x^2 + 1}\,dx (correct answer)
Explanation: When you encounter a differential equation and need to determine separability, always look for ways to factor and rearrange terms so that all functions of x appear on one side and all functions of y on the other. Starting with (x2+1)dydx=xy+yx2+1(x^2 + 1)\frac{dy}{dx} = xy + y\sqrt{x^2 + 1}, the key insight is to factor the right side. Notice that both terms contain y: xy+yx2+1=y(x+x2+1)xy + y\sqrt{x^2 + 1} = y(x + \sqrt{x^2 + 1}). This factorization allows you to rewrite the equation as (x2+1)dydx=y(x+x2+1)(x^2 + 1)\frac{dy}{dx} = y(x + \sqrt{x^2 + 1}). Now you can separate variables by dividing both sides by y(x2+1)y(x^2 + 1): dyy=x+x2+1x2+1dx\frac{dy}{y} = \frac{x + \sqrt{x^2 + 1}}{x^2 + 1}\,dx. This confirms that choice D is correct. Choice A incorrectly focuses on recognizing a specific derivative formula rather than the fundamental separability process. While the derivative relationship mentioned is mathematically correct, it's not necessary for determining separability. Choice B incorrectly concludes the equation isn't separable, missing the crucial factorization step that makes separation possible. Choice C suggests an unnecessary substitution—the equation is already separable without any substitution once you factor properly. The key strategy here is to always look for common factors when you have multiple terms. In differential equations, factoring often reveals hidden separability that isn't immediately obvious. Don't get distracted by complex-looking expressions; focus on the algebraic structure first.

Question 16

The equation dydx=x+y+1xy1\frac{dy}{dx} = \frac{x + y + 1}{x - y - 1} appears non-separable in its current form. Which transformation most directly leads to a separable equation?

  1. Use the substitution u=x+yu = x + y and v=xyv = x - y to create a system of first-order equations that can be solved independently
  2. Translate the coordinate system by setting X=x+hX = x + h and Y=y+kY = y + k where hh and kk are chosen to eliminate the constant terms (correct answer)
  3. Factor the numerator and denominator to find common terms that can be cancelled, revealing the underlying separable structure
  4. Apply the integrating factor method directly since the equation is linear in the transformed variables after appropriate substitution
Explanation: The equation has the form dydx=ax+by+cdx+ey+f\frac{dy}{dx} = \frac{ax + by + c}{dx + ey + f} with a=1,b=1,c=1,d=1,e=1,f=1a=1, b=1, c=1, d=1, e=-1, f=-1. To eliminate constants, we solve x+y+1=0x + y + 1 = 0 and xy1=0x - y - 1 = 0 simultaneously, giving x=0,y=1x = 0, y = -1. Setting X=x0=xX = x - 0 = x and Y=y(1)=y+1Y = y - (-1) = y + 1, the equation becomes dYdX=X+(Y1)+1X(Y1)1=X+YXY\frac{dY}{dX} = \frac{X + (Y-1) + 1}{X - (Y-1) - 1} = \frac{X + Y}{X - Y}, which is homogeneous and can be made separable with v=YXv = \frac{Y}{X}. Choice A creates an unnecessarily complex system. Choice C won't work since there are no common factors. Choice D misidentifies the equation type.

Question 17

A student encounters the equation sin(x)dydx=ycos(x)+y2cos(x)\sin(x)\frac{dy}{dx} = y\cos(x) + y^2\cos(x) and wants to determine if it's separable. Which analysis correctly identifies the separability and the method?

  1. The equation is not separable because the trigonometric functions sin(x)\sin(x) and cos(x)\cos(x) appear with different powers and cannot be factored appropriately
  2. The equation is separable by first dividing by cos(x)\cos(x): tan(x)dydx=y+y2\tan(x)\frac{dy}{dx} = y + y^2, then separating as dyy(1+y)=dxtan(x)\frac{dy}{y(1+y)} = \frac{dx}{\tan(x)}
  3. The equation is separable after factoring: sin(x)dydx=ycos(x)(1+y)\sin(x)\frac{dy}{dx} = y\cos(x)(1 + y), which gives dyy(1+y)=cos(x)sin(x)dx=cot(x)dx\frac{dy}{y(1+y)} = \frac{\cos(x)}{\sin(x)}\,dx = \cot(x)\,dx (correct answer)
  4. The equation requires the substitution u=tan(x)u = \tan(x) to become separable, since dudx=sec2(x)=1+tan2(x)\frac{du}{dx} = \sec^2(x) = 1 + \tan^2(x)
Explanation: When you encounter a differential equation, the first step is determining whether it's separable—meaning you can rewrite it so all terms involving one variable (and its differential) are on one side, and all terms involving the other variable are on the opposite side. Looking at sin(x)dydx=ycos(x)+y2cos(x)\sin(x)\frac{dy}{dx} = y\cos(x) + y^2\cos(x), the key insight is recognizing that the right side can be factored. Notice that both terms contain cos(x)\cos(x) and involve yy: ycos(x)+y2cos(x)=ycos(x)(1+y)y\cos(x) + y^2\cos(x) = y\cos(x)(1 + y). This gives us sin(x)dydx=ycos(x)(1+y)\sin(x)\frac{dy}{dx} = y\cos(x)(1 + y). Now you can separate variables by dividing both sides appropriately: dyy(1+y)=cos(x)sin(x)dx=cot(x)dx\frac{dy}{y(1+y)} = \frac{\cos(x)}{\sin(x)}dx = \cot(x)dx. This confirms the equation is separable, making choice C correct. Choice A incorrectly assumes that different trigonometric functions automatically prevent separability—this misses the crucial factoring step. Choice B makes an error by dividing by cos(x)\cos(x) first, which creates tan(x)dydx=y+y2\tan(x)\frac{dy}{dx} = y + y^2. While this factors the right side, you cannot separate dyy(1+y)=dxtan(x)\frac{dy}{y(1+y)} = \frac{dx}{\tan(x)} cleanly since 1tan(x)=cot(x)\frac{1}{\tan(x)} = \cot(x) is integrable, but the approach shown is unnecessarily complicated. Choice D suggests a substitution that's completely unnecessary since the equation is already separable. Strategy tip: Always look for factoring opportunities on both sides of a differential equation before concluding it's not separable. Common factors often make separation possible.

Question 18

Consider the differential equation dydx=x2+xyy2+xy\frac{dy}{dx} = \frac{x^2 + xy}{y^2 + xy}. After factoring both numerator and denominator, which of the following statements about separability is correct?

  1. The equation is separable because it can be written as dydx=x(x+y)y(y+x)\frac{dy}{dx} = \frac{x(x+y)}{y(y+x)}, which simplifies to dydx=xy\frac{dy}{dx} = \frac{x}{y} (correct answer)
  2. The equation is not separable because the factored form x(x+y)y(y+x)\frac{x(x+y)}{y(y+x)} contains mixed terms that cannot be separated into functions of xx alone and yy alone
  3. The equation is separable only when x+y0x + y \neq 0, but becomes non-separable along the line y=xy = -x
  4. The equation is separable because after factoring, it has the form dydx=f(xy)\frac{dy}{dx} = f(xy) where ff is a function of the product xyxy only
Explanation: Factoring gives dydx=x(x+y)y(y+x)=x(x+y)y(x+y)\frac{dy}{dx} = \frac{x(x+y)}{y(y+x)} = \frac{x(x+y)}{y(x+y)}. Since x+yx+y appears in both numerator and denominator, we can cancel (assuming x+y0x+y \neq 0) to get dydx=xy\frac{dy}{dx} = \frac{x}{y}, which is clearly separable as ydy=xdxy\,dy = x\,dx. Choice B is wrong because it fails to recognize the cancellation. Choice C incorrectly suggests the separability depends on the constraint x+y0x+y \neq 0, but this is just a domain restriction. Choice D is wrong because this is not a function of xyxy alone after simplification.

Question 19

Consider the equation dydx=ex+yexyex+y+exy\frac{dy}{dx} = \frac{e^{x+y} - e^{x-y}}{e^{x+y} + e^{x-y}}. To determine if this equation is separable, which analysis is most appropriate?

  1. Factor out exe^x from both numerator and denominator to obtain dydx=eyeyey+ey=tanh(y)\frac{dy}{dx} = \frac{e^y - e^{-y}}{e^y + e^{-y}} = \tanh(y), which is separable (correct answer)
  2. Use the substitution u=x+yu = x + y and v=xyv = x - y to transform the equation into a system that can be analyzed for separability
  3. Recognize that ex+yexy=ex(eyey)e^{x+y} - e^{x-y} = e^x(e^y - e^{-y}) and ex+y+exy=ex(ey+ey)e^{x+y} + e^{x-y} = e^x(e^y + e^{-y}), so the equation separates immediately
  4. The equation cannot be separated because the exponential terms create non-linear coupling between xx and yy that cannot be factored into independent functions
Explanation: We have ex+y=exeye^{x+y} = e^x \cdot e^y and exy=exeye^{x-y} = e^x \cdot e^{-y}. So the equation becomes dydx=exeyexeyexey+exey=ex(eyey)ex(ey+ey)=eyeyey+ey\frac{dy}{dx} = \frac{e^x e^y - e^x e^{-y}}{e^x e^y + e^x e^{-y}} = \frac{e^x(e^y - e^{-y})}{e^x(e^y + e^{-y})} = \frac{e^y - e^{-y}}{e^y + e^{-y}}. Since eyeyey+ey=tanh(y)\frac{e^y - e^{-y}}{e^y + e^{-y}} = \tanh(y), we get dydx=tanh(y)\frac{dy}{dx} = \tanh(y), which separates as dytanh(y)=dx\frac{dy}{\tanh(y)} = dx or coth(y)dy=dx\operatorname{coth}(y)\,dy = dx. Choice B suggests an unnecessarily complex approach. Choice C has the right factorization but poor explanation. Choice D incorrectly concludes non-separability.