Aug 20, 2008 13:38
I can't remember High School Math enough
50 = T * (1.01)^T
Is there a way to solve for T without graphing?
Actually what I'm trying to figure out is:
V = C * T * (1+R)^T
I know V, C and R, and want to calculate T.
Anybody?
Leave a comment
Comments 6
e^50=e^(T*1.01^T)
which equals
e^50=T*e^(T*1.01)
In all honesty, though, I'm guessing. And I can't remember the inverse. :( I think it's ln....
Reply
So: T = [log(V) - log(CT)]/(log(1+R)).
log can be in any base, e or 10 or whatever.
Reply
log(A*B) = log(A)+log(B)
log(A^B) = B*log(A)
Reply
Reply
Hmmm.
Reply
So...
50 = T(1 + 0.01T)
50 = T + 0.01T^2
0 = 0.01T^2 + T - 50
Then use the quadratic...
so...
T = 36.6
Reply
Leave a comment