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

Question

If the curve y = y(x) is the solution of the differential equation 2(x2+x5/4)dyy(x+x1/4)dx=2x9/4dx2({x^2} + {x^{5/4}})dy - y(x + {x^{1/4}})dx = {2x^{9/4}}dx, x > 0 which passes through the point (1,143loge2)\left( {1,1 - {4 \over 3}{{\log }_e}2} \right), then the value of y(16) is equal to :

Options

Solution

Key Concepts and Formulas

  • First-Order Linear Differential Equation: A differential equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x).
  • Integrating Factor (IF): For a first-order linear differential equation, the integrating factor is IF=eP(x)dxIF = e^{\int P(x) dx}.
  • Solution using Integrating Factor: The solution to the differential equation is given by y(IF)=Q(x)(IF)dx+Cy \cdot (IF) = \int Q(x) \cdot (IF) dx + C.

Step-by-Step Solution

Step 1: Rearranging the Differential Equation into Standard Form

We are given the differential equation: 2(x2+x5/4)dyy(x+x1/4)dx=2x9/4dx2(x^2 + x^{5/4})dy - y(x + x^{1/4})dx = 2x^{9/4}dx Our goal is to rewrite this in the standard form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x).

  1. Divide by dxdx: 2(x2+x5/4)dydxy(x+x1/4)=2x9/42(x^2 + x^{5/4})\frac{dy}{dx} - y(x + x^{1/4}) = 2x^{9/4}

  2. Divide by 2(x2+x5/4)2(x^2 + x^{5/4}): dydx(x+x1/4)2(x2+x5/4)y=2x9/42(x2+x5/4)\frac{dy}{dx} - \frac{(x + x^{1/4})}{2(x^2 + x^{5/4})}y = \frac{2x^{9/4}}{2(x^2 + x^{5/4})}

  3. Simplify: dydxx+x1/42(x2+x5/4)y=x9/4x2+x5/4\frac{dy}{dx} - \frac{x + x^{1/4}}{2(x^2 + x^{5/4})}y = \frac{x^{9/4}}{x^2 + x^{5/4}}

  4. Identify P(x)P(x) and Q(x)Q(x): P(x)=x+x1/42(x2+x5/4)P(x) = -\frac{x + x^{1/4}}{2(x^2 + x^{5/4})} Q(x)=x9/4x2+x5/4Q(x) = \frac{x^{9/4}}{x^2 + x^{5/4}}

Step 2: Simplifying P(x)P(x) and Q(x)Q(x)

Simplifying these expressions is crucial for manageable integration.

  1. Simplify P(x)P(x): P(x)=x1/4(x3/4+1)2x5/4(x3/4+1)=12xP(x) = -\frac{x^{1/4}(x^{3/4} + 1)}{2x^{5/4}(x^{3/4} + 1)} = -\frac{1}{2x}

  2. Simplify Q(x)Q(x): Q(x)=x9/4x5/4(x3/4+1)=xx3/4+1Q(x) = \frac{x^{9/4}}{x^{5/4}(x^{3/4} + 1)} = \frac{x}{x^{3/4} + 1}

Step 3: Calculating the Integrating Factor (IF)

  1. Calculate P(x)dx\int P(x) dx: P(x)dx=12xdx=121xdx=12ln(x)\int P(x) dx = \int -\frac{1}{2x} dx = -\frac{1}{2} \int \frac{1}{x} dx = -\frac{1}{2} \ln(x)

  2. Calculate the Integrating Factor: IF=eP(x)dx=e12ln(x)=eln(x1/2)=x1/2=1xIF = e^{\int P(x) dx} = e^{-\frac{1}{2} \ln(x)} = e^{\ln(x^{-1/2})} = x^{-1/2} = \frac{1}{\sqrt{x}}

