|
At this point we will define some
important terms of algebra.
Absolute
value: the value of a number when sign is discarded; by
definition the absolute value is always positive.
For example, |3| = 3 and |-3| = 3
As we can clearly see, the absolute value does nothing to
positive numbers.
Algebraic
expression: a symbol or combination of symbols which represents
a number.
When the
expression consists of several parts separated by
(+)
and (-) signs, each of the parts, including sign, is called a term.
Monomial: an expression
consisting of one term only.
Polynomial: An expression consisting of more than
one term. Special cases are binomial (2 terms); trinomial (3 terms).
Factor: each number used as a factor in multiplication and the
product of any [combination] of the numbers multiplied together.
Any
factor(s) of a term is(are) the coefficient(s) of the remaining
factors.
√x2 = | x | By definition, the square root of a
positive number (square roots of negative numbers are complex, and will be
discussed in another section) must be positive.
√(-5)2
= 5 = |-5|
√(3.33)2
= 3.33
Absolute values
are encountered in statistics and in many other applications, normally in
situations where “sign” is not important.
A polynomial is
a function where there is more than one term:
P(x) = a0 +
a1x + a2x2
+ a3x3 + …. + an-1xn-1 + anxn
n
= ∑ aixi =
sum of all terms above
i=0
(The ai
terms are called coefficients.)
If n=2, the function becomes P(x) = a0 + a1x
+ a2x2
(This is a
quadratic function.)
If we set the expression to the right of P(x) = 0:
a0 +
a1 x + a2 x2 = 0
Let a0 =
c ; a1 = b; a2 = a
ax2 +
bx + c = 0
(the quadratic equation)
We can derive
the solution to this eqn:
Dividing both sides by a:
x2 +
(b/a)x + c/a = 0
x2 + (b/a)x
+ c/a + b2/(4a2) = b2/(4a2)
x2 +
(b/a)x + b2/(4a2) =
b2/(4a2) – c/a
( x + b/(2a) )2 = b2/(4a2)
– c/a
√( x + b/(2a) )2 = ± √ [b2/(4a2) – c/a]
( x + b/(2a) ) =
± √ [b2/(4a2)
– c/a]
x = -b ±√(b2
– 4ac)
2a
1. Solve x2 –
6x –7 = 0
x = 6 ± √(36
- 4(1)(-7) ) = 6 ± √(36 + 28) = 6 ± 8
2 2 2
X = 7, -1
The above equation
could have been factored as follows:
(x – 7)( x + 1) = 0 x = 7, -1
2. Solve x2 – 4x
– 3 = 0
x = - (-4) ± √(
(-4)2 – 4(1)(-3) ) = 4 ± √(16 + 12) = 4 ± √28
2(1) 2 2
x = 4 ± (√4)(
√7) = 2 ± √7
2
|