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

Question

Let y = y(x) be solution of the differential equation log(dydx)=3x+4y{\log _{}}\left( {{{dy} \over {dx}}} \right) = 3x + 4y, with y(0) = 0. If y(23loge2)=αloge2y\left( { - {2 \over 3}{{\log }_e}2} \right) = \alpha {\log _e}2, then the value of α\alpha is equal to :

Options

Solution

Key Concepts and Formulas

  • Separable Differential Equations: A differential equation of the form g(y)dy=f(x)dxg(y) dy = f(x) dx can be solved by integrating both sides.
  • Exponential and Logarithmic Properties: elnx=xe^{\ln x} = x, lnex=x\ln e^x = x, ea+b=eaebe^{a+b} = e^a e^b, ln(a/b)=lnalnb\ln(a/b) = \ln a - \ln b, alnb=lnbaa\ln b = \ln b^a.
  • Integration of Exponential Functions: eaxdx=1aeax+C\int e^{ax} dx = \frac{1}{a} e^{ax} + C.

Step-by-Step Solution

Step 1: Transform the Equation and Separate Variables

Our goal is to isolate dydx\frac{dy}{dx} and express the equation in a form suitable for separation of variables.

We start with the given differential equation: loge(dydx)=3x+4y\log_e \left(\frac{dy}{dx}\right) = 3x + 4y

Using the definition of logarithms, we rewrite the equation in exponential form: dydx=e3x+4y\frac{dy}{dx} = e^{3x + 4y}

Next, we use the property of exponents to separate the terms involving xx and yy: dydx=e3xe4y\frac{dy}{dx} = e^{3x} \cdot e^{4y}

Now, we separate the variables by dividing both sides by e4ye^{4y} and multiplying both sides by dxdx: dye4y=e3xdx\frac{dy}{e^{4y}} = e^{3x} dx

Rewriting the left side using the property 1an=an\frac{1}{a^n} = a^{-n}: e4ydy=e3xdxe^{-4y} dy = e^{3x} dx

Step 2: Integrate Both Sides

Our goal is to integrate both sides of the separated differential equation with respect to their respective variables.

We integrate both sides of the equation: e4ydy=e3xdx\int e^{-4y} dy = \int e^{3x} dx

Using the integration formula eaxdx=1aeax+C\int e^{ax} dx = \frac{1}{a} e^{ax} + C, we obtain: e4y4=e3x3+C\frac{e^{-4y}}{-4} = \frac{e^{3x}}{3} + C

where CC is the constant of integration.

Step 3: Apply Initial Condition to Find the Constant of Integration

Our goal is to determine the value of the constant of integration, CC, using the given initial condition y(0)=0y(0) = 0.

We substitute x=0x = 0 and y=0y = 0 into the integrated equation: e4(0)4=e3(0)3+C\frac{e^{-4(0)}}{-4} = \frac{e^{3(0)}}{3} + C 14=13+C\frac{1}{-4} = \frac{1}{3} + C

Solving for CC: C=1413=312412=712C = -\frac{1}{4} - \frac{1}{3} = -\frac{3}{12} - \frac{4}{12} = -\frac{7}{12}

Step 4: Express the Particular Solution

Our goal is to express the solution with yy as a function of xx.

Substituting the value of CC back into the integrated equation: e4y4=e3x3712\frac{e^{-4y}}{-4} = \frac{e^{3x}}{3} - \frac{7}{12}

Multiplying both sides by 4-4: e4y=43e3x+2812=43e3x+73e^{-4y} = -\frac{4}{3}e^{3x} + \frac{28}{12} = -\frac{4}{3}e^{3x} + \frac{7}{3} e4y=74e3x3e^{-4y} = \frac{7 - 4e^{3x}}{3}

Taking the reciprocal of both sides: e4y=374e3xe^{4y} = \frac{3}{7 - 4e^{3x}}

Taking the natural logarithm of both sides: 4y=ln(374e3x)4y = \ln\left(\frac{3}{7 - 4e^{3x}}\right)

Dividing by 4: y=14ln(374e3x)y = \frac{1}{4}\ln\left(\frac{3}{7 - 4e^{3x}}\right)

Step 5: Evaluate y at the Given x-value

Our goal is to evaluate yy when x=23loge2x = -\frac{2}{3}\log_e 2.

First, we find e3xe^{3x}: 3x=3(23loge2)=2loge2=loge22=loge143x = 3\left(-\frac{2}{3}\log_e 2\right) = -2\log_e 2 = \log_e 2^{-2} = \log_e \frac{1}{4} e3x=eloge14=14e^{3x} = e^{\log_e \frac{1}{4}} = \frac{1}{4}

Now, we substitute this value into the expression for yy: y=14ln(374(14))=14ln(371)=14ln(36)=14ln(12)y = \frac{1}{4}\ln\left(\frac{3}{7 - 4\left(\frac{1}{4}\right)}\right) = \frac{1}{4}\ln\left(\frac{3}{7 - 1}\right) = \frac{1}{4}\ln\left(\frac{3}{6}\right) = \frac{1}{4}\ln\left(\frac{1}{2}\right)

Step 6: Determine the Value of α\alpha

Our goal is to find the value of α\alpha such that y(23loge2)=αloge2y\left(-\frac{2}{3}\log_e 2\right) = \alpha \log_e 2.

We have: y=14ln(12)=14ln(21)=14(ln2)=14ln2y = \frac{1}{4}\ln\left(\frac{1}{2}\right) = \frac{1}{4}\ln(2^{-1}) = \frac{1}{4}(-\ln 2) = -\frac{1}{4}\ln 2

Comparing this with αloge2\alpha \log_e 2, we have: αloge2=14loge2\alpha \log_e 2 = -\frac{1}{4}\log_e 2

Therefore: α=14\alpha = -\frac{1}{4}

Common Mistakes & Tips

  • Remember to include the constant of integration after integrating.
  • Be careful with algebraic manipulations, especially when dealing with fractions and negative signs.
  • Use logarithm and exponential properties correctly.

Summary

We solved the given differential equation by separating variables, integrating both sides, and using the initial condition to find the constant of integration. We then evaluated the solution at the given xx-value and determined the value of α\alpha.

The final answer is -14\boxed{\text{-}{1 \over 4}}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions