Proving the Inequality in Newton's Square Root Method

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
Bonaparte
Messages
26
Reaction score
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
Sorry, i had a typo, its a +, not a -,| e< sqrt(a)+e|
 
Very stuck PLEASE HELP
 
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.
 
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 :)
 
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.