Wednesday, January 4, 2012


Equal, Greater or Less Than

As well as the familiar equals sign (=) it is also very useful to show if something is not equal to (≠) greater than (>) or less than (<)
These are the important signs to know:
=
If two values are equal, we use the "equals" sign
example: 2+2 = 4
If two values are definitely not equal, we use the "not equal to" sign
example: 2+2 ≠ 9
<
But if one value is smaller than another, we can use a "less than" sign.
example: 3 < 5
>
And if one value is bigger than another, we can use a "greater than" sign
example: 9 > 6

Less Than and Greater Than

The "less than" sign and the "greater than" sign look like a "V" on its side, don't they?
To remember which way around the "<" and ">" signs go, just remember:
  • BIG > small
  • small < BIG
The "small" end always points to the smaller number, like this:
greater than sign
Greater Than Symbol: BIG > small

Example:

10 > 5
"10 is greater than 5"
Or the other way around:
5 < 10
"5 is less than 10"

Do you see how the symbol "points at" the smaller value?

... Or Equal To ...

Sometimes you know that a value is smaller, but may also be equal to!
jug
Example, a jug can hold up to 4 cups of water.
So how much water is in it?
Until you measure it, all you can say is "less than or equal to" 4 cups.

To show this, we add an extra line at the bottom of the "less than" or "greater than" symbol like this:
The "less than or equal to" sign:
  
The "greater than or equal to" sign:

All The Symbols

Here is a summary of all the symbols:
Symbol
Words
Example Use
=
equals
1 + 1 = 2
not equal to
1 + 1 ≠ 1
>
greater than
5 > 2
<
less than
7 < 9
greater than or equal to
marbles ≥ 1
less than or equal to
dogs ≤ 3

Why would you use these?

Because there are things you do not know exactly ...
... but can still say something about.
So we have ways of saying what you do know (which may be useful!)

Example: John had 10 marbles, but lost some. How many has he now?

Answer: He must have less than 10:
Marbles < 10

If John still has some marbles we can also say he has greater than zero marbles:
Marbles > 0

But if we thought John could have lost all his marbles we would say
Marbles  0
In other words, the number of marbles is greater than or equal to zero.

Combining

You can sometimes say two (or more) things on the one line:

Example: Becky starts with $10, buys something and says "I got change, too". How much did she spend?

Answer: Something greater than $0 and less than $10 (but NOT $0 or $10):
"What Becky Spends" > $0
"What Becky Spends" < $10
This can be written down in just one line:
$0 < "What Becky Spends" < $10
That says that $0 is less than "What Becky Spends" (in other words "What Becky Spends" is greater than "$0") and what Becky Spends is also less than $10.
Notice that ">" was flipped over to "<" when we put it before what Becky spends - always make sure the small end points to the small value.

Changing Sides

We saw in that previous example that when we change sides we flipped the symbol as well.
This: Becky Spends > $0(Becky spends greater than $0)
is the same as this: $0 < Becky Spends($0 is less than what Becky spends)

Just make sure the small end points to the small value!

Here is another example using "≥" and "≤":

Example: Becky has $10 and she is going shopping. How much will she spend(without using credit)?

Answer: Something greater than, or possibly equal to, $0 and less than, or possibly equal to, $10:
Becky Spends ≥ $0
Becky Spends ≤ $10
This can be written down in just one line:
$0 ≤ Becky Spends ≤ $10

A Long Example: Cutting Rope

Here is an interesting example I thought of:

Example: Sam cuts a 10m rope into two. How long is the longer piece? How long is the shorter piece?

Answer: Let us call the longer length of rope "L", and the shorter length "S"
"L" must be greater than 0m (otherwise it wouldn't be a piece of rope), and also less than 10m:
L > 0
L < 10
So:
0 < L < 10
That says that L (the Longer length of rope) is between 0 and 10 (but not 0 or 10)

The same thing can be said about the shorter length "S":
0 < S < 10

But I did say there was a "shorter" and "longer" length, so we also know:
S < L
(Do you see how neat mathematics is? Instead of saying "the shorter length is less than the longer length", we can just write "S < L")

We can combine all of that like this:
0 < S < L < 10
That says a lot:
0 is less that the short length, the short length is less than the long length, the long length is less than 10.
Reading "backwards" we can also see:
10 is greater than the long length, the long length is greater than the short length, the short length is greater than 0.
It also lets us see that "S" is less than 10 (by "jumping over" the "L"), and even that 0<10 (which we know anyway), all in one statement.

NOW, I have one more trick. If Sam tried really hard he might be able to cut the rope EXACTLY in half, so each half would be 5m, but we know he didn't because we said there was a "shorter" and "longer" length, so we also know:
S<5
and
L>5
We can put that into our very neat statement here:
0 < S < 5 < L < 10
And IF we thought the two lengths MIGHT be exactly 5 we could change that to
0 < S ≤ 5 ≤ L < 10

An Example Using Algebra

OK, this example may be complicated if you don't know Algebra, but I thought you might like to see it anyway. Just imagine that "x" is the number of people at your party, and "x+3" is what happens when 3 more people arrive.

Example: What is x+3, when you know that x is greater than 1?

If x > 1 , then x+3 > 4


Algebra - Basic Definitions

It may help you to read Introduction to Algebra first

What is an Equation

An equation says that two things are equal. It will have an equals sign "=" like this:
x+2=6
That equations says: what is on the left (x + 2) is equal to what is on the right (6)
So an equation is like a statement "this equals that"

Parts of an Equation

So people can talk about equations, there are names for different parts (better than saying "that thingy there"!)
Here we have an equation that says 4x-7 equals 5, and all its parts:
Variable is a symbol for a number we don't know yet. It is usually a letter like x or y.
A number on its own is called a Constant.
Coefficient is a number used to multiply a variable (4x means 4 times x, so 4 is a coefficient)
An Operator is a symbol (such as +, ×, etc) that represents an operation (ie you want to do something with the values).
  
Term is either a single number or a variable, or numbers and variables multiplied together.
An Expression is a group of terms (the terms are separated by + or - signs)
So, now we can say things like "that expression has only two terms", or "the second term is a constant", or even "are you sure the coefficient is really 4?"

Exponents

8 to the Power 2
The exponent (such as the 2 in x2) says how many times to use the value in a multiplication.
Examples:
82 = 8 × 8 = 64
y3 = y × y × y
y2z = y × y × z
Exponents make it easier to write and use many multiplications
Example: y4z2 is easier than y × y × y × y × z × z, or even yyyyzz

Polynomial

Example of a Polynomial: 3x2 + x - 2
polynomial can have constantsvariables and the exponents 0,1,2,3,...
And they can be combined using addition, subtraction and multiplication, ... but not division!
polynomial

Monomial, Binomial, Trinomial

There are special names for polynomials with 1, 2 or 3 terms:
monomial, binomial, trinomial

Like Terms

Like Terms are terms whose variables (and their exponents such as the 2 in x2) are the same.
In other words, terms that are "like" each other. (Note: the coefficients can be different)

Example:

(1/3)xy2-2xy26xy2
Are all like terms because the variables are all xy2


Solving Inequalities

Sometimes we need to solve Inequalities like these:
Symbol
Words
Example
>
greater than
x + 3 > 2
<
less than
7x < 28
greater than or equal to
 x - 1
less than or equal to
2y + 1  7

Solving

Our aim is to have x (or whatever the variable is) on its own on the left of the inequality sign:
Something like: x < 5
or: y ≥ 11
We call that "solved".

How to Solve

Solving inequalities is very like solving equations ... you do most of the same things ...
... but you must also pay attention to the direction of the inequality.
greater than sign
Direction: Which way the arrow "points"
Some things you do will change the direction!
< would become >
> would become <
 would become 
 would become 

Safe Things To Do

These are things you can do without affecting the direction of the inequality:
  • Add (or subtract) a number from both sides
  • Multiply (or divide) both sides by a positive number
  • Simplify a side

Example: 3x < 7+3

You can simplify 7+3 without affecting the inequality:
3x < 10
But these things will change the direction of the inequality ("<" becomes ">" for example):
  • Multiply (or divide) both sides by a negative number
  • Swapping left and right hand sides

Example: 2y+7 < 12

When you swap the left and right hand sides, you must also change the direction of the inequality:
12 > 2y+7
Here are the details:

Adding or Subtracting a Value

We can often solve inequalities by adding (or subtracting) a number from both sides (just as in Introduction to Algebra), like this:

Solvex + 3 < 7

If we subtract 3 from both sides, we get:
x + 3 - 3 < 7 - 3    
x < 4
And that is our solution: x < 4
In other words, x can be any value less than 4.

What did we do?

We went from this:

To this:
  
x+3 < 7

x < 4
     
And that works well for adding and subtracting, because if you add (or subtract) the same amount from both sides, it does not affect the inequality
Example: Alex has more coins than Billy. If both Alex and Billy get three more coins each, Alex will still have more coins than Billy.

What If I Solve It, But "x" Is On The Right?

No matter, just swap sides, but reverse the sign so it still "points at" the correct value!
Example: 12 < x + 5
If we subtract 5 from both sides, we get:
12 - 5 < x + 5 - 5    
7 < x
That is a solution!
But it is normal to put "x" on the left hand side ...
... so let us flip sides (and the inequality sign!):
x > 7
Do you see how the inequality sign still "points at" the smaller value (7) ?
And that is our solution: x > 7
Note: "x" can be on the right, but people usually like to see it on the left hand side.

Multiplying or Dividing by a Value

Another thing we do is multiply or divide both sides by a value (just as in Algebra - Multiplying).
But we need to be a bit more careful (as you will see).


Positive Values

Everything is fine if you want to multiply or divide by a positive number:

Solve3y < 15

If we divide both sides by 3 we get:
3y/3 < 15/3
y < 5
And that is our solution: y < 5


Negative Values

warning!When you multiply or divide by a negative number 
you have to reverse the inequality.

Why?

Well, just look at the number line!
For example, from 3 to 7 is an increase,
but from -3 to -7 is a decrease.
-7 < -37 > 3
See how the inequality sign reverses (from < to >) ?
Let us try an example:

Solve-2y <-8

Let us divide both sides by -2 ... and reverse the inequality!
-2y < -8
-2y/-2 > -8/-2
y > 4
And that is the correct solution: y > 4
(Note that I reversed the inequality on the same line I divided by the negative number.)
So, just remember:
When multiplying or dividing by a negative number, reverse the inequality

Multiplying or Dividing by Variables

Here is another (tricky!) example:

Solvebx < 3b

It seems easy just to divide both sides by b, which would give us:
x < 3
... but wait ... if b is negative we need to reverse the inequality like this:
x > 3
But we don't know if b is positive or negative, so we can't answer this one!
To help you understand, imagine replacing b with 1 or -1 in that example:
  • if b is 1, then the answer is simply x < 3
  • but if b is -1, then you would be solving -x < -3, and the answer would be x > 3
So:
Do not try dividing by a variable to solve an inequality (unless you know the variable is always positive, or always negative).

A Bigger Example

Solve(x-3)/2 < -5

First, let us clear out the "/2" by multiplying both sides by 2.
Because you are multiplying by a positive number, the inequalities will not change.
(x-3)/2 ×2 < -5 ×2  
(x-3) < -10
Now add 3 to both sides:
x-3 + 3 < -10 + 3    
x < -7
And that is our solution: x < -7

Two Inequalities At Once!

How could you solve something where there are two inequalities at once?

Solve:

-2 < (6-2x)/3 < 4
First, let us clear out the "/3" by multiplying each part by 3:
Because you are multiplying by a positive number, the inequalities will not change.
-6 < 6-2x < 12
Now subtract 6 from each part:
-12 < -2x < 6
Now multiply each part by -(1/2).
Because you are multiplying by a negative number, the inequalities change direction.
> x > -3
And that is the solution!
But to be neat it is better to have the smaller number on the left, larger on the right. So let us swap them over (and make sure the inequalities point correctly):
-3 < x < 6

Summary

  • Many simple inequalities can be solved by adding, subtracting, multiplying or dividing both sides until you are left with the variable on its own.
  • But these things will change direction of the inequality:
    • Multiplying or dividing both sides by a negative number
    • Swapping left and right hand sides
  • Don't multiply or divide by a variable (unless you know it is always positive or always negative)