jellicorse
- 40
- 0
Homework Statement
Can anyone point out where I have gone wrong with this?
Verify that the given function is a solution of the differential equation.
[tex]y' -2ty =1[/tex] [tex]y= e^{t^2}\int^t_0 e^{-s^2}ds+e^{t^2}[/tex]
The Attempt at a Solution
The steps I have taken are the following:
i) Evaluate integral in expression for y
ii) Differentiate the expression for y
iii)Substitute these values into [tex]\frac{dy}{dt}-2ty=1[/tex]i)Evaluate the integral
[tex]\int^t_0e^{-s^2}ds[/tex]
by substitution:
[tex]u=s^2[/tex]; [tex]ds=\frac{1}{-2s}du[/tex]
[tex]\frac{1}{-2s}\int^t_0e^{u}du = \left[\frac{e^{-s^2}}{-2s}\right]^t_0 =\frac{e^{-t^2}}{-2t}[/tex]
ii)Differentiate expression for y
[tex]y=e^{t^2}\cdot \frac{e^{-t^2}}{-2t}+e^{t^2}[/tex]
[tex]y=e^{t^2}-\frac{1}{2}t^{-1}[/tex]
[tex]y'=2te^{t^2}+\frac{1}{2}t^{-2}[/tex]
iii) Substitute these into [tex]y'-2ty=1[/tex][tex] <br /> [tex]2te^{t^2}+\frac{1}{2}t^{-2} -2t(2te^t{2}+\frac{1}{2}t^{-2})[/tex]<br /> <br /> [tex]2te^{t^2}+\frac{1}{2}t^{-2}-4t^2e^{t^2}-t^{-1}[/tex]Which is not what is required.[/tex]

