Exponential functions/finance problem

  • Thread starter Thread starter supernova1203
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 4K views
supernova1203
Messages
209
Reaction score
0

Homework Statement


Annoying problem, I recently got a graphing calculator (t1-89) and according to instructions i can calculate the i (interest) on it but each problem before i attempt on a graphing calculator i attempt to solve myself manually without a graphing calculator as a safeguard to prevent myself from being handicapped and using the graphing calculator as a crutch but i cannot solve this problem manually @_@

Someone has invested 10000$ for 5 years. At the end of 5 years they would like to have 16000$ to buy a new motorcycle. What rate of interest, compounded quarterly does this person need to achieve this goal?

Homework Equations


A = P(1+i)^n where a is amount, p is principle, i is rate of interest and n is the time(in years usually)

A=P+I (here the I is interest, NOT the rate of interest which is obviously different from interest)

The Attempt at a Solution



A=P(1+i)n

16000=10000(1+i)5 (because of 5 years, but since interest is compounded quarterly n=5X4
n=20)
Similarly we shall need to divide the rate of interest as well by 4 times, that is if i can find it. That is after we divide it by a 100 to get the actual rate itself

16000/10000=(1+i)20
1.6=(1+i)^20
At this point i get stuck, any help would be greatly appreciated :)
 
Physics news on Phys.org
To continue with 1.6=(1+i)^20, use logarithms.
One rule: Log[x^y] = y Log[x]
 
Atran said:
To continue with 1.6=(1+i)^20, use logarithms.
One rule: Log[x^y] = y Log[x]

I have heard of logarithms but have no idea what they are.
 
This is the formula I use for interest compounded k times a year, which is more or less what you said:
[tex]A = P\left( 1 + \frac{r}{k} \right)^{kt}[/tex]
So,
[tex]16,000 = 10,000\left( 1 + \frac{r}{4} \right)^{4(5)}[/tex]

Is this a homework question? What math class are you in?
 
eumyang said:
This is the formula I use for interest compounded k times a year, which is more or less what you said:
[tex]A = P\left( 1 + \frac{r}{k} \right)^{kt}[/tex]
So,
[tex]16,000 = 10,000\left( 1 + \frac{r}{4} \right)^{4(5)}[/tex]

Is this a homework question? What math class are you in?

This is a homework question, I am in the 11th grade math class, i got 1 more class (advanced function) i need to take after this course and then i take calculus :) I got all sorts of weird answers doing it manually...can you show me how to get the solution?
 
2x = y <=> log2(y) = x
10x = y <=> log10(y) = x
ex = y <=> loge(y) = ln(y) = x
ax = y <=> loga(y) = x

Log Rules:
Log[a*b] = Log[a] + Log
Log[a/b] = Log[a] - Log
Log[ab] = b * Log[a]
Loga = Logn / Logn[a]
 
eumyang said:
This is the formula I use for interest compounded k times a year, which is more or less what you said:
[tex]A = P\left( 1 + \frac{r}{k} \right)^{kt}[/tex]
So,
[tex]16,000 = 10,000\left( 1 + \frac{r}{4} \right)^{4(5)}[/tex]

Is this a homework question? What math class are you in?

I wonder if you can solve this eumyang @_@
 
supernova1203 said:
I wonder if you can solve this eumyang @_@
I'm not allowed to -- forum rules. You're going to have to read up on logarithms and their properties if you want to solve this algebraically.

To do this graphically on the TI-89, you'll need to enter the following in the Y= editor:
Y1 = 1.6 and
Y2 = (1 + x/4)^20
Then use the intersection tool. See http://www.prenhall.com/divisions/esm/app/graphing/ti89/graphing/working_with_graphs/F5/F5_Math.html" .
 
Last edited by a moderator:
eumyang said:
I'm not allowed to -- forum rules. You're going to have to read up on logarithms and their properties if you want to solve this algebraically.

To do this graphically on the TI-89, you'll need to enter the following in the Y= editor:
Y1 = 1.6 and
Y2 = (1 + x/4)^20
Then use the intersection tool. See http://www.prenhall.com/divisions/esm/app/graphing/ti89/graphing/working_with_graphs/F5/F5_Math.html" .

ugh... i know how to do it on a graphing calculator, but i want to learn how to do it manually that was the whole point...i tried to solve it on my own manually but i couldn't tried like a dozen times...then i posted here...and in my course we haven't studied logarithms yet but i suppose they expect me to solve this through what they call trial and error which i have no idea how that applies to this situation but i suppose i can try to learn about logarithms.
 
Last edited by a moderator:
I'll show you how to do a similar problem, then. (I hope I'm not breaking any rules here.)

What interest rate, compounded monthly, is needed in order to double a $10,000 investment in 4 years?
Setup:
[tex]20,000 = 10,000\left( 1 + \frac{r}{12} \right)^{12(4)}[/tex]

Divide by 10,000:
[tex]2 = \left( 1 + \frac{r}{12} \right)^{48}[/tex]

Take the logarithm of both sides. (Base doesn't matter, but I'll use base-10.)
[tex]\log 2 = \log \left( 1 + \frac{r}{12} \right)^{48}[/tex]

Use the property that Atran mentioned (Log[ab] = b * Log[a]):
[tex]\log 2 = 48 \log \left( 1 + \frac{r}{12} \right)[/tex]

Divide by 48:
[tex]\frac{\log 2}{48} = \log \left( 1 + \frac{r}{12} \right)[/tex]

Use the property if u = v, then bu = bv. Since I used base-10 logarithms I'll use 10 as the base:
[tex]10^{(\log 2)/48} = 10^{\log \left( 1 + r/12 \right)}[/tex]

Use the logarithm property [tex]b^{\log_b y} = y[/tex]:
[tex]10^{(\log 2)/48} = 1 + \frac{r}{12}[/tex]

You can finish from here.