Estimate the point of intersection of the graphs of y = tanx and y = 2x. Use Newton's method and continue the iterations until two successive approximations differ by less than 0.0001. Explain steps taken. Do not use the trivial case, where x=0.
What I've done so far...
f(x)=tanx-2x
f'(X)=sec^2(x)-2
x(n+1) = xn - (tanxn-2xn)/(sec^2(xn)-2)
I kind of dosed off when we learned this in class, can anyone help me with the next couple of steps?
What I've done so far...
f(x)=tanx-2x
f'(X)=sec^2(x)-2
x(n+1) = xn - (tanxn-2xn)/(sec^2(xn)-2)
I kind of dosed off when we learned this in class, can anyone help me with the next couple of steps?