Differential Equations Quiz: Homogeneous First Order Equations
20 questions · exam conditions
0:00
Homogeneous First Order EquationsQuestion 1 of 20

The general solution to the differential equation (xcos(y/x)+ysin(y/x))y=(ysin(y/x)xcos(y/x))xy(x \cos(y/x) + y \sin(y/x))y = (y \sin(y/x) - x \cos(y/x))x y' is given by which of the following implicit relations?

xysin(y/x)=Cxy \sin(y/x) = C
xycos(y/x)=Cxy \cos(y/x) = C
ycos(y/x)=Cy\cos(y/x) = C
cos(y/x)+(y/x)sin(y/x)=C\cos(y/x) + (y/x)\sin(y/x) = C
← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Homogeneous First Order Equations

Practice Homogeneous First Order Equations 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 Homogeneous First Order 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

The general solution to the differential equation (xcos(y/x)+ysin(y/x))y=(ysin(y/x)xcos(y/x))xy(x \cos(y/x) + y \sin(y/x))y = (y \sin(y/x) - x \cos(y/x))x y' is given by which of the following implicit relations?

  1. xysin(y/x)=Cxy \sin(y/x) = C
  2. xycos(y/x)=Cxy \cos(y/x) = C (correct answer)
  3. ycos(y/x)=Cy\cos(y/x) = C
  4. cos(y/x)+(y/x)sin(y/x)=C\cos(y/x) + (y/x)\sin(y/x) = C
Explanation: When you encounter a differential equation with expressions involving ratios like y/xy/x, this signals a homogeneous differential equation that often benefits from substitution methods or recognizing it as an exact equation. Let's rearrange this equation into standard form. Moving terms around, we get: (xcos(y/x)+ysin(y/x))dy(ysin(y/x)xcos(y/x))dx=0(x \cos(y/x) + y \sin(y/x))dy - (y \sin(y/x) - x \cos(y/x))dx = 0 This has the form M(x,y)dx+N(x,y)dy=0M(x,y)dx + N(x,y)dy = 0 where:
  • M=(ysin(y/x)xcos(y/x))=xcos(y/x)ysin(y/x)M = -(y \sin(y/x) - x \cos(y/x)) = x \cos(y/x) - y \sin(y/x)
  • N=xcos(y/x)+ysin(y/x)N = x \cos(y/x) + y \sin(y/x)
For an exact equation, we need My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}. You can verify this condition holds here, making this an exact differential equation. The solution comes from finding a function F(x,y)F(x,y) such that Fx=M\frac{\partial F}{\partial x} = M and Fy=N\frac{\partial F}{\partial y} = N. By inspection or integration, F(x,y)=xycos(y/x)F(x,y) = xy\cos(y/x), so the general solution is xycos(y/x)=Cxy\cos(y/x) = C. Choice A gives xysin(y/x)=Cxy \sin(y/x) = C, which would correspond to a different differential equation. Choice C, ycos(y/x)=Cy\cos(y/x) = C, is missing the crucial xx factor. Choice D represents a more complex expression that doesn't match our integrating function. Study tip: For homogeneous differential equations involving y/xy/x ratios, always check if the equation is exact first—it's often faster than substitution methods.

Question 2

The differential equation (2x2y+y3)dx+(xy22x3)dy=0(2x^2y + y^3)dx + (xy^2 - 2x^3)dy = 0 is homogeneous. After applying the substitution v=y/xv = y/x, the equation can be written in the separable form g(v)dv=dx/xg(v)dv = dx/x. What is the expression for g(v)g(v)?

  1. 2v32v2\frac{2v^3}{2-v^2}
  2. v224v\frac{v^2-2}{4v}
  3. 2v22v+v3\frac{2-v^2}{2v+v^3}
  4. 2v22v3\frac{2-v^2}{2v^3} (correct answer)
Explanation: When you encounter a homogeneous differential equation, the key strategy is using the substitution v=y/xv = y/x (so y=vxy = vx) to transform it into a separable equation. This technique works because homogeneous equations have terms where all variables have the same total degree. Starting with (2x2y+y3)dx+(xy22x3)dy=0(2x^2y + y^3)dx + (xy^2 - 2x^3)dy = 0, substitute y=vxy = vx and dy=vdx+xdvdy = v dx + x dv: (2x2(vx)+(vx)3)dx+(x(vx)22x3)(vdx+xdv)=0(2x^2(vx) + (vx)^3)dx + (x(vx)^2 - 2x^3)(v dx + x dv) = 0 Simplifying: (2x3v+v3x3)dx+(xv2x22x3)(vdx+xdv)=0(2x^3v + v^3x^3)dx + (xv^2x^2 - 2x^3)(v dx + x dv) = 0 This becomes: (2x3v+v3x3)dx+(x3v22x3)vdx+(x3v22x3)xdv=0(2x^3v + v^3x^3)dx + (x^3v^2 - 2x^3)v dx + (x^3v^2 - 2x^3)x dv = 0 Collecting dxdx terms: [2x3v+v3x3+x3v32x3v]dx+x4(v22)dv=0[2x^3v + v^3x^3 + x^3v^3 - 2x^3v]dx + x^4(v^2 - 2)dv = 0 The dxdx terms cancel to give 2v3x3dx2v^3x^3dx, so: 2v3x3dx+x4(v22)dv=02v^3x^3dx + x^4(v^2 - 2)dv = 0 Dividing by x3x^3: 2v3dx+x(v22)dv=02v^3dx + x(v^2 - 2)dv = 0 Rearranging: dvv22=2v3xdx\frac{dv}{v^2 - 2} = -\frac{2v^3}{x}dx, which gives us g(v)=2v22v3g(v) = \frac{2-v^2}{2v^3} when written as g(v)dv=dxxg(v)dv = \frac{dx}{x}. Answer D is correct. Answer A has the wrong sign in the numerator. Answer B has incorrect powers and missing factors. Answer C has the denominator wrong and doesn't match the algebraic manipulation. Remember: when applying the homogeneous substitution, carefully track all terms through the algebra—small errors in sign or powers will lead you to incorrect separable forms.

Question 3

A homogeneous differential equation has the form dy/dx=F(y/x)dy/dx = F(y/x). When the substitution y=vxy=vx is made, the equation transforms into a separable equation of the form xdvdx=f(v)x \frac{dv}{dx} = f(v). If F(v)=1v1+vF(v) = \frac{1-v}{1+v}, which of the following expressions represents the integral 1f(v)dv\int \frac{1}{f(v)} dv?

  1. 12ln12vv2+C\frac{1}{2}\ln|1-2v-v^2| + C
  2. 12ln12vv2+C-\frac{1}{2}\ln|1-2v-v^2| + C (correct answer)
  3. v2ln1v+C-v - 2\ln|1-v| + C
  4. ln1v+C-\ln|1-v| + C
Explanation: When you encounter a homogeneous differential equation problem involving the substitution y=vxy = vx, you need to carefully track how the transformation affects the equation structure. Starting with dydx=F(y/x)=1v1+v\frac{dy}{dx} = F(y/x) = \frac{1-v}{1+v} where v=y/xv = y/x, the substitution y=vxy = vx gives us dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}. Setting this equal to F(v)F(v): v+xdvdx=1v1+vv + x\frac{dv}{dx} = \frac{1-v}{1+v} Solving for xdvdxx\frac{dv}{dx}: xdvdx=1v1+vv=1vv(1+v)1+v=1vvv21+v=12vv21+vx\frac{dv}{dx} = \frac{1-v}{1+v} - v = \frac{1-v-v(1+v)}{1+v} = \frac{1-v-v-v^2}{1+v} = \frac{1-2v-v^2}{1+v} Therefore, f(v)=12vv21+vf(v) = \frac{1-2v-v^2}{1+v}, and we need 1f(v)dv=1+v12vv2dv\int \frac{1}{f(v)} dv = \int \frac{1+v}{1-2v-v^2} dv. To evaluate this integral, notice that the derivative of the denominator is 22v-2-2v, which is 2(1+v)-2(1+v). This means: 1+v12vv2dv=122(1+v)12vv2dv=12ln12vv2+C\int \frac{1+v}{1-2v-v^2} dv = -\frac{1}{2}\int \frac{-2(1+v)}{1-2v-v^2} dv = -\frac{1}{2}\ln|1-2v-v^2| + C This confirms answer B is correct. Answer A has the wrong sign on the coefficient. Answer C appears to come from incorrectly attempting partial fractions or making algebraic errors in the substitution. Answer D oversimplifies the denominator structure. Remember: in homogeneous equation problems, always double-check your algebra when computing f(v)=F(v)vf(v) = F(v) - v, as small errors here cascade through the entire solution.

Question 4

The non-homogeneous differential equation dydx=yx+1y+x+5\frac{dy}{dx} = \frac{y-x+1}{y+x+5} can be transformed into a homogeneous equation in variables uu and vv by a substitution of the form x=u+h,y=v+kx=u+h, y=v+k. What are the required constant values for hh and kk?

  1. h=2,k=3h = 2, k = 3
  2. h=2,k=3h = -2, k = -3 (correct answer)
  3. h=3,k=2h = -3, k = -2
  4. h=1,k=5h = 1, k = 5
Explanation: When you encounter a differential equation like dydx=yx+1y+x+5\frac{dy}{dx} = \frac{y-x+1}{y+x+5}, you should recognize this as a non-homogeneous equation that can be made homogeneous through translation. A homogeneous differential equation has the form dydx=f(yx)\frac{dy}{dx} = f\left(\frac{y}{x}\right), but here we have linear terms with constants that prevent this structure. To transform this equation using substitutions x=u+hx = u + h and y=v+ky = v + k, we need the constant terms to vanish. Substituting these expressions gives us: dvdu=(v+k)(u+h)+1(v+k)+(u+h)+5=vu+(kh+1)v+u+(k+h+5)\frac{dv}{du} = \frac{(v+k)-(u+h)+1}{(v+k)+(u+h)+5} = \frac{v-u+(k-h+1)}{v+u+(k+h+5)} For this to become homogeneous, both constant terms in the parentheses must equal zero:
  • kh+1=0k - h + 1 = 0
  • k+h+5=0k + h + 5 = 0
Solving this system: From the second equation, k=h5k = -h - 5. Substituting into the first: (h5)h+1=0(-h - 5) - h + 1 = 0, which gives 2h4=0-2h - 4 = 0, so h=2h = -2. Therefore, k=(2)5=3k = -(-2) - 5 = -3. Choice A gives h=2,k=3h = 2, k = 3, which would leave non-zero constant terms. Choice C reverses the values (h=3,k=2h = -3, k = -2), failing to satisfy our system. Choice D (h=1,k=5h = 1, k = 5) also produces non-zero constants when substituted. The answer is B: h=2,k=3h = -2, k = -3. Study tip: Always set up the system by requiring both constant terms to vanish simultaneously—this is the key to transforming non-homogeneous equations into homogeneous ones.

Question 5

A solution to the differential equation xdy=(y+x2+y2)dxx dy = (y + \sqrt{x^2+y^2}) dx for x>0x>0 passes through the point (1,0)(1, 0). What is the y-intercept of the line tangent to this solution curve at x=3x=\sqrt{3}?

  1. 00
  2. 1-1
  3. 2-2 (correct answer)
  4. 1231-2\sqrt{3}
