Loan Payment Calculations

April 13, 2026

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: PMT=Pr(1+r)n(1+r)n1PMT = P \cdot \dfrac{r(1 + r)^n}{(1 + r)^n - 1}

where

  • PP = principal (amount borrowed),
  • rr = periodic rate (e.g. monthly if payments are monthly),
  • nn = total number of payments,
  • PMTPMT = 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: P=25,000P = 25{,}000, annual rate 5.5% ⟹ r=0.055/120.0045833r = 0.055/12 \approx 0.0045833, 5 years ⟹ n=60n = 60 payments.

Step 1 — Compute (1+r)n(1 + r)^n: (1.0045833)601.31560(1.0045833)^{60} \approx 1.31560

Step 2 — Numerator of the formula: r(1+r)n=0.00458331.315600.006030r \cdot (1 + r)^n = 0.0045833 \cdot 1.31560 \approx 0.006030

Step 3 — Denominator: (1+r)n10.31560(1 + r)^n - 1 \approx 0.31560

Step 4 — Divide: 0.0060300.315600.019105\dfrac{0.006030}{0.31560} \approx 0.019105

Step 5 — Multiply by principal: PMT=25,0000.019105477.53PMT = 25{,}000 \cdot 0.019105 \approx \boxed{477.53}

The monthly payment is about $477.53.

Total cost

  • Total paid: 60477.5328,651.8060 \cdot 477.53 \approx 28{,}651.80
  • Total interest: 28,651.8025,000=3,651.8028{,}651.80 - 25{,}000 = 3{,}651.80

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?): P=PMT(1+r)n1r(1+r)nP = PMT \cdot \dfrac{(1 + r)^n - 1}{r(1 + r)^n}
  • Term (how long to pay off at a given PMT?): n=ln(1Pr/PMT)ln(1+r)n = -\dfrac{\ln(1 - Pr/PMT)}{\ln(1 + r)}

The rate rr generally requires numerical solution (no closed form).

Intuition: the payment factor

The multiplier r(1+r)n(1+r)n1\dfrac{r(1+r)^n}{(1+r)^n - 1} is the loan-amortization factor. It is bigger than rr (you pay interest and return principal) but approaches rr as nn \to \infty (for very long loans, nearly all of each payment is interest).

How rate and term trade off

At $25K:

  • 3 years @ 5.5%: PMTPMT \approx 754/mo — less interest, high payment.
  • 5 years @ 5.5%: PMTPMT \approx 478/mo — middle ground.
  • 7 years @ 5.5%: PMTPMT \approx 359/mo — low payment, ~$5.2K interest.

Longer terms reduce the monthly pinch but balloon total interest.

Common mistakes

  • Treating rr as the annual rate when payments are monthly. Divide by 12 first.
  • Using nn 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

25000.00
5.50
5.00
Monthly (12)
1.00
Your turn

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.

Sign Up Free to Try It30 free visualizations every day