In Algebra we learn to "solve" equations.
What does that mean? Usually it means that we are to take
a (relatively) complicated equation that has the "unknown"
(often but not always called "") scattered all over the place
and turn it into a (relatively) simple equation with
on the
left-hand side by itself and a bunch of other symbols
(not including ) on the right-hand side of the "=" sign.
Obviously this particular format is "just" a convention.
But the idea is independent of the representation:
we want to "solve" for the "unknown" quantity, in this case .
Operations and Notation
Most algebra involves only a few simple operations:
Equality: If we write
we are saying that
and
are the same kind of thing and are exactly the same size.
Equivalence: If we write
, we are saying that
and
are the same thing. This may sound like the same thing
as equality, but it's actually much stronger.
Below it will be applied to equivalent notations.
Addition:
If
and
are entities of the same type (usually just numbers),
we can add them together as
to get a new number or
entity of the same type, called their sum.
Example: .
Let's try a few others.
Click "Next Addition" to get your question,
then enter your answer in the textbox
and click "GO" (repeat as many times as you like):
Subtraction:
By the same token, we can subtract
from
to get their
difference, . Example: .
Let's try a few of these too.
Click "Next Subtraction" to get your question,
then enter your answer in the textbox
and click "GO":
Multiplication:
The product of
and
is written as either
or
or just ,
with the understanding that each entity is
represented by a single character.
In virtually all computer languages the symbol for multiplication is "*".
Example:
or 2*3 = 6.
Let's try a few others.
Click "Next Multiplication" to get your question,
then enter your answer in the textbox
and click "GO":
Division: Just as subtraction is sort of the
opposite of addition, division
(written
or
or )
is sort of the opposite of multiplication.
Example:
.
Let's try som of these.
Click "Next Division" to get your question,
then enter your answer in the textbox
and click "GO":
Powers: We can multiply
by itself
times (also called "raising
to the power )
to get .
(In most computer languages we write xn as "x**n".)
Example: .
Let's try a few other powers.
Click "Next Power" to get your question,
then enter your answer in the textbox
and click "GO":
Roots: In something like the opposite of
raising
to the power , we can find the
root of , written
.
Computer languages have various notations for roots.
The square root of x is almost always written
"sqrt(x)" but the nth root of x
usually has to be expressed as "x**(1/n)".
Example:
= 16**(1/5).
Let's try a few.
Click "Next Root" to get your question,
then enter your answer in the textbox
and click "GO":
Laws
There are a few basic rules we use to "solve" problems in Algebra;
these are called "laws" by Mathematicians who want to emphasize
that you are not to question their content or representation.
Definition of Zero:
(1)
Negative Values:
Along with the definition of zero,
the subtraction operation allows us to assign a
negative value to the expression . That means
if we add
to
we get zero again.
Note that if
itself has a negative value,
is positive, and
still holds.1
Does this seem a bit circular? Right you are! It is!
Sum or Difference of Two Equations:
Adding (or subtracting) the same thing from both sides of an equation
gives a new equation that is still OK.
(6)
(7)
Product or Ratio of Two Equations:
Multiplying (or dividing) both sides of an equation by the same thing
also gives a new equation that is still OK.
(8)
(9)
Imaginary and Complex Numbers:
So far we have limited ourselves to the real numbers.
In that domain, the square root of -1 is undefined:
there is no real number that will yield -1 when squared.
One imagines a particularly persistent child insisting,
"But what if there were such a number?"
The teacher would grumble, "You certainly have an active imagination!"
And the child would say, 'Fine. Let's call it an
imaginary number, and call it "i" for short!'
The inclusion of multiples of i more than doubles
the domain of algebra, since it means we can also have
combinations of real and imaginary numbers,
z = a + i b.
These are called complex numbers.
These "laws" may seem pretty trivial (especially the first two)
but they define the rules of Algebra whereby we learn to manipulate
the form of equations and "solve" Algebra "problems."
We quickly learn equivalent shortcuts
like "moving a factor from the bottom of the left-hand-side
[often abbreviated LHS] to the top of the right-hand side [RHS]:"
(10)
and so on; but each of these is just a well-justified concatenation
of several of the fundamental steps.
You may ask, "Why go to so much trouble to express the obvious
in such formal terms?" Well, as usual the obvious is not necessarily
the truth. While the real, imaginary and complex numbers may all
obey these simple rules, there are perfectly legitimate and useful
fields of "things" (usually some sort of operators)
that do not obey all these rules, as we may see later.
It is generally a good idea
to know your own assumptions; we haven't the time to keep reexamining
them constantly, so we try to state them as plainly as we can and keep
them around for reference "just in case . . . . "
"I'm thinking of a number, and its name is '' . . . " So if
(11)
what is ? Well, we can only say, "It depends."
Namely, it depends on the values of
and ,
whatever they are. Let's suppose the dimensions
of all these "parameters" are mutually consistent3
so that the equation makes sense.
Then "it can be shown" (a classic phrase if there ever was one --
if you want to see the details, check out
this link)
that the "answer" is generally4
(12)
This formula (and the preceding equation that defines
what we mean by
and ) is known as the
Quadratic Theorem, so called because it offers
"the answer" to any quadratic equation
(i.e. one containing powers of
up to and including ).
The power of such a general solution is prodigious.
Want to work out a few examples?
Click "Next Quadratic Equation" to get your question,
then enter your answer in the textbox
and click "GO":
This also suggests an interesting new way of looking at
the relationship between
and the parameters
and
that determine its value(s).
Having
all by itself on one side of the equation
and no 's anywhere on the other side is what we call
a "solution" in Algebra.
Let's make a simpler version
of this sort of equation:
"I'm thinking of a number, and its name is 'y' . . . "
So if y = f(x),
what is y? The answer is again,
"It depends!" [In this case, upon the value of x
and the detailed form of the functionf(x).]
Time to move on into CALCULUS!