Affordable Rigorous Interactive Online Classes For Homeschoolers

The Golden Ratio

2010-03-08

The Golden Ratio φ has some interesting algebraic properties that can be seen here.

Architects, painters and musicians have tried to incorporate φ into their work for centuries. A rectangle in proportion to φ is called a Golden Rectangle. It is believed to be aesthetically pleasing:

/images/golden_rectangle.jpg

Golden Rectangles have some interesting properties. If you remove a square from the interior you get another Golden Rectangle!

/images/split_rectangle.jpg

Many see φ in ancient Egyptian and Greek architecture. Here are some claimed sightings of φ:

/images/pyramid.jpg

/images/parthenon.jpg

/images/da_vinci.jpg

/images/mona_lisa.jpg

/images/arm.jpg

/images/face.jpg

A Mathematician's Lament By Paul Lockhart

2010-02-12

Mathematician and educator Paul Lockhart has written a brilliant essay on what he thinks is wrong with mathematics education today. Here it is if you are interested.

Descriptions Of Math Topics

2010-02-08

Geometry is the study of space. The word geometry comes from "geo" and "metria", the Greek words for Earth and measurement."

Arithmetic is the study of quantity. The word arithmetic is the Greek word for number.

Algebra is the study of operations. The word algebra comes from "al-jabr", the Arabic word for reunion. This is referring to the technique of "reuniting" terms in an equation on opposite sides of the equals sign. Algebra introduces variables to focus on operations rather than numbers.

Calculus is the study of change. The word calculus comes from the Latin word for counting stone. The word calculus refers to any algorithmic system but the word has come to be associated with the specific algorithmic system pertaining to change.

Galileo Galilei On Mathematics

2010-02-01

"Mathematics is the language with which God wrote the Universe." -- Galileo Galilei

Bertrand Russell On Mathematics

2010-02-01

"Mathematics, rightly viewed, possesses not only truth, but supreme beauty cold and austere, like that of sculpture, without appeal to any part of our weaker nature, without the gorgeous trappings of painting or music, yet sublimely pure, and capable of a stern perfection such as only the greatest art can show." -- Bertrand Russell

QED

2009-12-31

QED is an acronym for "quod erat demonstrandum". This Latin phrase means "which was to be demonstrated". It is traditionally added to the end of proofs.

Why Does A Negative Times A Negative Equal A Positive?

2009-12-28

The product of two negatives gives a positive. Where did this rule come from? Rules such as these are chosen. For example, it is possible to chose the rule that the product of two negatives gives a negative. It is even possible to chose the rule that the product of two negatives is zero!

What is the general criteria for selecting which rules to adopt? Beauty, simplicity and utility are some considerations. Here is an aesthetic argument for the product of two negatives giving a positive:

  • Assume a, b < 0.
  • a (b - b) = a b + a (-b) = a (0) = 0 is desirable.
  • Therefore, a (-b) = -(a b) is desirable.
  • Therefore, a b = -(a (-b)) is desirable.
  • Therefore -(a (-b)) > 0 is desirable.
  • Therefore, the rule in question is also desirable.

Natural Logarithm Proof

2009-12-24

ln(a b) = ln(a) + ln(b) for a, b > 0. This property says something about the area under the plot of 1 / t that isn't obvious. Here is the proof.

What is ππ?

2009-12-22

The meaning of ba is clear when a and b are integers or rationals. It is even understandable, in terms of limits, when only one of them is irrational. What about when a and b are both irrational? ba is defined for all reals a and b as exp(a ln(b)). ln(x) is the area under the plot of 1 / t from t = 1 to t = x for x > 0. exp(x) is the inverse of ln(x).

Where did exp(a ln(b)) come from? Suppose m(x) = rx and n(x) = logr(x) for some rational base r > 0. Then the following properties must be true for m(x), n(x) and all rationals:

  • m(x) and n(x) are inverses.
  • n(xy)) = y n(x)
  • m(x + y) = m(x) m(y)
  • m(1) = r
  • m(0) = 1

These imply the following:

  • xy = m(y n(x))
  • m(-x) = 1 / m(x)
  • n(x y) = n(x) + n(y)
  • n(x / y) = n(x) - n(y)
  • n(r) = 1
  • n(1) = 0

Notice how xy = m(y n(x)) was implied by m(x) = rx, n(x) = logr(x) and a few properties. By analogy, imagine trying to define xy as f(y g(x)) for all reals where f(x) = sx and g(x) = logs(x) for some irrational base s > 0. Ideally, definitions for f(x) and g(x) would be found where the aforementioned properties would hold for all reals. f(x) = exp(x) and g(x) = ln(x) satisfy all of these conditions for s = e!

Isaac Newton On God

2009-12-17

"[The] beautiful system of the sun, planets and comets could only proceed from the counsel and dominion of an intelligent and powerful Being."

"Atheism is so senseless and odious to mankind that it never had many professors."

"There is one God the Father ever-living, omnipresent, omniscient, almighty, the maker of heaven and earth, and one Mediator between God and Man the Man Christ Jesus."

