Elementary algebra

Elementary algebra

Elementary algebra is a fundamental and relatively basic form of algebra taught to students who are presumed to have little or no formal knowledge of mathematics beyond arithmetic. It is typically taught in secondary school under the term algebra. The major difference between algebra and arithmetic is the inclusion of variables. While in arithmetic only numbers and their arithmetical operations (such as +, −, ×, ÷) occur, in algebra, one also uses variables such as x and y, or a and b to replace numbers.

Contents

Features of algebra

Variables

The purpose of using variables, symbols that denote numbers, is to allow the making of generalizations in mathematics. This is useful because:

  • It allows arithmetical equations (and inequalities) to be stated as laws (such as a + b = b + a for all a and b), and thus is the first step to the systematic study of the properties of the real number system.
  • It allows reference to numbers which are not known. In the context of a problem, a variable may represent a certain value which is not yet known, but which may be found through the formulation and manipulation of equations.
  • It allows the exploration of mathematical relationships between quantities (such as "if you sell x tickets, then your profit will be 3x − 10 dollars").

Expressions

In elementary algebra, an expression may contain numbers, variables and arithmetical operations. These are conventionally written with 'higher-power' terms on the left (see polynomial); a few examples are:

x + 3\,
y^{2} + 2x - 3\,
z^{7} + a(b + x^{3}) + 42/y - \pi.\,

In more advanced algebra, an expression may also include elementary functions.

Operations

Properties of operations

Operation Is Written commutative associative identity element inverse operation
Addition a + b a + b = b + a (a + b) + c = a + (b + c) 0, which preserves numbers: a + 0 = a Subtraction ( - )
Multiplication a × b or ab a × b = b × a (a × b) × c = a × (b × c) 1, which preserves numbers: a × 1 = a Division ( / )
Exponentiation ab or a^b Not commutative abba Not associative 1, which preserves numbers: a1 = a Logarithm (Log)
  • The operation of addition...
    • means repeated addition of ones: n = 1 + 1 +...+ 1 (n number of times);
    • has an inverse operation called subtraction: (a + b) − b = a, which is the same as adding a negative number, ab = a + (−b);
  • The operation of multiplication...
    • means repeated addition: a × n = a + a +...+ a (n number of times);
    • has an inverse operation called division which is defined for non-zero numbers: (ab)/b = a, which is the same as multiplying by a reciprocal, a/b = a(1/b);
    • distributes over addition: (a + b)c = ac + bc;
    • is abbreviated by juxtaposition: a × bab;
  • The operation of exponentiation...
    • means repeated multiplication: an = a × a ×...× a (n number of times);
    • has an inverse operation, called the logarithm: alogab = b = logaab;
    • distributes over multiplication: (ab)c = acbc;
    • can be written in terms of n-th roots: am/n ≡ (na)m and thus even roots of negative numbers do not exist in the real number system. (See: complex number system)
    • has the property: abac = ab + c;
    • has the property: (ab)c = abc.
    • in general abba and (ab)ca(bc);

Order of operations

In mathematics it is important that the value of an expression is always computed the same way. Therefore, it is necessary to compute the parts of an expression in a particular order, known as the order of operations. The standard order of operations is expressed in the following chart.

parenthesis and other grouping symbols including brackets, absolute value symbols, and the fraction bar
exponents and roots
multiplication and division
addition and subtraction

A common mnemonic device for remembering this order is PEMDAS. Generally in Elementary Algebra, the use of brackets (often called parentheses) and their simple applications will be taught at most of the schools in the world.

Equations

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: x2 − 1 = 4. The values of the variables which make the equation true are the solutions of the equation and can be found through equation solving.

Properties of equality

  • The relation of equality (=) has the property...
    • that if a = b and c = d then a + c = b + d and ac = bd;
    • that if a = b then a + c = b + c;
    • that if two symbols are equal, then one can be substituted for the other.

Properties of inequality

  • The relation of inequality (<) has the property...
    • of transivity: if a < b and b < c then a < c;
    • that if a < b and c < d then a + c < b + d;
    • that if a < b and c > 0 then ac < bc;
    • that if a < b and c < 0 then bc < ac.

Algebraic examples

A typical algebra problem.

The following sections lay out examples of some of the types of alegbraic equations you might encounter.

Linear equations in one variable

The simplest equations to solve are linear equations that have only one variable. They contain only constant numbers and a single variable without an exponent. For example:

2x + 4 = 12. \,

The central 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.[1] For example, by subtracting 4 from both sides in the equation above:

