Solve the integral equation

7.4k Views Asked by At

$$y(x) = 2 + \int_8^x (t-ty(t))dt$$ I am having a very hard time doing this problem. (i) Solve the separable differential equation $$y'(x) = x − xy(x)$$ to get $$y(x) = 1 + c \cdot e^{−x^2/2}$$ (ii) Using your answer to part (i), solve the integral equation.

1

There are 1 best solutions below

1
On BEST ANSWER

$$y(x) = 2 + \int_8^x (t-t y(t)) dt \,\, (\clubsuit)$$ Differentiating with respect to $x$, we get that $$y'(x) = x - x y(x) \implies y'(x) + x \cdot y(x) =x \implies y'(x) \cdot e^{x^2/2} + x \cdot e^{x^2/2} \cdot y(x) = x \cdot e^{x^2/2}$$ Hence, we get that $$\dfrac{d \left(y(x) \cdot e^{x^2/2}\right)}{dx} = \dfrac{d (e^{x^2/2})}{dx}$$ Hence, $$y(x) = 1 + c \cdot e^{-x^2/2} \,\, (\spadesuit)$$ To find $c$, plug in $(\spadesuit)$ into $(\clubsuit)$.