Elementary algebra
   HOME

TheInfoList



OR:

Elementary algebra encompasses the basic concepts of
algebra Algebra () is one of the broad areas of mathematics. Roughly speaking, algebra is the study of mathematical symbols and the rules for manipulating these symbols in formulas; it is a unifying thread of almost all of mathematics. Elementary ...
. It is often contrasted with
arithmetic Arithmetic () is an elementary part of mathematics that consists of the study of the properties of the traditional operations on numbers— addition, subtraction, multiplication, division, exponentiation, and extraction of roots. In the 19th ...
: arithmetic deals with specified
number A number is a mathematical object used to count, measure, and label. The original examples are the natural numbers 1, 2, 3, 4, and so forth. Numbers can be represented in language with number words. More universally, individual number ...
s, whilst algebra introduces variables (quantities without fixed values). This use of variables entails use of algebraic notation and an understanding of the general rules of the operations introduced in arithmetic. Unlike
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures. Algebraic structures include groups, rings, fields, modules, vector spaces, lattices, and algebras over a field. The ter ...
, elementary algebra is not concerned with
algebraic structure In mathematics, an algebraic structure consists of a nonempty set ''A'' (called the underlying set, carrier set or domain), a collection of operations on ''A'' (typically binary operations such as addition and multiplication), and a finite set o ...
s outside the realm of real and
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the fo ...
s. It is typically taught to
secondary school A secondary school describes an institution that provides secondary education and also usually includes the building where this takes place. Some secondary schools provide both '' lower secondary education'' (ages 11 to 14) and ''upper seconda ...
students and builds on their understanding of
arithmetic Arithmetic () is an elementary part of mathematics that consists of the study of the properties of the traditional operations on numbers— addition, subtraction, multiplication, division, exponentiation, and extraction of roots. In the 19th ...
. The use of variables to denote quantities allows general relationships between quantities to be formally and concisely expressed, and thus enables solving a broader scope of problems. Many quantitative relationships in
science Science is a systematic endeavor that builds and organizes knowledge in the form of testable explanations and predictions about the universe. Science may be as old as the human species, and some of the earliest archeological evidence ...
and mathematics are expressed as algebraic
equation In mathematics, an equation is a formula that expresses the equality of two expressions, by connecting them with the equals sign . The word ''equation'' and its cognates in other languages may have subtly different meanings; for example, in F ...
s.


Algebraic notation

