I have been trying to find a solution to the following equation for ages!
Vt:=(a*t)+((1/(2*Pi))*((b*cos(2*Pi*t))-(c*sin(2*Pi*t))-b)-295);
I need to find what t converges to, I have solved the equation using a different method and I know the answer is around 0.787 but I need to find the result using the Newton Raphson method, or another iterative method. I am not allowed to use dsolve. or the Newton command.
Any help would be greatly appreciated!
Many Thanks!