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

Question

Let Y=Y(X)Y=Y(X) be a curve lying in the first quadrant such that the area enclosed by the line Yy=Y(x)(Xx)Y-y=Y^{\prime}(x)(X-x) and the co-ordinate axes, where (x,y)(x, y) is any point on the curve, is always y22Y(x)+1,Y(x)0\frac{-y^2}{2 Y^{\prime}(x)}+1, Y^{\prime}(x) \neq 0. If Y(1)=1Y(1)=1, then 12Y(2)12 Y(2) equals __________.

Answer: 1

Solution

Key Concepts and Formulas

  • Equation of a Tangent Line: The equation of the tangent line to the curve Y=Y(X)Y=Y(X) at the point (x,y)(x,y) is given by Yy=Y(x)(Xx)Y - y = Y'(x)(X - x).
  • Area of a Triangle: The area of a triangle formed by a line and the coordinate axes can be calculated using the x and y intercepts of the line. If the x-intercept is aa and the y-intercept is bb, the area of the triangle is 12ab\frac{1}{2}|ab|.
  • Differential Equations: A differential equation is an equation that relates a function to its derivatives. Solving a differential equation involves finding the function that satisfies the equation.

Step-by-Step Solution

Step 1: Find the x and y intercepts of the tangent line

The equation of the tangent line is given by Yy=Y(x)(Xx)Y - y = Y'(x)(X - x). We need to find where this line intersects the x and y axes.

  • x-intercept (Y=0): 0y=Y(x)(Xx)0 - y = Y'(x)(X - x) y=Y(x)XY(x)x-y = Y'(x)X - Y'(x)x Y(x)X=Y(x)xyY'(x)X = Y'(x)x - y X=xyY(x)X = x - \frac{y}{Y'(x)} So, the x-intercept is xyY(x)x - \frac{y}{Y'(x)}.

  • y-intercept (X=0): Yy=Y(x)(0x)Y - y = Y'(x)(0 - x) Y=yxY(x)Y = y - xY'(x) So, the y-intercept is yxY(x)y - xY'(x).

Step 2: Calculate the area of the triangle formed by the tangent line and the coordinate axes

The area of the triangle formed by the tangent line and the coordinate axes is given by: Area=12(xyY(x))(yxY(x))Area = \frac{1}{2} \left| \left(x - \frac{y}{Y'(x)}\right) \left(y - xY'(x)\right) \right| Since the curve is in the first quadrant and we're told Y(x)0Y'(x) \neq 0, we can assume the intercepts are such that the absolute value signs can be dropped, or that we are considering the correct signs for the problem setup. We are given that the area is Area=y22Y(x)+1Area = \frac{-y^2}{2Y'(x)} + 1 Therefore: 12(xyY(x))(yxY(x))=y22Y(x)+1\frac{1}{2} \left(x - \frac{y}{Y'(x)}\right) \left(y - xY'(x)\right) = \frac{-y^2}{2Y'(x)} + 1

Step 3: Simplify the equation and form a differential equation

Multiplying both sides by 2: (xyY(x))(yxY(x))=y2Y(x)+2\left(x - \frac{y}{Y'(x)}\right) \left(y - xY'(x)\right) = \frac{-y^2}{Y'(x)} + 2 Expanding the left side: xyx2Y(x)y2Y(x)+xy=y2Y(x)+2xy - x^2Y'(x) - \frac{y^2}{Y'(x)} + xy = \frac{-y^2}{Y'(x)} + 2 2xyx2Y(x)y2Y(x)=y2Y(x)+22xy - x^2Y'(x) - \frac{y^2}{Y'(x)} = \frac{-y^2}{Y'(x)} + 2 2xyx2Y(x)=22xy - x^2Y'(x) = 2 x2Y(x)=2xy2x^2Y'(x) = 2xy - 2 Y(x)=2xy2x2Y'(x) = \frac{2xy - 2}{x^2} dYdx=2xy2x2\frac{dY}{dx} = \frac{2xy - 2}{x^2} dYdx=2yx2x2\frac{dY}{dx} = \frac{2y}{x} - \frac{2}{x^2}

Step 4: Solve the differential equation

This is a first-order linear differential equation of the form dYdx+P(x)Y=Q(x)\frac{dY}{dx} + P(x)Y = Q(x), where P(x)=2xP(x) = -\frac{2}{x} and Q(x)=2x2Q(x) = -\frac{2}{x^2}.

The integrating factor (IF) is given by: IF=eP(x)dx=e2xdx=e2lnx=eln(x2)=x2=1x2IF = e^{\int P(x) dx} = e^{\int -\frac{2}{x} dx} = e^{-2\ln|x|} = e^{\ln(x^{-2})} = x^{-2} = \frac{1}{x^2}

The solution is given by: Y(x)IF=Q(x)IFdxY(x) \cdot IF = \int Q(x) \cdot IF \, dx Y(x)1x2=2x21x2dxY(x) \cdot \frac{1}{x^2} = \int -\frac{2}{x^2} \cdot \frac{1}{x^2} \, dx Y(x)x2=2x4dx\frac{Y(x)}{x^2} = \int -\frac{2}{x^4} \, dx Y(x)x2=23x3+C\frac{Y(x)}{x^2} = \frac{2}{3x^3} + C Y(x)=23x+Cx2Y(x) = \frac{2}{3x} + Cx^2

Step 5: Apply the initial condition Y(1) = 1

We are given that Y(1)=1Y(1) = 1. Substituting this into the equation: 1=23(1)+C(1)21 = \frac{2}{3(1)} + C(1)^2 1=23+C1 = \frac{2}{3} + C C=123=13C = 1 - \frac{2}{3} = \frac{1}{3}

So, the solution is: Y(x)=23x+13x2Y(x) = \frac{2}{3x} + \frac{1}{3}x^2

Step 6: Find Y(2) and calculate 12Y(2)

We need to find Y(2)Y(2): Y(2)=23(2)+13(2)2=13+43=53Y(2) = \frac{2}{3(2)} + \frac{1}{3}(2)^2 = \frac{1}{3} + \frac{4}{3} = \frac{5}{3}

Now, we calculate 12Y(2)12Y(2): 12Y(2)=1253=45=2012Y(2) = 12 \cdot \frac{5}{3} = 4 \cdot 5 = 20

Common Mistakes & Tips

  • Sign Errors: Be careful with the signs when calculating the intercepts and the area.
  • Integrating Factor: Remember to correctly calculate the integrating factor and use it properly in the solution.
  • Algebraic Simplification: Carefully simplify the equations to avoid errors.

Summary

We found the equation of the tangent line, calculated the area of the triangle formed by the tangent and the coordinate axes, and set it equal to the given expression. This led to a first-order linear differential equation, which we solved using the integrating factor method. Applying the initial condition Y(1)=1Y(1) = 1 allowed us to find the specific solution Y(x)=23x+13x2Y(x) = \frac{2}{3x} + \frac{1}{3}x^2. Finally, we calculated Y(2)Y(2) and found that 12Y(2)=2012Y(2) = 20.

The final answer is \boxed{20}.

Practice More Differential Equations Questions

View All Questions