To solve the given first-order linear differential equation:
dxdy+((x3+2)(2+e−2x)6x2+(3x2+2x3+4)e−2x)y=2+e−2x
we first simplify the coefficient of y, denoted by P(x).
Step 1: Simplify P(x)
The coefficient P(x) can be rewritten by splitting the numerator:
P(x)=(x3+2)(2+e−2x)6x2+3x2e−2x+2x3e−2x+4e−2x
Regrouping terms in the numerator:
P(x)=(x3+2)(2+e−2x)3x2(2+e−2x)+2e−2x(x3+2)
Dividing each term in the numerator by the denominator, we get:
P(x)=x3+23x2+2+e−2x2e−2x
Step 2: Find the Integrating Factor (I.F.)
The integrating factor is given by I.F.=e∫P(x)dx.
First, evaluate the integral ∫P(x)dx:
∫P(x)dx=∫x3+23x2dx+∫2+e−2x2e−2xdx
For the first integral:
∫x3+23x2dx=ln(x3+2)
For the second integral, substituting u=2+e−2x⟹du=−2e−2xdx:
∫2+e−2x2e−2xdx=−∫udu=−ln(2+e−2x)
Combining these results:
∫P(x)dx=ln(x3+2)−ln(2+e−2x)=ln(2+e−2xx3+2)
Thus, the Integrating Factor is:
I.F.=eln(2+e−2xx3+2)=2+e−2xx3+2
Step 3: Solve the Differential Equation
The general solution of a linear differential equation dxdy+P(x)y=Q(x) is given by:
y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
Substituting Q(x)=2+e−2x and I.F.=2+e−2xx3+2:
y⋅(2+e−2xx3+2)=∫(2+e−2x)⋅(2+e−2xx3+2)dx+C
y⋅(2+e−2xx3+2)=∫(x3+2)dx+C
y⋅(2+e−2xx3+2)=4x4+2x+C
Step 4: Apply the Initial Condition
Using the condition y(0)=23, substitute x=0 into the equation:
23⋅(2+e003+2)=404+2(0)+C
23⋅(32)=C⟹C=1
Thus, the particular solution is:
y⋅(2+e−2xx3+2)=4x4+2x+1
Step 5: Calculate y(1) and Find α
Substitute x=1 into the solution:
y(1)⋅(2+e−213+2)=414+2(1)+1
y(1)⋅(2+e−23)=41+3=413
Solving for y(1):
y(1)=413⋅(32+e−2)=1213(2+e−2)
Comparing this with y(1)=α(2+e−2), we get:
α=1213
This matches Option D.