Use the Euler Method to write down an iterative algorithm so that $y_{n+1} = y(t_{n+1})$ can be determined from $y_n=y(t_n)$, where $t_n=n \triangle t$ is the size of the time step, for the following Ordinary Differential Equation $\frac{dy}{dt}=y^2+\sin(t)$
I'm confused about this question because the question's I'm been doing upto this one is that I am given an initial $(x_0 , y_0)$ and then I draw up a table to find a $y$ value for a corresponding $x$ value.. so this question is very confusing as I have never came across a question such as this one.