Ir al contenido principal

Polynomials

A polinomial is a combination of variables. The variables must accomplish the equality to be called equation. When we are in 2D we only need one equation to obtain a curve. 

An example of curve given by a polynomial would be:



Typically the variable “x” is called independent variable, and the “y” is called dependent variable because we give arbitrary values to the "x" and obtain values for "y". The variable “y” is written “y(x)” or f(x).

The operations sums and differences with polynomials must be made with variables raised to the same index. You can sum up the constants coefficients of that variables.

For example:


The degree of the polynomial would be the maximum value between the indexs.

The degree shows you the amount of zeros of the problem. A zero appears when y=0, this happens when the curve cross the “x” axis. So in the previous graphic example we can find three zeros, one between -8 and -6, other between -2 and 0 and the last one between 2 and 4.

To find the zeros of the polinomials there are analityc solutions (a formula to solve the problem exactly) until the degree 5; for bigger degrees the analytic solution doesn’t exist.

The typical problem is to solve a polynomial of degree 2:

It has two possible solutions for "x":


Finally I’ll show how to do the product of a binomial, A binomial is a polynomial of two terms. The polynomials can be multiplied to obtain new polynomials. The product of a binomial is the easiest product between polynomials. The main products: 



In particular:


And if we multiply once more:



Entradas populares de este blog

Elementos del espacio

Por elementos del espacio NO nos referimos a estrellas y planetas. Por elementos del espacio en matemáticas nos referimos a las figuras tridimensionales (en tres dimensiones, que es como se ve la realidad si tienes dos ojos, si te tapas un ojo te darás cuenta de que no percibes fácilmente la distancia de las cosas en general y te tienes que guiar por la experiencia). Llegaría con que pusiera la siguiente imagen y dijera que todo está claro, pero haré una breve explicación de los elementos que aparecerán. Las figuras espaciales que voy a explicarte son las figuras más básicas en el espacio 3D. Los elementos espaciales en general cuentan con vértices (los puntos que forman las "esquinas"), las aristas (los segmentos que unen dos vértices), las caras (que son las superficies encerradas por mínimo tres vértices) y dentro de las caras está la base, que se podría decir que es donde se apoya la figura. Como figura más sencilla tenemos la pirámide. La pirámide tiene una base que es u...