Simple Interest
I = Prt, the formula behind loans, and how it differs from compounding.
The explanation
Simple interest is calculated only on the amount you started with.
I = P × r × t, where P is the starting amount, r is the yearly rate as a decimal, and t is time in years.
Borrow $2,000 at 5% for 3 years: I = 2000 × 0.05 × 3 = $300 interest, so you repay $2,300.
Watch the units. If a rate is per year, t must be in years. Six months is t = 0.5, not 6.
Simple interest grows linearly. The total value is
A = P + Prt = P(1 + rt)
which is a linear function of t with slope Pr. Graphed against time it is a straight line.
Compound interest instead applies the rate to the accumulated balance, giving A = P(1 + r/n)^{nt} for n compounding periods per year — an exponential function, and the subject of a full topic in Algebra 2. Over one year at one compounding period the two agree exactly; beyond that, compounding always yields more, and the gap widens with time.
Because A = P(1 + rt) is linear, any one of the four variables can be isolated by ordinary algebra, which makes simple interest a standard example when literal equations are introduced.
Worked example
Find the interest on $4,500 at 3.5% simple interest for 8 months.
- Convert time to years: 8/12 = 2/3.
- I = 4500 × 0.035 × (2/3).
- 4500 × 0.035 = 157.50.
- 157.50 × 2/3 = 105.
Answer: $105
Common mistakes
- Leaving the rate as a whole number: using 3.5 instead of 0.035.
- Using months for t when the rate is annual.