📖 Explanation
Solving a linear first-order differential equation of the form dxdy+P(x)y=Q(x) depends on identifying an integrating factor defined by I.F.=e∫P(x)dx. For the given equation dxdy+(x2x+1)y=e−2x, the coefficient P(x) simplifies to 2+x1. The integrating factor is calculated as e∫(2+1/x)dx, which results in e2x+lnx, simplifying to xe2x. Multiplying the entire original differential equation by this integrating factor allows the left side to be expressed as the derivative of the product y(xe2x), resulting in dxd(yxe2x)=e−2x⋅xe2x=x.
Integrating both sides of the equation dxd(yxe2x)=x leads to yxe2x=∫xdx+C, which simplifies to yxe2x=2x2+C. Applying the condition y(1)=21e−2 allows for the determination of the constant C by substituting x=1 and y=21e−2, yielding 21e−2⋅1⋅e2=212+C, or 21=21+C, which confirms C=0. The resulting explicit solution for the function is y=2xe2xx2=21xe−2x.
To determine where the function decreases, we analyze its derivative, dxdy=21[e−2x+x(−2e−2x)], which simplifies to 21e−2x(1−2x). Because e−2x is always positive, the sign of the derivative is determined entirely by the factor (1−2x). The function is decreasing when this derivative is negative, which occurs when 1−2x<0, or x>21. Consequently, the function is strictly decreasing throughout the interval (21,1).