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

Question

If dydx=2xy+2y.2x2x+2x+yloge2{{dy} \over {dx}} = {{{2^x}y + {2^y}{{.2}^x}} \over {{2^x} + {2^{x + y}}{{\log }_e}2}}, y(0) = 0, then for y = 1, the value of x lies in the interval :

Options

Solution

Key Concepts and Formulas

  • Separation of Variables: A method for solving first-order differential equations by isolating terms involving the dependent variable (yy) and its differential (dydy) on one side and terms involving the independent variable (xx) and its differential (dxdx) on the other. The goal is to obtain the form g(y)dy=h(x)dxg(y)dy = h(x)dx.
  • Integration of f(x)f(x)\frac{f'(x)}{f(x)}: f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)} dx = \ln|f(x)| + C, where CC is the constant of integration.
  • Derivative of Exponential Function: ddx(ax)=axlna\frac{d}{dx}(a^x) = a^x \ln a.

Step-by-Step Solution

1. Analyze and Simplify the Given Differential Equation

We are given the differential equation: dydx=2xy+2y2x2x+2x+yloge2\frac{dy}{dx} = \frac{2^x y + 2^y \cdot 2^x}{2^x + 2^{x+y} \log_e 2} Our first step is to simplify the expression on the right-hand side by factoring.

  • Simplifying the Numerator: Factor out 2x2^x from the numerator: 2xy+2y2x=2x(y+2y)2^x y + 2^y \cdot 2^x = 2^x (y + 2^y)

  • Simplifying the Denominator: Rewrite 2x+y2^{x+y} as 2x2y2^x \cdot 2^y and factor out 2x2^x from the denominator: 2x+2x+yloge2=2x+2x2yloge2=2x(1+2yloge2)2^x + 2^{x+y} \log_e 2 = 2^x + 2^x \cdot 2^y \log_e 2 = 2^x (1 + 2^y \log_e 2)

  • Substituting Back into the ODE: Substitute these simplified expressions back into the original differential equation: dydx=2x(y+2y)2x(1+2yloge2)\frac{dy}{dx} = \frac{2^x (y + 2^y)}{2^x (1 + 2^y \log_e 2)} Cancel out the 2x2^x term from both the numerator and the denominator: dydx=y+2y1+2yloge2\frac{dy}{dx} = \frac{y + 2^y}{1 + 2^y \log_e 2}

2. Separate the Variables

Rearrange the equation to isolate yy terms with dydy and xx terms with dxdx: dydx=y+2y1+2yloge2\frac{dy}{dx} = \frac{y + 2^y}{1 + 2^y \log_e 2} Multiply both sides by (1+2yloge2)(1 + 2^y \log_e 2) and by dxdx: (1+2yloge2)dy=(y+2y)dx(1 + 2^y \log_e 2) dy = (y + 2^y) dx Divide both sides by (y+2y)(y + 2^y): 1+2yloge2y+2ydy=dx\frac{1 + 2^y \log_e 2}{y + 2^y} dy = dx

3. Integrate Both Sides

Integrate both sides of the separated equation with respect to their respective variables: 1+2yloge2y+2ydy=dx\int \frac{1 + 2^y \log_e 2}{y + 2^y} dy = \int dx

  • Integrating the Right-Hand Side (RHS): dx=x+C\int dx = x + C where CC is the constant of integration.

  • Integrating the Left-Hand Side (LHS): The integral on the left side is 1+2yloge2y+2ydy\int \frac{1 + 2^y \log_e 2}{y + 2^y} dy. Let f(y)=y+2yf(y) = y + 2^y. Then, f(y)=ddy(y+2y)=1+2yloge2f'(y) = \frac{d}{dy}(y + 2^y) = 1 + 2^y \log_e 2. The integral is of the form f(y)f(y)dy=lnf(y)+C\int \frac{f'(y)}{f(y)} dy = \ln |f(y)| + C. Thus, 1+2yloge2y+2ydy=lny+2y\int \frac{1 + 2^y \log_e 2}{y + 2^y} dy = \ln |y + 2^y|

  • Combining the Integrals: Equating the results from both sides, we get the general solution to the differential equation: lny+2y=x+C\ln |y + 2^y| = x + C

4. Use the Initial Condition to Find the Constant of Integration (C)

We are given the initial condition y(0)=0y(0) = 0. Substitute x=0x=0 and y=0y=0 into the general solution: ln0+20=0+C\ln |0 + 2^0| = 0 + C ln1=C\ln |1| = C 0=C0 = C Thus, C=0C = 0. Substitute C=0C=0 back into the general solution: lny+2y=x\ln |y + 2^y| = x Since we will be considering y=1y=1, we can drop the absolute value sign: ln(y+2y)=x\ln (y + 2^y) = x

5. Find the Value of x for y = 1

Substitute y=1y=1 into the particular solution: x=ln(1+21)x = \ln (1 + 2^1) x=ln(1+2)x = \ln (1 + 2) x=ln3x = \ln 3

6. Determine the Interval for x

We have x=ln3x = \ln 3. We know that e2.718e \approx 2.718 and e27.389e^2 \approx 7.389. Since e<3<e2e < 3 < e^2, then lne<ln3<lne2\ln e < \ln 3 < \ln e^2, which implies 1<ln3<21 < \ln 3 < 2. Therefore, x=ln3x = \ln 3 lies in the interval (1,2)(1, 2).

Common Mistakes & Tips:

  • Simplification First: Always simplify the differential equation before separating variables.
  • Recognize Integral Forms: Be familiar with common integral forms, such as f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)} dx = \ln|f(x)| + C.
  • Constant of Integration: Do not forget the constant of integration, CC.

Summary:

We solved the differential equation by separation of variables, simplified the equation by factoring, integrated both sides (recognizing the form of the integral on the left-hand side), used the initial condition to find the constant of integration, and found the value of xx when y=1y=1. Finally, we determined the interval for xx by comparing ln3\ln 3 to lne\ln e and lne2\ln e^2.

The final answer is \boxed{(1, 2)}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions