Download Preliminary Material

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

History of mathematics wikipedia , lookup

Location arithmetic wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Addition wikipedia , lookup

Arithmetic wikipedia , lookup

Approximations of π wikipedia , lookup

Positional notation wikipedia , lookup

Continued fraction wikipedia , lookup

Elementary mathematics wikipedia , lookup

Transcript
Preliminary Mathematics
The purpose of this document is to provide you with a refresher over some topics that will
be essential for what we do in this class. We will begin with fractions, decimals, and
percentages. Then, we will discuss solving equations and rewriting functions.
1
Fractions
Before discussing fractions, we must clarify two things. First, never, EVER, divide anything
by 0. This is one of the most important rules in all of mathematics. Lastly, any whole
number (such as 1, 2, -1, -2, etc.) can be written as a fraction of the form x1 where x is the
whole number.
This section is perhaps the most important for what we will do in this class. Much
of financial mathematics revolves around percentage rates which in turn rely on decimals
which rely on fractions.
Now, suppose you have a pizza–it can be any kind you like–and a friend you have to
share it with. You know, maybe without knowing the proper notation or mathematics,
that you will get half the pizza and your friend will get the other half (if it is done fairly).
Now, what this also means is that you have divided one piece (the whole pizza) into 2
pieces. If we expressed this in fractions, we would have
1
= 0 One Half 0 .
2
This is how we can think of fractions: the top part (the numerator) represents the number of ”pieces” that are being divided up to supply however many people there are (the
denominator).
Perhaps you have heard of the term ”improper fractions”–where the numerator is greater
than the denominator. In previous classes you may have been asked to convert such fractions into equivalent mixed fractions–an expression involving an integer times a proper
fraction.
To convert an improper fraction into a mixed fraction, one must first determine how
many times the denominator divides into the numerator without going over. The number
from this step is the integer multiplier in the mixed fraction. The remainder of dividing
the denominator into the numerator becomes the numerator in the proper fraction part
of a mixed fraction while the denominator is the same as in the improper fraction. For
as a mixed fraction we would have 5 13 since 3 divides
example, if we wanted to write 16
3
into 16 five times before we go over with a remainder of 1.
1
Example 1:
Suppose you have 8 pizzas that need to be distributed amongst 5 people. (a)
Express the amount that each person gets as a fraction. (b) Notice that your
answer from the previous part is an improper fraction. Convert this improper
fraction into a mixed fraction.
For most instances, we will keep improper fractions as they are since they are much easier
to work with. To truly see this, let us discuss the basic operations–adding, subtracting,
multiplying, and dividing. Contrary to how you learned these basic operations, we will
start with multiplication and division of fractions.
1.1
Multiplying and Dividing Fractions
1.1.1
Multiplication
If we have two fractions,
a
b
and
c
d
(with b and d not 0), then their product
c a
ac
a c
× = × = .
b d
d b
bd
As you can see, regardless of the numerator and denominator, the product of two fractions
is equal to the product of the numerators divided by the product of the denominators.
Example 1:
Find the product of
1.1.2
1
3
and 56 .
Division
Dividing two fractions is just as easy, it only requires one extra step. If we wish to divide the
fraction ab by the fraction dc , all we must do is invert–make the numerator the denominator,
and make the denominator the numerator– dc and multiply it by ab . That is,
a c
a d
ad
÷ = × =
.
b d
b
c
bc
It is important to remember that, unlike multiplication, unless both numbers are the same
and not zero, a ÷ b 6= b ÷ a.
One important use of multiplying and dividing fractions is cross-multiplication. Say
we have a fraction like 73 and want to know if it is equal to another fraction, such as 15
.
35
The easiest way to do this is to set them equal to each other, then multiply the numerator
of one with the denominator of the other. For our example here, we would get 7 × 15 = 105
2
on one side and 3 × 35 = 105 on the other. Thus, the two fractions are equal. In class we
will see why this works. In the solving equations section we will see why this is useful.
Now, we are prepared to move on to adding and subtracting two fractions.
1.2
1.2.1
Adding and Subtracting Fractions
Like Denominators
If the denominators of the two fractions are the same, all we need do is add or subtract
the numerators, while keeping the denominator the the same. For example:
9
3 6
+ = .
5 5
5
We will see in the next section that when the denominators are different, the procedure is
more involved.
1.2.2
Unlike Denominators
If we have two fractions (proper or improper) with different denominators and want to add
or subtract them, we run into a bit of difficulty. Continuing with the people and pizzas
example, one fraction might represent how much one person can have if there are 8 pizzas
split amongst 3 friends, while another may represent the same allowance in the case of 13
pizzas and 6 friends–one fraction is ”thirds” and one is ’sixths”. In order to determine
we must find a common denominator
”how much” a person would have if he had 38 and 13
6
for the two fractions and then express each as an equivalent fraction with that common
denominator as the denominator. Admittedly, this seems like a lot, so lets tackle each step
separately.
Finding a common denominator is exactly what it sounds like: we need to find a number
that is a multiple of both denominators. This can be done in two ways. The first is the
easiest, but will usually require simplification if you want the fraction to be in lowest terms.
In the first method, all we do is multiply the two denominators together, thereby creating a
number which is a multiple of both. The other method is more exhaustive, but useful if you
need the least common denominator. In the second method one must list the multiples of
each denominator and find the first entry that is common to both lists. For small numbers,
example, the
method two may be easier to do mentally. So, to continue our 38 and 13
6
least common denominator would be 6 (why?). Alternatively, you could find a common
denominator of 18 by multiplying the two values. Let us now progress to finding equivalent
fractions.
Given a fraction, like 32 , an equivalent fractionis a fraction created by multiplying
the numerator and denominator by the same value. Thus,
3
6
3n
= =
2
4
2n
3
for any n.
Now we can combine these procedures to add/subtract fractions with unlike denominators. Two of the most useful tools in algebra are adding 0 and multiplying by 1. You may
scoff and wonder why these are useful, but after this section you will see why. Suppose we
have found a common denominator for two fractions (suppose 6, for definiteness). Now, if
we take any number except for 0 and divide it by itself we get 1; that is,
r
=1
r
for any r 6= 0. This fact becomes handy when we do the following: (1) Change each original
fraction into an equivalent fraction that has our common denominator on the bottom; (2)
We now have the same denominator for each fraction (was it magic?) and can add/subtract
them as previously discussed. Finally, let’s finish our example with these pizzas.
We found that 83 and 13
have a common denominator of 6. Similarly, we have that
6
8
16
= 6 . Thus, we can easily see that
3
16 13
19
8 13
+
=
+
= .
3
6
6
6
6
2
2.1
Decimals and Percentages
Understanding Decimal Places
All of us have seen numbers like 0.24531..., but maybe not all of us have seen how decimal
numbers relate to fractions and percentages. First, we need to understand that each place
to the right of the decimal place has a specific representation just like the numbers to the
left of the decimal place.
Figure 1: A handy chart for decimal places
As you can see in Figure 1, each place to the right has a name similar to each place to
1
1
the left. By ”tenth”, we mean 10
, by ”hundredth” we mean 100
, etc. One key to decimal
numbers is that if we multiply a decimal number by a power of 10, the decimal place moves
4
to the right as many places as there are zeros. If we divide by a power of ten, the decimal
moves to the left accordingly. For example,
0.1856789 × 1000 = 185.6789,
and
0.1856789 ÷ 1000 = 0.0001856789.
2.2
Fractions to Decimals and Back Again
3
3
as a decimal, we would have 10
= .3 since it is ”three-tenths”.
If we want to express 10
If we have a fraction like 12 , we no longer have something like 10, 100, 1000, etc. as a
denominator. But, if you recall equivalent fractions, we can write one half as
1
5
=
= .5.
2
10
Thus, we can easily write fractions as decimals by finding an equivalent fraction that has
a power of 10 in the denominator.
But what if we can’t do this? Say, for instance, we have the fraction 31 . We know that
equivalent fractions of one-third would be
1
3
33
333
3333
= =
=
=
= ...
3
9
99
999
9999
Notice that no matter how far out we go, we won’t get a power of 10. Thus, we say that
1
= .33333 . . . = .3̄
3
where the bar over the 3 indicates that it repeats forever to the right.
2.2.1
Terminating Decimals
In the event that the decimal number terminates–becomes all 0’s after a certain point–the
process of going from a decimal to a fraction is even easier. First, determine the number of
decimal places before the number terminates, call this number k. Then, the denominator
of the fraction is
k zeros
z }| {
k
10 = 1 00 . . . 00 .
Then, the decimal–until it terminates–itself (after the decimal point) becomes the numerator. For example
the decimal number
z }| {
8 places
z }| {
13323454
0. 13323454 =
.
1 |00000000
{z }
8 zeros
5
Any numbers to the left of the decimal place take the role of the integer in a mixed fraction.
Thus,
134
.
5.134 = 5
1000
2.2.2
Non-terminating Decimals
What if the decimal number never terminates, like 0.333 . . .? The key here is to see if
there is a pattern–repeating 3’s, repeating 123, repeating 17715, etc.–that repeats continually. Notice here that the pattern must repeat forever, not just occur one or two or so
times. If we have a decimal number that does have such a forever repeating pattern, say
x = .187187187 . . ., we do the following: use the repeating part (187 in this case) as the
numerator and the denominator is as many 9’s as there are digits in the pattern (3 in this
case). So, we have
187
.
0.187187187 . . . =
999
*This section uses some steps that will be discussed in the ”Solving Equations” section*
What if there are digits between the decimal point and the pattern, as in the number
x = 0.14187187187 . . .? Well, notice that 1000x = 141.87187187 . . .. If we now subtract x
from 1000x, we have
1000x − x = 999x = 141.87187187 . . . − 0.14187187187 . . . = 141.73.
If we divide throughout by 999, we have
141.73
14173
999x
=
=
.
999
999
99900
As you can see now, we have a fractional form for our decimal number.
x=
2.3
Percentages and Decimals
We are now prepared to discuss percent (from the Latin per centum meaning ”of one
hundred”) values. Just like fractions and decimals, percentages provide an answer to ”how
much” of something we have. Maybe we have half of it (50%)–maybe we have five of it
(500%)–maybe we have one-tenth of it (10%).
To transition from percent to decimals all we have to do is move the decimal point to
the left 2 places and drop the percent symbol:
97.85% = 0.9785.
To convert from a decimal number to a percentage, all we do is move the decimal point 2
places to the right and add the percent symbol:
1.134056 = 113.4056%.
6
If we have to go from a fraction to a percentage rate, we simply need to first convert to a
decimal and then to a percentage.
3
Solving Equations
When handling non-terminating decimals we performed some algebraic operations that
you may have forgotten. An equation is algebraic if it involves one or more unknown
values which we call variables–x, y, z,. . . for example. When it comes to actually solving
for values, we will only have one variable, while our financial formulas will be rewritten
for different variables using the operations we learn here. Now, let us review the basic
rules/procedures for solving an equation such as
3(x + 2) − 1 = 8.
Now, to this equation, we can do the following:
(1) Add or subtract the same value to BOTH sides;
(2) Multiply or divide BOTH sides by the same value;
(3) Distribute, factor, combine like terms to ONE side.
Notice that some operations can be done to one side without having to be done to the
other, while others must be done to both sides. To better understand this, think of the
equation as a balanced scale. We want to not only keep it in balance at all times, but
we also want to eventually find out what our mystery weight is (the variable x). Rule (3)
above can be thought of as rearranging items on one of the sides. Since nothing is being
added or taken away, that scale is balanced. Rules (1) and (2) change the weight on one
side, so to keep it balanced, we have to do the same thing to the other side. Now, before
you get too worried, we won’t be doing much algebra at all in this class, but being able to
rewrite formulas is a must in financial mathematics–and that is where the algebra will be
used. Well, to end the section, let’s solve this equation for x. First, using R(1), we can add
1 to both sides so that we have
1−1=0
z }| {
9 .
3(x + 2) −1 + 1 = |{z}
8+1=9
Well, using R(2) here we can divide both sides by 3–this will cancel the 3 out of our product
on the left–and obtain
9÷3=3
z}|{
3 (x + 2)
=
3 .
3
We now have a pretty easy problem: we need a number that when added to 2 gives us 3.
Well, after we use R(1) and subtract 2 from both sides we see that
x = 1.
7
There is one important thing to mention here: canceling terms in a fraction is allowed if
they are multiplied. Recall what we learned with equivalen fractions–if we multiply the top
and bottom by the same thing, we have the same fraction. To better see this, let us do two
examples. First, given the fraction
3(x + 2)
3(x + 2)
=
6
3·2
we can cancel the 3 in the top and bottom since it is common in both. But, if we have the
fraction
3x + 2
6
we cannot cancel a 3 out since 3 is not common to both 2 and 3x (it is certainly a part of
3x). So, if ever you are about to cancel terms in a fraction, make sure they can in fact be
canceled. One easy way to check this is to see if the value can be factored out, as in
3 can be multiplied by each
z }| {
(x + 2)
3x + 6 = 3
4
.
Rewriting Formulas
In this section, we will simply do one example to see how what we just learned can be used.
Conside the following formula (will be introduced in Chapter 11):
M = P + P RT.
It is not important what the letters stand for. If I were to ask you to find a formula for P,
though, all you would need to do is solve the equation for P. Well, on the right hand side,
I can factor out P since it is common to both terms, and get
M = P (1 + RT ).
Recall that a number divided by itself is equal to 1. Now, if I use R(2), I can divide both
sides by (1 + RT ) to get
)
M
P (1+RT
= = P.
(1 + RT )
(1+RT )
We now have a formula for P, as desired.
We will use this procedure a lot in the latter part of the class, but knowing these skills
we be useful throughout the quarter.
8
5
Recommended Exercises
For practice, work on the Cumulative Review on pages 122 - 124 from Salzman, 8th edition.
This won’t be collected as homework, but it will help you to see how well you understand
the material, and will also assist you in knowing what you may need help on. If your
struggles occur with the algebra, do not be too worried as we will only utilize that material occasionally. Being comfortable with percents, decimals, and fractions however is an
absolute must in this class.
9