Editors' Picks
Great books about your topic, Algebra, selected by Encarta editors
Related Items
Encarta Search
Search Encarta about Algebra

Advertisement

Windows Live® Search Results

  • Algebra Homework Help, Algebra Solvers, Free Math Tutors

    Algebra, math homework solvers, lessons and free tutors online.Pre-algebra, Algebra I, Algebra II, Geometry, Physics. Our FREE tutors create solvers with work shown, write ...

  • Algebra.Com's Live RSS updates!

    RSS is a system allowing websites to distribute news and updates. It is widely used by news services and blog software. Since Algebra.Com has dynamically updated content, it is ...

  • Algebra - Wikipedia, the free encyclopedia

    Algebra is a branch of mathematics concerning the study of structure, relation and quantity. The name is derived from the treatise written by the Persian mathematician, astronomer ...

See all search results in
Windows Live® Search Results
Page 3 of 5

Algebra

Encyclopedia Article
Find | Print | E-mail | Blog It
Multimedia
Mathematical SymbolsMathematical Symbols
Article Outline
A 3

Distributive Laws

Another important property of the set of real numbers links addition and multiplication in two distributive laws as follows:

1. a(b + c) = ab + ac

2. (b + c)a = ba + ca

Any set of elements with an equality relation and for which two operations (such as addition and multiplication) are defined, and which obeys all the laws for addition, the laws for multiplication, and the distributive laws, constitutes a field.



A 4

Exponent Laws

The laws governing exponents are extensions of the addition, multiplication, and distributive laws. Since a2 = a · a and a3 = a · a · a, for example, a2 · a3 = a · a · a · a · a = a2+3 = a5. In general, therefore, for real numbers:

1. am·an = am+n

2. (am)n = am·n

3. am·bm = (a·b)m

B

Multiplying Polynomials

To multiply polynomials, each term of each polynomial is multiplied in turn by all of the terms in all of the other polynomials. The results are then added together. The following is a simple example of the product of a binomial and a monomial: (x + 2)(4x2) = x(4x2) + 2(4x2) = 4x3 + 8x2

Each term of the one polynomial, (x + 2), is multiplied by the single term of the monomial, 4x2. This same principle is directly extended to polynomials of any number of terms. For example, the product of a binomial and a trinomial is carried out as follows:

(5x + 2)(3x3 + x2 -4x) =

[5x(3x3 + x2 -4x)] + [2(3x3 + x2 -4x)] =

[5x(3x3) + 5x(x2) + 5x(-4x)] + [2(3x3) + 2(x2) + 2(-4x)] =

[15x4 + 5x3 – 20x2] + [6x3 + 2x2 -8x] =

After such operations have been performed, all terms of the same degree should be combined whenever possible to simplify the entire expression:

15x4 + 11x3 - 18x2 - 8x

C

Factoring Polynomials

Given a complicated algebraic expression, it is often useful to factor it into the product of simpler terms. For example, 2x2 + 4xy can be factored as 2x(x + 2y) because (x + 2y) multiplied by 2x is equal to 2x(x) + 2x(2y), which simplifies to 2x2 + 4xy. Determining the factors of a given polynomial may be a simple matter of inspection or may require trial and error. Not all polynomials, however, can be factored using real-number coefficients, and these are called prime polynomials. Some common factorizations are given in the following examples.

1. Trinomials of the general form x2 + (a + b)x + ab can be factored (x + a)(x + b). If a = 5 and b = 2, for example, x2 + 7x + 10 can be factored (x + 5)(x + 2). The problem can be worked backwards by multiplying out the factors to prove this factoring is correct:

(x + 5)(x + 2) =

x(x + 2) + 5(x + 2) =

x2 + 2x + 5x + 10 =

x2 + 7x + 10

2. Trinomials of the general form a2x2 + (2ab)(xy) + b2y2 can be factored (ax + by)(ax + by) or simply (ax + by)2. In the simple example where a and b are both equal to 1, x2 + 2xy + y2 can be factored (x + y)2:

(x + y)2 =

(x + y)(x + y) =

x2 + xy + xy + y2 =

x2 +2xy + y2

Similarly, when a = 1 and b = -1, x2 – 2xy +y2 = (x y)2. In a more complex example, where a = 5 and b = 2, 25x2 + 20xy + 4y2 can be factored (5x + 2y)2:

(5x + 2y)2 =

(5x + 2y) (5x + 2y) =

25x2 + 10xy + 10xy + 4y2 =

25x2 + 20xy + 2y2

3. The difference of squares of the form a2x2b2y2 may be factored (ax + by)(axby). In the simplest case, when a and b equal 1, x2 - y2 = (x + y)(xy) because the terms of lower degree add up to zero and thus cancel each other out:

(x + y)(xy) =

x2xy + xyy2 =

x2 - y2

In the more complex case where a = 5 and b = 4, 25x2-16y2 = (5x + 4y)(5x – 4y):

(5x + 4y)(5x – 4y) =

25x2 – 20xy + 20xy – 16y2 =

25x2 – 16y2

4. The sums and differences of cubes can also be factored according to the general formulas a3x3 + b3y3 = (ax + by)(a2x2axby + b2y2) and a3x3 - b3y3 = (ax - by)(a2x2axby + b2y2). When a and b are both equal to 1, x3 + y3 = (x + y)(x2 - xy + y2):

(x + y)(x2 - xy + y2) =

x3 - x2y + xy2 + x2y - xy2 + y3 =

x3 + y3

and x3 - y3 = (x - y)(x2 + xy + y2).

Grouping may often be useful in factoring; terms that are similar are grouped wherever possible, as in the following example: 10x3 + 16x2y + 18xy2 -2x3 + 8x2y = 8x3 + 24x2y + 18xy2 = 2x(4x2 +12xy + 9y2) = 2x(2x+3y)2.

D

Identifying Highest Common Factors

Given a polynomial, it is frequently important to isolate the greatest common factor from each term of the polynomial. For example, in the binomial 6x2 + 12x, the number 6 is a factor of both terms, as is x. After factoring, 6x(x + 2) is obtained, and 6x is the greatest common factor for all terms of the original binomial. Similarly, for the trinomial 6a2x3 + 9abx + 15cx2, the number 3 is the largest numerical factor common to 6, 9, and 15, and x is the largest variable factor common to all three terms. Thus, the greatest common factor of the trinomial is 3x and the trinomial can be factored 3x(2a2x2 + 3ab + 5cx).

Prev.
| | | |
Next
Find
Print
E-mail
Blog It


More from Encarta


© 2008 Microsoft