[Math] the purpose of finding roots

abstract-algebrafield-theoryfunctionsroots

I think I know what a root is. It's the value of elements in the domain of a function that map to 0 in the range of the function. At least that's how I see it. Do correct me if I'm wrong.

However I can't really tell what the purpose of finding roots is. I've tried to search for it, but can't find any conceptual overview or a practical example.

I mean what's so special about finding where the value of a function is 0?

EDIT:
The answer/s below make some sense, but I was reading the "Princeton Companion to Mathematics", and in it is the following:

"What makes fields interesting, however, is not so much the existence of these basic examples as the fact that there is an important process of extension that allows one to build new fields out of old ones. The idea is to start with a field F, find a polynomial P that has no roots in F, and “adjoin” a new element to F with the stipulation that it is a root of P. This produces an extended field F , which consists of everything that one can produce from this root and from elements of F using addition and multiplication.'

The whole thing makes no sense. Specifically the part "one can produce from this root". What is production from roots? Very confusing.

I thought this must be because I don't fundamentally understand roots. This is the context in which I had this question.

Best Answer

Finding solutions to an equation is equivalent to finding roots of a function.

Suppose you wanted to solve the equation $x^3 = 6 -7x^2$. That means you want to find all numbers $x$ such that $x^3 = 6 -7x^2$. Of course these are the exact same numbers which make $x^3 +7x^2 -6=0$ which are exactly the roots of the function $F(x) =x^3 +7x^2 -6$.

So finding roots are at least as important as solving equations. And the importance of finding solutions of an equation are determined by what the equation is being used to describe.

Edit: Your description of a field extension does not explain how those roots are "produced", nor does it try to. So you should not expect to understand how the roots are produced after reading it. What it means is that if $p(x)$ is a polynomial of degree $n$ with coefficients in some field $K$ then there is a larger field $F$, containing $K$, and containing $n$ elements $y_1, \ldots , y_n$ such that each $p(y_i)=0$. Indeed there is a smallest such field extension $F$. This means that if $K \subset G$ is any field extension which contains $n$ roots for $p$ then we must have $K \subset F \subset G$.

Edit Edit: Yeah, the production of the field containing the roots is different from the production itself -- and your description does not attempt to explain that construction either. It's easiest to understand if we already know some field where the roots live. For example every polynomial with coefficients in $\mathbb Q$ has roots in $\mathbb C$. Then just intersect all the subfields of $\mathbb C$ containing those roots to get the minimal field with that property. In the more general case where $q$ is irreducible with coeffieients in $K$ then it can be proved the quotient ring $K[x]/ (q)$ is a field and the polynomial $x$ is then a solution for $q$. Then we stack up these quotients to include enough roots.

Related Question