Square root function is inverse of the power function with power a = 2
x2The square root is denoted with radical symbol:
√xSquare root is equivalent to the power of one second:
√x ≡ x1/2Square root function defined for non-negative part of real axis — so, its domain is [0, +∞). Function graph is depicted below — fig. 1.
[画像:Fig. 1. Graph y = sqrt(x).] Fig. 1. Graph of the square root function y = √x.Function codomain non-negative part of the real axis: [0, +∞).
Take into account, that because of square root defined only for non-negative values, and power of two defined everywhere, the order of these two functions makes difference:
√x2 ≡ xand as well
x ≡ signx √(x2)Reciprocal argument:
√(1/x) = 1 /√xProduct and ratio of arguments:
√(xy) = √|x|√|y|Power of argument:
√(xa) = √|x|a ≡ |x|a/2Quadratic equation
ax2 + bx + c = 0has roots
x = [−b ± √(b2 − 4ac)] /(2a)For equation with even coefficient for the first power ax2 + 2bx + c = 0
roots have simplified form
x = [−b ± √(b2 − ac)] /aNormalized quadratic equation x2 + bx + c = 0
has roots
x = [−b ± √(b2 − 4c)] /2And equation with even coefficient for the first power x2 + 2bx + c = 0
has the simplest form for its roots
x = −b ± √(b2 − c)Square root derivative:
√x′ = 1 /(2√x)Indefinite integral of the square root:
∫ √x dx = 2x√x/3 + Cwhere C is an arbitrary constant.
To calculate square root of the number:
sqrt(2);or
√(2);To get square root of the complex number:
sqrt(1−i);or
√(1−i);To get square root of the current result:
sqrt(rslt);or
√(rslt);To get square root of the number z in calculator memory:
sqrt(mem[z]);or
√(mem[z]);Square root of the real argument is supported in free version of the Librow calculator.
Square root of the complex argument is supported in professional version of the Librow calculator.