Let αx=exp(xβyγ) be the solution of the differential equation 2x2ydy−(1−xy2)dx=0,x>0,y(2)=loge2. Then α+β−γ equals :
Options
Solution
Key Concepts and Formulas
First-Order Linear Differential Equation (LDE): A differential equation of the form dxdy+P(x)y=Q(x), where P(x) and Q(x) are functions of x.
Integrating Factor (I.F.): For a linear differential equation dxdy+P(x)y=Q(x), the integrating factor is given by I.F. =e∫P(x)dx. The solution is then given by y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C.
Substitution: Transforming a differential equation into a simpler form by replacing a function of the dependent variable with a new variable. The chain rule is key here: dxdf(y)=f′(y)dxdy
Step-by-Step Solution
Step 1: Rearrange the Given Differential Equation
We begin by rearranging the given differential equation to a more convenient form. The goal is to isolate dxdy and look for opportunities for substitution.
The given equation is:
2x2ydy−(1−xy2)dx=0
Move the dx term to the right-hand side:
2x2ydy=(1−xy2)dx
Divide both sides by dx:
2x2ydxdy=1−xy2
Divide both sides by x2 (since x>0):
2ydxdy=x21−xy2
Rearrange to group the terms containing y:
2ydxdy+xy2=x21Why this step? This arrangement highlights the term 2ydxdy, which is the derivative of y2. This strongly suggests a substitution t=y2.
Step 2: Apply the Substitution
We introduce a substitution to transform the equation into a linear differential equation.
Let t=y2. Then, differentiating with respect to x gives:
dxdt=2ydxdyWhy this substitution? This substitution simplifies the equation by replacing 2ydxdy with dxdt, making it linear.
Step 3: Transform the Equation
Substitute t=y2 and dxdt=2ydxdy into the rearranged equation from Step 1:
Substituting into 2ydxdy+xy2=x21 yields:
dxdt+xt=x21
This is a first-order linear differential equation in the form dxdt+P(x)t=Q(x), where P(x)=x1 and Q(x)=x21.
Step 4: Calculate the Integrating Factor
We calculate the integrating factor for the linear differential equation.
The integrating factor is given by:
I.F.=e∫P(x)dx=e∫x1dx
Since x>0, ∫x1dx=lnx. Therefore,
I.F.=elnx=xWhy this step? The integrating factor transforms the left-hand side of the equation into an exact derivative.
Step 5: Find the General Solution
We find the general solution of the linear differential equation.
The general solution is given by:
t⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
Substituting t, I.F.=x, and Q(x)=x21:
tx=∫x21⋅xdx+Ctx=∫x1dx+C
Since x>0, ∫x1dx=lnx. Thus,
tx=lnx+C
Substitute back t=y2:
y2x=lnx+C
Step 6: Apply the Initial Condition
We use the initial condition y(2)=ln2 to find the particular solution.
Substitute x=2 and y=ln2 into the general solution:
(ln2)2⋅2=ln2+C2ln2=ln2+C
Solve for C:
C=2ln2−ln2=ln2
Substitute C=ln2 back into the general solution:
y2x=lnx+ln2y2x=ln(2x)
Step 7: Match the Given Form
We rewrite the particular solution to match the form αx=exp(xβyγ).
We have y2x=ln(2x). Exponentiating both sides:
ey2x=eln(2x)ey2x=2x2x=exp(y2x)
Rewrite y2x as x1y2:
2x=exp(x1y2)
Step 8: Determine α,β,γ
We compare 2x=exp(x1y2) with αx=exp(xβyγ) to find the values of α,β, and γ.
By comparison, we have:
α=2β=1γ=2
Step 9: Calculate α+β−γ
Finally, we compute the value of α+β−γ.
α+β−γ=2+1−2=1
Common Mistakes & Tips
Sign Errors: Be very careful with signs during rearrangement and substitution.
Logarithm Properties: Remember to use logarithm properties correctly, especially when combining or separating logarithmic terms. Also, remember that ∫x1dx=ln∣x∣+C, but since x>0, we can write lnx+C.
Integrating Factor: Double-check the calculation of the integrating factor and its application in solving the linear differential equation.
Summary
We solved the given differential equation by rearranging it, applying a suitable substitution (t=y2), solving the resulting linear differential equation using an integrating factor, applying the initial condition to find the particular solution, and then matching the solution to the given form to determine the values of α,β, and γ. Finally, we calculated α+β−γ=1.
The final answer is 1, which corresponds to option (A).