I am supposed to implement the Runge Kutta Method of order 4 for a scalar first-order ordinary differential equation. In the end, I should be able to compare it with the actual value of the function. My problem is that given the (first) derivative of the equation, I cannot find the true function (i.e. the integrated one), if the derivative depends on both y and t.