Problem Set: Fib-Newton
Find
and
,
the 15th and 16th terms of the usual Fibonacci
Sequence. Calculate the ratio:
and compare it with the number
(use as many decimal places as you can get from your calculator).
The basic rule for Fibonacci sequences is that any term is the sum of the two
previous terms. The usual sequence starts with the first two terms 1, 1.
Suppose we start the Fibonacci sequence with 3 and 6 instead of 1 and 1.
Calculate the 15th and 16th terms and find their ratio as in question 1.
Compare your new ratio with that from question 1. Try another sequence
beginning with any two terms of your choosing and
repeat these calculations. Any conjectures about the ratio
?
Calculate it.
Suppose we start a Fibonacci sequence with the terms
and
;
what will be the next term? What will be the fourth and fifth terms? Find a
few more; in other words, write the Fibonacci sequence that begins:
.
You should simplify what you get by collecting all the
's
together and all the
's
together. Do you see a pattern in the coefficients of
and
?
Suppose
and
are both even, what can you say about the
"evenness" of the rest of the sequence (explain)? What happens if
and
are both odd? What if one is odd and the other is
even? Work out a few examples for different values of
and
to see what's happening. Try to explain the patterns you see.
Newton's Law of Gravity says that the force between
two given masses,
units apart, is given by:
(where
is a constant depending on the masses and the units chosen). Suppose that the
force
equals 8 Newtons (a unit of force) when the masses are
2.1 meters apart. Calculate the value of
(you'll probably need a calculator). Rewrite the formula, putting in the value
of
you've just determined. Suppose that we double the distance between the
masses, to 4.2 meters. What will be the new force? How is it related to the
old force in size? Try using algebra to see what happens, in general, to the
force when the distance is doubled, from
to
.
What will happen to the force when the distance goes from
to
?
(Try, for example, 21 meters instead of the original 2.1.).
Set up perpendicular axes on a piece of graph paper, with the vertical axis
labelled "F"; mark it off in units of 50, from 0 to 650. Label the horizontal
axis "d" and mark it off in units of
,
from 0 to 4. Plot the relation between force
and distance
from the previous problem, plotting points at horizontal intervals of
.
Connect the dots with a smooth curve (note that you don't get a value for
!).
(Note: If you know how to set up a spreadsheet, you might want to use it to do the problems above, except for #3. Writing a computer program is another good tool for investigating Fibonacci series. Please see me for suggestions.)