Exponential functions/finance problem

  • Thread starter Thread starter supernova1203
  • Start date Start date
  • Tags Tags
    Exponential
Click For Summary

Homework Help Overview

The discussion revolves around a financial problem involving exponential functions, specifically calculating the interest rate required for an investment to grow from $10,000 to $16,000 over 5 years with quarterly compounding. The original poster expresses difficulty in solving the problem manually and seeks assistance.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the use of logarithms to solve the equation 1.6 = (1+i)^20, with some expressing unfamiliarity with logarithmic concepts. Others provide alternative formulas for compounded interest and inquire about the original poster's math class level.

Discussion Status

Participants are exploring different methods to approach the problem, including the use of logarithms and graphical solutions on a calculator. There is no explicit consensus on a single method, but some guidance has been offered regarding logarithmic properties and alternative problem setups.

Contextual Notes

The original poster mentions that their course has not yet covered logarithms, which may limit their ability to solve the problem algebraically. There is also a reference to trial and error as a potential method for finding the solution.

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:
A = P\left( 1 + \frac{r}{k} \right)^{kt}
So,
16,000 = 10,000\left( 1 + \frac{r}{4} \right)^{4(5)}

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:
A = P\left( 1 + \frac{r}{k} \right)^{kt}
So,
16,000 = 10,000\left( 1 + \frac{r}{4} \right)^{4(5)}

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:
A = P\left( 1 + \frac{r}{k} \right)^{kt}
So,
16,000 = 10,000\left( 1 + \frac{r}{4} \right)^{4(5)}

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:
  • #10
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:
20,000 = 10,000\left( 1 + \frac{r}{12} \right)^{12(4)}

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

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

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

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

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

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

You can finish from here.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 12 ·
Replies
12
Views
8K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K