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

Question

Let y = y(x) be the solution of the differential equation dy = e α\alphax + y dx; α\alpha \in N. If y(log e 2) = log e 2 and y(0) = log e (12)\left( {{1 \over 2}} \right), then the value of α\alpha is equal to _____________.

Answer: 2

Solution

1. Key Concepts and Formulas

  • Separable Differential Equations: A differential equation of the form dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y) can be separated into h(y)dy=k(x)dxh(y)dy = k(x)dx, where h(y)=1g(y)h(y) = \frac{1}{g(y)} and k(x)=f(x)k(x) = f(x).
  • Integration: The process of finding the antiderivative of a function.
  • Initial Conditions: Values of the dependent variable (yy) at specific values of the independent variable (xx), used to determine the constant of integration.
  • Exponential Properties: ea+b=eaebe^{a+b} = e^a \cdot e^b, elogex=xe^{\log_e x} = x, alogbc=logbcaa \log_b c = \log_b c^a, elogex=1xe^{-\log_e x} = \frac{1}{x}.

2. Step-by-Step Solution

Step 1: Separate the Variables

We are given the differential equation: dy=eαx+ydxdy = e^{\alpha x + y} dx Our goal is to rewrite this equation in the form h(y)dy=k(x)dxh(y)dy = k(x)dx.

First, we rewrite the equation as: dydx=eαx+y\frac{dy}{dx} = e^{\alpha x + y} Using the property of exponents ea+b=eaebe^{a+b} = e^a \cdot e^b, we get: dydx=eαxey\frac{dy}{dx} = e^{\alpha x} \cdot e^y Now, we separate the variables by dividing both sides by eye^y and multiplying both sides by dxdx: dyey=eαxdx\frac{dy}{e^y} = e^{\alpha x} dx Using the property 1ey=ey\frac{1}{e^y} = e^{-y}, we obtain the separated form: eydy=eαxdxe^{-y} dy = e^{\alpha x} dx Explanation: We manipulate the differential equation to isolate terms involving yy and dydy on one side and terms involving xx and dxdx on the other side. This allows us to integrate each side independently.

Step 2: Integrate Both Sides

Now that the variables are separated, we integrate both sides of the equation: eydy=eαxdx\int e^{-y} dy = \int e^{\alpha x} dx Integrating each side, we get:

  • Left side: eydy=ey\int e^{-y} dy = -e^{-y}

  • Right side: Since αN\alpha \in N, α\alpha is a natural number, and therefore a constant. eαxdx=eαxα+C\int e^{\alpha x} dx = \frac{e^{\alpha x}}{\alpha} + C'

Combining the results, we get: ey=eαxα+C-e^{-y} = \frac{e^{\alpha x}}{\alpha} + C' We can rewrite this as: ey=eαxα+C.....(1)-e^{-y} = \frac{e^{\alpha x}}{\alpha} + C \quad \text{.....(1)} where CC is the constant of integration. Explanation: Integration is the reverse of differentiation. We add the constant of integration CC because the derivative of a constant is zero, so any constant could be added to the antiderivative.

Step 3: Apply the Initial Conditions

We are given two initial conditions:

  1. y(loge2)=loge2y(\log_e 2) = \log_e 2
  2. y(0)=loge(12)y(0) = \log_e \left( \frac{1}{2} \right)

We will use these conditions to find the values of CC and α\alpha.

Using the first initial condition: x=loge2x = \log_e 2 and y=loge2y = \log_e 2. Substitute these values into equation (1): eloge2=eαloge2α+C-e^{-\log_e 2} = \frac{e^{\alpha \log_e 2}}{\alpha} + C Using the properties of logarithms and exponentials, we simplify:

  • eloge2=eloge(21)=12e^{-\log_e 2} = e^{\log_e (2^{-1})} = \frac{1}{2}
  • eαloge2=eloge(2α)=2αe^{\alpha \log_e 2} = e^{\log_e (2^\alpha)} = 2^\alpha Substituting these simplified terms back into the equation: 12=2αα+C.....(2)-\frac{1}{2} = \frac{2^\alpha}{\alpha} + C \quad \text{.....(2)}

Using the second initial condition: x=0x = 0 and y=loge(12)=loge2y = \log_e \left( \frac{1}{2} \right) = -\log_e 2. Substitute these values into equation (1): e(loge2)=eα0α+C-e^{-(-\log_e 2)} = \frac{e^{\alpha \cdot 0}}{\alpha} + C Simplifying:

  • e(loge2)=eloge2=2e^{-(-\log_e 2)} = e^{\log_e 2} = 2
  • eα0=e0=1e^{\alpha \cdot 0} = e^0 = 1 Substituting these simplified terms back into the equation: 2=1α+C.....(3)-2 = \frac{1}{\alpha} + C \quad \text{.....(3)} Explanation: Each initial condition provides a specific point (x,y)(x, y) that the solution must satisfy. Substituting these points into the general solution gives us equations with CC and α\alpha.

Step 4: Solve for α\alpha

We have the following system of equations:

  1. 12=2αα+C-\frac{1}{2} = \frac{2^\alpha}{\alpha} + C
  2. 2=1α+C-2 = \frac{1}{\alpha} + C

Subtract equation (3) from equation (2) to eliminate CC: (12)(2)=(2αα+C)(1α+C)\left(-\frac{1}{2}\right) - (-2) = \left(\frac{2^\alpha}{\alpha} + C\right) - \left(\frac{1}{\alpha} + C\right) 32=2αα1α\frac{3}{2} = \frac{2^\alpha}{\alpha} - \frac{1}{\alpha} 32=2α1α\frac{3}{2} = \frac{2^\alpha - 1}{\alpha} Multiply both sides by 2α2\alpha: 3α=2(2α1)3\alpha = 2(2^\alpha - 1) 3α=2α+123\alpha = 2^{\alpha+1} - 2 Now we test integer values for α\alpha since αN\alpha \in N:

  • If α=1\alpha = 1: 3(1)=33(1) = 3 and 21+12=222=42=22^{1+1} - 2 = 2^2 - 2 = 4 - 2 = 2. Since 323 \neq 2, α1\alpha \neq 1.

  • If α=2\alpha = 2: 3(2)=63(2) = 6 and 22+12=232=82=62^{2+1} - 2 = 2^3 - 2 = 8 - 2 = 6. Since 6=66 = 6, α=2\alpha = 2.

  • If α=3\alpha = 3: 3(3)=93(3) = 9 and 23+12=242=162=142^{3+1} - 2 = 2^4 - 2 = 16 - 2 = 14. Since 9149 \neq 14, α3\alpha \neq 3.

Since the exponential term grows faster than the linear term, α=2\alpha = 2 is the only solution. Explanation: We solve for α\alpha by substituting possible natural number values until we find a solution that satisfies the equation.

3. Common Mistakes & Tips

  • Forgetting the constant of integration: Always include the constant of integration, CC, when performing indefinite integrals.
  • Sign errors: Be careful with negative signs, especially when integrating eye^{-y}.
  • Algebraic manipulation: Double-check your algebraic manipulations when separating variables and solving for constants.

4. Summary

We solved the given differential equation by first separating the variables, then integrating both sides. We then used the given initial conditions to find the value of the constant of integration and the parameter α\alpha. By substituting natural number values for α\alpha into the resulting equation, we found that α=2\alpha = 2.

5. Final Answer

The final answer is 2\boxed{2}.

Practice More Differential Equations Questions

View All Questions