Explanation: When you encounter a differential equation like this one, recognize it as a homogeneous equation that can be solved using the substitution method. The presence of x2+y2\sqrt{x^2+y^2} is a key indicator that the substitution v=yxv = \frac{y}{x} (so y=vxy = vx) will simplify the equation. Making this substitution and using dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}, the equation becomes: x(v+xdvdx)=v+1+v2x(v + x\frac{dv}{dx}) = v + \sqrt{1+v^2} This simplifies to xdvdx=1+v2x\frac{dv}{dx} = \sqrt{1+v^2}, which separates as: dv1+v2=dxx\frac{dv}{\sqrt{1+v^2}} = \frac{dx}{x} Integrating both sides gives sinh1(v)=lnx+C\sinh^{-1}(v) = \ln|x| + C. Using the initial condition (1,0)(1,0) where v=0v = 0, we find C=0C = 0. Therefore v=sinh(lnx)=x212xv = \sinh(\ln x) = \frac{x^2-1}{2x}, so y=x212y = \frac{x^2-1}{2}. At x=3x = \sqrt{3}, we have y=312=1y = \frac{3-1}{2} = 1 and dydx=x=3\frac{dy}{dx} = x = \sqrt{3}. The tangent line at (3,1)(\sqrt{3}, 1) with slope 3\sqrt{3} is: y1=3(x3)y - 1 = \sqrt{3}(x - \sqrt{3}) y=3x2y = \sqrt{3}x - 2 The y-intercept is 2-2, which is choice C. Choice A (00) might come from incorrectly using the initial point. Choice B (1-1) could result from calculation errors in finding the slope or intercept. Choice D (1231-2\sqrt{3}) might arise from sign errors or incorrect substitution of the point coordinates. Always verify your solution satisfies both the differential equation and initial condition before finding tangent lines.

Question 6

The general solution to the homogeneous differential equation xdydx=y+xey/xx \frac{dy}{dx} = y + x e^{y/x} can be written in the implicit form f(x,y)=Cf(x, y) = C. Which of the following is a valid expression for f(x,y)f(x, y)?

  1. lnx+ey/xln|x| + e^{-y/x} (correct answer)
  2. lnxey/xln|x| - e^{-y/x}
  3. ey/xlnxe^{y/x} - ln|x|
  4. ey/x+xe^{-y/x} + x
Explanation: First, rewrite the equation as dydx=yx+ey/x\frac{dy}{dx} = \frac{y}{x} + e^{y/x}. This is a homogeneous equation. Use the substitution y=vxy = vx, which implies dydx=v+xdvdx\frac{dy}{dx} = v + x \frac{dv}{dx}. The equation becomes v+xdvdx=v+evv + x \frac{dv}{dx} = v + e^v. This simplifies to xdvdx=evx \frac{dv}{dx} = e^v. Separating variables, we get evdv=dxxe^{-v} dv = \frac{dx}{x}. Integrating both sides yields evdv=dxx\int e^{-v} dv = \int \frac{dx}{x}, which gives ev=lnx+C1-e^{-v} = ln|x| + C_1. Substituting back v=y/xv = y/x, we have ey/x=lnx+C1-e^{-y/x} = ln|x| + C_1. Rearranging to the form f(x,y)=Cf(x, y) = C, we get lnx+ey/x=C1ln|x| + e^{-y/x} = -C_1. Letting C=C1C = -C_1, the solution is lnx+ey/x=Cln|x| + e^{-y/x} = C.

Question 7

The differential equation (x2+3y2)dx2xydy=0(x^2+3y^2)dx - 2xy\,dy = 0 is homogeneous. After applying the substitution y=vxy=vx, which of the following separable differential equations in terms of vv and xx is obtained?

  1. 2v1+v2dv=dxx\frac{2v}{1+v^2} dv = \frac{dx}{x} (correct answer)
  2. 2v1+5v2dv=dxx\frac{2v}{1+5v^2} dv = \frac{dx}{x}
  3. 2v1+3v2dv=dxx\frac{2v}{1+3v^2} dv = \frac{dx}{x}
  4. 1+3v2v(13v2)dv=dxx\frac{1+3v^2}{v(1-3v^2)}dv = \frac{dx}{x}
Explanation: First, rewrite the equation in the form dydx=f(x,y)\frac{dy}{dx} = f(x,y): dydx=x2+3y22xy\frac{dy}{dx} = \frac{x^2+3y^2}{2xy}. Dividing the numerator and denominator by x2x^2 gives dydx=1+3(y/x)22(y/x)\frac{dy}{dx} = \frac{1+3(y/x)^2}{2(y/x)}. Now, let v=y/xv = y/x, so dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}. The equation becomes v+xdvdx=1+3v22vv + x\frac{dv}{dx} = \frac{1+3v^2}{2v}. To separate the variables, we isolate xdvdxx\frac{dv}{dx}: xdvdx=1+3v22vv=1+3v22v22v=1+v22vx\frac{dv}{dx} = \frac{1+3v^2}{2v} - v = \frac{1+3v^2 - 2v^2}{2v} = \frac{1+v^2}{2v}. Finally, separating the variables gives 2v1+v2dv=dxx\frac{2v}{1+v^2} dv = \frac{dx}{x}.
  • B is incorrect because it results from adding vv to the right side instead of subtracting it.
  • C is incorrect because it comes from forgetting the vv term in the product rule substitution for dydx\frac{dy}{dx}, i.e., using dydx=xdvdx\frac{dy}{dx} = x\frac{dv}{dx}.
  • D is incorrect because it would arise from incorrectly setting up the initial derivative as dydx=2xyx2+3y2\frac{dy}{dx} = \frac{2xy}{x^2+3y^2}.

Question 8

The general solution to the homogeneous differential equation xdydx=y+y2x2x \frac{dy}{dx} = y + \sqrt{y^2-x^2} for y>x>0y>x>0 is sought. Which of the following equations implicitly defines the solution family?

  1. y+y2x2=Cx2y + \sqrt{y^2-x^2} = Cx^2 (correct answer)
  2. arcsin(y/x)=lnx+C\arcsin(y/x) = \ln|x| + C
  3. yy2x2=Cx2y - \sqrt{y^2-x^2} = Cx^2
  4. y+y2x2=Cxy + \sqrt{y^2-x^2} = Cx
