Let y=f(x) be the solution of the differential equation y(x+1)dx−x2dy=0,y(1)=e. Then limx→0+f(x) is equal to
Your answer stays private
What feels right?
Hint 1 of 3
How does the differential equation y(x+1)dx−x2dy=0 separate into variables?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
Separating variables yields y=xe2−1/x, which approaches 0 as xo0+.
Option analysis
Why each option works or fails
A · e21
Believing that the constant of integration cancels the negative exponent entirely or dropping the factor of x and taking e−2. Retain the factor of x from the integration ∫x1dx=ln∣x∣ and correctly evaluate the indeterminate form xe−1/x as x→0+.
B · e2
Focusing solely on the integration constant C=e2 and assuming the limit is determined only by this multiplier. Evaluate the limit of the entire expression f(x)=xe2−1/x as x→0+, not just the constant factor eC.
C · 0
None. The differential equation is solved to find f(x)=xe2e−1/x, where both x→0 and e−1/x→0 as x→0+, resulting in 0. This option is correct.
D · e1
Making a sign error during the integration of x−2 or solving for C, such as writing ∫x−2dx=+1/x, leading to an exponent that does not vanish. Recall that ∫x−2dx=−x1, so the exponent is −1/x, which tends to −∞ as x→0+.
Reviewed route
Solution
StepWorking
01given
The differential equation is y(x+1)dx−x2dy=0 with initial condition y(1)=e, for x>0.
02goal
Find the explicit function y=f(x) and evaluate limx→0+f(x).
03approach
Separate variables to write ydy=x2x+1dx. Integrate both sides, find the integration constant using y(1)=e, express y as f(x), then evaluate the limit as x→0+.
04execute
Separate variables and integrate:
∫ydy=∫(x1+x21)dxlny=lnx−x1+C
Using y(1)=e:
lne=ln1−1+C⟹1=−1+C⟹C=2
05execute
Rewrite the equation explicitly for y:
lny−lnx=2−x1⟹ln(xy)=2−x1y=xe2−1/x
06execute
Evaluate the limit as x→0+:
limx→0+f(x)=limx→0+xe2e−1/x
As x→0+, x1→+∞, so e−1/x→0.
Therefore, the limit is 0⋅e2⋅0=0.
✓verify
Let t=1/x→∞. Then limt→∞tete2=∞e2=0. Both terms (x→0 and e−1/x→0) push the product decisively to 0, confirming consistency.
Hints that build this answer step by step
How does the differential equation y(x+1)dx−x2dy=0 separate into variables?
y1dy=x2x+1dx=(x1+x21)dx
Integrating both sides and applying y(1)=e, what is the explicit formula for y=f(x)?