Home

evenroot

Evenroot is a mathematical term used to describe the nth root of a number where the index n is even (for example, n = 2, 4, 6). The most common example is the square root, denoted by sqrt(x) or x^(1/2). A fourth root is written as sqrt[4](x) or x^(1/4).

For real numbers, if n is even, the equation y^n = x has a real solution only when

Notation and computation: The general notation is sqrt[n](x) or x^(1/n). The principal root is the nonnegative

Properties: The principal even root is monotone in x for x >= 0, and sqrt[m](sqrt[n](x)) = sqrt[mn](x) for

Applications: Even roots arise in geometry, physics, and engineering, including area and normalization calculations, solving polynomial

See also: square root, nth root, radical, principal value, complex roots.

x
is
nonnegative.
In
that
case,
there
is
a
unique
nonnegative
solution,
called
the
principal
even
root.
If
x
<
0,
there
is
no
real
root
of
even
order;
complex
numbers
provide
roots,
which
come
in
n
distinct
values.
one
for
x
>=
0.
In
complex
arithmetic,
the
n
roots
are
spaced
evenly
around
the
origin
in
the
complex
plane.
x
>=
0.
Computation
is
commonly
done
by
exponentiation
or
by
iterative
methods
such
as
Newton–Raphson.
equations,
and
various
normalization
procedures.