Explanation: First, divide by xx to get dydx=yx+(yx)21\frac{dy}{dx} = \frac{y}{x} + \sqrt{(\frac{y}{x})^2-1}. Let v=y/xv=y/x, so dydx=v+xdvdx\frac{dy}{dx}=v+x\frac{dv}{dx}. The equation becomes v+xdvdx=v+v21v+x\frac{dv}{dx} = v + \sqrt{v^2-1}. This simplifies to xdvdx=v21x\frac{dv}{dx} = \sqrt{v^2-1}. Separating variables yields dvv21=dxx\frac{dv}{\sqrt{v^2-1}} = \frac{dx}{x}. Integrating both sides gives lnv+v21=lnx+C1\ln|v+\sqrt{v^2-1}| = \ln|x| + C_1. Let C1=lnCC_1 = \ln|C|, so lnv+v21=lnCx\ln|v+\sqrt{v^2-1}| = \ln|Cx|. This implies v+v21=Cxv+\sqrt{v^2-1} = Cx. Substituting v=y/xv=y/x back gives yx+(yx)21=Cx\frac{y}{x} + \sqrt{(\frac{y}{x})^2-1} = Cx, which simplifies to y+y2x2x=Cx\frac{y+\sqrt{y^2-x^2}}{x} = Cx. Therefore, y+y2x2=Cx2y+\sqrt{y^2-x^2} = Cx^2.
  • B is incorrect due to a common integration error, confusing the integral of 1/v211/\sqrt{v^2-1} with that of 1/1v21/\sqrt{1-v^2}.
  • C is incorrect and would result from a sign error, for instance starting with xdvdx=v21x\frac{dv}{dx} = -\sqrt{v^2-1}.
  • D is incorrect due to an algebraic error in the final step, failing to multiply CxCx by xx.

Question 9

The general solution to xdyydx=x2y2dxx\,dy - y\,dx = \sqrt{x^2-y^2}\,dx for x>0x>0 is found using a substitution y=vxy=vx. The resulting separated equation can be written as dvg(v)=dxx\frac{dv}{g(v)} = \frac{dx}{x}. What is the function g(v)g(v)?

  1. 1v2-\sqrt{1-v^2}
  2. v+1v2v+\sqrt{1-v^2}
  3. 1v2\sqrt{1-v^2} (correct answer)
  4. v21\sqrt{v^2-1}
Explanation: When you encounter a differential equation with terms like xdyydxx\,dy - y\,dx alongside expressions involving x2y2\sqrt{x^2-y^2}, this signals a homogeneous differential equation that's perfect for the substitution y=vxy = vx. Let's work through the substitution systematically. Starting with y=vxy = vx, we get dy=vdx+xdvdy = v\,dx + x\,dv. Substituting into the original equation: x(vdx+xdv)vxdx=x2(vx)2dxx(v\,dx + x\,dv) - vx\,dx = \sqrt{x^2-(vx)^2}\,dx Expanding the left side: xvdx+x2dvvxdx=x2v2x2dxxv\,dx + x^2\,dv - vx\,dx = \sqrt{x^2-v^2x^2}\,dx The xvdxxv\,dx terms cancel, leaving: x2dv=x2(1v2)dxx^2\,dv = \sqrt{x^2(1-v^2)}\,dx Since x>0x > 0, we have x2(1v2)=x1v2\sqrt{x^2(1-v^2)} = x\sqrt{1-v^2}, so: x2dv=x1v2dxx^2\,dv = x\sqrt{1-v^2}\,dx Dividing both sides by xx: xdv=1v2dxx\,dv = \sqrt{1-v^2}\,dx Separating variables: dv1v2=dxx\frac{dv}{\sqrt{1-v^2}} = \frac{dx}{x} Therefore, g(v)=1v2g(v) = \sqrt{1-v^2}, which is choice C. Looking at the wrong answers: A has an incorrect negative sign that would flip the direction of integration. B adds an extra vv term that doesn't appear in our derivation. D uses v21\sqrt{v^2-1} instead of 1v2\sqrt{1-v^2}, which would only be valid if v1|v| \geq 1, contradicting our domain requirements. Study tip: When using y=vxy = vx substitution, always remember that dy=vdx+xdvdy = v\,dx + x\,dv and carefully track sign changes during algebraic manipulation.

Question 10

The differential equation dydx=2xyy2x2\frac{dy}{dx} = \frac{2xy}{y^2-x^2} can be solved as a homogeneous equation. While both standard substitutions (y=vxy=vx and x=vyx=vy) are valid, one leads to a significantly simpler integration process. Why is the substitution x=vyx=vy preferable in this case?

  1. Because the term y2x2y^2-x^2 in the denominator suggests expressing xx in terms of yy.
  2. Because it transforms the equation into a first-order linear equation in vv and yy.
  3. Because the resulting separable equation for vv can be solved with a basic uu-substitution, whereas the alternative requires partial fractions. (correct answer)
  4. Because the substitution y=vxy=vx fails, as it would lead to division by zero for any solution passing through the line y=xy=x.
