Discrete math: Someone invests $3,000 at 12% annual interest, compounded quarterly. Let A[sub(n)] represent the amount after n years. Find recurrence relation for A[sub(0)], A[sub(1)], ...
Have you considered accumulating at 4% per quarter?
so like An (n is sub) = 3000 * (1/4 * 0.12)n? how off am I on that but anyway wouldn't it be 3%/quarter since it's 12% annually 4 quarters (by def) in a yr so 12/4 = 3%... or am i even completely incapable of simple math...
no it's gotta be n-1? no i don't know how to get a recursive relation itself from that i need an example.
A(0) = 3000 , since we start at 3000
The general formula for compounding interest n times a year is A(t) = P ( 1 + r/n) ^ (n*t)
but you want a recurrence relation
what's r? why 1 + ?
r is the annual rate of interest , n is the number of times you compound a year
this is a different n than what you are using
oh gotcha..
right yeah
The general formula for compounding interest k times a year is A(t) = P ( 1 + r/k) ^ (k*t)
:)
ok thank you but what is P?
P is the principal , here 3000
So A(n) = P ( 1 + r/k ) ^(k*n) ) = 3000 (1 + 0.12/0.25) ^(0.25*n)?
sure much appreciated
oh wait, the directions say Let A[sub(n)] represent the amount after n years.
so you are right, n is equal to t in the formula
lets make a table
yeah ok so then you don't need to take a different approach is what you're saying? lol my understanding is sufficient?
let's
|dw:1417309498117:dw|
|dw:1417309560385:dw|
Join our real-time social learning platform and learn together with your friends!