Key Concepts and Formulas
- First-Order Linear Differential Equation: A differential equation of the form dydv+P(y)v=Q(y) has a general solution given by v⋅(Integrating Factor)=∫Q(y)⋅(Integrating Factor)dy+C.
- Integrating Factor (IF): For the linear differential equation above, the integrating factor is e∫P(y)dy.
- Substitution: Using a substitution to transform a complex differential equation into a simpler, solvable form.
Step-by-Step Solution
Step 1: Rewrite the given differential equation.
The given differential equation is
(1+logex)dydx−xlogex=ey,x>0
We can rewrite this as:
dydx−1+logexxlogex=1+logexey
Step 2: Perform a suitable substitution.
Let v=logex. Then, x=ev and dvdx=ev.
Also, dxdv=x1. Thus, dydx=dvdx⋅dydv=evdydv.
Substituting into the differential equation:
evdydv−1+vevv=1+vey
Dividing by ev:
dydv−1+vv=1+vey−v
This form is not linear. Let's go back to the original equation and try dividing by (1+logex):
dydx−1+logexxlogex=1+logexey
Let z=xlogex. Then dxdz=logex+x⋅x1=logex+1.
Therefore, dxdy=xlogex+ey1+logex.
Then dydx=1+logexxlogex+ey=1+logexxlogex+1+logexey.
We see that this matches the original equation.
Let's try a different approach.
The equation is
(1+logex)dydx−xlogex=ey
dydx−1+logxxlogx=1+logxey
dxdy=xlogx+ey1+logx
This doesn't seem to simplify easily.
Let's reconsider the original equation and rewrite it as:
(1+logx)dx−(xlogx+ey)dy=0
(1+logx)dx=(xlogx+ey)dy
dydx=1+logxxlogx+ey
dydx−1+logxxlogx=1+logxey
Let t=logx. Then x=et, and dtdx=et, so dxdt=x1=e−t.
Thus dydx=dtdxdydt=etdydt.
Substituting, we have
etdydt−1+tett=1+tey
dydt−1+tt=1+tey−t
Step 3: Another Substitution.
Let u=xlogx. Then dxdu=logx+x⋅x1=logx+1.
The differential equation becomes
(1+logx)dydx=xlogx+ey
dydu=xlogx+ey=u+ey
dydu−u=ey
Step 4: Solve the linear differential equation.
This is a first-order linear differential equation in the form dydu+P(y)u=Q(y) where P(y)=−1 and Q(y)=ey.
The integrating factor is IF=e∫P(y)dy=e∫−1dy=e−y.
The solution is given by
u⋅IF=∫Q(y)⋅IFdy+C
ue−y=∫eye−ydy+C
ue−y=∫1dy+C
ue−y=y+C
u=(y+C)ey
Step 5: Substitute back to find the solution in terms of x and y.
Since u=xlogx, we have xlogx=(y+C)ey.
Step 6: Use the initial condition (1, 0) to find C.
Given that the solution curve passes through (1,0), we have x=1 and y=0.
Substituting these values into the equation xlogx=(y+C)ey, we get
1⋅log1=(0+C)e0
0=C⋅1
C=0
Thus, the particular solution is xlogx=yey.
Step 7: Use the point (α, 2) to find α.
Given that the solution curve passes through (α,2), we have x=α and y=2.
Substituting these values into the equation xlogx=yey, we get
αlogα=2e2
log(αα)=2e2
αα=e2e2
Step 8: Find the value of αα.
We have found that αα=e2e2.
Common Mistakes & Tips
- Carefully choose the correct substitution to simplify the differential equation.
- Remember to find the integrating factor correctly and apply it to solve the linear differential equation.
- Don't forget to substitute back to the original variables after solving the equation.
Summary
We solved the given differential equation by using the substitution u=xlogx to transform it into a linear differential equation. We found the integrating factor and solved for u in terms of y. Then, we substituted back to get the solution in terms of x and y. Using the initial condition (1,0), we found the constant C=0. Finally, using the point (α,2), we found that αα=e2e2.
Final Answer
The final answer is \boxed{e^{2 e^{2}}}, which corresponds to option (D).