Root
A root asks for the base. Given , the th root of is the value such that . It is written or .
Identities
These identities are safest over positive real numbers. Over all real numbers, even roots require non-negative radicands, and simplifications need absolute values: .
Root function
For fixed ,
It is the inverse of the power function only after choosing a suitable domain. For example, the square-root function in real calculus is usually the inverse of restricted to .
Calculus
Using the power rule,
For the square root,
This derivative blows up near , which matches the graph becoming vertical there.
Complex and postgraduate bridge
In complex analysis, roots are generally multi-valued. For example, has distinct complex th roots. This is the same issue behind complex logarithm branches: writing requires choosing a branch of .
Common pitfalls
- Cancelling powers and roots without checking sign or domain.
- Forgetting that even roots of negative real numbers are not real.
- Treating as ; this is false in general.
Numerical note
Computers often evaluate roots using powers and logarithms internally, but integer roots can be more delicate because of rounding. For exact algebra, keep expressions symbolic where possible: is often more useful than a decimal approximation.
See also Exponentiation and Logarithm.