2x + 4 - 4 = 12 - 4 \,

can simplify to:

2x = 8. \,

Dividing both sides by 2:

\frac{2x}{2} = \frac{8}{2} \,

simplifies to the solution:

x = 4. \,

The general case,

ax+b=c\,

follows the same procedure to obtain the solution:

x=\frac{c-b}{a}

Quadratic equations

Quadratic equations can be expressed in the form ax2 + bx + c = 0, where a 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 ax2, which is known as the quadratic term. Hence a ≠ 0, and so we may divide by a and rearrange the equation into the standard form

x^2 + px = q\,

where p = b/a and q = −c/a. Solving this, by a process known as completing the square, leads to the quadratic formula.

Quadratic equations can also be solved using factorization (the reverse process of which is expansion, but for two linear terms is sometimes denoted foiling). As an example of factoring:

x^{2} + 3x - 10 = 0. \,

Which is the same thing as

(x + 5)(x - 2) = 0. \,

It follows from the zero-product property that either x = 2 or x = −5 are the solutions, since precisely one of the factors must be equal to zero. All quadratic equations will have two solutions in the complex number system, but need not have any in the real number system. For example,

x^{2} + 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 two times.

Exponential and logarithmic equations

An exponential equation is an equation of the form aX = b for a > 0, which has solution

X = \log_a b = \frac{\ln b}{\ln a}

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^{x - 1} + 1 = 10

then, by subtracting 1 from both sides of the equation, and then dividing both sides by 3 we obtain

2^{x - 1} = 3\,

whence

x - 1 = \log_2 3\,

or

x = \log_2 3 + 1.\,

A logarithmic equation is an equation of the form logaX = 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 an equation of the form Xm/n = a, for m, n integers, which has solution

X = \sqrt[m]{a^n} = \left(\sqrt[m]a\right)^n

if m is odd, and solution, and

X = \pm \sqrt[m]{a^n} = \pm \left(\sqrt[m]a\right)^n

if m is even and a ≥ 0.

For example, if --------------------

(x + 5)^{2/3} = 4,\,

then

x + 5 = \pm (\sqrt{4})^3 = \pm 8
x = -5 \pm 8

or

x = 3,-13\, .

System of linear equations

In the case of a system of linear equations, like, for instance, two equations in two variables, it is often possible to find the solutions of both variables that satisfy both equations.

Elimination Method

An example of solving a system of linear equations is by using the elimination method:

\begin{cases}4x + 2y = 14 \\ 2x - y = 1.\end{cases} \,

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 x) The full solution to this problem is then

\begin{cases} x = 2 \\ y = 3. \end{cases}\,

Note that this is not the only way to solve this specific system; y could have been solved before x.

Second method of finding a solution

Another way of solving the same system of linear equations is by substitution.

\begin{cases}4x + 2y = 14 \\ 2x - y = 1.\end{cases} \,

An equivalent for y 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:

2x - 2x - y = 1 - 2x \,
- y = 1 - 2x \,

and multiplying by -1:

 y = 2x - 1. \,

Using this y value in the first equation in the original system:

4x + 2(2x - 1) = 14 \,
4x + 4x - 2 = 14 \,
8x - 2 = 14 \,

Adding 2 on each side of the equation:

8x - 2 + 2 = 14 + 2 \,
8x = 16 \,

which simplifies to

x = 2 \,

Using this value in one of the equations, the same solution as in the previous method is obtained.

\begin{cases} x = 2 \\ y = 3. \end{cases}\,

Note that this is not the only way to solve this specific system; in this case as well, y could have been solved before x.

Other types of systems of linear equations

Unsolvable systems

In the above example, it is possible to find a solution. However, there are also systems of equations which do not have a solution. An obvious example would be:

\begin{cases} x + y = 1 \\ 0x + 0y = 2 \end{cases}\,

The second equation in the system has no possible solution. Therefore, this system can't be solved. However, not all incompatible systems are recognized at first sight. As an example, the following system is studied:

\begin{cases}4x + 2y = 12 \\ -2x - y = -4 \end{cases}\,

When trying to solve this (for example, by using the method of substitution above), the second equation, after adding 2x on both sides and multiplying by −1, results in:

y = -2x + 4 \,

And using this value for y in the first equation:

4x + 2(-2x + 4) = 12 \,
4x - 4x + 8 = 12 \,
8 = 12 \,

No variables are left, and the equality is not true. This means that the first equation can't provide a solution for the value for y obtained in the second equation.

Undetermined systems

