
TI 83
and TI 83 Plus Tutorial (also works for TI 84)The TI 83 is a fairly easy, but more difficult than most, to use financial calculator which will serve you well in all finance courses. This tutorial will demonstrate how to use the financial functions to handle basic time value of money problems. I will keep the examples rather elementary, we will cover more difficult problems in class.
There are some adjustments which need to be made before using this calculator.
We'll begin with a very simple problem which will provide you with most of the skills to perform financial math on the TI 83:
Suppose that you have $100 to invest for a period of 5 years at an interest rate of 10% per year. How much will you have accumulated at the end of this time period?
In this problem, the $100 is the present value (PV), N is 5, and i is 10%. Before entering the data you need to put the calculator into the TVM Solver mode.
Enter the data as given in the problem above making sure that PMT is set to 0. Your screen should look like image #2. Now to find the future value simply scroll down to the FV line and press Alpha then Enter. The answer you get should be 161.05.
Suppose that you are offered an investment which will pay you $1,000 per year for 10 years. If you can earn a rate of 9% per year on similar investments, how much should you be willing to pay for this annuity?
In this case we need to solve for the present value of this annuity since that is the amount that you would be willing to pay today. Enter the numbers onto the appropriate lines: 10 into N, 9 into I/Y, 1000 (cash inflow) into PMT, and 0 for FV. Move to the PV line and press Alpha Enter to solve the problem. The answer is -6,417.6577. Again, this is negative because it represents the amount you would have to pay (cash outflow) today to purchase this annuity.
Now, suppose that you will be borrowing $1000 each year for 10 years at a rate of 9%, and then paying back the loan immediate after receiving the last payment. How much would you have to repay? All we need to do is to put a 0 into PV to clear it out, and then solve for FV to find that the answer is -15,192.92972 (a cash outflow).
This is where the TI 83 is considerably more difficult than most other financial calculators. Its not too bad one you get used to it, but it is more difficult than necessary. Still, you use what you've got, so lets plunge in. First, exit from the TVM Solver menu by pressing 2nd Mode and then press 2nd X-1 to return to the finance menu.
To find the present value of an uneven stream of cash flows, we need to use the NPV function. This function is defined as:
NPV( Rate, Initial Outlay, {Cash Flows}, {Cash Flow Counts})
Note that the {Cash Flow Counts} part is optional and we will ignore it here, but we will discuss it in class.
Suppose that you are offered an investment which will pay the following cash flows at the end of each of the next five years:
| Period | Cash Flow |
| 0 | 0 |
| 1 | 100 |
| 2 | 200 |
| 3 | 300 |
| 4 | 400 |
| 5 | 500 |
How much would you be willing to pay for this investment if your required rate of return is 12% per year?
We could solve this problem by finding the present value of each of these cash flows individually and then summing the results. However, that is the hard way. Instead, we'll use the NPV function. To begin, scroll down in the finance menu until you get to the line that reads NPV(. Press Enter to select that function, and you will see the beginning of the NPV function on your screen. Now, complete the function as follows:
NPV(12,0,{100,200,300,400,500})
Press Enter to solve the function and we find that the present value is $1,000.17922. Note that you can easily change the interest rate by pressing the 2nd Enter to retrieve the function, and then using the arrow keys to edit it. For example, to change the rate to 10%, press 2nd Enter and then use the arrow keys to move to the interest rate and type 10. Press Enter and you will find that the answer is now $1,065.25883.
Now suppose that we wanted to find the future value of these cash flows instead of the present value. There is no function to do this so we need to use a little ingenuity. Realize that one way to find the future value of any set of cash flows is to first find the present value. Next, find the future value of that present value and you have your solution. In this case, we've already determined that the present value is $1,000.17922, so we'll recall the NPV function by pressing 2nd Enter. Now, add * 1.12 ^ 5 to the end of the function, so that it now looks like:
NPV(12,0,{100,200,300,400,500})*1.12^5
Press Enter, and you will see that the future value of these cash flows is $1,762.65754. Pretty easy, huh? Ok, at least its easier than adding up the future values of each of the individual cash flows. It does require you to know the equation for the future value of a lump sum, but you ought to know that anyway.
Calculating the net present value (NPV) and/or internal rate of return (IRR) is virtually identical to finding the present value of an uneven cash flow stream as we did in Example 3.
Suppose that you were offered the investment in Example 3 at a cost of $800. What is the NPV? IRR?
To solve this problem we must not only tell the calculator about the annual cash flows, but also the cost (previously, we set the cost to 0 because we just wanted the present value of the cash flows). Generally speaking, you'll pay for an investment before you can receive its benefits so the cost (initial outlay) is said to occur at time period 0 (i.e., today). To find the NPV recall the NPV function and edit it so that the initial outlay (previously 0) is -800. Press Enter to get the solution and you'll see that the NPV is $200.17922.
Solving for the IRR is done in a similar way, except that we'll use the IRR function.This function is defined as:
IRR( Initial Outlay, {Cash Flows}, {Cash Flow Counts})
For this problem, the function is:
IRR(-800, {100,200,300,400,500})
Again, note that the {Cash Flow Counts} part is optional and we will ignore it here, but we will discuss it in class. To get the IRR function on the screen, press 2nd X-1 to return to the finance menu, and scroll down until you see IRR(. Enter the function as shown above and then press Enter to get the answer (19.5382%).
If you need more help (especially with basic functionality) check out the TI-83 Graphing Calculator page from TI.