New Reply

Newtons Square root method

 
Share Thread Thread Tools
Dec21-12, 08:23 AM   #1
 

Newtons Square root method


1. The problem statement, all variables and given/known data

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.

2. Relevant equations


3. 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?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Dec21-12, 08:43 AM   #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
Dec21-12, 08:58 AM   #3
 
Sorry, i had a typo, its a +, not a -,| e< sqrt(a)+e|
Dec21-12, 06:57 PM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Newtons Square root method


Quote by Bonaparte View Post
Sorry, i had a typo, its a +, not a -,| e< sqrt(a)+e|
Has that resolved your problem or are you still stuck?
Dec22-12, 10:33 PM   #5
 
Very stuck PLEASE HELP
Dec22-12, 10:53 PM   #6
 
Quote by Bonaparte View Post
Very stuck PLEASE HELP
Be more specific where exactly and why? sometimes in just explaining and thinking about it the answer will come.
Dec23-12, 06:35 AM   #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 :)
Dec23-12, 06:55 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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.
New Reply
Thread Tools


Similar Threads for: Newtons Square root method
Thread Forum Replies
F of G function question - Square root inside a square root? Precalculus Mathematics Homework 3
Using the Root Sum Square method to determine the uncertainty of heat transfer coeff. Engineering, Comp Sci, & Technology Homework 0
Newtons Method and Finding the 5th root Calculus & Beyond Homework 6
Square Root Method - Fractions Precalculus Mathematics Homework 1
Square Root Method Precalculus Mathematics Homework 4