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

Question

If the solution of the differential equation (2x+3y2)dx+(4x+6y7)dy=0,y(0)=3(2 x+3 y-2) \mathrm{d} x+(4 x+6 y-7) \mathrm{d} y=0, y(0)=3, is αx+βy+3loge2x+3yγ=6\alpha x+\beta y+3 \log _e|2 x+3 y-\gamma|=6, then α+2β+3γ\alpha+2 \beta+3 \gamma is equal to ____________.

Answer: 2

Solution

Key Concepts and Formulas

  • Homogeneous Differential Equations: A differential equation of the form dydx=f(x,y)\frac{dy}{dx} = f(x,y) is homogeneous if f(tx,ty)=f(x,y)f(tx, ty) = f(x,y). When aa=bb\frac{a}{a'} = \frac{b}{b'}, we use the substitution t=ax+byt = ax+by.
  • Separable Differential Equations: A differential equation of the form g(y)dy=h(x)dxg(y) dy = h(x) dx is separable. We solve it by integrating both sides: g(y)dy=h(x)dx\int g(y) dy = \int h(x) dx.
  • Integration of Rational Functions: When integrating rational functions, algebraic manipulation (long division or partial fractions) is often necessary to simplify the integrand.

Step-by-Step Solution

Step 1: Identify the type of differential equation and make a substitution.

The given differential equation is (2x+3y2)dx+(4x+6y7)dy=0(2x+3y-2)dx + (4x+6y-7)dy = 0. We can rewrite it as dydx=2x+3y24x+6y7\frac{dy}{dx} = -\frac{2x+3y-2}{4x+6y-7}. Since 24=36=12\frac{2}{4} = \frac{3}{6} = \frac{1}{2}, the lines are parallel, so we make the substitution t=2x+3yt = 2x+3y. Why: This substitution simplifies the equation because 2x+3y2x+3y appears in both the numerator and denominator.

Step 2: Rewrite the differential equation in terms of t and x.

From t=2x+3yt = 2x+3y, we have 3y=t2x3y = t-2x, so y=t2x3y = \frac{t-2x}{3}. Differentiating with respect to xx, we get dydx=13(dtdx2)\frac{dy}{dx} = \frac{1}{3} \left(\frac{dt}{dx} - 2\right). Also, 4x+6y=2(2x+3y)=2t4x+6y = 2(2x+3y) = 2t. Substituting these into the original equation, we have: 13(dtdx2)=t22t7\frac{1}{3} \left(\frac{dt}{dx} - 2\right) = -\frac{t-2}{2t-7} Why: This step transforms the original differential equation into a new differential equation involving tt and xx.

Step 3: Separate the variables and integrate.

Multiply both sides by 3: dtdx2=3(t2)2t7\frac{dt}{dx} - 2 = -\frac{3(t-2)}{2t-7} dtdx=23t62t7=4t143t+62t7=t82t7\frac{dt}{dx} = 2 - \frac{3t-6}{2t-7} = \frac{4t-14-3t+6}{2t-7} = \frac{t-8}{2t-7} Separate the variables: 2t7t8dt=dx\frac{2t-7}{t-8} dt = dx Integrate both sides: 2t7t8dt=dx\int \frac{2t-7}{t-8} dt = \int dx Why: Separating the variables allows us to integrate each side with respect to its corresponding variable, leading to a solution.

Step 4: Evaluate the integrals.

We have 2t7t8dt=2(t8)+167t8dt=(2+9t8)dt=2t+9lnt8+C1\int \frac{2t-7}{t-8} dt = \int \frac{2(t-8)+16-7}{t-8} dt = \int \left(2 + \frac{9}{t-8}\right) dt = 2t + 9\ln|t-8| + C_1. Also, dx=x+C2\int dx = x + C_2. Therefore, 2t+9lnt8=x+C2t + 9\ln|t-8| = x + C where C=C2C1C = C_2 - C_1.

Why: Performing the integration is a crucial step to find the general solution.

Step 5: Substitute back and apply the initial condition.

Substitute t=2x+3yt = 2x+3y back into the equation: 2(2x+3y)+9ln2x+3y8=x+C2(2x+3y) + 9\ln|2x+3y-8| = x + C 4x+6y+9ln2x+3y8=x+C4x+6y + 9\ln|2x+3y-8| = x + C Apply the initial condition y(0)=3y(0) = 3. When x=0x=0, y=3y=3: 4(0)+6(3)+9ln2(0)+3(3)8=0+C4(0) + 6(3) + 9\ln|2(0)+3(3)-8| = 0 + C 18+9ln1=C18 + 9\ln|1| = C C=18C = 18 Therefore, 4x+6y+9ln2x+3y8=x+184x+6y + 9\ln|2x+3y-8| = x + 18

Why: The initial condition allows us to find the particular solution by determining the value of the constant of integration.

Step 6: Rewrite the equation in the desired form.

3x+6y+9ln2x+3y8=183x+6y + 9\ln|2x+3y-8| = 18 Divide by 3: x+2y+3ln2x+3y8=6x+2y + 3\ln|2x+3y-8| = 6 Comparing with αx+βy+3ln2x+3yγ=6\alpha x + \beta y + 3\ln|2x+3y-\gamma| = 6, we have α=1\alpha = 1, β=2\beta = 2, and γ=8\gamma = 8.

Why: This step ensures that our solution is in the form required by the problem, which allows us to determine the values of α\alpha, β\beta, and γ\gamma.

Step 7: Calculate α+2β+3γ\alpha+2\beta+3\gamma.

α+2β+3γ=1+2(2)+3(8)=1+4+24=29\alpha+2\beta+3\gamma = 1 + 2(2) + 3(8) = 1 + 4 + 24 = 29

Why: This step calculates the final required value.

Common Mistakes & Tips

  • Remember to use absolute value inside the logarithm.
  • Carefully perform algebraic manipulations to separate variables and evaluate integrals.
  • Double-check the initial condition application and substitution.

Summary

We solved the given differential equation by recognizing it as a type where aa=bb\frac{a}{a'} = \frac{b}{b'}. We used the substitution t=2x+3yt = 2x+3y to transform the equation into a separable form, integrated, applied the initial condition, and rewrote the solution in the given form to find α,β,γ\alpha, \beta, \gamma. Finally, we calculated α+2β+3γ\alpha + 2\beta + 3\gamma.

The final answer is \boxed{29}.

Practice More Differential Equations Questions

View All Questions