When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Nested radical - Wikipedia

    en.wikipedia.org/wiki/Nested_radical

    In the case of two nested square roots, the following theorem completely solves the problem of denesting. [2]If a and c are rational numbers and c is not the square of a rational number, there are two rational numbers x and y such that + = if and only if is the square of a rational number d.

  3. Quadratic formula - Wikipedia

    en.wikipedia.org/wiki/Quadratic_formula

    The roots of the quadratic function y = ⁠ 1 / 2 ⁠ x 2 − 3x + ⁠ 5 / 2 ⁠ are the places where the graph intersects the x-axis, the values x = 1 and x = 5. They can be found via the quadratic formula. In elementary algebra, the quadratic formula is a closed-form expression describing the solutions of a quadratic equation.

  4. Square root of 2 - Wikipedia

    en.wikipedia.org/wiki/Square_root_of_2

    The square root of 2 (approximately 1.4142) is the positive real number that, when multiplied by itself or squared, equals the number 2. It may be written in mathematics as 2 {\displaystyle {\sqrt {2}}} or 2 1 / 2 {\displaystyle 2^{1/2}} .

  5. Pell's equation - Wikipedia

    en.wikipedia.org/wiki/Pell's_equation

    Dividing throughout by 64 ("8" for and ) gave the triple (24, 5/2, 1), which when composed with itself gave the desired integer solution (1151, 120, 1). Brahmagupta solved many Pell's equations with this method, proving that it gives solutions starting from an integer solution of x 2 − N y 2 = k {\displaystyle x^{2}-Ny^{2}=k} for k = ±1, ±2 ...

  6. nth root - Wikipedia

    en.wikipedia.org/wiki/Nth_root

    If n is even, a complex number's nth roots, of which there are an even number, come in additive inverse pairs, so that if a number r 1 is one of the nth roots then r 2 = –r 1 is another. This is because raising the latter's coefficient –1 to the nth power for even n yields 1: that is, (–r 1) n = (–1) n × r 1 n = r 1 n.

  7. Imaginary unit - Wikipedia

    en.wikipedia.org/wiki/Imaginary_unit

    The imaginary unit i in the complex plane: Real numbers are conventionally drawn on the horizontal axis, and imaginary numbers on the vertical axis.. The imaginary unit or unit imaginary number (i) is a mathematical constant that is a solution to the quadratic equation x 2 + 1 = 0.

  8. Radical symbol - Wikipedia

    en.wikipedia.org/wiki/Radical_symbol

    However, Leonhard Euler [2] believed it originated from the letter "r", the first letter of the Latin word "radix" (meaning "root"), referring to the same mathematical operation. The symbol was first seen in print without the vinculum (the horizontal "bar" over the numbers inside the radical symbol) in the year 1525 in Die Coss by Christoff ...

  9. Polynomial root-finding - Wikipedia

    en.wikipedia.org/wiki/Polynomial_root-finding

    For finding one root, Newton's method and other general iterative methods work generally well. For finding all the roots, arguably the most reliable method is the Francis QR algorithm computing the eigenvalues of the companion matrix corresponding to the polynomial, implemented as the standard method [1] in MATLAB.