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

Question

If the solution curve f(x,y)=0f(x, y)=0 of the differential equation (1+logex)dxdyxlogex=ey,x>0\left(1+\log _{e} x\right) \frac{d x}{d y}-x \log _{e} x=e^{y}, x > 0, passes through the points (1,0)(1,0) and (α,2)(\alpha, 2), then αα\alpha^{\alpha} is equal to :

Options

Solution

Key Concepts and Formulas

  • First-Order Linear Differential Equation: A differential equation of the form dvdy+P(y)v=Q(y)\frac{dv}{dy} + P(y)v = Q(y) has a general solution given by v(Integrating Factor)=Q(y)(Integrating Factor)dy+Cv \cdot (\text{Integrating Factor}) = \int Q(y) \cdot (\text{Integrating Factor}) \, dy + C.
  • Integrating Factor (IF): For the linear differential equation above, the integrating factor is eP(y)dye^{\int P(y) \, dy}.
  • Substitution: Using a substitution to transform a complex differential equation into a simpler, solvable form.

Step-by-Step Solution

Step 1: Rewrite the given differential equation.

The given differential equation is (1+logex)dxdyxlogex=ey,x>0(1+\log _{e} x) \frac{d x}{d y}-x \log _{e} x=e^{y}, x > 0 We can rewrite this as: dxdyxlogex1+logex=ey1+logex\frac{dx}{dy} - \frac{x \log_e x}{1 + \log_e x} = \frac{e^y}{1 + \log_e x}

Step 2: Perform a suitable substitution.

Let v=logexv = \log_e x. Then, x=evx = e^v and dxdv=ev\frac{dx}{dv} = e^v. Also, dvdx=1x\frac{dv}{dx} = \frac{1}{x}. Thus, dxdy=dxdvdvdy=evdvdy\frac{dx}{dy} = \frac{dx}{dv} \cdot \frac{dv}{dy} = e^v \frac{dv}{dy}. Substituting into the differential equation: evdvdyevv1+v=ey1+ve^v \frac{dv}{dy} - \frac{e^v v}{1+v} = \frac{e^y}{1+v} Dividing by eve^v: dvdyv1+v=eyv1+v\frac{dv}{dy} - \frac{v}{1+v} = \frac{e^{y-v}}{1+v}

This form is not linear. Let's go back to the original equation and try dividing by (1+logex)(1 + \log_e x): dxdyxlogex1+logex=ey1+logex\frac{dx}{dy} - \frac{x \log_e x}{1 + \log_e x} = \frac{e^y}{1 + \log_e x} Let z=xlogexz = x \log_e x. Then dzdx=logex+x1x=logex+1\frac{dz}{dx} = \log_e x + x \cdot \frac{1}{x} = \log_e x + 1. Therefore, dydx=1+logexxlogex+ey\frac{dy}{dx} = \frac{1 + \log_e x}{x \log_e x + e^y}. Then dxdy=xlogex+ey1+logex=xlogex1+logex+ey1+logex\frac{dx}{dy} = \frac{x \log_e x + e^y}{1 + \log_e x} = \frac{x \log_e x}{1 + \log_e x} + \frac{e^y}{1 + \log_e x}. We see that this matches the original equation.

Let's try a different approach. The equation is (1+logex)dxdyxlogex=ey(1+\log _{e} x) \frac{d x}{d y}-x \log _{e} x=e^{y} dxdyxlogx1+logx=ey1+logx\frac{dx}{dy} - \frac{x \log x}{1 + \log x} = \frac{e^y}{1 + \log x} dydx=1+logxxlogx+ey\frac{dy}{dx} = \frac{1 + \log x}{x \log x + e^y} This doesn't seem to simplify easily. Let's reconsider the original equation and rewrite it as: (1+logx)dx(xlogx+ey)dy=0(1+\log x) dx - (x \log x + e^y) dy = 0 (1+logx)dx=(xlogx+ey)dy(1+\log x) dx = (x \log x + e^y) dy dxdy=xlogx+ey1+logx\frac{dx}{dy} = \frac{x \log x + e^y}{1 + \log x} dxdyxlogx1+logx=ey1+logx\frac{dx}{dy} - \frac{x \log x}{1 + \log x} = \frac{e^y}{1 + \log x} Let t=logxt = \log x. Then x=etx = e^t, and dxdt=et\frac{dx}{dt} = e^t, so dtdx=1x=et\frac{dt}{dx} = \frac{1}{x} = e^{-t}. Thus dxdy=dxdtdtdy=etdtdy\frac{dx}{dy} = \frac{dx}{dt} \frac{dt}{dy} = e^t \frac{dt}{dy}. Substituting, we have etdtdyett1+t=ey1+te^t \frac{dt}{dy} - \frac{e^t t}{1+t} = \frac{e^y}{1+t} dtdyt1+t=eyt1+t\frac{dt}{dy} - \frac{t}{1+t} = \frac{e^{y-t}}{1+t}

