References:
We have a planet revolving around a sun and a moon revolving around the planet. We want to graph the orbit of the moon with respect to the sun.
To simplify the problem, we have the following assumptions:
Then at time t (as percentage of a full planet orbit), the planet's position relative to the sun is:
<xp, yp> = <R*cos(2*Pi()*t), R*sin(2*Pi()*t)>
and the moon's position relative to the planet is:
<xr, yr> = <r*cos(2*Pi()*m*t), r*sin(2*Pi()*m*t)>
and the moon's position relative to the sun is:
<xm, ym> = <R*cos(2*Pi()*t) + r*cos(2*Pi()*m*t), R*sin(2*Pi()*t) + r*sin(2*Pi()*m*t)>
or, <xm, ym> = <xp+xr, yp+yr>
A family wants to start saving for their child's post-secondary education. The family opened a savings account for exactly that purpose. According to their income and spending situation, they decided to save certain amount every month and deposit the savings to their account. An example of their saving plan for each month is shown on the worksheet named "Education Saving Plan" in the Lab 3 input file
The bank holding their savings account guarantees a yearly 2.5 percent interest growth on the money saved in the account at the beginning of each year.
The government also promise to match 25 percent of their new deposit, up to $500 (on a total of $2000 deposit), each year.
In the worksheet named "Education Saving Plan", develop an Excel model for Problem 2. This model should show the following columns from the start age of a child until when a child is 17 years old, one year's data in one row:
In this model, treat the government match rate, the maximum yearly match amount, the annual interest growth rate, the start age, and the family's monthly savings as parameters.
A list of useful Excel functions include SUM, MAX, MIN, and AVERAGE.
When you work on building the Excel models, you need to pay attention to the following things:
There is a weekly Assignment 2 following this lab.