📚 PDF资源导航

Advanced Financial Mathematics in IB | IB数学:进阶金融数学专题

📚 Advanced Financial Mathematics in IB | IB数学:进阶金融数学专题

Financial mathematics is one of the most practical and rewarding topics in the IB Mathematics curriculum, appearing in both Analysis & Approaches HL and Applications & Interpretation HL. In this article, we explore the advanced techniques that go beyond simple compound interest: geometric series, annuities, loan amortisation, internal rate of return, and stochastic modelling basics.

金融数学是IB数学课程中最实用且最富回报的专题之一,出现在分析与方法HL以及应用与解释HL中。本文将深入探讨超越简单复利的高级技巧:几何级数、年金、贷款摊还、内部收益率以及随机建模基础。


1. Geometric Series as the Engine of Finance | 几何级数:金融的引擎

Every financial formula in IB relies on the same underlying structure: a geometric sequence. A recurring deposit, a loan repayment, or a discounted future cash flow can all be expressed as a sum of terms that grow or shrink by a constant ratio.

IB金融中的每一个公式都依赖同一个底层结构:几何数列。无论是定期存款、贷款偿还,还是未来现金流的折现,都可以表达为一个按固定比率增长或缩小的项之和。

The general form of a geometric series with first term a and common ratio r is:

Sₙ = a(1 − rⁿ) / (1 − r), r ≠ 1

For an infinite geometric series, when |r| < 1, the sum converges to S∞ = a / (1 − r). This result underpins perpetuity valuation in finance.

对无穷几何级数,当 |r| < 1 时,和收敛于 S∞ = a / (1 − r)。这一结果支撑了金融中的永续年金估值。

In IB exam questions, you are often asked to derive the future value formula rather than memorise it. Start from the first deposit, apply the annual interest factor i = 1 + r, and sum the resulting geometric series.

在IB考试中,你往往需要推导未来价值公式而非死记硬背。从第一笔存款开始,乘以年利率因子 i = 1 + r,再对所得的几何级数求和即可。


2. Nominal vs Effective Interest Rates | 名义利率与实际利率

Banks quote nominal rates, but the actual growth depends on compounding frequency. The effective annual rate (EAR) converts any nominal rate into the equivalent annual rate that would produce the same final amount with annual compounding.

银行报出的是名义利率,但实际增长取决于复利频率。有效年利率(EAR)将任何名义利率转换为按年复利产生相同终值的等效年利率。

EAR = (1 + r/m)ᵐ − 1

Here r is the nominal annual rate, m is the number of compounding periods per year, and the exponent m appears as a superscript. For continuous compounding, the formula becomes EAR = eʳ − 1.

其中 r 为名义年利率,m 为每年复利次数,指数 m 为上标。对连续复利,公式变为 EAR = eʳ − 1

IB students frequently confuse the two. Remember: the nominal rate is only a label; the effective rate tells you the true annual return. When comparing financial products, always compare effective rates.

IB学生经常混淆这两者。请记住:名义利率只是一个标签;实际利率告诉你真实的年回报。比较金融产品时,永远比较实际利率。


3. Future Value of Annuities | 年金的未来价值

An annuity is a sequence of equal payments made at regular intervals. When payments are made at the end of each period, it is an ordinary annuity; when at the beginning, an annuity due. The timing changes the final value by one extra compounding period.

年金是按固定时间间隔进行的一系列等额支付。当支付在每个期末进行时为普通年金;在期初进行时为到期年金。时点不同会使终值多一个复利期。

For an ordinary annuity with periodic payment P, periodic rate i, and n periods, the future value is:

FV = P × [(1 + i)ⁿ − 1] / i

For an annuity due, multiply the entire expression by (1 + i):

FV_due = P × [(1 + i)ⁿ − 1] / i × (1 + i)

In IB exams, you may be asked to calculate how much you need to save each month to reach a target amount. Rearrange the formula to solve for P, which is a straightforward algebraic manipulation but requires care with order of operations.

在IB考试中,你可能会被要求计算每月需要储蓄多少才能达到目标金额。重新排列公式解出 P,这只是一次直接的代数变形,但需小心运算顺序。


4. Present Value and Discounted Cash Flows | 现值与折现现金流

The present value (PV) of a future payment is the amount you would need to invest today at a given rate to match that payment. Discounting is the inverse of compounding.

未来支付的现值(PV)是你在给定利率下今天需要投资以匹配该支付的金额。折现是复利的逆运算。

PV = FV / (1 + i)ⁿ

