MathCamp98. Class 1

Applications

*
Series and limits - asymptotes with time, product saturation.
*
Comparisons in a portfolio.
*
Exponents - exponential growth - cellular example.
*
Logistic curves - modeling failure probabilities.
*
Logs - natural, base e, transforming prices into returns.
*
Log transforms compare like with like - the exec pay compensation. Base_10 has an interpretation too.
*
Log-Log relationships. Elasticity interpretations.

Today's class

*
Some basic notation - summation and powers
*
Exponents
*
Factorials
*
E
*
Logs

Summation notation

Sum the numbers 1 to 100.

Symbolically, call the sum T,

displaymath188

Generally

displaymath189

tex2html_wrap_inline261 .

Answer indicates how the sum depends on n.

How do we get the answers? Pictures often help.

The ideas of raising to a power (initially geometric):

Where is this useful to know?

*
How many comparisons between 8 test products - pairwise comparisons.
*
How many two way relationships between 198 stocks in a portfolio - covariances

Extra:

What could T(m,n) mean?
Find an expression for T(m,n) in terms of T(1,m) and T(1,n) when tex2html_wrap_inline281 .

A few more series - illustrating limits.

displaymath189

displaymath190

displaymath191

General exponents

What does tex2html_wrap_inline283 mean? The BASE is y and the EXPONENT is m.

For m an integer

displaymath192

From this simple definition we get

displaymath193

Key fact: multiplication of numbers turns into addition of their exponents.

displaymath194

tex2html_wrap_inline291 must be equal to 1.

Golden rule: anything raised to the power 0 equals 1.

displaymath195

so that tex2html_wrap_inline293 must equal tex2html_wrap_inline295 .

displaymath196

tex2html_wrap_inline297 is the number which when multiplied by itself gets you back y - the definition of the square root.

In general tex2html_wrap_inline301 is called the m-th root of y. If you think this is going out to lunch consider cellular phone use in the US.

More rules:

displaymath197

displaymath199

Finally

displaymath198

Golden rules for exponents:

  1. tex2html_wrap_inline305 .
  2. tex2html_wrap_inline307
  3. tex2html_wrap_inline309 .
  4. tex2html_wrap_inline311
  5. tex2html_wrap_inline313 .
  6. tex2html_wrap_inline315

Factorials

This is the exclamation mark notation (!).

Define 0! as 1. Define n! as tex2html_wrap_inline321 .

Then

displaymath199

displaymath200

displaymath201

displaymath202

These things get big fast.

They show up all over the place, approximation formulae and combinatorics.

Question: how many ways can I choose 3 distinct stocks from a portfolio of 8? Answer:

displaymath203

A special series that involves factorials:

displaymath204

Equals e = 2.718281828459....

e

This is one of those magical numbers like tex2html_wrap_inline325 . We see it in continuous compounding - exponential growth - entities that grow like tex2html_wrap_inline327 .

Look at a graph of e to the power t.

Logarithms

Think of logarithms as exponents going backward (inverses).

To what power do I have to raise a to get to y.

In other words

displaymath205

The question marks are defined as the logarithm of y base a.

Examples

displaymath206

In English: to what power do I have to raise 10 to get 1000?

The logarithm of 1000 base 10 is 3.

displaymath207

displaymath208

So logarithms to base 10 can be used to summarize variables into magnitude ``bins'', for example the Executive Compensation.

Addressable memory examples.

Logarithms to base 2. Everything to do with computers.

displaymath209

The logarithm of 256 base 2 is 8.

With eight bits you can represent 256 different numbers.

displaymath210

The logarithm of 65536 base 2 is 16.

displaymath211

The logarithm of 4,294,967,296 base 2 is 32.

displaymath212

So a 32 bit operating system has 4 gigs of addressable memory.

Log facts:

displaymath213

displaymath214

The log of product is the sum of the logs.

displaymath215

displaymath216

displaymath217

displaymath218

A special base for logs is the log base e. Written as ln.

displaymath219

So

displaymath220

Taking logs undoes exponentiation.

A very useful fact to be explained later:

For small values of h

displaymath349

Say we have increases of sales of 1%. That is tex2html_wrap_inline351 . So

displaymath221

Therefore the difference in logs:

displaymath222

So the difference in logs gets interpreted as a ``percent change'' for small changes.

Summary of class.

*
Introduced notation. Summation, exponentiation
*
Discussed exponents, factorial and logs

Homework questions.

A set of quick questions to reinforce the days concepts. A calculator will often be needed.



Richard Waterman
Mon Aug 3 00:52:31 EDT 1998