Recurrence Relation, Compound Annually

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
If I invest $$2000$/yr in a tax sheltered annuity at $7%$, where $A_n$ is the amount at $n$ years... what is the recurrence relation? I know my initial condition $A_0$ is $2000$. And for some reason the answer I got is $A_n = (1.12)^2 cdot A_0$.
Any help would be appreciated, IâÂÂm not sure where I went wrong!
discrete-mathematics recurrence-relations computer-science
add a comment |Â
up vote
0
down vote
favorite
If I invest $$2000$/yr in a tax sheltered annuity at $7%$, where $A_n$ is the amount at $n$ years... what is the recurrence relation? I know my initial condition $A_0$ is $2000$. And for some reason the answer I got is $A_n = (1.12)^2 cdot A_0$.
Any help would be appreciated, IâÂÂm not sure where I went wrong!
discrete-mathematics recurrence-relations computer-science
Welcome to MathSE. Please read this MathJax tutorial, which explains how to typeset mathematics on this site.
â N. F. Taussig
Sep 10 at 7:39
This seems to be a geometric sum.
â Matti P.
Sep 10 at 7:58
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
If I invest $$2000$/yr in a tax sheltered annuity at $7%$, where $A_n$ is the amount at $n$ years... what is the recurrence relation? I know my initial condition $A_0$ is $2000$. And for some reason the answer I got is $A_n = (1.12)^2 cdot A_0$.
Any help would be appreciated, IâÂÂm not sure where I went wrong!
discrete-mathematics recurrence-relations computer-science
If I invest $$2000$/yr in a tax sheltered annuity at $7%$, where $A_n$ is the amount at $n$ years... what is the recurrence relation? I know my initial condition $A_0$ is $2000$. And for some reason the answer I got is $A_n = (1.12)^2 cdot A_0$.
Any help would be appreciated, IâÂÂm not sure where I went wrong!
discrete-mathematics recurrence-relations computer-science
discrete-mathematics recurrence-relations computer-science
edited Sep 10 at 7:38
N. F. Taussig
39.9k93253
39.9k93253
asked Sep 10 at 7:20
Ade Ade
1
1
Welcome to MathSE. Please read this MathJax tutorial, which explains how to typeset mathematics on this site.
â N. F. Taussig
Sep 10 at 7:39
This seems to be a geometric sum.
â Matti P.
Sep 10 at 7:58
add a comment |Â
Welcome to MathSE. Please read this MathJax tutorial, which explains how to typeset mathematics on this site.
â N. F. Taussig
Sep 10 at 7:39
This seems to be a geometric sum.
â Matti P.
Sep 10 at 7:58
Welcome to MathSE. Please read this MathJax tutorial, which explains how to typeset mathematics on this site.
â N. F. Taussig
Sep 10 at 7:39
Welcome to MathSE. Please read this MathJax tutorial, which explains how to typeset mathematics on this site.
â N. F. Taussig
Sep 10 at 7:39
This seems to be a geometric sum.
â Matti P.
Sep 10 at 7:58
This seems to be a geometric sum.
â Matti P.
Sep 10 at 7:58
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
At the end of the $n$th year, you invest $$2000$ and earn $7%$ interest on what you earned the previous year. Hence,
$$A_n = $2000 + 0.07A_n - 1, n geq 1$$
which is the recurrence relation. The initial value in your account is $A_0 = $2000$.
Let's examine what happens during the first few years.
beginalign*
A_0 & = $2000\
A_1 & = $2000 + 0.07A_0\
& = $2000 + 0.07 cdot $2000\
& = $2000(1 + 0.07)\
A_2 & = $2000 + 0.07A_1\
& = $2000 + 0.07[$2000(1 + 0.07)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2)\
A_3 & = $2000 + 0.07A_2\
& = $2000 + 0.07[$2000(1 + 0.07 + 0.07^2)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000 + 0.07^3 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2 + 0.07^3)
endalign*
which suggests that
$$A_n = $2000(1 + 0.07 + 0.07^2 + 0.07^3 + cdots + 0.07^n) = $2000sum_k = 0^n 0.07^k$$
which you can prove by induction.
As for finding an explicit formula, you can use the geometric series formula
$$A_n = a(1 + r + r^2 + cdots + r^n) = afrac1 - r^n + 11 - r, r neq 1$$
with $a = $2000$ and $r = 0.07$.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
At the end of the $n$th year, you invest $$2000$ and earn $7%$ interest on what you earned the previous year. Hence,
$$A_n = $2000 + 0.07A_n - 1, n geq 1$$
which is the recurrence relation. The initial value in your account is $A_0 = $2000$.
Let's examine what happens during the first few years.
beginalign*
A_0 & = $2000\
A_1 & = $2000 + 0.07A_0\
& = $2000 + 0.07 cdot $2000\
& = $2000(1 + 0.07)\
A_2 & = $2000 + 0.07A_1\
& = $2000 + 0.07[$2000(1 + 0.07)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2)\
A_3 & = $2000 + 0.07A_2\
& = $2000 + 0.07[$2000(1 + 0.07 + 0.07^2)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000 + 0.07^3 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2 + 0.07^3)
endalign*
which suggests that
$$A_n = $2000(1 + 0.07 + 0.07^2 + 0.07^3 + cdots + 0.07^n) = $2000sum_k = 0^n 0.07^k$$
which you can prove by induction.
As for finding an explicit formula, you can use the geometric series formula
$$A_n = a(1 + r + r^2 + cdots + r^n) = afrac1 - r^n + 11 - r, r neq 1$$
with $a = $2000$ and $r = 0.07$.
add a comment |Â
up vote
0
down vote
At the end of the $n$th year, you invest $$2000$ and earn $7%$ interest on what you earned the previous year. Hence,
$$A_n = $2000 + 0.07A_n - 1, n geq 1$$
which is the recurrence relation. The initial value in your account is $A_0 = $2000$.
Let's examine what happens during the first few years.
beginalign*
A_0 & = $2000\
A_1 & = $2000 + 0.07A_0\
& = $2000 + 0.07 cdot $2000\
& = $2000(1 + 0.07)\
A_2 & = $2000 + 0.07A_1\
& = $2000 + 0.07[$2000(1 + 0.07)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2)\
A_3 & = $2000 + 0.07A_2\
& = $2000 + 0.07[$2000(1 + 0.07 + 0.07^2)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000 + 0.07^3 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2 + 0.07^3)
endalign*
which suggests that
$$A_n = $2000(1 + 0.07 + 0.07^2 + 0.07^3 + cdots + 0.07^n) = $2000sum_k = 0^n 0.07^k$$
which you can prove by induction.
As for finding an explicit formula, you can use the geometric series formula
$$A_n = a(1 + r + r^2 + cdots + r^n) = afrac1 - r^n + 11 - r, r neq 1$$
with $a = $2000$ and $r = 0.07$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
At the end of the $n$th year, you invest $$2000$ and earn $7%$ interest on what you earned the previous year. Hence,
$$A_n = $2000 + 0.07A_n - 1, n geq 1$$
which is the recurrence relation. The initial value in your account is $A_0 = $2000$.
Let's examine what happens during the first few years.
beginalign*
A_0 & = $2000\
A_1 & = $2000 + 0.07A_0\
& = $2000 + 0.07 cdot $2000\
& = $2000(1 + 0.07)\
A_2 & = $2000 + 0.07A_1\
& = $2000 + 0.07[$2000(1 + 0.07)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2)\
A_3 & = $2000 + 0.07A_2\
& = $2000 + 0.07[$2000(1 + 0.07 + 0.07^2)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000 + 0.07^3 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2 + 0.07^3)
endalign*
which suggests that
$$A_n = $2000(1 + 0.07 + 0.07^2 + 0.07^3 + cdots + 0.07^n) = $2000sum_k = 0^n 0.07^k$$
which you can prove by induction.
As for finding an explicit formula, you can use the geometric series formula
$$A_n = a(1 + r + r^2 + cdots + r^n) = afrac1 - r^n + 11 - r, r neq 1$$
with $a = $2000$ and $r = 0.07$.
At the end of the $n$th year, you invest $$2000$ and earn $7%$ interest on what you earned the previous year. Hence,
$$A_n = $2000 + 0.07A_n - 1, n geq 1$$
which is the recurrence relation. The initial value in your account is $A_0 = $2000$.
Let's examine what happens during the first few years.
beginalign*
A_0 & = $2000\
A_1 & = $2000 + 0.07A_0\
& = $2000 + 0.07 cdot $2000\
& = $2000(1 + 0.07)\
A_2 & = $2000 + 0.07A_1\
& = $2000 + 0.07[$2000(1 + 0.07)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2)\
A_3 & = $2000 + 0.07A_2\
& = $2000 + 0.07[$2000(1 + 0.07 + 0.07^2)]\
& = $2000 + 0.07 cdot $2000 + 0.07^2 cdot $2000 + 0.07^3 cdot $2000\
& = $2000(1 + 0.07 + 0.07^2 + 0.07^3)
endalign*
which suggests that
$$A_n = $2000(1 + 0.07 + 0.07^2 + 0.07^3 + cdots + 0.07^n) = $2000sum_k = 0^n 0.07^k$$
which you can prove by induction.
As for finding an explicit formula, you can use the geometric series formula
$$A_n = a(1 + r + r^2 + cdots + r^n) = afrac1 - r^n + 11 - r, r neq 1$$
with $a = $2000$ and $r = 0.07$.
edited Sep 10 at 10:15
answered Sep 10 at 8:06
N. F. Taussig
39.9k93253
39.9k93253
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2911623%2frecurrence-relation-compound-annually%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Welcome to MathSE. Please read this MathJax tutorial, which explains how to typeset mathematics on this site.
â N. F. Taussig
Sep 10 at 7:39
This seems to be a geometric sum.
â Matti P.
Sep 10 at 7:58