Algebraic notation describes the rules and conventions for writing
mathematical expressions In mathematics, an expression or mathematical expression is a finite combination of symbols that is well-formed according to rules that depend on the context. Mathematical symbols can designate numbers ( constants), variables, operations, f ...
, as well as the terminology used for talking about parts of expressions. For example, the expression 3x^2 - 2xy + c has the following components: A ''coefficient'' is a numerical value, or letter representing a numerical constant, that multiplies a variable (the operator is omitted). A ''term'' is an addend or a summand, a group of coefficients, variables, constants and exponents that may be separated from the other terms by the plus and minus operators. Letters represent variables and constants. By convention, letters at the beginning of the alphabet (e.g. a, b, c) are typically used to represent constants, and those toward the end of the alphabet (e.g. x, y and ) are used to represent variables. They are usually printed in italics. Algebraic operations work in the same way as arithmetic operations, such as
addition Addition (usually signified by the plus symbol ) is one of the four basic operations of arithmetic, the other three being subtraction, multiplication and division. The addition of two whole numbers results in the total amount or '' sum'' ...
,
subtraction Subtraction is an arithmetic operation that represents the operation of removing objects from a collection. Subtraction is signified by the minus sign, . For example, in the adjacent picture, there are peaches—meaning 5 peaches with 2 taken ...
,
multiplication Multiplication (often denoted by the Multiplication sign, cross symbol , by the mid-line #Notation and terminology, dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four Elementary arithmetic, elementary Op ...
, division and
exponentiation Exponentiation is a mathematical operation, written as , involving two numbers, the '' base'' and the ''exponent'' or ''power'' , and pronounced as " (raised) to the (power of) ". When is a positive integer, exponentiation corresponds to ...
. and are applied to algebraic variables and terms. Multiplication symbols are usually omitted, and implied when there is no space between two variables or terms, or when a
coefficient In mathematics, a coefficient is a multiplicative factor in some term of a polynomial, a series, or an expression; it is usually a number, but may be any expression (including variables such as , and ). When the coefficients are themselves ...
is used. For example, 3 \times x^2 is written as 3x^2, and 2 \times x \times y may be written 2xy. Usually terms with the highest power (
exponent Exponentiation is a mathematical operation, written as , involving two numbers, the '' base'' and the ''exponent'' or ''power'' , and pronounced as " (raised) to the (power of) ". When is a positive integer, exponentiation corresponds to r ...
), are written on the left, for example, x^2 is written to the left of . When a coefficient is one, it is usually omitted (e.g. 1x^2 is written x^2). Likewise when the exponent (power) is one, (e.g. 3x^1 is written 3x). When the exponent is zero, the result is always 1 (e.g. x^0 is always rewritten to ). However 0^0, being undefined, should not appear in an expression, and care should be taken in simplifying expressions in which variables may appear in exponents.


Alternative notation

Other types of notation are used in algebraic expressions when the required formatting is not available, or can not be implied, such as where only letters and symbols are available. As an illustration of this, while exponents are usually formatted using superscripts, e.g., x^2, in plain text, and in the TeX mark-up language, the caret symbol represents exponentiation, so x^2 is written as "x^2"., as well as some programming languages such as Lua. In programming languages such as
Ada Ada may refer to: Places Africa * Ada Foah, a town in Ghana * Ada (Ghana parliament constituency) * Ada, Osun, a town in Nigeria Asia * Ada, Urmia, a village in West Azerbaijan Province, Iran * Ada, Karaman, a village in Karaman Province, T ...
, Fortran,
Perl Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. "Perl" refers to Perl 5, but from 2000 to 2019 it also referred to its redesigned "sister language", Perl 6, before the latter's name was offic ...
, Python and
Ruby A ruby is a pinkish red to blood-red colored gemstone, a variety of the mineral corundum ( aluminium oxide). Ruby is one of the most popular traditional jewelry gems and is very durable. Other varieties of gem-quality corundum are called ...
, a double asterisk is used, so x^2 is written as "x**2". Many programming languages and calculators use a single asterisk to represent the multiplication symbol, and it must be explicitly used, for example, 3x is written "3*x".


Concepts


Variables

Elementary algebra builds on and extends arithmetic by introducing letters called variables to represent general (non-specified) numbers. This is useful for several reasons. #Variables may represent numbers whose values are not yet known. For example, if the temperature of the current day, C, is 20 degrees higher than the temperature of the previous day, P, then the problem can be described algebraically as C = P + 20. #Variables allow one to describe ''general'' problems, without specifying the values of the quantities that are involved. For example, it can be stated specifically that 5 minutes is equivalent to 60 \times 5 = 300 seconds. A more general (algebraic) description may state that the number of seconds, s = 60 \times m, where m is the number of minutes. #Variables allow one to describe mathematical relationships between quantities that may vary. For example, the relationship between the circumference, ''c'', and diameter, ''d'', of a circle is described by \pi = c /d. #Variables allow one to describe some mathematical properties. For example, a basic property of addition is
commutativity In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Most familiar as the name of ...
which states that the order of numbers being added together does not matter. Commutativity is stated algebraically as (a + b) = (b + a).


Simplifying expressions

Algebraic expressions may be evaluated and simplified, based on the basic properties of arithmetic operations (
addition Addition (usually signified by the plus symbol ) is one of the four basic operations of arithmetic, the other three being subtraction, multiplication and division. The addition of two whole numbers results in the total amount or '' sum'' ...
,
subtraction Subtraction is an arithmetic operation that represents the operation of removing objects from a collection. Subtraction is signified by the minus sign, . For example, in the adjacent picture, there are peaches—meaning 5 peaches with 2 taken ...
,
multiplication Multiplication (often denoted by the Multiplication sign, cross symbol , by the mid-line #Notation and terminology, dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four Elementary arithmetic, elementary Op ...
, division and
exponentiation Exponentiation is a mathematical operation, written as , involving two numbers, the '' base'' and the ''exponent'' or ''power'' , and pronounced as " (raised) to the (power of) ". When is a positive integer, exponentiation corresponds to ...
). For example, *Added terms are simplified using coefficients. For example, x + x + x can be simplified as 3x (where 3 is a numerical coefficient). *Multiplied terms are simplified using exponents. For example, x \times x \times x is represented as x^3 *Like terms are added together, for example, 2x^2 + 3ab - x^2 + ab is written as x^2 + 4ab, because the terms containing x^2 are added together, and, the terms containing ab are added together. *Brackets can be "multiplied out", using the distributive property. For example, x (2x + 3) can be written as (x \times 2x) + (x \times 3) which can be written as 2x^2 + 3x *Expressions can be factored. For example, 6x^5 + 3x^2, by dividing both terms by 3x^2 can be written as 3x^2 (2x^3 + 1)


Equations

An equation states that two expressions are equal using the symbol for equality, (the
equals sign The equals sign (British English, Unicode) or equal sign (American English), also known as the equality sign, is the mathematical symbol , which is used to indicate equality in some well-defined sense. In an equation, it is placed between tw ...
). One of the best-known equations describes Pythagoras' law relating the length of the sides of a
right angle In geometry and trigonometry, a right angle is an angle of exactly 90 degrees or radians corresponding to a quarter turn. If a ray is placed so that its endpoint is on a line and the adjacent angles are equal, then they are right angles. Th ...
triangle: :c^2 = a^2 + b^2 This equation states that c^2, representing the square of the length of the side that is the hypotenuse, the side opposite the right angle, is equal to the sum (addition) of the squares of the other two sides whose lengths are represented by and . An equation is the claim that two expressions have the same value and are equal. Some equations are true for all values of the involved variables (such as a + b = b + a); such equations are called identities. Conditional equations are true for only some values of the involved variables, e.g. x^2 - 1 = 8 is true only for x = 3 and x = -3. The values of the variables which make the equation true are the solutions of the equation and can be found through equation solving. Another type of equation is inequality. Inequalities are used to show that one side of the equation is greater, or less, than the other. The symbols used for this are: a > b where > represents 'greater than', and a < b where < represents 'less than'. Just like standard equality equations, numbers can be added, subtracted, multiplied or divided. The only exception is that when multiplying or dividing by a negative number, the inequality symbol must be flipped.


Properties of equality

By definition, equality is an
equivalence relation In mathematics, an equivalence relation is a binary relation that is reflexive, symmetric and transitive. The equipollence relation between line segments in geometry is a common example of an equivalence relation. Each equivalence relatio ...
, meaning it has the properties (a) reflexive (i.e. b = b), (b) symmetric (i.e. if a = b then b = a) (c) transitive (i.e. if a = b and b = c then a = c). It also satisfies the important property that if two symbols are used for equal things, then one symbol can be substituted for the other in any true statement about the first and the statement will remain true. This implies the following properties: * if a = b and c = d then a + c = b + d and ac = bd; * if a = b then a + c = b + c and ac = bc; * more generally, for any function , if a=b then f(a) = f(b).


Properties of inequality

The relations ''less than'' < and greater than > have the property of transitivity: * If   a < b   and   b < c   then   a < c; * If   a < b   and   c < d   then   a + c < b + d; * If   a < b   and   c > 0   then   ac < bc; * If   a < b   and   c < 0   then   bc < ac. By reversing the inequation, < and > can be swapped, for example: * a < b is equivalent to b > a


Substitution

Substitution is replacing the terms in an expression to create a new expression. Substituting 3 for in the expression makes a new expression with meaning . Substituting the terms of a statement makes a new statement. When the original statement is true independently of the values of the terms, the statement created by substitutions is also true. Hence, definitions can be made in symbolic terms and interpreted through substitution: if a^2:=a\times a is meant as the definition of a^2, as the product of with itself, substituting for informs the reader of this statement that 3^2 means . Often it's not known whether the statement is true independently of the values of the terms. And, substitution allows one to derive restrictions on the possible values, or show what conditions the statement holds under. For example, taking the statement , if is substituted with , this implies , which is false, which implies that if then cannot be . If and are integers, rationals, or
real numbers In mathematics, a real number is a number that can be used to measure a ''continuous'' one-dimensional quantity such as a distance, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small variations. Every re ...
, then implies or . Consider . Then, substituting for and for , we learn or . Then we can substitute again, letting and , to show that if then or . Therefore, if , then or ( or ), so implies or or . If the original fact were stated as " implies or ", then when saying "consider ," we would have a conflict of terms when substituting. Yet the above logic is still valid to show that if then or or if, instead of letting and , one substitutes for and for (and with , substituting for and for ). This shows that substituting for the terms in a statement isn't always the same as letting the terms from the statement equal the substituted terms. In this situation it's clear that if we substitute an expression into the term of the original equation, the substituted does not refer to the in the statement " implies or ."


Solving algebraic equations

The following sections lay out examples of some of the types of algebraic equations that may be encountered.


Linear equations with one variable

Linear equations are so-called, because when they are plotted, they describe a straight line. The simplest equations to solve are
linear equation In mathematics, a linear equation is an equation that may be put in the form a_1x_1+\ldots+a_nx_n+b=0, where x_1,\ldots,x_n are the variables (or unknowns), and b,a_1,\ldots,a_n are the coefficients, which are often real numbers. The coeffici ...
s that have only one variable. They contain only constant numbers and a single variable without an exponent. As an example, consider: : Problem in words: If you double the age of a child and add 4, the resulting answer is 12. How old is the child? :Equivalent equation: 2x + 4 = 12 where represent the child's age To solve this kind of equation, the technique is add, subtract, multiply, or divide both sides of the equation by the same number in order to isolate the variable on one side of the equation. Once the variable is isolated, the other side of the equation is the value of the variable. This problem and its solution are as follows: In words: the child is 4 years old. The general form of a linear equation with one variable, can be written as: ax+b=c Following the same procedure (i.e. subtract from both sides, and then divide by ), the general solution is given by x=\frac


Linear equations with two variables

A linear equation with two variables has many (i.e. an infinite number of) solutions. For example: :Problem in words: A father is 22 years older than his son. How old are they? :Equivalent equation: y = x + 22 where is the father's age, is the son's age. That cannot be worked out by itself. If the son's age was made known, then there would no longer be two unknowns (variables). The problem then becomes a linear equation with just one variable, that can be solved as described above. To solve a linear equation with two variables (unknowns), requires two related equations. For example, if it was also revealed that: ; Problem in words : In 10 years, the father will be twice as old as his son. ;Equivalent equation : \begin y + 10 &= 2 \times (x + 10)\\ y &= 2 \times (x + 10) - 10 && \text\\ y &= 2x + 20 - 10 && \text\\ y &= 2x + 10 && \text \end Now there are two related linear equations, each with two unknowns, which enables the production of a linear equation with just one variable, by subtracting one from the other (called the elimination method): :\begin y = x + 22 & \text\\ y = 2x + 10 & \text \end :\begin &&&\text\\ (y - y) &= (2x - x) +10 - 22 && \text y\\ 0 &= x - 12 && \text\\ 12 &= x && \text\\ x &= 12 && \text \end In other words, the son is aged 12, and since the father 22 years older, he must be 34. In 10 years, the son will be 22, and the father will be twice his age, 44. This problem is illustrated on the associated plot of the equations. For other ways to solve this kind of equations, see below,
System of linear equations In mathematics, a system of linear equations (or linear system) is a collection of one or more linear equations involving the same variables. For example, :\begin 3x+2y-z=1\\ 2x-2y+4z=-2\\ -x+\fracy-z=0 \end is a system of three equations in t ...
.


Quadratic equations

A quadratic equation is one which includes a term with an exponent of 2, for example, x^2, and no term with higher exponent. The name derives from the Latin ''quadrus'', meaning square. In general, a quadratic equation can be expressed in the form ax^2 + bx + c = 0, where is not zero (if it were zero, then the equation would not be quadratic but linear). Because of this a quadratic equation must contain the term ax^2, which is known as the quadratic term. Hence a \neq 0, and so we may divide by and rearrange the equation into the standard form : x^2 + px + q = 0 where p = \frac and q = \frac. Solving this, by a process known as completing the square, leads to the
quadratic formula In elementary algebra, the quadratic formula is a formula that provides the solution(s) to a quadratic equation. There are other ways of solving a quadratic equation instead of using the quadratic formula, such as factoring (direct factoring, ...
:x=\frac, where the symbol "±" indicates that both : x=\frac\quad\text\quad x=\frac are solutions of the quadratic equation. Quadratic equations can also be solved using factorization (the reverse process of which is
expansion Expansion may refer to: Arts, entertainment and media * ''L'Expansion'', a French monthly business magazine * ''Expansion'' (album), by American jazz pianist Dave Burrell, released in 2004 * ''Expansions'' (McCoy Tyner album), 1970 * ''Expansio ...
, but for two linear terms is sometimes denoted
foiling A sailing hydrofoil, hydrofoil sailboat, or hydrosail is a sailboat with wing-like foils mounted under the hull. As the craft increases its speed the hydrofoils lift the hull up and out of the water, greatly reducing wetted area, resulting in de ...
). As an example of factoring: : x^ + 3x - 10 = 0, which is the same thing as : (x + 5)(x - 2) = 0. It follows from the
zero-product property In algebra, the zero-product property states that the product of two nonzero elements is nonzero. In other words, \textab=0,\texta=0\textb=0. This property is also known as the rule of zero product, the null factor law, the multiplication proper ...
that either x = 2 or x = -5 are the solutions, since precisely one of the factors must be equal to
zero 0 (zero) is a number representing an empty quantity. In place-value notation such as the Hindu–Arabic numeral system, 0 also serves as a placeholder numerical digit, which works by Multiplication, multiplying digits to the left of 0 by th ...
. All quadratic equations will have two solutions in the
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the fo ...
system, but need not have any in the
real number In mathematics, a real number is a number that can be used to measure a ''continuous'' one-dimensional quantity such as a distance, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small variations. Every ...
system. For example, : x^ + 1 = 0 has no real number solution since no real number squared equals −1. Sometimes a quadratic equation has a root of multiplicity 2, such as: : (x + 1)^2 = 0. For this equation, −1 is a root of multiplicity 2. This means −1 appears twice, since the equation can be rewritten in factored form as : -(-1)x-(-1)]=0.


Complex numbers

All quadratic equations have exactly two solutions in complex numbers (but they may be equal to each other), a category that includes
real number In mathematics, a real number is a number that can be used to measure a ''continuous'' one-dimensional quantity such as a distance, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small variations. Every ...
s,
imaginary number An imaginary number is a real number multiplied by the imaginary unit , is usually used in engineering contexts where has other meanings (such as electrical current) which is defined by its property . The square of an imaginary number is . F ...
s, and sums of real and imaginary numbers. Complex numbers first arise in the teaching of quadratic equations and the quadratic formula. For example, the quadratic equation :x^2+x+1=0 has solutions :x=\frac \quad \quad \text \quad \quad x=\frac. Since \sqrt is not any real number, both of these solutions for ''x'' are complex numbers.


Exponential and logarithmic equations

An exponential equation is one which has the form a^x = b for a > 0, which has solution : X = \log_a b = \frac when b > 0. Elementary algebraic techniques are used to rewrite a given equation in the above way before arriving at the solution. For example, if : 3 \cdot 2^ + 1 = 10 then, by subtracting 1 from both sides of the equation, and then dividing both sides by 3 we obtain : 2^ = 3 whence : x - 1 = \log_2 3 or : x = \log_2 3 + 1. A logarithmic equation is an equation of the form log_a(x) = b for a > 0, which has solution : X = a^b. For example, if : 4\log_5(x - 3) - 2 = 6 then, by adding 2 to both sides of the equation, followed by dividing both sides by 4, we get : \log_5(x - 3) = 2 whence : x - 3 = 5^2 = 25 from which we obtain : x = 28.


Radical equations

A radical equation is one that includes a radical sign, which includes
square root In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
s, \sqrt,
cube root In mathematics, a cube root of a number is a number such that . All nonzero real numbers, have exactly one real cube root and a pair of complex conjugate cube roots, and all nonzero complex numbers have three distinct complex cube roots. F ...
s, \sqrt /math>, and ''n''th roots, \sqrt /math>. Recall that an ''n''th root can be rewritten in exponential format, so that \sqrt /math> is equivalent to x^. Combined with regular exponents (powers), then \sqrt /math> (the square root of cubed), can be rewritten as x^. So a common form of a radical equation is \sqrt a (equivalent to x^\frac=a) where and are
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the languag ...
s. It has real solution(s): For example, if: :(x + 5)^ = 4 then : \begin x + 5 & = \pm (\sqrt)^3,\\ x + 5 & = \pm 8,\\ x & = -5 \pm 8, \end and thus :x = 3 \quad \text\quad x = -13


System of linear equations

There are different methods to solve a system of linear equations with two variables.


Elimination method

An example of solving a system of linear equations is by using the elimination method: : \begin4x + 2y&= 14 \\ 2x - y&= 1.\end Multiplying the terms in the second equation by 2: : 4x + 2y = 14 : 4x - 2y = 2. Adding the two equations together to get: : 8x = 16 which simplifies to : x = 2. Since the fact that x = 2 is known, it is then possible to deduce that y = 3 by either of the original two equations (by using ''2'' instead of ) The full solution to this problem is then : \begin x = 2 \\ y = 3. \end This is not the only way to solve this specific system; could have been resolved before .


Substitution method

Another way of solving the same system of linear equations is by substitution. : \begin4x + 2y &= 14 \\ 2x - y &= 1.\end An equivalent for can be deduced by using one of the two equations. Using the second equation: : 2x - y = 1 Subtracting 2x from each side of the equation: : \begin2x - 2x - y & = 1 - 2x \\ - y & = 1 - 2x \end and multiplying by −1: : y = 2x - 1. Using this value in the first equation in the original system: : \begin4x + 2(2x - 1) &= 14\\ 4x + 4x - 2 &= 14 \\ 8x - 2 &= 14 \end Adding ''2'' on each side of the equation: : \begin8x - 2 + 2 &= 14 + 2 \\ 8x &= 16 \end which simplifies to : x = 2 Using this value in one of the equations, the same solution as in the previous method is obtained. : \begin x = 2 \\ y = 3. \end This is not the only way to solve this specific system; in this case as well, could have been solved before .


Other types of systems of linear equations


Inconsistent systems

In the above example, a solution exists. However, there are also systems of equations which do not have any solution. Such a system is called
inconsistent In classical deductive logic, a consistent theory is one that does not lead to a logical contradiction. The lack of contradiction can be defined in either semantic or syntactic terms. The semantic definition states that a theory is consiste ...
. An obvious example is : \begin\begin x + y &= 1 \\ 0x + 0y &= 2\,. \end \end As 0≠2, the second equation in the system has no solution. Therefore, the system has no solution. However, not all inconsistent systems are recognized at first sight. As an example, consider the system : \begin\begin4x + 2y &= 12 \\ -2x - y &= -4\,. \end\end Multiplying by 2 both sides of the second equation, and adding it to the first one results in : 0x+0y = 4 \,, which clearly has no solution.


Undetermined systems

There are also systems which have infinitely many solutions, in contrast to a system with a unique solution (meaning, a unique pair of values for and ) For example: : \begin\begin4x + 2y & = 12 \\ -2x - y & = -6 \end\end Isolating in the second equation: : y = -2x + 6 And using this value in the first equation in the system: : \begin4x + 2(-2x + 6) = 12 \\ 4x - 4x + 12 = 12 \\ 12 = 12 \end The equality is true, but it does not provide a value for . Indeed, one can easily verify (by just filling in some values of ) that for any there is a solution as long as y = -2x + 6. There is an infinite number of solutions for this system.


Over- and underdetermined systems

Systems with more variables than the number of linear equations are called underdetermined. Such a system, if it has any solutions, does not have a unique one but rather an infinitude of them. An example of such a system is : \begin\beginx + 2y & = 10\\ y - z & = 2 .\end\end When trying to solve it, one is led to express some variables as functions of the other ones if any solutions exist, but cannot express ''all'' solutions
numerically Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods t ...
because there are an infinite number of them if there are any. A system with a higher number of equations than variables is called overdetermined. If an overdetermined system has any solutions, necessarily some equations are linear combinations of the others.


See also

*
History of elementary algebra Algebra can essentially be considered as doing computations similar to those of arithmetic but with non-numerical mathematical objects. However, until the 19th century, algebra consisted essentially of the theory of equations. For example, the f ...
*
Binary operation In mathematics, a binary operation or dyadic operation is a rule for combining two elements (called operands) to produce another element. More formally, a binary operation is an operation of arity two. More specifically, an internal binary op ...
*
Gaussian elimination In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of operations performed on the corresponding matrix of coefficients. This method can also be used ...
* Mathematics education * Number line *
Polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exampl ...
*
Cancelling out Cancelling out is a mathematical process used for removing subexpressions from a mathematical expression, when this removal does not change the meaning or the value of the expression because the subexpressions have equal and opposing effects. ...
* Tarski's high school algebra problem


References

*
Leonhard Euler Leonhard Euler ( , ; 15 April 170718 September 1783) was a Swiss mathematician, physicist, astronomer, geographer, logician and engineer who founded the studies of graph theory and topology and made pioneering and influential discoveries ...
, '' Elements of Algebra'', 1770. English translation Tarquin Press, 2007, , also online digitized editions 2006, 1822. *Charles Smith,
A Treatise on Algebra
', i
Cornell University Library Historical Math Monographs
*Redden, John
''Elementary Algebra''
. Flat World Knowledge, 2011


External links

* {{DEFAULTSORT:Elementary Algebra Algebra