For a series of cash flows C₁, C₂, …, Cₙ occurring at different future times, the net present value (NPV) is the sum of all discounted cash flows:

NPV = Σ Cₜ / (1 + i)ᵗ − initial investment

Let t denote the time index in years. In IB Applications & Interpretation, you frequently evaluate NPV for investment projects. A positive NPV suggests the project is worthwhile, while a negative NPV suggests rejecting it.

t 表示以年为单位的时刻。在IB应用与解释中,你经常需要评估投资项目的NPV。正的NPV表明项目值得进行,而负的NPV则建议拒绝。


5. Loan Amortisation and Outstanding Balance | 贷款摊还与未偿余额

When you take out a loan and repay it in equal installments, each payment consists of two parts: interest on the outstanding balance and a reduction of the principal. The balance decreases geometrically, not linearly.

当你贷款并等额分期偿还时,每期还款包含两部分:未偿余额的利息和本金减少。余额按几何方式递减,而非线性递减。

The periodic payment R for a loan of principal L over n periods at periodic rate i is given by:

R = L × i / [1 − (1 + i)⁻ⁿ]

After k payments, the outstanding balance can be found by computing the present value of the remaining n − k payments:

Bₖ = R × [1 − (1 + i)⁻⁽ⁿ⁻ᵏ⁾] / i

IB questions often ask for the interest paid in a specific period. Subtract the principal repaid (payment minus interest) from the payment to isolate the interest component.

IB题目常要求某一特定时期支付的利息。从每期还款中减去本金偿还部分(还款减去利息)即可分离出利息部分。


6. Internal Rate of Return (IRR) | 内部收益率

While NPV uses an externally given discount rate, the internal rate of return (IRR) is the rate at which the NPV of all cash flows equals zero. It is widely used to compare investment opportunities.

NPV使用外部给定的折现率,而内部收益率(IRR)是使所有现金流NPV等于零的比率。它广泛用于比较投资机会。

0 = Σ Cₜ / (1 + IRR)ᵗ − initial investment

Solving this equation generally requires numerical methods such as trial and error, linear interpolation, or a graphing calculator. In IB, you are expected to use technology or systematic estimation.

解这个方程通常需要数值方法,如试错法、线性插值或图形计算器。在IB中,你应使用技术手段或系统估算。

For a simple two-cash-flow investment, the IRR can be solved exactly. For example, if you invest 1000 today and receive 1150 in one year, the IRR is 15%. For longer or irregular cash flows, iterative methods are necessary.

对简单的两笔现金流投资,IRR可以精确求解。例如,今天投资1000,一年后获得1150,那么IRR为15%。对较长或不规则的现金流,则需要迭代方法。


7. Perpetuities and Growing Perpetuities | 永续年金与增长永续年金

A perpetuity is an annuity that continues forever. The present value of a perpetuity is surprisingly simple:

永续年金是永远持续的年金。永续年金的现值出奇地简单:

PV = P / i

Here P is the periodic payment and i is the periodic discount rate. This formula is the direct consequence of the infinite geometric series sum.

其中 P 为每期支付,i 为每期折现率。该公式是无穷几何级数和的直接结果。

If the payment grows at a constant rate g each period, the growing perpetuity formula becomes:

PV = P₁ / (i − g), i > g

where P₁ is the first payment. This formula is a cornerstone of dividend discount models in stock valuation. IB students should understand not just the formula, but also the condition i > g; otherwise the series diverges.

其中 P₁ 是第一笔支付。此公式是股票估值中股息贴现模型的基石。IB学生不仅要理解公式,还要理解 i > g 的条件;否则级数发散。


8. Stochastic Financial Modelling: An Introduction | 随机金融建模导论

In Applications & Interpretation HL, you encounter a brief introduction to randomness in finance. A random walk model describes how asset prices can change over time, with each step being an independent random increment.

在应用与解释HL中,你会简要接触金融中的随机性。随机游走模型描述了资产价格随时间变化的方式,每一步都是独立的随机增量。

For a binomial model, the price moves up by factor u with probability p or down by factor d with probability 1 − p in each period. The expected value after one period is:

对二项模型,每期价格以概率 p 上升因子 u,以概率 1 − p 下降因子 d。一个时期后的期望值为:

E[S₁] = p × u × S₀ + (1 − p) × d × S₀

IB-level stochastic problems typically involve calculating expected returns, variances, and probabilities of reaching certain price levels. These problems connect probability theory with financial decision making.

IB水平的随机问题通常涉及计算期望收益、方差以及达到某一价格水平的概率。这些问题将概率论与金融决策联系起来。


9. Exchange Rates and Currency Conversion | 汇率与货币转换

