realsquareroot
The realsquareroot, commonly written sqrt(x), is the nonnegative real number y that satisfies y^2 = x. It is the principal square root function for real inputs, returning a nonnegative result for nonnegative x and undefined for negative x within the real numbers.
For real numbers, the realsquareroot is defined only when x is greater than or equal to zero.
- Nonnegativity: sqrt(x) ≥ 0 for all x ≥ 0.
- Monotonicity: sqrt(x) is increasing on [0, ∞).
- Identity: sqrt(a b) = sqrt(a) sqrt(b) for nonnegative a and b; sqrt(a + b) ≤ sqrt(a) + sqrt(b).
- Exponent form: sqrt(x) equals x^(1/2) in real arithmetic.
- The function is denoted sqrt(x) or x^(1/2). For most real numbers, sqrt(x) is irrational or rational
- In numerical work, Newton’s method or other iterative schemes are used to approximate sqrt(x) when a
Historical and extended context:
While the realsquareroot is defined for nonnegative real numbers, extensions to complex numbers yield a complex