There are also systems which have multiple or infinite solutions, in opposition to a system with a unique solution (meaning, two unique values for x and y) For example:

\begin{cases}4x + 2y = 12 \\ -2x - y = -6 \end{cases}\,

Isolating y in the second equation:

y = -2x + 6 \,

And using this value in the first equation in the system:

4x + 2(-2x + 6) = 12 \,
4x - 4x + 12 = 12 \,
12 = 12 \,

The equality is true, but it does not provide a value for x. Indeed, one can easily verify (by just filling in some values of x) that for any x there is a solution as long as y = −2x + 6. There are infinite solutions for this system.

Over- and underdetermined systems

Systems with more variables than the number of linear equations do not have a unique solution. An example of such a system is

\begin{cases}x + 2y = 10\\y - z  = 2\end{cases}

Such a system is called underdetermined; when trying to find a solution, one or more variables can only be expressed in relation to the other variables, but cannot be determined numerically. Incidentally, a system with a greater number of equations than variables, in which necessarily some equations are sums or multiples of others, is called overdetermined.

Relation between solvability and multiplicity

Given any system of linear equations, there is a relation between multiplicity and solvability.
If one equation is a multiple of the other (or, more generally, a sum of multiples of the other equations), then the system of linear equations is undetermined, meaning that the system has infinitely many solutions. Example:

\begin{cases}x + y = 2 \\ 2x + 2y = 4\end{cases}

has solutions (x,y) such as (1,1), (0,2), (1.8,0.2), (4,−2), (−3000.75,3002.75), and so on.

When the multiplicity is only partial (meaning that for example, only the left hand sides of the equations are multiples, while the right hand sides are not or not by the same number) then the system is unsolvable. For example, in

\begin{cases}x + y = 2 \\ 4x + 4y = 1\end{cases}

the second equation yields that x + y = 1/4 which is in contradiction with the first equation. Such a system is also called inconsistent in the language of linear algebra. When trying to solve a system of linear equations it is generally a good idea to check if one equation is a multiple of the other. If this is precisely so, the solution cannot be uniquely determined. If this is only partially so, the solution does not exist.
This, however, does not mean that the equations must be multiples of each other to have a solution, as shown in the sections above; in other words: multiplicity in a system of linear equations is not a necessary condition for solvability.

See also

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • elementary algebra — noun : the part of algebra dealing with the simple properties (as the fundamental operations, factoring, simple equations) …   Useful english dictionary

  • Elementary — Elementary: *Education ** Elementary education, consists of the first years of formal, structured education that occur during childhood. **Elementary school, a school providing elementary or primary education. Historically, a school in the UK… …   Wikipedia

  • Algebra (disambiguation) — Algebra is a branch of mathematics.Algebra may also mean: * elementary algebra * abstract algebra * linear algebra * universal algebra * computer algebraIn addition, many mathematical objects are known as algebras. * In logic: ** Boolean algebra… …   Wikipedia

  • Algebra — This article is about the branch of mathematics. For other uses, see Algebra (disambiguation). Algebra is the branch of mathematics concerning the study of the rules of operations and relations, and the constructions and concepts arising from… …   Wikipedia

  • algebra — /al jeuh breuh/, n. 1. the branch of mathematics that deals with general statements of relations, utilizing letters and other symbols to represent specific sets of numbers, values, vectors, etc., in the description of such relations. 2. any of… …   Universalium

  • algebra, elementary — Introduction       branch of mathematics that deals with the general properties of numbers and the relations between them. Algebra is fundamental not only to all further mathematics and statistics but to the natural sciences, computer science,… …   Universalium

  • Algebra of sets — The algebra of sets develops and describes the basic properties and laws of sets, the set theoretic operations of union, intersection, and complementation and the relations of set equality and set inclusion. It also provides systematic procedures …   Wikipedia

  • algebra and algebraic structures — Generalized version of arithmetic that uses variables to stand for unspecified numbers. Its purpose is to solve algebraic equations or systems of equations. Examples of such solutions are the quadratic formula (for solving a quadratic equation)… …   Universalium

  • Elementary arithmetic — is the most basic kind of mathematics: it concerns the operations of addition, subtraction, multiplication, and division. Most people learn elementary arithmetic in elementary school.Elementary arithmetic starts with the natural numbers and the… …   Wikipedia

  • Algebra tiles — Algebra tiles are known as mathematical manipulatives that allow students to better understand ways of algebraic thinking and the concepts of algebra. These tiles have proven to provide concrete models for elementary school, middle school, high …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”