Loan Payment Calculations
Problem
Find the monthly payment for a $25,000 car loan at 5.5% annual interest for 5 years using PMT = P·r(1+r)^n / [(1+r)^n − 1].
Explanation
The payment formula
For a fixed-rate, fully amortizing loan:
where
- = principal (amount borrowed),
- = periodic rate (e.g. monthly if payments are monthly),
- = total number of payments,
- = fixed payment per period.
The payment is exactly the amount that reduces the balance to $0 on the last payment, with interest accrued on the outstanding balance each period.
Step-by-step solution
Setup: , annual rate 5.5% ⟹ , 5 years ⟹ payments.
Step 1 — Compute :
Step 2 — Numerator of the formula:
Step 3 — Denominator:
Step 4 — Divide:
Step 5 — Multiply by principal:
The monthly payment is about $477.53.
Total cost
- Total paid:
- Total interest:
So you pay ~$3,652 in interest for the 5-year, 5.5% loan.
Rearrangements
You can solve for different unknowns:
- Affordability (how much can I borrow for a given monthly payment?):
- Term (how long to pay off at a given PMT?):
The rate generally requires numerical solution (no closed form).
Intuition: the payment factor
The multiplier is the loan-amortization factor. It is bigger than (you pay interest and return principal) but approaches as (for very long loans, nearly all of each payment is interest).
How rate and term trade off
At $25K:
- 3 years @ 5.5%: 754/mo — less interest, high payment.
- 5 years @ 5.5%: 478/mo — middle ground.
- 7 years @ 5.5%: 359/mo — low payment, ~$5.2K interest.
Longer terms reduce the monthly pinch but balloon total interest.
Common mistakes
- Treating as the annual rate when payments are monthly. Divide by 12 first.
- Using in years instead of periods.
- Forgetting fees. The formula gives the raw principal-and-interest payment; taxes, insurance, origination fees are on top.
Try it in the visualization
Adjust principal, rate, and term sliders. The monthly payment updates in real time, alongside a total-interest bar. Toggle between 3-, 5-, and 7-year views to compare.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.