I must use the Newton Raphson method.
Can someone please explain the steps I must take in order to reach the answer. For alot of this im having to self study the material to catch up and without instruction, im quite lost on how to approach the problem. I wasnt given any initial values, so am i to assume that i must use the distance formula or..
So now what we're interested in is the minimum of this function. As you can see form the graph, there is one quite clear minimum point. Do you know how to find the minimum of a function? Hint: The value that minimises $\sqrt{g(x)}$ is the same as for $g(x)$, without the square root.
– Matti P. Dec 18 '20 at 11:11See how it has a pretty clear, single root? That's what we want to find numerically.
– Matti P. Dec 18 '20 at 11:36