Explanation: Let's analyze both substitutions. With y=vxy=vx, the equation becomes v+xdvdx=2vv21v+x\frac{dv}{dx} = \frac{2v}{v^2-1}, which leads to xdvdx=3vv3v21x\frac{dv}{dx} = \frac{3v-v^3}{v^2-1}. The separated form is v21v(3v2)dv=dxx\frac{v^2-1}{v(3-v^2)}dv = \frac{dx}{x}, which requires integration using partial fractions. Now consider x=vyx=vy. This implies dxdy=y2x22xy=1(x/y)22(x/y)\frac{dx}{dy} = \frac{y^2-x^2}{2xy} = \frac{1-(x/y)^2}{2(x/y)}. Let v=x/yv=x/y, so dxdy=v+ydvdy\frac{dx}{dy} = v+y\frac{dv}{dy}. The equation becomes v+ydvdy=1v22vv+y\frac{dv}{dy} = \frac{1-v^2}{2v}, which leads to ydvdy=13v22vy\frac{dv}{dy} = \frac{1-3v^2}{2v}. The separated form is 2v13v2dv=dyy\frac{2v}{1-3v^2}dv = \frac{dy}{y}. The integral on the left can be solved with a simple uu-substitution (u=13v2u=1-3v^2). Thus, the substitution x=vyx=vy is preferable because it leads to a much simpler integral.
  • A is incorrect as this reasoning is heuristic and not mathematically precise.
  • B is incorrect because the substitution leads to a separable equation, not a linear one.
  • D is incorrect because while domain issues can be a concern, they are not the primary reason for preferring one substitution over the other based on computational efficiency.

Question 11

Consider a solution curve y=f(x)y=f(x) for a homogeneous first-order differential equation dydx=G(y/x)\frac{dy}{dx} = G(y/x). If this curve passes through the point (a,b)(a, b), which of the following statements about other points and curves must be true?

  1. All solution curves are straight lines passing through the origin.
  2. The curve defined by yc(x)=cf(x/c)y_c(x) = c f(x/c) for any constant c>0c > 0 is also a solution curve. (correct answer)
  3. The slope of the tangent to any solution curve at (ka,kb)(ka, kb) is kk times the slope at (a,b)(a,b) for any k>0k > 0.
  4. The function y=f(x)+Cy = f(x) + C for any constant CC represents the family of all solution curves.
Explanation: A key geometric property of homogeneous equations is that their direction fields are constant along any ray from the origin. This means that if the (x,y)(x,y) plane is scaled by a factor cc, the solution curves are mapped onto other solution curves. If y=f(x)y=f(x) is a solution, then the scaled function yc(x)=cf(x/c)y_c(x) = c f(x/c) is also a solution. This can be verified by differentiation: dycdx=cf(x/c)(1/c)=f(x/c)\frac{dy_c}{dx} = c f'(x/c) \cdot (1/c) = f'(x/c). Since f(x)f(x) is a solution, f(x)=G(f(x)/x)f'(x) = G(f(x)/x). Thus, dycdx=G(f(x/c)/(x/c))\frac{dy_c}{dx} = G(f(x/c)/(x/c)). Also, G(yc/x)=G(cf(x/c)/x)=G(f(x/c)/(x/c))G(y_c/x) = G(cf(x/c)/x) = G(f(x/c)/(x/c)). So, dycdx=G(yc/x)\frac{dy_c}{dx} = G(y_c/x), and yc(x)y_c(x) is a solution.
  • A is incorrect. This is only true for the simple case y=y/xy' = y/x.
  • C is incorrect. The slope depends only on the ratio y/xy/x. At (ka,kb)(ka, kb), the slope is G(kb/ka)=G(b/a)G(kb/ka) = G(b/a), which is the same as the slope at (a,b)(a,b).
  • D is incorrect. This describes vertical shifting, which is a property of solutions to equations of the form y=h(x)y' = h(x), not homogeneous equations.

Question 12

A student is solving the equation xy=2x+yx y' = 2x + y. They correctly identify it as a homogeneous equation and apply the substitution y=vxy=vx. However, they make a common error in the substitution for yy', replacing it with xdvdxx\frac{dv}{dx} instead of the correct v+xdvdxv+x\frac{dv}{dx}. Following this incorrect procedure, what general solution do they obtain?

  1. y=Cx2xlnxy = Cx - 2x\ln|x|
  2. y=2xlnx+Cxy = 2x\ln|x| + Cx
  3. y=Cex2x2y = Ce^x - 2x - 2
  4. y=Cx22xy = Cx^2 - 2x (correct answer)
Explanation: This problem tests your understanding of the substitution method for homogeneous differential equations, specifically what happens when you make a common algebraic error during the substitution process. Starting with xy=2x+yxy' = 2x + y and using the substitution y=vxy = vx, you need to find yy'. The correct derivative is y=v+xdvdxy' = v + x\frac{dv}{dx} using the product rule. However, the student incorrectly uses y=xdvdxy' = x\frac{dv}{dx}, missing the vv term. With this incorrect substitution, the equation becomes: xxdvdx=2x+vxx \cdot x\frac{dv}{dx} = 2x + vx x2dvdx=x(2+v)x^2\frac{dv}{dx} = x(2 + v) xdvdx=2+vx\frac{dv}{dx} = 2 + v dvdx=2+vx\frac{dv}{dx} = \frac{2 + v}{x} This separates to dv2+v=dxx\frac{dv}{2 + v} = \frac{dx}{x}. Integrating both sides gives ln2+v=lnx+C1\ln|2 + v| = \ln|x| + C_1, which leads to 2+v=Cx2 + v = Cx, so v=Cx2v = Cx - 2. Since y=vxy = vx, the incorrect solution is y=Cx22xy = Cx^2 - 2x. Answer D matches this flawed derivation. Answer A represents the correct solution to the original equation. Answer B looks similar to A but with terms reversed. Answer C suggests an exponential solution, which would arise from a completely different type of equation. Study tip: When using y=vxy = vx substitution, always remember that y=v+xdvdxy' = v + x\frac{dv}{dx} by the product rule—the vv term is crucial and easily forgotten under exam pressure.

Question 13

