If dxdy=x2+y2xy; y(1) = 1; then a value of x satisfying y(x) = e is :
Options
Solution
Key Concepts and Formulas
Homogeneous Differential Equation: A differential equation of the form dxdy=f(x,y) is homogeneous if f(λx,λy)=f(x,y) for any constant λ.
Substitution for Homogeneous Equations: To solve a homogeneous differential equation, use the substitution y=vx, which implies dxdy=v+xdxdv.
Separable Differential Equations: A differential equation is separable if it can be written in the form g(y)dy=h(x)dx.
Step-by-Step Solution
Step 1: Identify the Differential Equation as Homogeneous
The given differential equation is
dxdy=x2+y2xy
To confirm it is homogeneous, we test the function f(x,y)=x2+y2xy:
f(λx,λy)=(λx)2+(λy)2(λx)(λy)=λ2x2+λ2y2λ2xy=λ2(x2+y2)λ2xy=x2+y2xy=f(x,y)
Since f(λx,λy)=f(x,y), the differential equation is homogeneous.
Step 2: Apply the Substitution y=vx
Let y=vx. Then dxdy=v+xdxdv. Substituting these into the original equation, we get
v+xdxdv=x2+(vx)2x(vx)=x2+v2x2vx2=x2(1+v2)vx2=1+v2v
Step 3: Separate Variables
We now have
v+xdxdv=1+v2v
Subtract v from both sides:
xdxdv=1+v2v−v=1+v2v−v(1+v2)=1+v2v−v−v3=1+v2−v3
Separate the variables x and v:
v31+v2dv=−x1dx
Step 4: Integrate Both Sides
Integrate both sides of the equation:
∫v31+v2dv=∫−x1dx∫(v31+v1)dv=−∫x1dx∫(v−3+v−1)dv=−∫x1dx−2v−2+ln∣v∣=−ln∣x∣+C−2v21+ln∣v∣=−ln∣x∣+C
Step 5: Substitute Back v=xy
Substitute v=xy back into the equation:
−2(xy)21+lnxy=−ln∣x∣+C−2y2x2+ln∣y∣−ln∣x∣=−ln∣x∣+C−2y2x2+ln∣y∣=C
Since y(1)=1, y is positive.
−2y2x2+lny=C
Step 6: Apply the Initial Condition y(1)=1
Substitute x=1 and y=1 into the equation to find C:
−2(1)212+ln(1)=C−21+0=CC=−21
So the particular solution is
−2y2x2+lny=−21
Step 7: Find x when y=e
Substitute y=e into the particular solution:
−2e2x2+lne=−21−2e2x2+1=−21−2e2x2=−232e2x2=23x2=3e2x=3e2=e3
Common Mistakes & Tips
Sign Errors: Be extremely careful with negative signs during integration and algebraic manipulations.
Logarithm Properties: Remember that ln(a/b)=ln(a)−ln(b) and ln(e)=1.
Substitution: Ensure you substitute back v=y/x after integration to get the solution in terms of the original variables.
Summary
We identified the given differential equation as homogeneous and used the substitution y=vx to transform it into a separable equation. After integrating and applying the initial condition y(1)=1, we obtained the particular solution. Finally, we substituted y=e into the particular solution and solved for x, finding x=e3.
The final answer is \boxed{\sqrt 3 e}, which corresponds to option (D).