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

Question

Let a curve y=y(x)y=y(x) pass through the point (3,3)(3,3) and the area of the region under this curve, above the xx-axis and between the abscissae 3 and x(>3)x(>3) be (yx)3\left(\frac{y}{x}\right)^{3}. If this curve also passes through the point (α,610)(\alpha, 6 \sqrt{10}) in the first quadrant, then α\alpha is equal to ___________.

Answer: 3

Solution

Key Concepts and Formulas

  • Area Under a Curve: The area under the curve y=f(x)y=f(x) from x=ax=a to x=bx=b is given by abf(x)dx\int_a^b f(x) dx.
  • Leibniz Rule: ddxa(x)b(x)f(t)dt=f(b(x))b(x)f(a(x))a(x)\frac{d}{dx} \int_{a(x)}^{b(x)} f(t) dt = f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x).
  • Linear Differential Equation: A differential equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) has the solution y(I.F.)=Q(x)(I.F.)dx+Cy \cdot (\text{I.F.}) = \int Q(x) \cdot (\text{I.F.}) dx + C, where I.F.=eP(x)dx\text{I.F.} = e^{\int P(x) dx}.

Step-by-Step Solution

Step 1: Setting up the Initial Equation

The area under the curve y=y(x)y=y(x) from x=3x=3 to x=xx=x is given as (yx)3(\frac{y}{x})^3. We express this as an integral equation:

3xy(t)dt=(y(x)x)3\int_3^x y(t) dt = \left(\frac{y(x)}{x}\right)^3

To simplify differentiation, we multiply both sides by x3x^3:

x33xy(t)dt=y3(x)()x^3 \int_3^x y(t) dt = y^3(x) \quad (*)

Step 2: Differentiating using Leibniz Rule

We differentiate both sides of equation ()(*) with respect to xx using Leibniz rule and the product rule.

ddx(x33xy(t)dt)=ddx(y3)\frac{d}{dx} \left(x^3 \int_3^x y(t) dt\right) = \frac{d}{dx} (y^3)

Applying the product rule and Leibniz rule, we get:

3x23xy(t)dt+x3y(x)=3y2dydx3x^2 \int_3^x y(t) dt + x^3 y(x) = 3y^2 \frac{dy}{dx}

Now, substitute 3xy(t)dt=y3x3\int_3^x y(t) dt = \frac{y^3}{x^3} from equation ()(*):

3x2(y3x3)+x3y=3y2dydx3x^2 \left(\frac{y^3}{x^3}\right) + x^3 y = 3y^2 \frac{dy}{dx}

Simplifying, we get:

3y3x+x3y=3y2dydx\frac{3y^3}{x} + x^3 y = 3y^2 \frac{dy}{dx}

Divide by yy (since y0y \neq 0):

3y2x+x3=3ydydx\frac{3y^2}{x} + x^3 = 3y \frac{dy}{dx}

Rearrange to isolate the derivative term:

3ydydx=3y2x+x33y \frac{dy}{dx} = \frac{3y^2}{x} + x^3

3xydydx=3y2+x43xy \frac{dy}{dx} = 3y^2 + x^4

Step 3: Solving the Differential Equation using Substitution

Let t=y2t = y^2. Then dtdx=2ydydx\frac{dt}{dx} = 2y \frac{dy}{dx}, so ydydx=12dtdxy \frac{dy}{dx} = \frac{1}{2} \frac{dt}{dx}. Substituting these into the differential equation, we get:

3x(12dtdx)=3t+x43x \left(\frac{1}{2} \frac{dt}{dx}\right) = 3t + x^4

32xdtdx=3t+x4\frac{3}{2} x \frac{dt}{dx} = 3t + x^4

Divide by 32x\frac{3}{2}x:

dtdx=23x(3t+x4)\frac{dt}{dx} = \frac{2}{3x} (3t + x^4)

dtdx=2tx+2x33\frac{dt}{dx} = \frac{2t}{x} + \frac{2x^3}{3}

Rearrange into the standard linear differential equation form:

dtdx2xt=2x33\frac{dt}{dx} - \frac{2}{x} t = \frac{2x^3}{3}

Here, P(x)=2xP(x) = -\frac{2}{x} and Q(x)=2x33Q(x) = \frac{2x^3}{3}. The integrating factor is:

I.F.=eP(x)dx=e2xdx=e2lnx=eln(x2)=x2=1x2\text{I.F.} = 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 general solution is:

t(1x2)=(2x33)(1x2)dx+Ct \cdot \left(\frac{1}{x^2}\right) = \int \left(\frac{2x^3}{3}\right) \cdot \left(\frac{1}{x^2}\right) dx + C

tx2=2x3dx+C\frac{t}{x^2} = \int \frac{2x}{3} dx + C

tx2=x23+C\frac{t}{x^2} = \frac{x^2}{3} + C

Substituting back t=y2t=y^2, we have:

y2x2=x23+C\frac{y^2}{x^2} = \frac{x^2}{3} + C

y2=x43+Cx2y^2 = \frac{x^4}{3} + Cx^2

Step 4: Applying the Initial Condition

The curve passes through (3,3)(3,3). Substituting x=3x=3 and y=3y=3 into the general solution:

32=343+C(32)3^2 = \frac{3^4}{3} + C(3^2)

9=813+9C9 = \frac{81}{3} + 9C

9=27+9C9 = 27 + 9C

9C=189C = -18

C=2C = -2

The particular solution is:

y2=x432x2y^2 = \frac{x^4}{3} - 2x^2

Step 5: Finding α\alpha

The curve also passes through (α,610)(\alpha, 6\sqrt{10}). Substituting x=αx=\alpha and y=610y=6\sqrt{10}:

(610)2=α432α2(6\sqrt{10})^2 = \frac{\alpha^4}{3} - 2\alpha^2

360=α432α2360 = \frac{\alpha^4}{3} - 2\alpha^2

Multiply by 3:

1080=α46α21080 = \alpha^4 - 6\alpha^2

α46α21080=0\alpha^4 - 6\alpha^2 - 1080 = 0

Let A=α2A = \alpha^2:

A26A1080=0A^2 - 6A - 1080 = 0

Using the quadratic formula:

A=6±364(1080)2=6±36+43202=6±43562=6±662A = \frac{6 \pm \sqrt{36 - 4(-1080)}}{2} = \frac{6 \pm \sqrt{36 + 4320}}{2} = \frac{6 \pm \sqrt{4356}}{2} = \frac{6 \pm 66}{2}

So A=6+662=722=36A = \frac{6+66}{2} = \frac{72}{2} = 36 or A=6662=602=30A = \frac{6-66}{2} = \frac{-60}{2} = -30. Since A=α2A = \alpha^2, AA must be non-negative. Thus, A=36A=36.

α2=36\alpha^2 = 36

α=±6\alpha = \pm 6

Since the point is in the first quadrant, α>0\alpha > 0, so α=6\alpha = 6.

Common Mistakes & Tips

  • Remember to use the product rule when differentiating a product of functions.
  • Carefully apply the Leibniz rule, paying attention to the limits of integration.
  • When solving linear differential equations, double-check the calculation of the integrating factor.

Summary

We started by setting up an integral equation based on the area under the curve. We then differentiated this equation using Leibniz rule and the product rule to obtain a differential equation. By using a substitution, we transformed the differential equation into a linear form and solved it using an integrating factor. Finally, we applied the given points to find the particular solution and the value of α\alpha.

The final answer is \boxed{6}.

Practice More Differential Equations Questions

View All Questions