A particular solution to the differential equation passes through the point . What is the value of when ?
Opening subject page...
Loading your content
Differential Equations Quiz
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.
Question 1 / 20
0 of 20 answered
A particular solution to the differential equation (x2+3y2)dx−2xydy=0 passes through the point (1,1). What is the value of y when x=2?
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.
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.
A particular solution to the differential equation (x2+3y2)dx−2xydy=0 passes through the point (1,1). What is the value of y when x=2?
Explanation: The equation can be rewritten as dy/dx=(x2+3y2)/(2xy). Dividing the numerator and denominator by x2 gives dy/dx=(1+3(y/x)2)/(2(y/x)), which is a homogeneous equation. Let v=y/x, so y=vx and dy/dx=v+x(dv/dx). The equation becomes v+x(dv/dx)=(1+3v2)/(2v). Rearranging gives x(dv/dx)=(1+3v2)/(2v)−v=(1+v2)/(2v). Separating variables yields (2v/(1+v2))dv=dx/x. Integrating both sides gives ln(1+v2)=ln∣x∣+C. Using the initial condition y(1)=1, we have x=1 and v=y/x=1. So, ln(1+12)=ln(1)+C, which implies C=ln(2). The solution is ln(1+v2)=ln∣x∣+ln(2)=ln(2∣x∣). For x>0, this is 1+v2=2x. Substituting back v=y/x, we get 1+(y/x)2=2x, which simplifies to x2+y2=2x3. To find y when x=2, we substitute x=2 into the solution: 22+y2=2(23), which is 4+y2=16. Thus, y2=12, and since the initial condition has y>0, we take the positive root, y=12=23.
Find the particular solution to the differential equation (x−y)dy=(x+y)dx that satisfies the initial condition y(1)=1.
Explanation: Rewrite as dy/dx=(x+y)/(x−y)=(1+y/x)/(1−y/x). Let y=vx, so y′=v+xv′. The equation becomes v+xv′=(1+v)/(1−v). Then xv′=(1+v)/(1−v)−v=(1+v−v+v2)/(1−v)=(1+v2)/(1−v). Separate variables: ((1−v)/(1+v2))dv=dx/x. Integrate: ∫(1/(1+v2)−v/(1+v2))dv=∫dx/x. This gives arctan(v)−(1/2)ln(1+v2)=ln∣x∣+C. Substitute back v=y/x: 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. Using y(1)=1: arctan(1)−(1/2)ln(12+12)=C, so C=π/4−(1/2)ln(2). The solution is arctan(y/x)−(1/2)ln(x2+y2)=π/4−(1/2)ln(2). Multiplying by 2 gives 2arctan(y/x)−ln(x2+y2)=π/2−ln(2).
The differential equation (2x2y+y3)dx+(xy2−2x3)dy=0 is homogeneous. After applying the substitution v=y/x, the equation can be written in the separable form g(v)dv=dx/x. What is the expression for g(v)?
Explanation: When you encounter a homogeneous differential equation, the key strategy is using the substitution v=y/x (so y=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+(xy2−2x3)dy=0, substitute y=vx and dy=vdx+xdv: (2x2(vx)+(vx)3)dx+(x(vx)2−2x3)(vdx+xdv)=0 Simplifying: (2x3v+v3x3)dx+(xv2x2−2x3)(vdx+xdv)=0 This becomes: (2x3v+v3x3)dx+(x3v2−2x3)vdx+(x3v2−2x3)xdv=0 Collecting dx terms: [2x3v+v3x3+x3v3−2x3v]dx+x4(v2−2)dv=0 The dx terms cancel to give 2v3x3dx, so: 2v3x3dx+x4(v2−2)dv=0 Dividing by x3: 2v3dx+x(v2−2)dv=0 Rearranging: v2−2dv=−x2v3dx, which gives us g(v)=2v32−v2 when written as g(v)dv=xdx. 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.
Given the initial value problem dxdy=xy+tan(xy) with y(1)=π/6, what is the value of y(3)?
Explanation: When you encounter a differential equation of the form dxdy=f(xy), you're dealing with a homogeneous equation. The key strategy is to use the substitution v=xy, which means y=vx and dxdy=v+xdxdv. Applying this substitution to dxdy=xy+tan(xy), we get: v+xdxdv=v+tan(v) This simplifies to xdxdv=tan(v), or tan(v)dv=xdx. Since tan(v)1=cot(v), we have cot(v)dv=xdx. Integrating both sides: ln∣sin(v)∣=ln∣x∣+C. This gives us sin(v)=Cx, or sin(xy)=Cx. Using the initial condition y(1)=6π: sin(1π/6)=C⋅1, so C=sin(6π)=21. Therefore, sin(xy)=2x. At x=3: sin(3y)=23. Since sin(3π)=23, we have 3y=3π, giving us y=3π. Choice A incorrectly uses the original substitution without proper integration. Choice B forgets to multiply back by x. Choice C appears to involve computational errors in the trigonometric evaluation. Remember: homogeneous differential equations always call for the substitution v=xy to separate variables effectively.
A homogeneous differential equation has the form dy/dx=F(y/x). When the substitution y=vx is made, the equation transforms into a separable equation of the form xdxdv=f(v). If F(v)=1+v1−v, which of the following expressions represents the integral ∫f(v)1dv?
Explanation: When you encounter a homogeneous differential equation problem involving the substitution y=vx, you need to carefully track how the transformation affects the equation structure. Starting with dxdy=F(y/x)=1+v1−v where v=y/x, the substitution y=vx gives us dxdy=v+xdxdv. Setting this equal to F(v): v+xdxdv=1+v1−v Solving for xdxdv: xdxdv=1+v1−v−v=1+v1−v−v(1+v)=1+v1−v−v−v2=1+v1−2v−v2 Therefore, f(v)=1+v1−2v−v2, and we need ∫f(v)1dv=∫1−2v−v21+vdv. To evaluate this integral, notice that the derivative of the denominator is −2−2v, which is −2(1+v). This means: ∫1−2v−v21+vdv=−21∫1−2v−v2−2(1+v)dv=−21ln∣1−2v−v2∣+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)−v, as small errors here cascade through the entire solution.
The general solution to the differential equation (xcos(y/x)+ysin(y/x))y=(ysin(y/x)−xcos(y/x))xy′ is given by which of the following implicit relations?
Explanation: When you encounter a differential equation with expressions involving ratios like y/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
This has the form M(x,y)dx+N(x,y)dy=0 where:
For an exact equation, we need ∂y∂M=∂x∂N. You can verify this condition holds here, making this an exact differential equation.
The solution comes from finding a function F(x,y) such that ∂x∂F=M and ∂y∂F=N. By inspection or integration, F(x,y)=xycos(y/x), so the general solution is xycos(y/x)=C.
Choice A gives xysin(y/x)=C, which would correspond to a different differential equation. Choice C, ycos(y/x)=C, is missing the crucial x factor. Choice D represents a more complex expression that doesn't match our integrating function.
Study tip: For homogeneous differential equations involving y/x ratios, always check if the equation is exact first—it's often faster than substitution methods.
Find the particular solution to x2dxdy=y2−xy that satisfies the initial condition y(1)=−1, and express y as an explicit function of x.
Explanation: When you encounter a differential equation like x2dxdy=y2−xy, look for opportunities to use separation of variables or recognize it as a specific type like Bernoulli or homogeneous. Let's rearrange this equation: x2dxdy=y(y−x), so dxdy=x2y(y−x). This is a homogeneous differential equation since we can write it as dxdy=xy⋅x/xy/x−1=xy⋅(y/x−1). For homogeneous equations, substitute v=xy, so y=vx and dxdy=v+xdxdv. Substituting: v+xdxdv=v(v−1)=v2−v. This simplifies to xdxdv=v2−2v=v(v−2). Separating variables: v(v−2)dv=xdx. Using partial fractions: v(v−2)1=v−21/2−v1/2. Integrating both sides and applying the initial condition y(1)=−1 (so v=−1 when x=1), we get v=1−3x22. Since y=vx, we have y=1−3x22x. Answer C is correct. Answer A has the wrong denominator form. Answer B incorrectly includes x3 in the numerator and has a different denominator structure. Answer D isn't even a rational function. Strategy tip: For homogeneous differential equations, always try the substitution v=y/x to convert them into separable equations.
The general solution to the differential equation 2xyy′=y2−x2 represents a family of curves. Which of the following provides the best geometric description of this family for x>0?
Explanation: When you encounter a differential equation that asks about the geometric description of its solution family, your goal is to solve the equation and identify the resulting curve type. This differential equation 2xyy′=y2−x2 can be solved using substitution. Rearranging gives y′=2xyy2−x2. This suggests trying the substitution v=xy, so y=vx and y′=v+xv′. Substituting: v+xv′=2x(vx)(vx)2−x2=2x2vx2(v2−1)=2vv2−1 This simplifies to xv′=2vv2−1−v=2vv2−1−2v2=2v−v2−1 Separating variables and integrating leads to the general solution: x2+y2=2Cx, where C is an arbitrary constant. Completing the square gives (x−C)2+y2=C2, which represents circles with centers at (C,0) and radius ∣C∣. Since the radius equals the x-coordinate of the center, these circles all pass through the origin. Choice A is wrong because these aren't parabolas—they're clearly circular equations. Choice B is incorrect because the centers are at (C,0), not at the origin. Choice D places centers on the y-axis, but our centers are at (C,0) on the x-axis. Study tip: When solving differential equations geometrically, always complete the square on the final implicit equation to identify the standard form and geometric properties of the curve family.
The non-homogeneous differential equation dxdy=y+x+5y−x+1 can be transformed into a homogeneous equation in variables u and v by a substitution of the form x=u+h,y=v+k. What are the required constant values for h and k?
Explanation: When you encounter a differential equation like dxdy=y+x+5y−x+1, you should recognize this as a non-homogeneous equation that can be made homogeneous through translation. A homogeneous differential equation has the form dxdy=f(xy), but here we have linear terms with constants that prevent this structure.
To transform this equation using substitutions x=u+h and y=v+k, we need the constant terms to vanish. Substituting these expressions gives us: dudv=(v+k)+(u+h)+5(v+k)−(u+h)+1=v+u+(k+h+5)v−u+(k−h+1)
For this to become homogeneous, both constant terms in the parentheses must equal zero:
Solving this system: From the second equation, k=−h−5. Substituting into the first: (−h−5)−h+1=0, which gives −2h−4=0, so h=−2. Therefore, k=−(−2)−5=−3.
Choice A gives h=2,k=3, which would leave non-zero constant terms. Choice C reverses the values (h=−3,k=−2), failing to satisfy our system. Choice D (h=1,k=5) also produces non-zero constants when substituted.
The answer is B: h=−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.
A solution to the differential equation xdy=(y+x2+y2)dx for x>0 passes through the point (1,0). What is the y-intercept of the line tangent to this solution curve at x=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 is a key indicator that the substitution v=xy (so y=vx) will simplify the equation. Making this substitution and using dxdy=v+xdxdv, the equation becomes: x(v+xdxdv)=v+1+v2 This simplifies to xdxdv=1+v2, which separates as: 1+v2dv=xdx Integrating both sides gives sinh−1(v)=ln∣x∣+C. Using the initial condition (1,0) where v=0, we find C=0. Therefore v=sinh(lnx)=2xx2−1, so y=2x2−1. At x=3, we have y=23−1=1 and dxdy=x=3. The tangent line at (3,1) with slope 3 is: y−1=3(x−3) y=3x−2 The y-intercept is −2, which is choice C. Choice A (0) might come from incorrectly using the initial point. Choice B (−1) could result from calculation errors in finding the slope or intercept. Choice D (1−23) 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.
The general solution to the homogeneous differential equation xdxdy=y+xey/x can be written in the implicit form f(x,y)=C. Which of the following is a valid expression for f(x,y)?
Explanation: First, rewrite the equation as dxdy=xy+ey/x. This is a homogeneous equation. Use the substitution y=vx, which implies dxdy=v+xdxdv. The equation becomes v+xdxdv=v+ev. This simplifies to xdxdv=ev. Separating variables, we get e−vdv=xdx. Integrating both sides yields ∫e−vdv=∫xdx, which gives −e−v=ln∣x∣+C1. Substituting back v=y/x, we have −e−y/x=ln∣x∣+C1. Rearranging to the form f(x,y)=C, we get ln∣x∣+e−y/x=−C1. Letting C=−C1, the solution is ln∣x∣+e−y/x=C.
Find the particular solution to the initial value problem x2dxdy=y2+xy, with y(1)=−2.
Explanation: The equation can be rewritten as dxdy=(xy)2+xy, which is a homogeneous equation. Let v=y/x, so y=vx and dxdy=v+xdxdv. Substituting gives v+xdxdv=v2+v, which simplifies to xdxdv=v2. This is a separable equation: v2dv=xdx. Integrating both sides gives −v1=ln∣x∣+C. Substituting back v=y/x gives −yx=ln∣x∣+C. Using the initial condition y(1)=−2: −−21=ln∣1∣+C, which implies C=1/2. The implicit solution is −yx=lnx+21 for x>0. Solving for y gives y=lnx+1/2−x=2lnx+1−2x.
The differential equation (x2+3y2)dx−2xydy=0 is homogeneous. After applying the substitution y=vx, which of the following separable differential equations in terms of v and x is obtained?
Explanation: First, rewrite the equation in the form dxdy=f(x,y): dxdy=2xyx2+3y2. Dividing the numerator and denominator by x2 gives dxdy=2(y/x)1+3(y/x)2. Now, let v=y/x, so dxdy=v+xdxdv. The equation becomes v+xdxdv=2v1+3v2. To separate the variables, we isolate xdxdv: xdxdv=2v1+3v2−v=2v1+3v2−2v2=2v1+v2. Finally, separating the variables gives 1+v22vdv=xdx.
The general solution to the homogeneous differential equation xdxdy=y+y2−x2 for y>x>0 is sought. Which of the following equations implicitly defines the solution family?
Explanation: First, divide by x to get dxdy=xy+(xy)2−1. Let v=y/x, so dxdy=v+xdxdv. The equation becomes v+xdxdv=v+v2−1. This simplifies to xdxdv=v2−1. Separating variables yields v2−1dv=xdx. Integrating both sides gives ln∣v+v2−1∣=ln∣x∣+C1. Let C1=ln∣C∣, so ln∣v+v2−1∣=ln∣Cx∣. This implies v+v2−1=Cx. Substituting v=y/x back gives xy+(xy)2−1=Cx, which simplifies to xy+y2−x2=Cx. Therefore, y+y2−x2=Cx2.
The general solution to xdy−ydx=x2−y2dx for x>0 is found using a substitution y=vx. The resulting separated equation can be written as g(v)dv=xdx. What is the function g(v)?
Explanation: When you encounter a differential equation with terms like xdy−ydx alongside expressions involving x2−y2, this signals a homogeneous differential equation that's perfect for the substitution y=vx. Let's work through the substitution systematically. Starting with y=vx, we get dy=vdx+xdv. Substituting into the original equation: x(vdx+xdv)−vxdx=x2−(vx)2dx Expanding the left side: xvdx+x2dv−vxdx=x2−v2x2dx The xvdx terms cancel, leaving: x2dv=x2(1−v2)dx Since x>0, we have x2(1−v2)=x1−v2, so: x2dv=x1−v2dx Dividing both sides by x: xdv=1−v2dx Separating variables: 1−v2dv=xdx Therefore, g(v)=1−v2, 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 v term that doesn't appear in our derivation. D uses v2−1 instead of 1−v2, which would only be valid if ∣v∣≥1, contradicting our domain requirements. Study tip: When using y=vx substitution, always remember that dy=vdx+xdv and carefully track sign changes during algebraic manipulation.
The differential equation dxdy=y2−x22xy can be solved as a homogeneous equation. While both standard substitutions (y=vx and x=vy) are valid, one leads to a significantly simpler integration process. Why is the substitution x=vy preferable in this case?
Explanation: Let's analyze both substitutions. With y=vx, the equation becomes v+xdxdv=v2−12v, which leads to xdxdv=v2−13v−v3. The separated form is v(3−v2)v2−1dv=xdx, which requires integration using partial fractions.
Now consider x=vy. This implies dydx=2xyy2−x2=2(x/y)1−(x/y)2. Let v=x/y, so dydx=v+ydydv. The equation becomes v+ydydv=2v1−v2, which leads to ydydv=2v1−3v2. The separated form is 1−3v22vdv=ydy. The integral on the left can be solved with a simple u-substitution (u=1−3v2). Thus, the substitution x=vy is preferable because it leads to a much simpler integral.
Consider a solution curve y=f(x) for a homogeneous first-order differential equation dxdy=G(y/x). If this curve passes through the point (a,b), which of the following statements about other points and curves must be true?
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) plane is scaled by a factor c, the solution curves are mapped onto other solution curves. If y=f(x) is a solution, then the scaled function yc(x)=cf(x/c) is also a solution. This can be verified by differentiation: dxdyc=cf′(x/c)⋅(1/c)=f′(x/c). Since f(x) is a solution, f′(x)=G(f(x)/x). Thus, dxdyc=G(f(x/c)/(x/c)). Also, G(yc/x)=G(cf(x/c)/x)=G(f(x/c)/(x/c)). So, dxdyc=G(yc/x), and yc(x) is a solution.
A student is solving the equation xy′=2x+y. They correctly identify it as a homogeneous equation and apply the substitution y=vx. However, they make a common error in the substitution for y′, replacing it with xdxdv instead of the correct v+xdxdv. Following this incorrect procedure, what general solution do they obtain?
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+y and using the substitution y=vx, you need to find y′. The correct derivative is y′=v+xdxdv using the product rule. However, the student incorrectly uses y′=xdxdv, missing the v term. With this incorrect substitution, the equation becomes: x⋅xdxdv=2x+vx x2dxdv=x(2+v) xdxdv=2+v dxdv=x2+v This separates to 2+vdv=xdx. Integrating both sides gives ln∣2+v∣=ln∣x∣+C1, which leads to 2+v=Cx, so v=Cx−2. Since y=vx, the incorrect solution is y=Cx2−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=vx substitution, always remember that y′=v+xdxdv by the product rule—the v term is crucial and easily forgotten under exam pressure.
Find the explicit solution to the initial value problem y′=xy+cos2(xy), with y(1)=π/4.
Explanation: When you encounter a differential equation of the form y′=f(xy), this signals a homogeneous equation that requires the substitution v=xy, making y=vx and y′=v′x+v. Applying this substitution to y′=xy+cos2(xy): v′x+v=v+cos2(v) v′x=cos2(v) cos2(v)dv=xdx Integrating both sides: ∫sec2(v)dv=∫xdx This gives us tan(v)=ln∣x∣+C, so v=arctan(ln∣x∣+C). Since y=vx, we have y=xarctan(ln∣x∣+C). Using the initial condition y(1)=π/4: 4π=1⋅arctan(ln(1)+C)=arctan(0+C)=arctan(C) Therefore C=tan(π/4)=1, giving us y=xarctan(lnx+1), which is choice B. Choice A omits the constant of integration. Choice C incorrectly assumes a linear relationship without proper integration of the trigonometric term. Choice D uses arccotangent instead of arctangent and has the wrong sign pattern. For homogeneous differential equations, always remember the key substitution v=xy and don't forget to apply your initial conditions to find the integration constant.
Consider the initial value problem dxdy=x+yx−y, with y(1)=1. What is the value of y at x=2?
Explanation: The equation is homogeneous. Let v=y/x. Then dxdy=1+y/x1−y/x=1+v1−v. Using dxdy=v+xdxdv, we get v+xdxdv=1+v1−v. This leads to xdxdv=1+v1−v−v=1+v1−v−v−v2=−v+1v2+2v−1. Separating variables: v2+2v−1v+1dv=−xdx. Integrating gives 21ln∣v2+2v−1∣=−ln∣x∣+C. Substituting back v=y/x and multiplying by x2 leads to the implicit solution y2+2xy−x2=k. Using the initial condition y(1)=1, we find 12+2(1)(1)−12=k, so k=2. The particular solution is y2+2xy−x2=2. At x=2, we have y2+4y−4=2, or y2+4y−6=0. Using the quadratic formula, y=2−4±16−4(−6)=−2±10. Since the solution starts at y(1)=1 (positive), and the function is continuous, we choose the positive root, y(2)=−2+10≈1.16.