Share on Facebook Share on Twitter Email
Answers.com

Chakravala method

 
Wikipedia: Chakravala method

Contents

The chakravala method is a cyclic algorithm to solve indeterminate quadratic equations, including Pell's equation. It is commonly attributed to Bhāskara II, (c. 1114 – 1185 CE)[1][2] although some attribute it to Jayadeva (c. 950 ~ 1000 CE).[3] Jayadeva pointed out that Brahmagupta's approach to solving equations of this type could be generalized, and he then described this general method, which was later refined by Bhāskara II in his Bijaganita treatise. He called it the Chakravala method: chakra meaning "wheel" in Sanskrit, a reference to the cyclic nature of the algorithm.[4] E. O. Selenius held that no European performances at the time of Bhāskara, nor much later, exceeded its marvellous height of mathematical complexity.[1][4]

This method is also known as the cyclic method and contains traces of mathematical induction.[5]

The problems which were solved by Brahmagupta in 628 using the chakravala method were indeterminate quadratic equations, including Pell's equation

\,Nx^2 + 1 = y^2,

for minimum integers x and y. Brahmagupta however could not solve for all N.

Jayadeva (9th century) and Bhaskara (12th century) offered the first complete solution to the equation using the chakravala method to find (for the notorious N=61 case)

\,x = 226 153 980 and \,y = 1 766 319 049.

This case was not solved in Europe until the time of Lagrange in 1767.[citation needed] Lagrange's method however, requires the calculation of 21 successive convergents of the continued fraction for the square root of 61, while the chakravala method is much simpler. Selenius, in his assessment of the chakravala method, states

"The method represents a best approximation algorithm of minimal length that, owing to several minimization properties, with minimal effort and avoiding large numbers automatically produces the best solutions to the equation. The chakravala method anticipated the European methods by more than a thousand years. But no European performances in the whole field of algebra at a time much later than Bhaskara's, nay nearly equal up to our times, equalled the marvellous complexity and ingenuity of chakravala."[1][4]

Hermann Hankel calls the chakravala method

"the finest thing achieved in the theory of numbers before Lagrange."[6]

Example

Suppose we are to solve 67x2 + 1 = y2 for x and y. The first step is to find any solution to 67x2 + k = y2 by some other means; in this case, we can let x equal 1, thus producing 67\cdot 1^2 + (-3) = 8^2.

First iteration

Now, we apply Bhaskara's lemma, which states that

if \, Nx^2 + k = y^2, then
\,N\left(\frac{mx + y}{k}\right)^2 + \frac{m^2 - N}{k} = \left(\frac{my + Nx}{k}\right)^2.

By Bhaskara's lemma, we now have

67\left(\frac{1m + 8}{-3}\right)^2 + \frac{m^2 - 67}{-3} = \left(\frac{8m + 67\cdot 1}{-3}\right)^2.

