Financial mathematics — compound interest, loan payments, present and future value calculations, annuity analysis, and savings goal planning — is surprisingly accessible on the TI-84 through the built-in TVM Solver. TVM stands for Time Value of Money, a foundational concept in finance that recognizes a dollar available today is worth more than a dollar available in the future due to the opportunity to earn interest.
Introduction
Financial mathematics — compound interest, loan payments, present and future value calculations, annuity analysis, and savings goal planning — is surprisingly accessible on the TI-84 through the built-in TVM Solver. TVM stands for Time Value of Money, a foundational concept in finance that recognizes a dollar available today is worth more than a dollar available in the future due to the opportunity to earn interest.
The TI-84's Finance application provides a complete toolkit for personal finance calculations that students encounter in high school personal finance courses, business math, and introductory economics. These same calculations apply directly to real-world decisions: buying a car, saving for college, taking out a mortgage, or evaluating the cost of credit card debt.
This guide walks through every major financial calculation available on the TI-84: compound interest analysis with the TVM Solver, monthly loan payment calculations, savings goal time projections, and the supplementary Finance menu functions for interest conversion and amortization analysis.
The TVM Solver
Press APPS → Finance → 1:TVM Solver to open the Time Value of Money Solver. The TVM Solver displays six primary variables: N (total number of payment periods), I% (annual interest rate as a percentage, not decimal), PV (present value), PMT (payment per period), FV (future value), P/Y (payments per year), and C/Y (compounding periods per year). The final setting toggles payment timing between END (payment at end of period, the standard) and BEGIN (payment at start of period).
The workflow for any TVM problem is the same: enter all known values into their respective fields, then move the cursor to the unknown variable and press ALPHA + ENTER (SOLVE). The calculator fills in the unknown with the value that makes the time value of money equation balance. This algebraic equation has only one unknown for any standard financial problem, so the solver always finds a unique answer.
Sign convention is critical and causes confusion for nearly every student encountering the TVM Solver for the first time. Money flowing out of your account (payments you make, investments you put in) is negative. Money flowing into your account (loan proceeds you receive, investment returns you collect) is positive. Maintaining this convention consistently is the only way to get correct signs on calculated values.
Compound Interest
$5,000 invested at 6% annual interest for 10 years. What is the final balance? Set N = 10 (10 annual periods), I% = 6 (annual interest rate), PV = -5000 (negative because you paid this out to make the investment), PMT = 0 (no additional contributions), FV = ? (this is what we are solving for), P/Y = 1 (one payment per year), C/Y = 1 (one compounding period per year). Move the cursor to FV and press ALPHA+ENTER. The solver returns FV = 8,954.24, meaning your $5,000 grows to $8,954.24 after 10 years at 6% annual compounding.
For monthly compounding at the same rate, change C/Y from 1 to 12. The result increases to approximately $9,096.98, illustrating the effect of more frequent compounding on investment growth. This comparison demonstrates concretely why the compounding frequency matters: the same stated annual interest rate produces different effective returns depending on how often interest is applied.
To find the effective annual rate of a nominal rate with multiple compounding periods, use the Finance menu function Eff(: press APPS → Finance → scroll to Eff( → enter Eff(6, 12) for 6% nominal compounded monthly. The result is approximately 6.168%, the effective annual rate. This is the actual return you earn in a year, accounting for intra-year compounding.
Monthly Loan Payments
Car loan of $18,000 at 5.9% APR for 60 months. What is the monthly payment? Set N = 60 (60 monthly periods), I% = 5.9 (annual rate, the calculator converts to monthly automatically using P/Y), PV = 18000 (positive because you received this money from the lender), PMT = ? (the monthly payment, which we are solving for), FV = 0 (the loan is fully paid off at the end), P/Y = 12 (12 payments per year), C/Y = 12 (12 compounding periods per year). Move the cursor to PMT and press ALPHA+ENTER. The result is PMT = -346.50, meaning you pay $346.50 per month.
The negative sign confirms correct sign convention: the monthly payment is money flowing out of your account. The total interest paid over the life of the loan is 60 times 346.50 minus 18000 = 20790 minus 18000 = $2,790. The Finance menu functions can calculate this precisely: Σ Int(1, 60, PV, I%, N, P/Y) gives the total interest paid.
To compare different loan terms, run the TVM Solver multiple times with different N values. For example, compare the monthly payment and total interest for the same $18,000 loan at 5.9% over 36 months, 48 months, and 60 months. Shorter terms have higher monthly payments but significantly lower total interest, illustrating the fundamental trade-off in loan structuring.
Savings Goal Planning
Saving $200 per month at 4% annual interest. How long until you have saved $15,000? Set N = ? (number of months, what we are solving for), I% = 4, PV = 0 (starting from zero), PMT = -200 (negative because you are paying this into the account each month), FV = 15000 (positive because this is money you will receive or have), P/Y = 12, C/Y = 12. Move cursor to N and press ALPHA+ENTER. The result is approximately N = 65.7 months, or about 5 years and 5 months.
This type of calculation is directly applicable to real-life financial planning: saving for a car down payment, building an emergency fund, or accumulating a college savings target. The TVM Solver makes these calculations instantaneous, allowing you to explore the effect of changing any parameter — saving more per month, achieving a higher return, or targeting a different goal amount.
You can also solve for required monthly contributions given a savings target and timeline. If you need $15,000 in 4 years (48 months) at 4% annual interest, set N = 48, I% = 4, PV = 0, PMT = ?, FV = 15000, P/Y = 12. Solving for PMT gives approximately -$272 per month — a higher contribution needed to hit the same goal in a shorter timeframe.