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

AI Thread 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}$$
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
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...
Back
Top