Skip to main content
Back to Differential Equations
JEE Main 2023
Differential Equations
Differential Equations
Hard

Question

Suppose the solution of the differential equation dydx=(2+α)xβy+2βx2αy(βγ4α)\frac{d y}{d x}=\frac{(2+\alpha) x-\beta y+2}{\beta x-2 \alpha y-(\beta \gamma-4 \alpha)} represents a circle passing through origin. Then the radius of this circle is :

Options

Solution

Key Concepts and Formulas

  • Homogeneous Differential Equations: A differential equation of the form dydx=f(x,y)\frac{dy}{dx} = f(x, y) is homogeneous if f(tx,ty)=f(x,y)f(tx, ty) = f(x, y) for all tt. Such equations can be solved using the substitution y=vxy = vx.
  • Equation of a Circle: The general equation of a circle with center (h,k)(h, k) and radius rr is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. A circle passing through the origin satisfies the equation x2+y2+2gx+2fy=0x^2 + y^2 + 2gx + 2fy = 0, where the center is (g,f)(-g, -f) and the radius is g2+f2\sqrt{g^2 + f^2}.
  • Exact Differential Equations: A differential equation of the form M(x,y)dx+N(x,y)dy=0M(x,y)dx + N(x,y)dy = 0 is exact if My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}. The solution is given by Mdx+(terms in N not containing x)dy=C\int M dx + \int (\text{terms in } N \text{ not containing } x) dy = C.

Step-by-Step Solution

Step 1: Rewrite the differential equation

We are given dydx=(2+α)xβy+2βx2αy(βγ4α)\frac{d y}{d x}=\frac{(2+\alpha) x-\beta y+2}{\beta x-2 \alpha y-(\beta \gamma-4 \alpha)} Rewrite the equation as ((2+α)xβy+2)dx+(2αyβx+(βγ4α))dy=0((2+\alpha) x-\beta y+2)dx + (2 \alpha y - \beta x + (\beta \gamma - 4 \alpha))dy = 0

Step 2: Check for exactness and adjust constants

For the equation to represent a circle passing through the origin, we need to transform it into an exact differential equation. We want the equation to represent a circle of the form x2+y2+2gx+2fy=0x^2 + y^2 + 2gx + 2fy = 0. Let M=(2+α)xβy+2M = (2+\alpha) x-\beta y+2 and N=2αyβx+(βγ4α)N = 2 \alpha y - \beta x + (\beta \gamma - 4 \alpha). Then My=β\frac{\partial M}{\partial y} = -\beta and Nx=β\frac{\partial N}{\partial x} = -\beta. Since My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}, the differential equation is exact.

Step 3: Integrate the exact differential equation

The solution is given by Mdx+(terms in N not containing x)dy=C\int M dx + \int (\text{terms in } N \text{ not containing } x) dy = C ((2+α)xβy+2)dx+(2αy+(βγ4α))dy=C\int ((2+\alpha) x-\beta y+2)dx + \int (2 \alpha y + (\beta \gamma - 4 \alpha)) dy = C (2+α)x22βxy+2x+αy2+(βγ4α)y=C\frac{(2+\alpha)x^2}{2} - \beta xy + 2x + \alpha y^2 + (\beta \gamma - 4 \alpha)y = C

Step 4: Apply the condition for the equation to represent a circle

For the equation to represent a circle, the coefficient of x2x^2 must be equal to the coefficient of y2y^2. Thus, 2+α2=α\frac{2+\alpha}{2} = \alpha 2+α=2α2 + \alpha = 2\alpha α=2\alpha = 2

The equation becomes: (2+2)x22βxy+2x+2y2+(βγ4(2))y=C\frac{(2+2)x^2}{2} - \beta xy + 2x + 2 y^2 + (\beta \gamma - 4(2))y = C 2x2βxy+2x+2y2+(βγ8)y=C2x^2 - \beta xy + 2x + 2y^2 + (\beta \gamma - 8)y = C 2x2+2y2βxy+2x+(βγ8)y=C2x^2 + 2y^2 - \beta xy + 2x + (\beta \gamma - 8)y = C To be a circle, the coefficient of xyxy must be zero, so β=0\beta = 0. Then the equation is 2x2+2y2+2x8y=C2x^2 + 2y^2 + 2x - 8y = C x2+y2+x4y=C2x^2 + y^2 + x - 4y = \frac{C}{2}