International finance adds another layer of complexity: currency risk. When investments are made across borders, returns must be converted from one currency to another, introducing exchange rate fluctuations.

国际金融增加了另一层复杂性:货币风险。当投资跨国进行时,收益必须从一种货币转换为另一种货币,这就引入了汇率波动。

If an investment grows by a factor of (1 + r_domestic) in domestic currency, but the exchange rate changes from E₀ to E₁ (domestic currency per unit of foreign currency), the effective return in foreign currency is:

如果一项投资以本币计算增长(1 + r_本币)倍,但汇率从 E₀ 变为 E₁(每单位外币对应的本币数量),以外币衡量的有效回报为:

1 + r_effective = (1 + r_domestic) × (E₀ / E₁)

This formula highlights the combined effect of investment performance and currency movement. In IB exams, you might be asked to compute total return in a foreign currency or compare two investments in different currencies.

这个公式突显了投资表现与货币波动的综合效应。在IB考试中,你可能会被要求以外币计算总回报,或比较不同货币的两种投资。


10. Common IB Exam Pitfalls and Strategies | IB考试常见陷阱与策略

Financial mathematics is infamous for small mistakes that lead to large errors. The most common pitfall is using the nominal rate in a formula that requires the periodic rate. Always divide the annual rate by the number of compounding periods.

金融数学因小错误引发大误差而闻名。最常见的陷阱是在需要周期利率的公式中使用名义利率。永远要将年利率除以复利期数。

Another common error is confusing the number of periods with the number of years. If payments are monthly, the number of periods is the number of months, not the number of years.

另一个常见错误是混淆期数与年数。如果按月支付,期数是月份数,而非年数。

  • Identify the correct time unit for each problem.

    识别每个问题的时间单位。

  • Check whether the payment occurs at the beginning or end of the period.

    检查支付发生在期初还是期末。

  • Use the TVM (time value of money) solver or financial functions on your GDC when allowed.

    在允许时使用GDC上的TVM(货币时间价值)求解器或金融函数。

  • Write down every formula you use, including the values substituted, to earn method marks.

    写清每个公式及代入的数值,以获得方法分。


11. Worked Example: Loan with Monthly Repayments | 例题:按月还款的贷款

A student borrows $12,000 at a nominal annual rate of 6% compounded monthly. She repays the loan in 24 equal monthly installments. Find the monthly payment and the total interest paid.

一名学生借款12,000美元,名义年利率为6%,按月复利。她分24个月等额还款。求每月还款额和总利息。

First, the monthly interest rate is i = 0.06/12 = 0.005. The number of periods is n = 24. Using the amortisation formula:

首先,月利率为 i = 0.06/12 = 0.005。期数为 n = 24。使用摊还公式:

R = 12000 × 0.005 / [1 − (1.005)⁻²⁴]

Compute the denominator: 1 − (1.005)⁻²⁴ ≈ 1 − 0.8867 = 0.1133. Then R ≈ 12000 × 0.005 / 0.1133 ≈ 529.57 dollars.

计算分母:1 − (1.005)⁻²⁴ ≈ 1 − 0.8867 = 0.1133。因此 R ≈ 12000 × 0.005 / 0.1133 ≈ 529.57美元。

Total repaid = 24 × 529.57 = 12,709.68 dollars. Total interest = 12,709.68 − 12,000 = 709.68 dollars.

总还款额 = 24 × 529.57 = 12,709.68美元。总利息 = 12,709.68 − 12,000 = 709.68美元。


12. Connecting Financial Math to the IB Assessment Objectives | 将金融数学与IB评估目标相联系

Financial mathematics in IB is not just about plugging numbers into formulas. It tests your ability to model real-world situations, interpret results in context, and justify your reasoning. These skills align directly with the IB assessment objectives: knowledge, problem-solving, communication, and technology use.

IB中的金融数学不仅仅是将数字代入公式。它考查你在实际情况中建模、解读结果并证明推理的能力。这些技能与IB评估目标直接对应:知识、问题解决、交流和技术应用。

To succeed, build a habit of defining all variables, converting rates carefully, and interpreting final answers in the context of the problem. When you see a financial scenario, ask yourself: what is the cash flow? What is the rate? What is the time horizon? Answering these three questions will guide you through almost every exam question.

为了取得好成绩,养成定义所有变量、仔细转换利率并在问题情境中解释最终答案的习惯。当你看到金融情境时,问自己:现金流是什么?利率是多少?时间跨度是多长?回答这三个问题,几乎能引导你解决所有考试题目。


Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading