GDC for sums & sigma: Generate or sum a sequence directly. TI-84: sum(seq(8+(X−1)*3, X, 1, 20)) → 730. Casio: OPTN → LIST → Seq then Sum. Faster and avoids arithmetic slips on long sums.
✗
Common error: Using \(n\) instead of \((n-1)\). The 5th term uses \((n-1)=4\), not 5. Always check: \( u_1 = u_1 + 0 \times d \).
2
Geometric Sequences & Series
A geometric sequence has a common ratio \(r\) between consecutive terms. Find \(r\) by dividing any term by the previous one.
General term (nth term)
\( u_n = u_1 \times r^{(n - 1)} \)
Sum of \( n \) terms
\( S_n = u_1 \times (r^n - 1) / (r - 1) \)
\( r \neq 1 \)
▶
When to use: Percentage growth/decay, populations, depreciation, repeated multiplication scenarios. Use the geometric link for compound interest only when an algebraic relationship is asked for — in finance questions, use the TVM solver (§3).
Worked Example
A car bought for \$25 000 depreciates by 15% per year. Find its value after 6 years.
\( u_1 = 25000 \), \( r = 1 - 0.15 = 0.85 \) (depreciation means \(r<1\))
Answer: \$9428.74 (note: after 6 years = 7th term, but year 0 is \(u_1\), so \(n=7\) gives exponent 6)
✗
Common error: Confusing the exponent. After 6 years of depreciation from the purchase price, raise \(r\) to the power 6, not 7. Think: year 0 = purchase, year 6 = sixth year.
✗
Common error: Writing \( r = 0.15 \) for 15% depreciation. The ratio is the multiplier: \( r = 0.85 \) (you keep 85%). For growth of 5%, \( r = 1.05 \).
A sigma expression is just a sum of a sequence. Identify the sequence inside, decide whether it is arithmetic or geometric, then use \(S_n\) (or your GDC).
Arithmetic sum
\( \sum_{k=1}^{n} \big(a + (k-1)d\big) = S_n \)
Geometric sum
\( \sum_{k=1}^{n} a\,r^{\,k-1} = S_n \)
Read it off: the lower number is the start, the upper number is the end, and the expression gives the \(k\)th term. Substitute \(k=1\) to find \(u_1\); the change per step is \(d\) (arithmetic) or the multiplier is \(r\) (geometric).
[2nd][STAT] (LIST) → MATH → sum( , and OPS → seq( sum(seq(3X+5, X, 1, 20)) → 730
TI-Nspire CX II
On a Calculator page, use the Σ summation template (press the templates key → choose Σ):
enter k=1 (bottom), 20 (top), 3k+5 (body) → 730
(equivalent typed form: sum(seq(3k+5, k, 1, 20)))
Casio fx-CG50
Run-Matrix: OPTN → LIST → Seq to build the list, then OPTN → LIST → Sum over it → 730
▶
GDC-first: For any Σ question the safest method is to type it into the calculator — no formula slip. Use the closed form only if asked to "show" or work "without technology".
4
Simple vs Compound Interest
Simple interest is paid only on the original amount each period; compound interest is paid on the running balance (interest on interest). Read the question carefully — recent papers test both.
Simple interest (not in booklet)
\( I = \dfrac{PV \cdot r \cdot n}{100} \)
total value \( = PV + I \); \(r\) in %, \(n\) periods
Common error: Using the TVM solver for a simple-interest question. The solver only does compound interest — for simple interest use \( I = \dfrac{PV \cdot r \cdot n}{100} \) by hand.
Compound interest formula (given in formula booklet)
\( FV = PV \times (1 + r/100k)^{kn} \)
PV = present value, FV = future value, \(r\) = annual rate (%), \(k\) = compounding periods per year, \(n\) = years
▶
IB Exam tip: The TVM solver is faster and expected for most finance questions. The formula is only needed when explicitly asked to "show" or when the question says "without technology".
Worked Example — Savings
Priya invests \$5000 at 4.2% p.a. compounded monthly. Find the value after 8 years.
[APPS] → Finance → TVM Solver
N = 96 (total periods = 8 yr × 12)
I% = 4.2 (annual interest rate)
PV = -5000 (negative = money paid out)
PMT = 0 (no regular payments)
FV = ? (cursor here, then press [ALPHA][ENTER] to solve)
P/Y = 12 C/Y = 12 (monthly compounding)
TI-Nspire CX II
[Menu] → Finance → Finance Solver
N = 96 I(%) = 4.2 PV = -5000
PMT = 0 FV = (leave blank)
PpY = 12 CpY = 12
Leave the FV field blank, tab to it and press [Enter] to solve.
Casio fx-CG50
[MENU] → Financial → Compound Interest
n = 96 I% = 4.2 PV = -5000
PMT = 0 P/Y = 12 C/Y = 12
Enter the known values, then press the F-key under FV (F5) to solve. There is no generic SOLVE key on this screen.
✗
Common error: Forgetting the sign convention. Money you pay out (invest) is negative. Money you receive is positive. If \( PV = -5000 \), then FV will be positive.
A very common AI SL pattern: a lump sum and/or regular deposits. Put every cash flow in the TVM solver with the right sign.
Sign map: opening lump sum → PV (negative, money out); regular deposit → PMT (negative); target balance → FV (positive). For a drawdown annuity (taking money out), PV is negative (paid in) and PMT is positive (received). Deposits at the end of each period = END mode (the default).
Worked Example — Regular Savings
Pierre invests \$1500 at the end of each month for 10 years at 3.6% p.a. compounded monthly. Find the value of the plan.
[MENU] → Financial → Compound Interest
n = 120 I% = 3.6 PV = 0
PMT = -1500 P/Y = 12 C/Y = 12
Set payment timing to End, then press the F-key under FV (F5).
▶
Drawdown / "how long does it last?": a retiree with PV = \(-300000\), withdrawing PMT = \(+2800\)/month at I% = 3.8, FV = 0 — leave N blank and solve to find how many months the fund lasts.
7
Solving for the Interest Rate (I%)
Recent papers ask you to find the rate. Enter every other field with the correct sign, leave I% blank, and solve.
Worked Example — Find the Rate
\$10 000 is invested and \$800 is added at the end of each month. After 10 years (monthly compounding) the balance is \$160 000. Find the annual interest rate.
[Menu] → Finance → Finance Solver
N = 60 I(%) = 6.5 PV = 12000
PMT = (leave blank) FV = 0 PpY = 12 CpY = 12
Leave the PMT field blank, tab to it and press [Enter].
Casio fx-CG50 — Loan
[MENU] → Financial → Compound Interest
n = 60 I% = 6.5 PV = 12000
FV = 0 P/Y = 12 C/Y = 12
Enter the known values, then press the F-key under PMT (F4) to solve. There is no generic SOLVE key on this screen.
▶
Total paid vs total interest: Total paid = |PMT| \( \times \) N = \( 234.79 \times 60 = \) \$14 087.40. Interest = \$14 087.40 − \$12 000 = \$2087.40.
9
Exam Traps & Key Reminders
✗
N is not always years. If P/Y = 12, then N = total number of months. 5 years \( \to \) N = 60.
▶
P/Y = C/Y in IB. In IB AI exams, always set P/Y = C/Y (both equal the compounding frequency, e.g. 12 for monthly). This keeps calculations straightforward.
✗
"Per annum" means per year. I% is always the annual rate in the TVM solver. Never divide I% yourself — the calculator handles it using P/Y and C/Y.
▶
Rounding too early. Only round your final answer (usually 2 d.p. for money). Keep full precision in intermediate steps.
✗
Arithmetic vs Geometric. Check the question context: "increases by \$50 each year" = arithmetic. "Increases by 5% each year" = geometric.
▶
Formula booklet: Both the arithmetic and geometric formulae (un and Sn) are given. The compound interest formula FV = PV(1 + r/100k)kn is also given. You do NOT need to memorise them — but know which one to pick.
▶
3 sf rule: Unless the question specifies otherwise, give answers correct to 3 significant figures. For money, give to 2 decimal places (nearest cent).
Confirm Action
This website uses essential cookies for authentication and security. We respect your privacy and comply with GDPR.
By continuing, you accept our Privacy Policy.
Cookie details
Cookie Information
Essential Cookies
JMaths uses only essential cookies required for the platform to function properly:
Session Cookies
Keep you logged in while using the platform. Deleted when you close your browser.
CSRF Protection
Prevent cross-site request forgery attacks for your security.
Performance Cache
Help load pages faster by storing temporary data.
Privacy-Friendly Analytics
Plausible Analytics
We use Plausible, a privacy-first analytics tool that doesn't use cookies and doesn't collect any personal information. It only tracks anonymous page visits to help improve the platform.
Privacy First: Our analytics are fully GDPR, COPPA, and FERPA compliant. No personal data is collected, and no cookies are used for tracking. We do not use advertising or third-party tracking cookies.
Managing Cookies
You can control cookies through your browser settings, but disabling essential cookies
may prevent the platform from working correctly. For educational use, we recommend
keeping these essential cookies enabled.