Since the circle passes through the origin, we plug in x=0x=0 and y=0y=0 to obtain 0=C20 = \frac{C}{2}, which means C=0C = 0. Therefore, the equation is x2+y2+x4y=0x^2 + y^2 + x - 4y = 0

Step 5: Find the radius

Comparing to the equation x2+y2+2gx+2fy=0x^2 + y^2 + 2gx + 2fy = 0, we have 2g=12g = 1 and 2f=42f = -4, so g=12g = \frac{1}{2} and f=2f = -2. The radius is g2+f2=(12)2+(2)2=14+4=1+164=174=172\sqrt{g^2 + f^2} = \sqrt{(\frac{1}{2})^2 + (-2)^2} = \sqrt{\frac{1}{4} + 4} = \sqrt{\frac{1+16}{4}} = \sqrt{\frac{17}{4}} = \frac{\sqrt{17}}{2}.

Step 6: Re-evaluate the condition for exactness

Since we arrived at the wrong answer, let's try making the original equation exact by multiplying by a constant. We want (2+α)xβy+2=k(2x+2y)(2+\alpha)x - \beta y + 2 = k(2x + 2y) βx2αy(βγ4α)=k(2x8y)\beta x - 2\alpha y - (\beta \gamma - 4\alpha) = k(2x - 8y) Since the circle passes through the origin, the constant term on both sides of the differential equation should be zero. So, 2=02 = 0 and βγ4α=0\beta \gamma - 4\alpha = 0. These conditions cannot be simultaneously true.

However, the original equation needs to have the form dydx=ax+by+cdx+ey+f\frac{dy}{dx} = \frac{ax+by+c}{dx+ey+f}. For the equation to be a circle, we need a=ea = e. In our case, 2+α=2α2+\alpha = -2\alpha, which gives 3α=23\alpha = -2, or α=23\alpha = -\frac{2}{3}.

Our equation becomes: dydx=43xβy+2βx+43y(βγ+83)\frac{dy}{dx} = \frac{\frac{4}{3}x - \beta y + 2}{\beta x + \frac{4}{3}y - (\beta \gamma + \frac{8}{3})} For this to represent a circle, we need the constant terms to disappear. Then, the circle equation is x2+y2=r2x^2 + y^2 = r^2. Instead, we can try to use the fact that the circle passes through the origin. The equation of the circle is x2+y2+2gx+2fy=0x^2 + y^2 + 2gx + 2fy = 0, so dydx=x+gy+f\frac{dy}{dx} = -\frac{x+g}{y+f}. Equating the given equation to this, we get (2+α)xβy+2βx2αy(βγ4α)=x+gy+f\frac{(2+\alpha)x - \beta y + 2}{\beta x - 2\alpha y - (\beta \gamma - 4\alpha)} = -\frac{x+g}{y+f}. Then, we want 2=02=0 and βγ4α=0\beta \gamma - 4\alpha = 0. This is not possible.

Let's go back to the original equation: 2x2+2y2βxy+2x+(βγ8)y=C2x^2 + 2y^2 - \beta xy + 2x + (\beta\gamma - 8)y = C If β=0\beta = 0, we get 2x2+2y2+2x8y=C2x^2 + 2y^2 + 2x - 8y = C. Since the circle passes through the origin, C=0C = 0. Then x2+y2+x4y=0x^2 + y^2 + x - 4y = 0. Completing the square gives (x+12)2+(y2)2=14+4=174(x+\frac{1}{2})^2 + (y-2)^2 = \frac{1}{4} + 4 = \frac{17}{4}. Thus r=174=172r = \sqrt{\frac{17}{4}} = \frac{\sqrt{17}}{2}.

If we set α=2\alpha = -2, the equation is dydx=2βyβx+4y(βγ+8)\frac{dy}{dx} = \frac{2 - \beta y}{\beta x + 4y - (\beta \gamma + 8)}. We need 2=02 = 0 and βγ+8=0\beta\gamma + 8 = 0.

