Surreal number/Root 2

From testwiki
Jump to navigation Jump to search

โ–  Surreal number/Root 2 begins by discussing how to construct a pair of infinite series that converge to 2 (one from above and one from below). One derivation of this series is presented, but we also hint at how Newton's method might be used to construct the same pair of sequences. Later, we discuss how to generalize this method to include other roots (x1/n). These pairs of sequences can be used to express surreal forms for irrational numbers that are the Template:Nowrap root of an integer. z (Visit Surreal number/Root 2 for more details.)


Dyadic fractions (0,±1,±14,...±98,...) can be counted using a pair of integers by writing them as rational fractions of the form, b/2τ,where b0 counts the birthdays and |τb| counts the births associated with each birthday. Let the # refer to when a dyadic is reached using the convention that we count births from left to right on the number line:

00,a1,a2c1

-1,1,-2,-\tfrac{-3}{2}

*๐’ฌ๐’ฐโ„ฐ๐’ฎ๐’ฏโ„๐’ช๐’ฉ๐’ฎ:

  1. One way to count the dyadic fractions is


We begin this discussion with the task of finding an infinite sequence of rational numbers that converges to 2:

{a1,a2,,an,an+1,} where limnan=2=22



Irrational roots

e.g, z=αx+βy is the weighted average of x and y.




To construct a recursion relation, we start with a trivial identity, valid whenever α+β=1:

2=22(α+β)1=α2+β22.[1]

Note the third form of this expression is a weighted average[2] of 2 and 2/2. It turns out that α=β=1/2. By retaining (α,β) as unknown variables, we give ourselves the opportunity to see if this method works on a number like 173). Since the intent is to converge to 2, we now define an "error sequence", Δn, and seek values of (α,β) that cause the error sequence to converge to zero, i.e., we want to force Δn0 as n. This "error sequence" is defined as

an=2(1+Δn),

*๐’ฌ๐’ฐโ„ฐ๐’ฎ๐’ฏโ„๐’ช๐’ฉ: Why not use an=2+Δn to define the error sequence? Hint: the answer involves the need to establish when Δn is likely to be small, especially when when attempting to generalize this calculation to finding the square root of a large number.

Replacing 2 by an into (above) creates the following weighted average of two numbers that are almost equal:

an+1=αan+β2an

Expressing this in terms of our error sequence, we have:

2(1+Δn+1)=2α(1+Δn)+2β2(1+Δn)

In contrast with ,the two terms on the RHS of are not equal. If one term is slightly larger than 2,then the other is slightly smaller, as can be seen from a Taylor expansion,

11+Δn=1Δn+Δn2Δn3+๐’ช(Δn4),

which informs us, that for sufficiently small values of Δn,the next iteration, Δn+1,will be smaller than Δn. Substitution of the Taylor expansion

an+1=2(1+Δn+1)=2αA+2αΔnC2α(1+Δn)+2β2B2β2Δn+2β2Δn2+๐’ช(Δn3)D=D1+D2+D32β2(1+Δ)

In the above equation, A+B=2, so that it will cancel the zeroth order term, 2, on the LHS. Term C in the above expression is linear, or "first order", in the parameter Δn. Also, when we add C+D, we want C to cancel the first order term, i.e.,

2αΔn2β2Δn=0α=β=12_


For term B, we obtain two different recursion relations; the first starts at, a1=2:

a1=2an+1=an2+1anb1=1bn+1=4bn+2/bn

Appendix (*QUESTIONS & *Footnotes)

*๐’ฌ๐’ฐโ„ฐ๐’ฎ๐’ฏโ„๐’ช๐’ฉ๐’ฎ:

  1. Can you derive the recursion relation for bn? Hint: Try the substitution bn=12.
  2. Find a2 if a1=22/7.
  3. Can this method be used to calculate the recursion relation for 53?
  4. Can you prove that anis monotonically decreasing?
  5. One can also create a sequence of approximations for calculating roots of a number using Newton's method. Verify that Newton's method can be used to obtain the sequence shown above.
  6. Newton's method can be explained graphically by drawing a tangent line near the function f(x) at a location near a point where f(x)=0, and then finding the intersection of that tangent line with the x axis. The slope of a tangent line to a graph of f(x) versus x is well known to be the first derivative, f(x). The methods used above to obtain the sequence an involve a Taylor expansion, which also involves f(x). Investigate whether the formula for Newton's method can be derived using the Taylor expansion method used above.

*โ„ฑโ„ดโ„ด๐“‰๐“ƒโ„ด๐“‰โ„ฏ๐“ˆ:

Wikitable

Spreadsheets from

n p q p/q % error
1 2 1 2.0000000000000 41.42
2 3 2 1.5000000000000 6.07
3 17 12 1.4166666666667 0.17
4 577 408 1.4142156862745 1.50E-04
5 665857 470832 1.4142135623747 1.13E-10
1.4142135623731 zero
n p q p/q % error
1 1 1 1.0000000000000 -29.29
2 4 3 1.3333333333333 -5.72
3 24 17 1.4117647058824 -0.17
4 816 577 1.4142114384749 -1.50E-04
5 941664 665857 1.4142135623715 -1.13E-10
1.4142135623731 zero

See also

  1. โ†‘ The symbol is used in lieu of equation numbers because there is no convenient way to incorporate equation numbers into wikitext.
  2. โ†‘ e.g, z=αx+βy is the weighted average of x and y.