A homogeneous differential equation of the form dydx=F(yx)\frac{dy}{dx} = F\left(\frac{y}{x}\right) is given by dydx=y2x22xy\frac{dy}{dx} = \frac{y^2 - x^2}{2xy}. After applying the substitution v=yxv = \frac{y}{x} and reaching the separated form, the student obtains 2vv21dv=dxx\int \frac{2v}{v^2 - 1} dv = \int \frac{dx}{x}. Which of the following represents the correct evaluation of the left-hand integral?

  1. lnv211/2+C\ln|v^2 - 1|^{1/2} + C
  2. 12lnv21+C\frac{1}{2}\ln|v^2 - 1| + C
  3. lnv21+C\ln|v^2 - 1| + C (correct answer)
  4. 2lnv12lnv+1+C2\ln|v - 1| - 2\ln|v + 1| + C
Explanation: When you encounter a homogeneous differential equation and need to evaluate an integral after substitution, the key is recognizing the correct integration technique and applying it carefully. To evaluate 2vv21dv\int \frac{2v}{v^2 - 1} dv, you should use substitution. Let u=v21u = v^2 - 1, so du=2vdvdu = 2v \, dv. This transforms the integral to 1udu=lnu+C\int \frac{1}{u} du = \ln|u| + C. Substituting back gives lnv21+C\ln|v^2 - 1| + C. Answer C is correct because it represents the proper application of the natural logarithm integration rule after the appropriate substitution. Answer A, lnv211/2+C\ln|v^2 - 1|^{1/2} + C, incorrectly applies logarithm properties. While lnv211/2=12lnv21\ln|v^2 - 1|^{1/2} = \frac{1}{2}\ln|v^2 - 1|, this suggests the student might have confused the coefficient placement. Answer B, 12lnv21+C\frac{1}{2}\ln|v^2 - 1| + C, represents a common error where students incorrectly handle the coefficient 2 in the numerator. This would be the result if you mistakenly treated the integral as 122vv21dv\frac{1}{2} \int \frac{2v}{v^2 - 1} dv instead of recognizing the perfect substitution. Answer D uses partial fraction decomposition, which is unnecessary here. While 2vv21\frac{2v}{v^2 - 1} could theoretically be decomposed, the direct substitution method is more efficient and less error-prone. Study tip: When you see a rational function where the numerator is the derivative (or a constant multiple) of the denominator, always try uu-substitution first before attempting partial fractions. This pattern appears frequently in differential equations.

Question 14

A differential equation of the form dydx=ax+bycx+dy\frac{dy}{dx} = \frac{ax + by}{cx + dy} is homogeneous if and only if a certain condition is satisfied. Given the equation dydx=3x+2yx+ky\frac{dy}{dx} = \frac{3x + 2y}{x + ky} where kk is a parameter, for which value(s) of kk can this equation be solved using the substitution v=yxv = \frac{y}{x}?

  1. k=23k = \frac{2}{3} only
  2. k=32k = \frac{3}{2} only
  3. Any value of kk except k=0k = 0
  4. Any real value of kk including k=0k = 0 (correct answer)
Explanation: A differential equation dydx=ax+bycx+dy\frac{dy}{dx} = \frac{ax + by}{cx + dy} is homogeneous when both the numerator and denominator are homogeneous functions of the same degree. For dydx=3x+2yx+ky\frac{dy}{dx} = \frac{3x + 2y}{x + ky}, both the numerator 3x+2y3x + 2y and denominator x+kyx + ky are homogeneous functions of degree 1 (each term has total degree 1 in xx and yy). This is true regardless of the value of kk. We can verify by dividing numerator and denominator by xx: dydx=3+2yx1+kyx\frac{dy}{dx} = \frac{3 + 2\frac{y}{x}}{1 + k\frac{y}{x}}, which is a function of yx\frac{y}{x} alone for any value of kk, including k=0k = 0 (which gives dydx=3+2yx\frac{dy}{dx} = 3 + 2\frac{y}{x}). The substitution v=yxv = \frac{y}{x} will work for any value of kk. Some students might think k=0k = 0 causes problems because the denominator becomes just xx, but this doesn't prevent the homogeneous substitution from working. Others might think there's a specific relationship needed between the coefficients, but homogeneity only requires that all terms have the same degree, which is satisfied here for any kk.

Question 15

The differential equation xdydx=y+x2+y2x\frac{dy}{dx} = y + \sqrt{x^2 + y^2} can be solved using a homogeneous substitution. After making the appropriate substitution and simplification, the resulting equation in terms of the new variable requires which integration technique?

  1. Direct integration after separating variables, yielding a logarithmic solution
  2. Trigonometric substitution using v=tan(θ)v = \tan(\theta) to handle the square root (correct answer)
  3. Integration by parts followed by separation of variables
  4. Partial fraction decomposition after rationalizing the denominator
Explanation: Dividing by xx: dydx=yx+x2+y2x=yx+1+(yx)2\frac{dy}{dx} = \frac{y}{x} + \frac{\sqrt{x^2 + y^2}}{x} = \frac{y}{x} + \sqrt{1 + \left(\frac{y}{x}\right)^2}. With v=yxv = \frac{y}{x}, this becomes v+xdvdx=v+1+v2v + x\frac{dv}{dx} = v + \sqrt{1 + v^2}, so xdvdx=1+v2x\frac{dv}{dx} = \sqrt{1 + v^2}. Separating: dv1+v2=dxx\frac{dv}{\sqrt{1 + v^2}} = \frac{dx}{x}. The left side integral dv1+v2\int \frac{dv}{\sqrt{1 + v^2}} is a standard form that requires the substitution v=tan(θ)v = \tan(\theta), dv=sec2(θ)dθdv = \sec^2(\theta)d\theta, and 1+v2=1+tan2(θ)=sec(θ)\sqrt{1 + v^2} = \sqrt{1 + \tan^2(\theta)} = \sec(\theta). This gives sec2(θ)dθsec(θ)=sec(θ)dθ=lnsec(θ)+tan(θ)+C\int \frac{\sec^2(\theta)d\theta}{\sec(\theta)} = \int \sec(\theta)d\theta = \ln|\sec(\theta) + \tan(\theta)| + C. Choice A is incorrect because direct integration isn't possible with the square root. Choice C is wrong because integration by parts isn't needed. Choice D is incorrect because partial fractions don't apply to this radical expression.