Step 4: Finding the General Solution

  1. Apply the formula y(IF)=Q(x)(IF)dx+Cy \cdot (IF) = \int Q(x) \cdot (IF) dx + C: y1x=xx3/4+11xdx+Cy \cdot \frac{1}{\sqrt{x}} = \int \frac{x}{x^{3/4} + 1} \cdot \frac{1}{\sqrt{x}} dx + C yx=xx3/4+1dx+C\frac{y}{\sqrt{x}} = \int \frac{\sqrt{x}}{x^{3/4} + 1} dx + C

  2. Solve the integral: Let x1/4=tx^{1/4} = t, so x=t4x = t^4 and dx=4t3dtdx = 4t^3 dt. xx3/4+1dx=t2t3+14t3dt=4t5t3+1dt\int \frac{\sqrt{x}}{x^{3/4} + 1} dx = \int \frac{t^2}{t^3 + 1} \cdot 4t^3 dt = 4 \int \frac{t^5}{t^3 + 1} dt

  3. Perform polynomial long division: t5t3+1=t2t2t3+1\frac{t^5}{t^3+1} = t^2 - \frac{t^2}{t^3+1} so t5t3+1=t2t2t3+1\frac{t^5}{t^3+1} = t^2 - \frac{t^2}{t^3+1}. 4t5t3+1dt=4(t2t2t3+1)dt=4(t2dtt2t3+1dt)4 \int \frac{t^5}{t^3 + 1} dt = 4 \int \left(t^2 - \frac{t^2}{t^3 + 1}\right) dt = 4 \left(\int t^2 dt - \int \frac{t^2}{t^3 + 1} dt\right)

  4. Evaluate the integrals: 4(t3313lnt3+1)+C1=43t343ln(t3+1)+C14 \left(\frac{t^3}{3} - \frac{1}{3} \ln|t^3 + 1|\right) + C_1 = \frac{4}{3}t^3 - \frac{4}{3} \ln(t^3 + 1) + C_1 =43x3/443ln(x3/4+1)+C1= \frac{4}{3}x^{3/4} - \frac{4}{3} \ln(x^{3/4} + 1) + C_1

  5. Substitute back into the solution: yx=43x3/443ln(x3/4+1)+C\frac{y}{\sqrt{x}} = \frac{4}{3}x^{3/4} - \frac{4}{3} \ln(x^{3/4} + 1) + C y=x(43x3/443ln(x3/4+1)+C)y = \sqrt{x} \left(\frac{4}{3}x^{3/4} - \frac{4}{3} \ln(x^{3/4} + 1) + C\right) y=43x5/443xln(x3/4+1)+Cxy = \frac{4}{3}x^{5/4} - \frac{4}{3}\sqrt{x} \ln(x^{3/4} + 1) + C\sqrt{x}

Step 5: Applying the Initial Condition

We are given that y(1)=143ln(2)y(1) = 1 - \frac{4}{3}\ln(2). Substitute x=1x = 1 and y=143ln(2)y = 1 - \frac{4}{3}\ln(2) into the equation:

143ln(2)=43(1)5/4431ln((1)3/4+1)+C11 - \frac{4}{3}\ln(2) = \frac{4}{3}(1)^{5/4} - \frac{4}{3}\sqrt{1} \ln((1)^{3/4} + 1) + C\sqrt{1} 143ln(2)=4343ln(2)+C1 - \frac{4}{3}\ln(2) = \frac{4}{3} - \frac{4}{3}\ln(2) + C C=143=13C = 1 - \frac{4}{3} = -\frac{1}{3}

Step 6: Finding the Particular Solution

Substitute C=13C = -\frac{1}{3} into the general solution: y=43x5/443xln(x3/4+1)13xy = \frac{4}{3}x^{5/4} - \frac{4}{3}\sqrt{x} \ln(x^{3/4} + 1) - \frac{1}{3}\sqrt{x}

Step 7: Finding y(16)y(16)

Substitute x=16x = 16 into the particular solution: y(16)=43(16)5/44316ln((16)3/4+1)1316y(16) = \frac{4}{3}(16)^{5/4} - \frac{4}{3}\sqrt{16} \ln((16)^{3/4} + 1) - \frac{1}{3}\sqrt{16} y(16)=43(24)5/443(4)ln((24)3/4+1)13(4)y(16) = \frac{4}{3}(2^4)^{5/4} - \frac{4}{3}(4) \ln((2^4)^{3/4} + 1) - \frac{1}{3}(4) y(16)=43(25)163ln(23+1)43y(16) = \frac{4}{3}(2^5) - \frac{16}{3} \ln(2^3 + 1) - \frac{4}{3} y(16)=43(32)163ln(9)43y(16) = \frac{4}{3}(32) - \frac{16}{3} \ln(9) - \frac{4}{3} y(16)=1283163ln(32)43y(16) = \frac{128}{3} - \frac{16}{3} \ln(3^2) - \frac{4}{3} y(16)=1243163(2ln(3))y(16) = \frac{124}{3} - \frac{16}{3} (2\ln(3)) y(16)=1243323ln(3)y(16) = \frac{124}{3} - \frac{32}{3} \ln(3) y(16)=4(31383ln(3))y(16) = 4 \left(\frac{31}{3} - \frac{8}{3} \ln(3)\right)

Common Mistakes & Tips

  • Simplification is Key: Always simplify P(x)P(x) and Q(x)Q(x) before integrating. This can significantly reduce the complexity of the integral.
  • Substitution: When faced with a difficult integral, consider using a suitable substitution to simplify the expression.
  • Careful Calculation: Pay close attention to arithmetic and algebraic manipulations to avoid errors.

Summary

We solved the given first-order linear differential equation by first rearranging it into the standard form, then finding the integrating factor. Using the integrating factor, we found the general solution and then used the given initial condition to determine the constant of integration, leading to the particular solution. Finally, we substituted x=16x = 16 into the particular solution to find the value of y(16)y(16).

The final answer is 4(31383loge3)4\left( {{{31} \over 3} - {8 \over 3}{{\log }_e}3} \right), which corresponds to option (A).

Final Answer

The final answer is 4(31383loge3)\boxed{4\left( {{{31} \over 3} - {8 \over 3}{{\log }_e}3} \right)}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions