Interest Rates: APR, Nominal, and Effective

ENGR 4760: Engineering Economics · Study Notes · Topic 7 · Park 3.1–3.4

Nominal vs. Effective Rate

When you see an advertisement for a loan or savings account, the rate quoted is almost always the nominal annual percentage rate (APR), not the true rate you actually pay or earn. The APR is a legal requirement in most lending disclosures, but it ignores a crucial detail: how often interest compounds.

Suppose you deposit \$1,000 at a nominal annual rate of 12%. If that 12% compounds only once per year, you have \$1,120 at year end. If it compounds monthly, each month you earn 1% (which is 12% divided by 12), and that monthly interest itself earns interest in following months. After a year, you have $1,000 \times (1.01)^{12} \approx 1,126.83$. Same APR, but you actually earned 12.68% because of compounding.

The rate you actually receive is called the effective annual rate (EAR) or effective annual percentage rate (EAPR). It accounts for the effect of compounding within the year. Mortgages, credit cards, investment accounts: if you want to compare the true cost or return, always convert to the effective rate.

APR and the Periodic Rate

The APR is defined as the periodic rate times the number of periods per year:

$$\text{APR} = r_{\text{periodic}} \times m$$

where $m$ is the number of compounding periods per year (12 for monthly, 4 for quarterly, 365 for daily, etc.).

Rearranging, the periodic rate is simply:

$$r_{\text{periodic}} = \frac{\text{APR}}{m}$$

Example: A loan quoted at 16.9% APR with monthly compounding. The monthly rate is $\frac{16.9\%}{12} = 1.408\%$ per month. If you borrow \$3,500 for 24 months, your monthly payment is found using the $(A/P, 1.408\%, 24)$ factor—the same machinery from periodic payment series, just applied at the monthly scale.

The key caution: never divide the effective annual rate by the number of periods to find the periodic rate. The effective rate already accounts for compounding; dividing it would double-count that effect.

Computing the Effective Annual Rate

The effective annual rate is found by compounding the periodic rate over all periods in a year:

$$i_{\text{eff}} = \left( 1 + \frac{\text{APR}}{m} \right)^m - 1$$

This formula tells you: take the periodic rate (APR divided by $m$), add it to 1, raise to the $m$-th power (one full year of compounding), and subtract 1 to get the effective rate as a decimal.

Example: Monthly compounding. APR of 18% compounded monthly:

$$i_{\text{eff}} = \left( 1 + \frac{0.18}{12} \right)^{12} - 1 = (1.015)^{12} - 1 \approx 0.1956 = 19.56\%$$

Notice the 1.56% difference. That extra percentage is "interest on interest"—the compounding effect.

Example: Quarterly compounding. APR of 12% compounded quarterly:

$$i_{\text{eff}} = \left( 1 + \frac{0.12}{4} \right)^4 - 1 = (1.03)^4 - 1 \approx 0.1255 = 12.55\%$$

Fewer compounding periods mean less "interest on interest," so the effective rate is closer to the APR. Monthly compounding at 12% APR yields 12.68%; quarterly yields 12.55%; annual yields exactly 12%.

Comparing Investment and Loan Alternatives

When choosing between savings accounts, loans, or investments with different compounding schedules, always convert all quotes to the effective annual rate before comparing.

Example: You have two savings accounts. Account A offers 5.25% APR compounded daily (365 compounding periods). Account B offers 5.30% APR compounded semiannually (2 periods).

Account A: $i_{\text{eff}} = \left(1 + \frac{0.0525}{365}\right)^{365} - 1 \approx 5.39\%$

Account B: $i_{\text{eff}} = \left(1 + \frac{0.0530}{2}\right)^2 - 1 \approx 5.37\%$

Account A wins, even though its quoted rate (5.25%) is lower. Daily compounding more than makes up the difference. Without computing effective rates, you might pick the wrong account.

Continuous Compounding

In some financial models, interest is compounded infinitely often—that is, every infinitesimal instant. This is called continuous compounding. As $m \to \infty$, the formula becomes:

$$i_{\text{eff}} = e^r - 1$$

where $r$ is the nominal rate and $e \approx 2.71828$ is Euler's number.

Example: Nominal rate of 12% compounded continuously:

$$i_{\text{eff}} = e^{0.12} - 1 \approx 1.1275 - 1 = 0.1275 = 12.75\%$$

For practical engineering problems, continuous compounding rarely appears unless you're modeling natural processes or advanced financial derivatives. But it shows up in textbooks and exams, so know the formula.

Computing Loan Payments with APR

When a lender quotes a nominal rate (APR) with monthly compounding, you don't convert to the effective annual rate. Instead, you work at the monthly scale throughout:

Example: A computer costs \$3,500. The store offers financing at 16.9% APR, monthly compounding, over 24 months. What is the monthly payment?

  1. Compute the monthly rate: $r_{\text{monthly}} = \frac{16.9\%}{12} = 1.408\%$
  2. Number of periods: $n = 24$ months
  3. Use the standard payment formula (or Excel's PMT function) with these monthly values. In Excel: =PMT(0.01408, 24, -3500)
  4. Result: monthly payment $\approx \$168.74$

The key insight: all calculations (present worth, future worth, periodic payments) use the periodic rate that matches your cash flow frequency, not the effective annual rate.

Practice Lens: Key Mistakes to Avoid

Mistake 1: Dividing the effective rate by compounding periods. You'll sometimes see someone compute effective annual rate correctly, then divide it by 12 to get a "monthly rate." Don't do this. The effective rate already includes compounding; dividing it would double-count the effect. Always use: periodic rate = APR / number of periods.

Mistake 2: Mixing compounding frequencies in cash flow analysis. When discounting a loan with monthly payments at a stated 6% APR (monthly compounding), use the monthly rate ($0.5\%$) throughout your present-worth calculations. If your company specifies a required return of 8% effective annual, and a project has quarterly cash flows, first convert that 8% to a quarterly rate, then discount the quarterly flows. Mismatching frequencies corrupts your entire analysis.

Mistake 3: Ignoring the compounding assumption when comparing alternatives. Two savings accounts advertise 5.25% and 5.30% APR. You might think the second is obviously better. But the first compounds daily and the second compounds semiannually. Computing effective rates reveals the first account is actually superior ($5.39\%$ vs. $5.37\%$). Quote rates without context are nearly meaningless.

In engineering practice: When you encounter a nominal rate in a loan document, equipment lease, or bond prospectus, your first step is always to identify the compounding frequency and compute the periodic rate that matches your cash flow intervals. Only use the effective annual rate when comparing unrelated investments or reporting a company's cost of capital. Real discounting happens at the periodic level.

Cite these notes: M. A. Z. Chowdhury, "Interest Rates, APR, and Effective Annual Rate," ENGR 4760 Engineering Economics – Study Notes, Rensselaer Polytechnic Institute. Available: https://arshadzahangirchowdhury.github.io/courses/engr4760-notes/07-interest-rates.html

← Back to ENGR 4760