Example 1: One-year note
Input
- Principal: $5,000
- Rate: 8%
- Time: 1 year
Calculation
I = 5,000 × 0.08 × 1
Result
Interest is $400; total due is $5,400.
Estimate non-compounding interest for straightforward loans and short-term notes.
Simple interest applies interest only to the original principal.
It is common in short notes, basic lending examples, and quick estimates.
Unlike compounding, interest does not earn additional interest here.
The model is transparent and easy to validate manually.
Input original borrowed or invested amount.
Use percentage converted to decimal for calculations.
Set duration in years or convert months to years.
Calculate interest amount with linear formula.
Get total amount due or receivable.
I = P × r × t
Simple interest equals principal times annual rate times time, without compounding.
I = 5,000 × 0.08 × 1
Interest is $400; total due is $5,400.
I = 10,000 × 0.06 × 1.5
Interest is $900.
Simple model vs compound model.
Compound interest produces a higher ending amount.