Coefficient

From Wikipedia
Jump to navigation Jump to search

TemplateStyles' src attribute must not be empty.

In mathematics, a coefficient is a multiplicative factor involved in some term of a polynomial, a series, or any other type of expression. It may be a number without units, in which case it is known as a numerical factor.[1] It may also be a constant with units of measurement, in which it is known as a constant multiplier.[1] In general, coefficients may be any expression (including variables such as a, b and c).[2][1] When the combination of variables and constants is not necessarily involved in a product, it may be called a parameter.[1] For example, the polynomial Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2x^2-x+3} has coefficients 2, −1, and 3, and the powers of the variable Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x} in the polynomial have coefficient parameters , , and .

A constant coefficient, also known as constant term or simply constant, is a quantity either implicitly attached to the zeroth power of a variable or not attached to other variables in an expression; for example, the constant coefficients of the expressions above are the number 3 and the parameter c, involved in 3=cTemplate:Sdotx0. The coefficient attached to the highest degree of the variable in a polynomial of one variable is referred to as the leading coefficient; for example, in the example expressions above, the leading coefficients are 2 and a, respectively.

In the context of differential equations, these equations can often be written in terms of polynomials in one or more unknown functions and their derivatives. In such cases, the coefficients of the differential equation are the coefficients of this polynomial, and these may be non-constant functions. A coefficient is a constant coefficient when it is a constant function. For avoiding confusion, in this context a coefficient that is not attached to unknown functions or their derivatives is generally called a constant term rather than a constant coefficient. In particular, in a linear differential equation with constant coefficient, the constant coefficient term is generally not assumed to be a constant function.

Terminology and definition

[edit | edit source]

In mathematics, a coefficient is a multiplicative factor in some term of a polynomial, a series, or any expression. For example, in the polynomial with variables and , the first two terms have the coefficients 7 and −3. The third term 1.5 is the constant coefficient. In the final term, the coefficient is 1 and is not explicitly written.

In many scenarios, coefficients are numbers (as is the case for each term of the previous example), although they could be parameters of the problem—or any expression in these parameters. In such a case, one must clearly distinguish between symbols representing variables and symbols representing parameters. Following René Descartes, the variables are often denoted by x, y, ..., and the parameters by a, b, c, ..., but this is not always the case. For example, if y is considered a parameter in the above expression, then the coefficient of x would be −3y, and the constant coefficient (with respect to x) would be 1.5 + y.

When one writes it is generally assumed that x is the only variable, and that a, b and c are parameters; thus the constant coefficient is c in this case.

Any polynomial in a single variable x can be written as Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_k x^k + \dotsb + a_1 x^1 + a_0} for some nonnegative integer Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle k} , where Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_k, \dotsc, a_1, a_0} are the coefficients. This includes the possibility that some terms have coefficient 0; for example, in Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^3 - 2x + 1} , the coefficient of Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^2} is 0, and the term Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0x^2} does not appear explicitly. For the largest Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i} such that Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_i \ne 0} (if any), Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_i} is called the leading coefficient of the polynomial. For example, the leading coefficient of the polynomial Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 4x^5 + x^3 + 2x^2} is 4. This can be generalised to multivariate polynomials with respect to a monomial order, see Gröbner basis § Leading term, coefficient and monomial.

Linear algebra

[edit | edit source]

In linear algebra, a system of linear equations is frequently represented by its coefficient matrix. For example, the system of equations Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{cases} 2x + 3y = 0 \\ 5x - 4y = 0 \end{cases},} the associated coefficient matrix is Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{pmatrix} 2 & 3 \\ 5 & -4 \end{pmatrix}. } Coefficient matrices are used in algorithms such as Gaussian elimination and Cramer's rule to find solutions to the system.

The leading entry (sometimes leading coefficient[citation needed]) of a row in a matrix is the first nonzero entry in that row. So, for example, in the matrix Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{pmatrix} 1 & 2 & 0 & 6\\ 0 & 2 & 9 & 4\\ 0 & 0 & 0 & 4\\ 0 & 0 & 0 & 0 \end{pmatrix}, } the leading coefficient of the first row is 1; that of the second row is 2; that of the third row is 4, while the last row does not have a leading coefficient.

Though coefficients are frequently viewed as constants in elementary algebra, they can also be viewed as variables as the context broadens. For example, the coordinates Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (x_1, x_2, \dotsc, x_n)} of a vector Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle v} in a vector space with basis Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lbrace e_1, e_2, \dotsc, e_n \rbrace } are the coefficients of the basis vectors in the expression Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle v = x_1 e_1 + x_2 e_2 + \dotsb + x_n e_n .}

See also

[edit | edit source]

References

[edit | edit source]
  1. 1.0 1.1 1.2 1.3 "ISO 80000-1:2009". International Organization for Standardization. Retrieved 2019-09-15.
  2. Weisstein, Eric W. "Coefficient". mathworld.wolfram.com. Retrieved 2020-08-15.

Further reading

[edit | edit source]
  • Sabah Al-hadad and C.H. Scott (1979) College Algebra with Applications, page 42, Winthrop Publishers, Cambridge Massachusetts ISBN 0-87626-140-3 .
  • Gordon Fuller, Walter L Wilson, Henry C Miller, (1982) College Algebra, 5th edition, page 24, Brooks/Cole Publishing, Monterey California ISBN 0-534-01138-1 .