Question 16

Consider the differential equation dydx=x2y2x2+xy\frac{dy}{dx} = \frac{x^2 - y^2}{x^2 + xy}. A student claims this equation is homogeneous and applies the substitution y=vxy = vx. After simplification, they obtain dvdx=13v2x(1+v)\frac{dv}{dx} = \frac{1 - 3v^2}{x(1 + v)}. What error, if any, did the student make?

  1. The equation is not homogeneous, so the substitution y=vxy = vx is inappropriate
  2. The student correctly identified the equation as homogeneous but made an algebraic error in the substitution (correct answer)
  3. The student should have used v=xyv = \frac{x}{y} instead of y=vxy = vx for this particular equation
  4. The student's work is correct; the equation simplifies to the given result
Explanation: First, check if the equation is homogeneous by dividing numerator and denominator by x2x^2: dydx=1(yx)21+yx\frac{dy}{dx} = \frac{1 - \left(\frac{y}{x}\right)^2}{1 + \frac{y}{x}}. This is indeed a function of yx\frac{y}{x} only, so it's homogeneous. With v=yxv = \frac{y}{x}, we have dydx=1v21+v\frac{dy}{dx} = \frac{1 - v^2}{1 + v} and y=vxy = vx gives dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}. Setting equal: v+xdvdx=1v21+vv + x\frac{dv}{dx} = \frac{1 - v^2}{1 + v}. Solving for dvdx\frac{dv}{dx}: xdvdx=1v21+vv=1v2v(1+v)1+v=1v2vv21+v=1v2v21+vx\frac{dv}{dx} = \frac{1 - v^2}{1 + v} - v = \frac{1 - v^2 - v(1 + v)}{1 + v} = \frac{1 - v^2 - v - v^2}{1 + v} = \frac{1 - v - 2v^2}{1 + v}. Therefore dvdx=1v2v2x(1+v)\frac{dv}{dx} = \frac{1 - v - 2v^2}{x(1 + v)}. The student wrote 13v2x(1+v)\frac{1 - 3v^2}{x(1 + v)}, missing the v-v term in the numerator. Choice A is wrong because the equation is homogeneous. Choice C is unnecessary since y=vxy = vx is the standard substitution. Choice D is incorrect due to the algebraic error.

Question 17

The general solution to the homogeneous differential equation dydx=y2+xyx2\frac{dy}{dx} = \frac{y^2 + xy}{x^2} can be written in the form y=xClnxy = \frac{x}{C - \ln|x|} where CC is an arbitrary constant. If this solution satisfies the initial condition y(e)=e2y(e) = \frac{e}{2}, what is the particular value of CC?

  1. C=1C = 1
  2. C=2C = 2
  3. C=3C = 3 (correct answer)
  4. C=32C = \frac{3}{2}
Explanation: When you encounter a differential equation problem where the general solution is already provided, your task shifts from solving the equation to applying initial conditions to find the specific constant value. Given the general solution y=xClnxy = \frac{x}{C - \ln|x|} and the initial condition y(e)=e2y(e) = \frac{e}{2}, you substitute these values directly into the equation. At x=ex = e, we have y=e2y = \frac{e}{2}, so: e2=eClne\frac{e}{2} = \frac{e}{C - \ln|e|} Since lne=ln(e)=1\ln|e| = \ln(e) = 1, this becomes: e2=eC1\frac{e}{2} = \frac{e}{C - 1} Cross-multiplying gives us e(C1)=2ee(C - 1) = 2e. Dividing both sides by ee: C1=2C - 1 = 2, therefore C=3C = 3. Let's examine why the other options fail. Option A (C=1C = 1) would make the denominator 11=01 - 1 = 0, creating an undefined expression at x=ex = e. Option B (C=2C = 2) gives us e21=e\frac{e}{2-1} = e, which is twice the required value of e2\frac{e}{2}. Option D (C=32C = \frac{3}{2}) yields e321=e12=2e\frac{e}{\frac{3}{2}-1} = \frac{e}{\frac{1}{2}} = 2e, which is four times too large. When working with initial value problems, always substitute the given point carefully and watch for cases where your constant might create undefined expressions. Double-check your arithmetic by substituting your answer back into the original condition.

Question 18

Consider the differential equation dydx=x2+xyy2+xy\frac{dy}{dx} = \frac{x^2 + xy}{y^2 + xy}. After applying the substitution v=yxv = \frac{y}{x} and simplifying, which of the following represents the resulting separable equation in terms of vv and xx?

  1. dvdx=1+vv2x(v2+v)\frac{dv}{dx} = \frac{1 + v - v^2}{x(v^2 + v)} (correct answer)
  2. dvdx=1v2x(v2+v)\frac{dv}{dx} = \frac{1 - v^2}{x(v^2 + v)}
  3. dvdx=1+vx(v2+v)vx\frac{dv}{dx} = \frac{1 + v}{x(v^2 + v)} - \frac{v}{x}
  4. dvdx=1vx(v2+v)\frac{dv}{dx} = \frac{1 - v}{x(v^2 + v)}
Explanation: Starting with dydx=x2+xyy2+xy\frac{dy}{dx} = \frac{x^2 + xy}{y^2 + xy}, divide numerator and denominator by x2x^2 to get dydx=1+yxy2x2+yx\frac{dy}{dx} = \frac{1 + \frac{y}{x}}{\frac{y^2}{x^2} + \frac{y}{x}}. With v=yxv = \frac{y}{x}, this becomes dydx=1+vv2+v\frac{dy}{dx} = \frac{1 + v}{v^2 + v}. Since y=vxy = vx, we have dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}. Setting equal: v+xdvdx=1+vv2+vv + x\frac{dv}{dx} = \frac{1 + v}{v^2 + v}. Solving for dvdx\frac{dv}{dx}: xdvdx=1+vv2+vv=1+vv(v2+v)v2+v=1+vv3v2v2+v=1+vv2v2+vx\frac{dv}{dx} = \frac{1 + v}{v^2 + v} - v = \frac{1 + v - v(v^2 + v)}{v^2 + v} = \frac{1 + v - v^3 - v^2}{v^2 + v} = \frac{1 + v - v^2}{v^2 + v}. Therefore dvdx=1+vv2x(v2+v)\frac{dv}{dx} = \frac{1 + v - v^2}{x(v^2 + v)}. Choice B omits the vv term, choice C incorrectly separates terms, and choice D has the wrong sign.

Question 19

A particular solution to the differential equation (x2+3y2)dx2xydy=0(x^2 + 3y^2) dx - 2xy dy = 0 passes through the point (1,1)(1, 1). What is the value of yy when x=2x=2?

  1. 232\sqrt{3} (correct answer)
  2. 222\sqrt{2}
  3. 14\sqrt{14}
  4. 44
Explanation: The equation can be rewritten as dy/dx=(x2+3y2)/(2xy)dy/dx = (x^2 + 3y^2) / (2xy). Dividing the numerator and denominator by x2x^2 gives dy/dx=(1+3(y/x)2)/(2(y/x))dy/dx = (1 + 3(y/x)^2) / (2(y/x)), which is a homogeneous equation. Let v=y/xv = y/x, so y=vxy = vx and dy/dx=v+x(dv/dx)dy/dx = v + x(dv/dx). The equation becomes v+x(dv/dx)=(1+3v2)/(2v)v + x(dv/dx) = (1 + 3v^2)/(2v). Rearranging gives x(dv/dx)=(1+3v2)/(2v)v=(1+v2)/(2v)x(dv/dx) = (1 + 3v^2)/(2v) - v = (1 + v^2)/(2v). Separating variables yields (2v/(1+v2))dv=dx/x(2v / (1 + v^2)) dv = dx/x. Integrating both sides gives ln(1+v2)=lnx+Cln(1 + v^2) = ln|x| + C. Using the initial condition y(1)=1y(1)=1, we have x=1x=1 and v=y/x=1v=y/x=1. So, ln(1+12)=ln(1)+Cln(1+1^2) = ln(1) + C, which implies C=ln(2)C = ln(2). The solution is ln(1+v2)=lnx+ln(2)=ln(2x)ln(1+v^2) = ln|x| + ln(2) = ln(2|x|). For x>0x>0, this is 1+v2=2x1+v^2 = 2x. Substituting back v=y/xv=y/x, we get 1+(y/x)2=2x1 + (y/x)^2 = 2x, which simplifies to x2+y2=2x3x^2 + y^2 = 2x^3. To find yy when x=2x=2, we substitute x=2x=2 into the solution: 22+y2=2(23)2^2 + y^2 = 2(2^3), which is 4+y2=164 + y^2 = 16. Thus, y2=12y^2 = 12, and since the initial condition has y>0y>0, we take the positive root, y=12=23y = \sqrt{12} = 2\sqrt{3}.

Question 20

Find the particular solution to the differential equation (xy)dy=(x+y)dx(x - y) dy = (x + y) dx that satisfies the initial condition y(1)=1y(1) = 1.

  1. 2arctan(y/x)ln(x2+y2)=π/2ln(2)2\arctan(y/x) - \ln(x^2+y^2) = \pi/2 - \ln(2) (correct answer)
  2. 2arctan(y/x)+ln(x2+y2)=π/2+ln(2)2\arctan(y/x) + \ln(x^2+y^2) = \pi/2 + \ln(2)
  3. ln(x2+y2)2arctan(y/x)=ln(2)π/2\ln(x^2+y^2) - 2\arctan(y/x) = \ln(2) - \pi/2
  4. y=xy=x
Explanation: Rewrite as dy/dx=(x+y)/(xy)=(1+y/x)/(1y/x)dy/dx = (x+y)/(x-y) = (1+y/x)/(1-y/x). Let y=vxy=vx, so y=v+xvy' = v+xv'. The equation becomes v+xv=(1+v)/(1v)v+xv' = (1+v)/(1-v). Then xv=(1+v)/(1v)v=(1+vv+v2)/(1v)=(1+v2)/(1v)xv' = (1+v)/(1-v) - v = (1+v - v + v^2)/(1-v) = (1+v^2)/(1-v). Separate variables: ((1v)/(1+v2))dv=dx/x((1-v)/(1+v^2)) dv = dx/x. Integrate: (1/(1+v2)v/(1+v2))dv=dx/x\int (1/(1+v^2) - v/(1+v^2)) dv = \int dx/x. This gives arctan(v)(1/2)ln(1+v2)=lnx+C\arctan(v) - (1/2)\ln(1+v^2) = \ln|x| + C. Substitute back v=y/xv=y/x: arctan(y/x)(1/2)ln(1+(y/x)2)=lnx+C\arctan(y/x) - (1/2)\ln(1+(y/x)^2) = \ln|x| + C. This simplifies to arctan(y/x)(1/2)ln(x2+y2)=C\arctan(y/x) - (1/2)\ln(x^2+y^2) = C. Using y(1)=1y(1)=1: arctan(1)(1/2)ln(12+12)=C\arctan(1) - (1/2)\ln(1^2+1^2) = C, so C=π/4(1/2)ln(2)C = \pi/4 - (1/2)\ln(2). The solution is arctan(y/x)(1/2)ln(x2+y2)=π/4(1/2)ln(2)\arctan(y/x) - (1/2)\ln(x^2+y^2) = \pi/4 - (1/2)\ln(2). Multiplying by 2 gives 2arctan(y/x)ln(x2+y2)=π/2ln(2)2\arctan(y/x) - \ln(x^2+y^2) = \pi/2 - \ln(2).