Proving the Inequality in Newton's Square Root Method

In summary, the conversation discusses using Newton's method to find a number close to the square root of a positive integer or 0. The goal is to prove that if |a/e-e|<1/10, then |sqrt(a)-e|<1/10. The conversation goes through the three possibilities of e being equal to, less than, or greater than the square root of a, and concludes that the midpoint of e and a/e is a good place to look for the square root of a.
  • #1
Bonaparte
26
0

Homework Statement



Let e be the number close to sqrt(a) by Newtons Method (That is picking a number, diving a by it, and taking their average, divide a by average, get a number, find their average, so on). Using |e<sqrt(a)+e|
prove that if |a/e-e|<1/10
then |sqrt(a)-e|<1/10

Note that e is using the Newtons method a few times, not necessarily infinity, for any number of times. Also this is about positive integers, and 0 only, root and a.

Homework Equations

The Attempt at a Solution


So were trying to prove the second one smaller then first (I think), that is:
|sqrt(a)-e|<|a/e-e|
sqrt(a)-e<a/e-e (since both are positive, as using the given inequality subtract e from both sides) so sqrt(a)<a/e
e*sqrt(a)<a,
but e is not necessarily smaller then sqrt a, what am I missing?
 
Last edited:
Physics news on Phys.org
  • #2
e =>0 and e<sqr(a) with a>0 right?

if e == sqr(a) then you'd have e*e = a and hence a < a which is wrong
 
  • #3
Sorry, i had a typo, its a +, not a -,| e< sqrt(a)+e|
 
  • #4
Bonaparte said:
Sorry, i had a typo, its a +, not a -,| e< sqrt(a)+e|

Has that resolved your problem or are you still stuck?
 
  • #5
Very stuck PLEASE HELP
 
  • #6
Bonaparte said:
Very stuck PLEASE HELP

Be more specific where exactly and why? sometimes in just explaining and thinking about it the answer will come.
 
  • #7
So were trying to prove the second one smaller then first (I think), that is:
|sqrt(a)-e|<|a/e-e|
sqrt(a)-e<a/e-e (since both are positive, as using the given inequality subtract e from both sides) so sqrt(a)<a/e
e*sqrt(a)<a,
but e is not necessarily smaller then sqrt a, what am I missing?
There :)
 
  • #8
To find [itex]\sqrt{a}[/itex], we choose some starting value, e, and calculate a/e. There are three possibilities:

1) [itex]e= \sqrt{a}[/itex]. Then [itex]e^2= a[/itex] so that [itex]e= a/e[/itex]. We get the same number again and so know that we are done.

2) [itex]e< \sqrt{a}[/itex]. Then multiplying both sides by [itex]\sqrt{a}[/itex], [itex]e\sqrt{a}< a[/itex] and [itex]\sqrt{a}< a/e[/itex]. That is, [itex]e< \sqrt{a}< a/e[/itex]. The square root of a is somewhere e and a/e and the midpoint, (e+ a/e)/2, is as good a place to look as any.

3) [itex]e> \sqrt{a}[/itex]. Then multiplying both sides by [itex]\sqrt{a}[/itex], [itex]e\sqrt{a}> a[/itex] and [itex]\sqrt{a}> a/e[/itex]. That is, [itex]e> \sqrt{a}> a/e[/itex]. The square root of a is somewhere e and a/e and the midpoint, (e+ a/e)/2, is as good a place to look as any.
 

1. What is Newton's Square Root Method?

Newton's Square Root Method, also known as the Newton-Raphson Method, is an algorithm for finding the roots of a given function. It involves using an initial guess for the root and then repeatedly refining that guess until it is accurate enough.

2. How does Newton's Square Root Method work?

The method uses the tangent line approximation to the function at the current guess to find a better estimate for the root. This process is repeated until the desired level of accuracy is reached.

3. What are the advantages of using Newton's Square Root Method?

One advantage is that it can converge quickly to the root, especially for functions with simple roots. It also does not require the function to be continuous or differentiable, making it a versatile method for finding roots.

4. Are there any limitations to Newton's Square Root Method?

Yes, one limitation is that it may not converge or may converge to the wrong root if the initial guess is not close enough to the actual root. It also requires the derivative of the function, which may be difficult to calculate for some functions.

5. How is Newton's Square Root Method used in real-world applications?

This method is commonly used in engineering, physics, and other fields to solve equations and find roots of functions. It can also be used in financial calculations, such as finding the yield to maturity of a bond.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
21
Views
752
  • Precalculus Mathematics Homework Help
Replies
11
Views
489
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
21
Views
3K
  • Calculus
Replies
3
Views
3K
  • Precalculus Mathematics Homework Help
Replies
1
Views
760
Replies
23
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
20
Views
1K
Replies
13
Views
3K
Back
Top