Consider α=2\alpha = 2 and β=0\beta = 0. We have dydx=4x+28=x214\frac{dy}{dx} = \frac{4x+2}{-8} = -\frac{x}{2} - \frac{1}{4}. Then 2x2+2y2+2x8y=C2x^2 + 2y^2 + 2x - 8y = C. If it passes through the origin, C=0C = 0. x2+y2+x4y=0x^2 + y^2 + x - 4y = 0. Then (x+12)2+(y2)2=14+4=174(x + \frac{1}{2})^2 + (y-2)^2 = \frac{1}{4} + 4 = \frac{17}{4}. Thus r=172r = \frac{\sqrt{17}}{2}.

Now, consider the homogeneous case where 2=02 = 0 and βγ4α=0\beta \gamma - 4 \alpha = 0. This is impossible with α=2\alpha = 2.

We can rewrite the given equation as (2+α)xβy+2+(βx+2αy+(βγ4α))dydx=0 (2+\alpha) x - \beta y + 2 + (-\beta x + 2\alpha y + (\beta \gamma - 4\alpha)) \frac{dy}{dx} = 0 For the equation to represent a circle, we need 2+α=2α2 + \alpha = 2\alpha which gives α=2\alpha = 2. We also need β=0\beta = 0. Then the equation is 4x+2+(4y8)dydx=0 4x + 2 + (4y - 8) \frac{dy}{dx} = 0 4xdx+4ydy+2dx8dy=0 4x dx + 4y dy + 2 dx - 8 dy = 0 2x2+2y2+2x8y=C 2x^2 + 2y^2 + 2x - 8y = C Since the circle passes through the origin, C=0C = 0. x2+y2+x4y=0 x^2 + y^2 + x - 4y = 0 (x+12)2+(y2)2=14+4=174 (x + \frac{1}{2})^2 + (y - 2)^2 = \frac{1}{4} + 4 = \frac{17}{4} The radius is 172\frac{\sqrt{17}}{2}.

Step 7: Correct the error The error in the previous calculation was assuming β=0\beta = 0 prematurely. Instead, we need to consider the general form of the circle. We have α=2\alpha = 2. Then the equation becomes: 2x2+2y2βxy+2x+(βγ8)y=C2x^2 + 2y^2 - \beta xy + 2x + (\beta \gamma - 8)y = C. Since the equation represents a circle, β=0\beta = 0. So we have 2x2+2y2+2x+(βγ8)y=C2x^2 + 2y^2 + 2x + (\beta \gamma - 8)y = C. Since β=0\beta = 0, 8y=C-8y=C. Since the circle passes through the origin, C=0C=0. So 2x2+2y2+2x8y=02x^2 + 2y^2 + 2x - 8y = 0. x2+y2+x4y=0x^2 + y^2 + x - 4y = 0. The center is (12,2)(-\frac{1}{2}, 2), and the radius is (12)2+(2)2=14+4=174=172\sqrt{(\frac{1}{2})^2 + (2)^2} = \sqrt{\frac{1}{4} + 4} = \sqrt{\frac{17}{4}} = \frac{\sqrt{17}}{2}.

Final Answer: The question is likely flawed. The radius of the circle should be 172\frac{\sqrt{17}}{2}, which corresponds to option (C). However, the correct answer is given as (A), which is 17\sqrt{17}.

Common Mistakes & Tips

  • Forgetting to check the exactness condition after making substitutions.
  • Incorrectly applying the condition for a circle passing through the origin.
  • Rushing the integration process and making algebraic errors.

Summary

The given differential equation is first transformed into an exact differential equation by carefully choosing α\alpha and β\beta. Then, we apply the conditions required for the resulting equation to represent a circle passing through the origin. Finally, we determine the radius of the circle using the coefficients of the quadratic equation. The calculation yields 172\frac{\sqrt{17}}{2}.

Final Answer

The question is flawed as the derived radius is 172\frac{\sqrt{17}}{2}, which corresponds to option (C). However, the correct answer is given as (A), which is 17\sqrt{17}. The closest answer based on the calculation is 172\boxed{\frac{\sqrt{17}}{2}}.

Practice More Differential Equations Questions

View All Questions