Step 3: Another Substitution.

Let u=xlogxu = x\log x. Then dudx=logx+x1x=logx+1\frac{du}{dx} = \log x + x\cdot \frac{1}{x} = \log x + 1. The differential equation becomes (1+logx)dxdy=xlogx+ey(1+\log x)\frac{dx}{dy} = x\log x + e^y dudy=xlogx+ey=u+ey\frac{du}{dy} = x\log x + e^y = u + e^y dudyu=ey\frac{du}{dy} - u = e^y

Step 4: Solve the linear differential equation.

This is a first-order linear differential equation in the form dudy+P(y)u=Q(y)\frac{du}{dy} + P(y)u = Q(y) where P(y)=1P(y) = -1 and Q(y)=eyQ(y) = e^y. The integrating factor is IF=eP(y)dy=e1dy=eyIF = e^{\int P(y) dy} = e^{\int -1 dy} = e^{-y}. The solution is given by uIF=Q(y)IFdy+Cu \cdot IF = \int Q(y) \cdot IF \, dy + C uey=eyeydy+Cu e^{-y} = \int e^y e^{-y} dy + C uey=1dy+Cu e^{-y} = \int 1 dy + C uey=y+Cu e^{-y} = y + C u=(y+C)eyu = (y+C)e^y

Step 5: Substitute back to find the solution in terms of x and y.

Since u=xlogxu = x \log x, we have xlogx=(y+C)eyx \log x = (y+C)e^y.

Step 6: Use the initial condition (1, 0) to find C.

Given that the solution curve passes through (1,0)(1, 0), we have x=1x = 1 and y=0y = 0. Substituting these values into the equation xlogx=(y+C)eyx \log x = (y+C)e^y, we get 1log1=(0+C)e01 \cdot \log 1 = (0+C)e^0 0=C10 = C \cdot 1 C=0C = 0 Thus, the particular solution is xlogx=yeyx \log x = y e^y.

Step 7: Use the point (α\alpha, 2) to find α\alpha.

Given that the solution curve passes through (α,2)(\alpha, 2), we have x=αx = \alpha and y=2y = 2. Substituting these values into the equation xlogx=yeyx \log x = y e^y, we get αlogα=2e2\alpha \log \alpha = 2 e^2 log(αα)=2e2\log (\alpha^\alpha) = 2 e^2 αα=e2e2\alpha^\alpha = e^{2e^2}

Step 8: Find the value of αα\alpha^\alpha.

We have found that αα=e2e2\alpha^\alpha = e^{2e^2}.

Common Mistakes & Tips

  • Carefully choose the correct substitution to simplify the differential equation.
  • Remember to find the integrating factor correctly and apply it to solve the linear differential equation.
  • Don't forget to substitute back to the original variables after solving the equation.

Summary

We solved the given differential equation by using the substitution u=xlogxu = x \log x to transform it into a linear differential equation. We found the integrating factor and solved for uu in terms of yy. Then, we substituted back to get the solution in terms of xx and yy. Using the initial condition (1,0)(1, 0), we found the constant C=0C = 0. Finally, using the point (α,2)(\alpha, 2), we found that αα=e2e2\alpha^\alpha = e^{2e^2}.

Final Answer

The final answer is \boxed{e^{2 e^{2}}}, which corresponds to option (D).

Practice More Differential Equations Questions

View All Questions