Now, make (1m + 8) / − 3 an integer, by letting m = − 3t + 1, and take t so that the absolute value of m2 − 67 is minimized, and m > 0. The result is t = − 2, m = 7, m2 − 67 = − 18. (We can't use t = 3 because then (1m + 8) / − 3 is zero, which results in the useless equation 67\cdot 0^2+1=(-1)^2 with x = 0.)

Substituting the computed value m = 7, the equation now reduces to:

67\left(\frac{7 + 8}{-3}\right)^2 + \frac{49 - 67}{-3} = \left(\frac{56 + 67\cdot 1}{-3}\right)^2, or
67\cdot (-5)^2 + 6 = (-41)^2

We can ignore the signs of x and y, since they're being squared, and treat them as if they were 5 and 41, respectively.

At this point, one round of the cyclic algorithm is complete.

Subsequent iterations

We now repeat the process again, applying Bhaskara's lemma:

67\left(\frac{5m + 41}{6}\right)^2 + \frac{m^2 - 67}{6} = \left(\frac{41m + 67\cdot 5}{6}\right)^2

Now, make (5m + 41) / 6 an integer, by letting m = 6t + 5, and take t so that the absolute value of m2 − 67 is minimized. The result is t = 0, m = 5, m2 − 67 = − 42. (We can't use t = − 2, m = − 7 because we require m to be positive.)

67\cdot 11^2 + (-7) = 90^2

Third iteration:

67\left(\frac{11m + 90}{-7}\right)^2 + \frac{m^2 - 67}{-7} = \left(\frac{90m + 67\cdot 11}{-7}\right)^2

Make (11m + 90) / − 7 an integer, by letting m = − 7t + 2, and take t so that the absolute value of m2 − 67 is minimized. The result is t = − 1, m = 9, m2 − 67 = 14.

67\cdot 27^2 + (-2) = 221^2

Fourth iteration:

67\left(\frac{27m + 221}{-2}\right)^2 + \frac{m^2 - 67}{-2} = \left(\frac{221m + 67\cdot 27}{-2}\right)^2

Make (27m + 221) / − 2 an integer, by letting m = − 2t + 1, and take t so that the absolute value of m2 − 67 is minimized. The result is t = − 4, m = 9, m2 − 67 = 14.

67\cdot(-232)^2 + (-7) = (-1899)^2

Fifth iteration:

67\left(\frac{232m + 1899}{-7}\right)^2 + \frac{m^2 - 67}{-7} = \left(\frac{1899m + 67\cdot 232}{-7}\right)^2

Make (232m + 1899) / − 7 an integer, by letting m = − 7t + 5, and take t so that the absolute value of m2 − 67 is minimized. The result is t = 0, m = 5, m2 − 67 = − 42.

67\cdot 437^2 + 6 = (-3577)^2

Sixth iteration:

67\left(\frac{437m + 3577}{6}\right)^2 + \frac{m^2 - 67}{6} = \left(\frac{3577m + 67\cdot 437}{6}\right)^2

Make (437m + 3577) / 6 an integer, by letting m = 6t + 1, and take t so that the absolute value of m2 − 67 is minimized. The result is t = 1, m = 7, m2 − 67 = − 18.

67\cdot 1106^2 + (-3) = 9053^2

Seventh iteration:

67\left(\frac{1106m + 9053}{-3}\right)^2 + \frac{m^2 - 67}{-3} = \left(\frac{9053m + 67\cdot 1106}{-3}\right)^2

Make (1106m + 9053) / − 3 an integer, by letting m = − 3t + 2, and take t so that the absolute value of m2 − 67 is minimized. The result is t = − 2, m = 8, m2 − 67 = − 3.

This yields the solution:

67\cdot 5967^2 + 1 = 48842^2

This equation approximates \sqrt{67} to within a margin of about 2 \times 10^{-9}.

Notes

  1. ^ a b c Hoiberg & Ramchandani – Students' Britannica India: Bhaskaracharya II, page 200
  2. ^ Kumar, page 23
  3. ^ Plofker, page 474
  4. ^ a b c Goonatilake, page 127 - 128
  5. ^ Cajori (1918), p. 197

    "The process of reasoning called "Mathematical Induction" has had several independent origins. It has been traced back to the Swiss Jakob (James) Bernoulli, the Frenchman B. Pascal and P. Fermat, and the Italian F. Maurolycus. [...] By reading a little between the lines one can find traces of mathematical induction still earlier, in the writings of the Hindus and the Greeks, as, for instance, in the "cyclic method" of Bhaskara, and in Euclid's proof that the number of primes is infinite."

  6. ^ Kaye (1919), p. 337.

References

  • Florian Cajori (1918), Origin of the Name "Mathematical Induction", The American Mathematical Monthly 25 (5), p. 197-201.
  • George Gheverghese Joseph, The Crest of the Peacock: Non-European Roots of Mathematics (1975).
  • G. R. Kaye, "Indian Mathematics", Isis 2:2 (1919), p. 326–356.
  • C. O. Selenius, "Rationale of the chakravala process of Jayadeva and Bhaskara II", Historia Mathematica 2 (1975), pp. 167-184.
  • C. O. Selenius, "Kettenbruch theoretische Erklarung der zyklischen Methode zur Losung der Bhaskara-Pell-Gleichung", Acta Acad. Abo. Math. Phys. 23 (10) (1963).
  • Hoiberg, Dale & Ramchandani, Indu (2000). Students' Britannica India. Mumbai: Popular Prakashan. ISBN 0852297602
  • Goonatilake, Susantha (1998). Toward a Global Science: Mining Civilizational Knowledge. Indiana: Indiana University Press. ISBN 0253333881.
  • Kumar, Narendra (2004). Science in Ancient India. Delhi: Anmol Publications Pvt Ltd. ISBN 8126120568
  • Ploker, Kim (2007) "Mathematics in India". The Mathematics of Egypt, Mesopotamia, China, India, and Islam: A Sourcebook New Jersey: Princeton University Press. ISBN 0691114854

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Chakravala method" Read more