Univariate polynomial in the context of Word problem (mathematics education)


Univariate polynomial in the context of Word problem (mathematics education)

Univariate polynomial Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Univariate polynomial in the context of "Word problem (mathematics education)"


⭐ Core Definition: Univariate polynomial

In mathematics, a polynomial is a mathematical expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication and exponentiation to nonnegative integer powers, and has a finite number of terms. An example of a polynomial of a single indeterminate is . An example with three indeterminates is .

Polynomials appear in many areas of mathematics and science. For example, they are used to form polynomial equations, which encode a wide range of problems, from elementary word problems to complicated scientific problems; they are used to define polynomial functions, which appear in settings ranging from basic chemistry and physics to economics and social science; and they are used in calculus and numerical analysis to approximate other functions. In advanced mathematics, polynomials are used to construct polynomial rings and algebraic varieties, which are central concepts in algebra and algebraic geometry.

↓ Menu
HINT:

In this Dossier

Univariate polynomial in the context of Monic polynomial

In algebra, a monic polynomial is a non-zero univariate polynomial (that is, a polynomial in a single variable) in which the leading coefficient (the coefficient of the nonzero term of highest degree) is equal to 1. That is to say, a monic polynomial is one that can be written as

with

View the full Wikipedia page for Monic polynomial
↑ Return to Menu

Univariate polynomial in the context of Polynomial evaluation

In mathematics and computer science, polynomial evaluation refers to computation of the value of a polynomial when its indeterminates are substituted for some values. In other words, evaluating the polynomial at consists of computing See also Polynomial ring § Polynomial evaluation

For evaluating the univariate polynomial the most naive method would use multiplications to compute , use multiplications to compute and so on for a total of multiplications and additions.Using better methods, such as Horner's rule, this can be reduced to multiplications and additions. If some preprocessing is allowed, even more savings are possible.

View the full Wikipedia page for Polynomial evaluation
↑ Return to Menu

Univariate polynomial in the context of Degree of a polynomial

In mathematics, the degree of a polynomial is the highest of the degrees of the polynomial's monomials (individual terms) with non-zero coefficients. The degree of a term is the sum of the exponents of the variables that appear in it, and thus is a non-negative integer. For a univariate polynomial, the degree of the polynomial is simply the highest exponent occurring in the polynomial. The term order has been used as a synonym of degree but, nowadays, may refer to several other concepts (see Order of a polynomial (disambiguation)).

For example, the polynomial which can also be written as has three terms. The first term has a degree of 5 (the sum of the powers 2 and 3), the second term has a degree of 1, and the last term has a degree of 0. Therefore, the polynomial has a degree of 5, which is the highest degree of any term.

View the full Wikipedia page for Degree of a polynomial
↑ Return to Menu

Univariate polynomial in the context of Square-free polynomial

In mathematics, a square-free polynomial is a univariate polynomial (over a field or an integral domain) that has no multiple root in an algebraically closed field containing its coefficients. In characteristic 0, or over a finite field, a univariate polynomial is square free if and only if it does not have as a divisor any square of a non-constant polynomial. In applications in physics and engineering, a square-free polynomial is commonly called a polynomial with no repeated roots.

The product rule implies that, if p divides f, then p divides the formal derivative f of f. The converse is also true and hence, is square-free if and only if is a greatest common divisor of the polynomial and its derivative.

View the full Wikipedia page for Square-free polynomial
↑ Return to Menu