"We account the Scriptures of God to be the most sublime philosophy. I find more sure marks of authenticity in the Bible than in any profane history whatever."

My Calculus Proofs

2009-12-10

Many years ago I proved a number of basic calculus theorems such as the Mean Value Theorem, the Extreme Value Theorem and the Fundamental Theorem of Calculus for continuous functions . They were intended for my eyes only so some parts may require an explanation: "wrt" stands for "with respect to", "s.t." stands for "such that" and "etc." is used to represent a lot of details. Here are the proofs if you are interested.

Missing Area Paradox

2009-12-09

Does rearranging the pieces causes some area to disappear?

/images/missing_area.jpg

2X = X

2009-12-03

From algebra, we know that we must do the same thing to both sides of an equals sign. Following that rule, here is the "proof" that 2x = x where is x some real:

  • x2 = x(x)
  • x2 = x + x + x + ... + x
  • (x2)' = (x + x + x + ... + x)'
  • 2x = 1 + 1 + 1 + ... + 1
  • 2x = x
  • QED

A Proof That √2 Is Irrational

2009-11-10

Here is a proof that √2 cannot be written as a fraction and hence is irrational:

  • Every rational has a reduced form.
  • A reduced form cannot have two evens.
  • Every square of an odd is an odd.
  • Every square of an even is an even.
  • If m / n is the reduced form of √2, then m2 = 2n2.
  • That implies m2 is even.
  • That implies m is even.
  • That implies m = 2k for some integer k.
  • That implies n2 = 2k2 for some integer k.
  • That implies n2 is even.
  • That implies n is even.
  • m and n cannot both be even.
  • Therefore, m / n does not exist.
  • QED

Irrational Numbers

2009-11-08

Rationals are numbers that can be written as a fraction. There are an infinite number of rationals between any two rationals.

All those rationals aren't sufficient to describe all possible lengths. Some lengths, such as √2, are not rational. They are irrational.

You can describe an irrational precisely by giving a method to determine, for any rational, whether that rational is bigger or smaller.

If X = 1 Then X = 0

2009-10-25

From algebra, we know that we must do the same thing to both sides of an equals sign. Following that rule, here is the "proof" that if x = 1, then x = 0:

  • x = 1
  • x2 = x
  • x2 - 1 = x - 1
  • (x + 1)(x - 1) = (x - 1)
  • x + 1 = 1
  • x = 0
  • QED

Fun Zingers

2009-10-21

Paradoxes and weird results make mathematics fun. Here are a few zingers you may enjoy:

  • The Halting Theorem
  • The Hilbert Hotel
  • Gödel's Theorem
  • Aperiodic Penrose Tilings

The Moore Method

2009-10-20

You're probably used to the lecture model of teaching where an expert talks at you for an hour or so.

There are alternative promising ways of teaching. An intriguing one is the "Moore Method" by Robert L. Moore.

Robert L. Moore was a distinguished mathematician who taught mathematics at the University of Texas for many decades. He believed the right way to learn mathematics was for everyone to develop it for themselves.

Moore did not lecture. He would introduce a few definitions then assign various problems. His role was like a coach. Books and collaboration were banned.

Many variations on the Moore Method exist today. Some inspired classes will allow one book. Some incorporate only tiny lectures.

A fascinating current area of research is the effectiveness of the Moore Method for online teaching incorporating free open source computer algebra systems such as Sage.

How To Ace AP Exams And All Your College Tests

2009-10-15

In college I once got this idea to redo all the homework for the entire quarter three times. This ended up being my first A+ in college! The final was easy!

By redoing all the homework multiple times, I memorized the steps to solve most types of problems. I could recall the steps quickly and easily. That was the reason for my success.

You can use this technique too. Do lots of problems. Do extra problems above what is assigned in class. Do them multiple times before tests.

Your brain needs lots of exposure to develop deep roots. Repetition. Repetition. Repetition. Repetition is the key.

Great Movies And Documentaries For Phil4ians

2009-10-15

I am a big fan of inspirational or intriguing movies and documentaries. Here is my short list of some of the best:

  • Stand And Deliver - This is the true story of an AP Calculus teacher at a poor L.A. high school in the 1980s. This one may be apropos if you are taking calculus.
  • Dead Poet's Society - This story is about all that life can be. I hope this one gets you excited about your education and life.
  • Fermat's Last Theorem - This is a documentary about real mathematicians in the real world. You can find this one on YouTube. I hope this documentary puts a human face to a subject that may seem dry and lifeless to some.
  • Dangerous Knowledge - This documentary explores the lives and works of some amazing mathematicians and scientists. This one is also available on YouTube.

A Recipe For Word Problems

2009-10-14

Word problems can cause a lot of grief. Here is my recipe I've developed after years of experience:

  1. Make a picture of what is going on.
  2. Write down everything you are given.
  3. Write down what you are looking for.
  4. Only then try to solve the problem.
  5. Don't plug in numbers until the very end.