Newton's Method (INTERSECTION POINTS)

Jharr94
Messages
6
Reaction score
0

Homework Statement


Find the x-coordinate of the first point in the region where intersects . Give your answer to 6 significant figures.


Homework Equations


x_1=x_0- (f(x)/f'(x))


The Attempt at a Solution


I equated the two equations and got:
0=tanx-5x

I also looked at the graph and got that the intersection point is around 1.5

I used Newton's method but the only thing I keep getting is 0, can anyone help me to find the OTHER intersection point?
 
Physics news on Phys.org
I assume that since you know the point of intersection is around 1.5, that is the value you are using as your guess x_0 in Newton's method?If so, you will have to show me your work for me to be able to see where you are going wrong.
 
First, x= 0 is obviously a solution of tan(x)= 5x. Using a starting point close enough to a positive solution should work.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top