I need some help with Newton's Method, I have the following equation:
With t=0.05, L=5 and C=10^-4
I want to find R when q/qo = 0.1, and I'm asked to do so, by reformulating the problem with a non linear function whose solution (the R we want) is a zero of that function.
I have to use Newton's Method and I need to define an interval where the solution is unique and the initial aproximation x0 is appropriately chosen.
I assume I need to turn the equation into f(R)=
But I'm pretty lost on what to do now. How do I choose an interval and a good initial approximation?
I need to get this (along with many other things) done by friday, but I'm totally lost... Thank you in advance!