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

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}$$
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top