sqrtX
Sqrtx, written sqrt(x) or x^(1/2), denotes the principal square root function. It returns the nonnegative number y such that y^2 = x. In the real numbers, sqrt(x) is defined only for x ≥ 0; for x < 0 the real square root does not exist, though complex numbers provide square roots as well.
Notation and basic properties: For x ≥ 0, sqrt(x) ≥ 0 and sqrt(a^2) = |a|. The product rule sqrt(ab)
Calculus: The derivative is d/dx sqrt(x) = 1/(2 sqrt(x)) for x > 0, and the integral ∫ sqrt(x) dx
Complex extension: In the complex plane, every nonzero z has two square roots. A principal value is
Examples and applications: sqrt(4) = 2, sqrt(2) ≈ 1.4142, sqrt(0) = 0. The square root is used to solve
---