NTH ROOT

(Redirected from Radical (mathematics))
In mathematics, an ' ''n''th root' of a number ''a'' is a number ''b'' such that ''bn''=''a''. When referring to ''the'' ''n''th root of a real number ''a'' it is assumed that what is desired is the 'principal ''n''th root' of the number, which is denoted sqrt[n]{a} using the 'radical' symbol (sqrt{,,}). The principal ''n''th root of a real number ''a'' is the unique real number ''b'' which is an ''n''th root of ''a'' and is of the same sign as ''a''. Note that if ''n'' is even, negative numbers will not have a principal ''n''th root. When ''n'' = 2, the ''n''th root is called the square root, and when ''n'' = 3, the ''n''th root is called the cube root.

Contents
Symbol
Fundamental operations
Working with surds
Infinite series
Finding all roots
Positive real numbers
Solving polynomials
See also
External links
References

Symbol


The origin of the radical symbol sqrt{,,} is largely speculative, but many, including Leonhard Euler,[1] believe it originates from the letter ''r'', the first letter of the Latin word ''radix'' which refers to the same mathematical operation. The symbol was first seen in print without the vinculum (the horizontal bar over the numbers inside the radical symbol) in the year 1525 in ''Die Coss'' by Christoff Rudolff, a German mathematician.

Fundamental operations


Operations with radicals are given by the following formulas:
:
sqrt[n]{ab} = sqrt[n]{a} sqrt[n]{b} qquad a ge 0, b ge 0

:sqrt[n]{ rac{a}{b}} = rac{sqrt[n]{a}}{sqrt[n]{b}} qquad a ge 0, b > 0
:
sqrt[n]{a^m} = left(sqrt[n]{a}
ight)^m = left(a^{ rac{1}{n}}
ight)^m = a^{ rac{m}{n}},

where ''a'' and ''b'' are positive.
For every non-zero complex number ''a'', there are ''n'' different complex numbers ''b'' such that ''b''''n'' = ''a'', so the symbol sqrt[n]{a} cannot be used unambiguously. The ''n''th roots of unity are of particular importance.
Once a number has been changed from radical form to exponentiated form, the rules of exponents still apply (even to fractional exponents), namely
:a^m a^n = a^{m+n} ,
:left({ rac{a}{b}}
ight)^m = rac{a^m}{b^m}
:(a^m)^n = a^{mn} ,
For example:
:sqrt[3]{a^5}sqrt[5]{a^4} = a^ rac{5}{3} a^ rac{4}{5} = a^ rac{25 + 12}{15} = a^ rac{37}{15}
: rac{sqrt{a}}{sqrt[4]{a}} = a^ rac{1}{2}a^ rac{-1}{4}= a^ rac{4 - 2}{8} = a^ rac{2}{8} = a^ rac{1}{4}
If you are going to do addition or subtraction, then you should notice that the following concept is important.
:sqrt[3]{a^5} = sqrt[3]{aaaaa} = sqrt[3]{a^3a^2} = asqrt[3]{a^2}
If you understand how to simplify one radical expression, then addition and subtraction is simply a question of grouping "like terms".
For example,
:sqrt[3]{a^5}+sqrt[3]{a^8}
:=sqrt[3]{a^3a^2}+sqrt[3]{a^6 a^2}
:=asqrt[3]{a^2}+a^2sqrt[3]{a^2}
:=({a+a^2})sqrt[3]{a^2}

Working with surds


''Surd''
al-Khowarizmi (c. 825) referred to rational and irrational numbers as 'audible' and 'inaudible', respectively. This later lead to the Arabic "asamm" (deaf, dumb) for irrational number being translated as surdus ("deaf" or "mute") into Latin. Gherardo of Cremona (c. 1150), Fibonacci (1202) and then Robert Recorde (1551) used the term to refer to unresolved irrational roots.[2]

Often it is simpler to leave the ''n''th roots of numbers "unresolved" (ie. with radicals visible). These unresolved expressions, called "surds", may then be manipulated into simpler forms or arranged to divide each other out. Notationally, the radical symbol (sqrt{,,}) depicts surds, with the upper line above the expression called the vinculum. A cube root takes the form:
:sqrt[3]{a}, which corresponds to a^{ rac{1}{3}}, when expressed using indices.
All roots can remain in surd form.
Basic techniques for working with surds arise from identities. Some basic examples include:

sqrt{a^2 b} = a sqrt{b}


★ The above can be combined with index reduction: sqrt[6]{a^6b^4} = sqrt[3cdot 2]{a^2a^2a^2b^2b^2} = sqrt[3]{a^3b^2} = asqrt[3]{b^2}

sqrt[n]{a^m b} = a^{ rac{m}{n}}sqrt[n]{b}

sqrt{a} sqrt{b} = sqrt{ab}

(sqrt{a}+sqrt{b})^{-1} = rac{1}{(sqrt{a}+sqrt{b})} = rac{sqrt{a}-sqrt{b}}{(sqrt{a}+sqrt{b})(sqrt{a}-sqrt{b})} = rac{sqrt{a}- sqrt{b}} {a - b}.
The last of these may serve to ''rationalize the denominator'' of an expression, moving surds from the denominator to the numerator. It follows from the identity
:(sqrt{a}+sqrt{b})(sqrt{a}- sqrt{b}) = a - b,
which exemplifies a case of the difference of two squares. Variants for cube and other roots exist, as do more general formulae based on finite geometric series.

Infinite series


The radical or root may be represented by the infinite series:
:
(1+x)^{s/t} = sum_{n=0}^infty rac{displaystyleprod_{k=0}^n (s+t-kt)}{(s+t)n!t^n}x^n

with |x|<1.

Finding all roots


All the roots of any number, real or complex, may be found with a simple algorithm. The number should first be written in the form ''ae''''iφ'' (see Euler's formula). Then all the ''n''th roots are given by:
: e^{( rac{ arphi+2kpi}{n})i} imes sqrt[n]{a}
for k=0,1,2,ldots,n-1, where sqrt[n]{a} represents the principal ''n''th root of ''a''.
Positive real numbers

All the complex solutions of ''xn'' = ''a'', or the ''n''th roots of ''a'', where ''a'' is a positive real number, are given by the simplified equation:
: e^{2pi i rac{k}{n}} imes sqrt[n]{a}
for k=0,1,2,ldots,n-1, where sqrt[n]{a} represents the principal ''n''th root of ''a''.

Solving polynomials


It was once conjectured that all roots of polynomials could be expressed in terms of radicals and elementary operations; however, the Abel-Ruffini theorem asserts that this is not true in general. For example, the solutions of the equation
: x^5=x+1
cannot be expressed in terms of radicals.
For solving any equation of the nth degree, see Root-finding algorithm.

See also



Nth root algorithm

Shifting nth-root algorithm

Irrational number

Algebraic number

Square root

Cube root

Twelfth root of two
External links


principal nth root calculator reduces any number to principal nth root, shows simplest radical form

References


1. ''Institutiones calculi differentialis'', Leonhard Euler, , , , 1755,
2. Earliest Known Uses of Some of the Words of Mathematics


This article provided by Wikipedia. To edit the contents of this article, click here for original source.

psst.. try this: add to faves