MHB Felix's question at Yahoo Answers regarding Newton's method

Click For Summary
The discussion revolves around using Newton's method to find a root of the equation f(x) = 0, given that the line y = 5x - 2 is tangent to the curve y = f(x) at x = 4. At this point, f(4) equals 18, and the derivative f'(4) is 5. Applying Newton's method with the initial approximation x1 = 4, the second approximation x2 is calculated as x2 = 4 - (18/5), resulting in x2 = 2/5. This outcome aligns with the expectation that the second guess is the root of the tangent line. The discussion effectively demonstrates the application of Newton's method in this context.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Suppose the line y = 5x − 2 is tangent to the curve y = f(x) when x = 4. If Newton's method is used to loc?

Suppose the line y = 5x − 2 is tangent to the curve y = f(x) when x = 4. If Newton's method is used to locate a root of the equation f(x) = 0 and the initial approximation is x1 = 4, find the second approximation x2.

x2 = ___?______4.8, 4

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Hello Felix

Since the line $y=5x-2$ is tangent to the function $f(x)$ at $x=4$, we know two things:

a) The function and the line have a common point at $x=4$:

$$f(4)=5(4)-2=18$$

b) At $x=4$ the function's derivative is equal to the slope of the line:

$$f'(4)=5$$

Now, Newton's method gives us:

$$x_{n+1}=x_{n}-\frac{f\left(x_n \right)}{f'\left(x_n \right)}$$

If the initial approximation is $$x_1=4$$, then the second approximation is:

$$x_{2}=x_{1}-\frac{f\left(x_1 \right)}{f'\left(x_1 \right)}=4-\frac{18}{5}=\frac{2}{5}$$

As we should expect, the second guess is simply the root of the tangent line:

$$0=5x_2-2\implies x_2=\frac{2}{5}$$
 
Thread 'Erroneously  finding discrepancy in transpose rule'
Obviously, there is something elementary I am missing here. To form the transpose of a matrix, one exchanges rows and columns, so the transpose of a scalar, considered as (or isomorphic to) a one-entry matrix, should stay the same, including if the scalar is a complex number. On the other hand, in the isomorphism between the complex plane and the real plane, a complex number a+bi corresponds to a matrix in the real plane; taking the transpose we get which then corresponds to a-bi...

Similar threads

Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 38 ·
2
Replies
38
Views
11K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K