Suppose y=y(x) be the solution curve to the differential equation dxdy−y=2−e−x such that x→∞limy(x) is finite. If a and b are respectively the x - and y-intercepts of the tangent to the curve at x=0, then the value of a−4b is equal to _____________.
Answer: 2
Solution
Key Concepts and Formulas
Linear First-Order Differential Equation: A differential equation of the form dxdy+P(x)y=Q(x), where P(x) and Q(x) are functions of x. The integrating factor is given by IF=e∫P(x)dx, and the solution is y⋅(IF)=∫Q(x)⋅(IF)dx+C.
Tangent Line Equation: The equation of the tangent line to a curve y=f(x) at a point (x0,y0) is given by y−y0=f′(x0)(x−x0).
Intercepts: The x-intercept is the point where y=0, and the y-intercept is the point where x=0.
Step-by-Step Solution
Step 1: Identify and Solve the Differential Equation
We are given the differential equation dxdy−y=2−e−x. This is a linear first-order differential equation. We need to find the integrating factor and solve for y(x).
Comparing the given equation with the standard form dxdy+P(x)y=Q(x), we have P(x)=−1 and Q(x)=2−e−x.
The integrating factor (IF) is given by:
IF=e∫P(x)dx=e∫−1dx=e−x
Multiplying the differential equation by the integrating factor:
e−xdxdy−e−xy=e−x(2−e−x)dxd(ye−x)=2e−x−e−2x
Integrating both sides with respect to x:
∫dxd(ye−x)dx=∫(2e−x−e−2x)dxye−x=−2e−x+21e−2x+C
Multiplying by ex to isolate y:
y(x)=−2+21e−x+Cex
Step 2: Apply the Limit Condition to Find C
We are given that limx→∞y(x) is finite.
limx→∞y(x)=limx→∞(−2+21e−x+Cex)
As x→∞, e−x→0 and ex→∞. For the limit to be finite, the term Cex must vanish, which implies C=0.
Therefore, the particular solution is:
y(x)=−2+21e−x
Step 3: Find the Equation of the Tangent at x = 0
First, find the y-coordinate at x=0:
y(0)=−2+21e−0=−2+21=−23
So the point of tangency is (0,−23).
Next, find the derivative of y(x):
dxdy=dxd(−2+21e−x)=−21e−x
Evaluate the derivative at x=0 to find the slope of the tangent:
m=dxdyx=0=−21e−0=−21
The equation of the tangent line is:
y−(−23)=−21(x−0)y+23=−21x2y+3=−xx+2y+3=0
Step 4: Find the x and y Intercepts
To find the x-intercept (a), set y=0:
x+2(0)+3=0x=−3
So, a=−3.
To find the y-intercept (b), set x=0:
0+2y+3=02y=−3y=−23
So, b=−23.
Step 5: Calculate a - 4b
a−4b=−3−4(−23)=−3+6=3
Common Mistakes & Tips
Sign Error in IF: Be careful with the sign of P(x) when calculating the integrating factor.
Limit Evaluation: Remember that limx→∞e−x=0 and limx→∞ex=∞. This is crucial for determining the constant of integration.
Algebraic Errors: Double-check all algebraic manipulations, especially with fractions and negative signs.
Summary
We solved the given linear first-order differential equation, applied the limit condition to find the particular solution, determined the equation of the tangent line at x=0, found the x and y intercepts of the tangent line, and finally calculated a−4b.