AI students work extensively with large and small numbers in real-world contexts. Scientific notation and significant figures are foundational skills.
Scientific notation: $a \times 10^n$ where $1 \le a < 10$ and $n \in \mathbb{Z}$
Rounding rules: Identify the last significant digit; if the next digit is 5 or more, round up.
Percentage error: $\dfrac{|v_A - v_E|}{|v_E|} \times 100\%$ where $v_A$ is approximate and $v_E$ is exact.
Arithmetic: $u_n = u_1 + (n-1)d$, $S_n = \dfrac{n}{2}(2u_1 + (n-1)d) = \dfrac{n}{2}(u_1+u_n)$
Geometric: $u_n = u_1 r^{n-1}$, $S_n = \dfrac{u_1(r^n-1)}{r-1}$ for $r \ne 1$, $S_\infty = \dfrac{u_1}{1-r}$ for $|r|<1$
This is a major focus of AI Topic 1. Students use GDC financial applications to solve problems involving savings, loans, and investments.
Compound interest: $FV = PV\!\left(1+\dfrac{r}{100n}\right)^{nt}$
where $PV$ = present value, $r$ = annual interest rate (%), $n$ = compounding periods per year, $t$ = time in years.
Annual effective rate: $r_{\text{eff}} = \left(1+\dfrac{r}{100n}\right)^n - 1$
Anita invests \$5000 at 4.5% per year, compounded monthly. How much does she have after 8 years?
For a loan of amount $L$ at monthly interest rate $i = r/(100 \times 12)$ paid over $N$ monthly payments, the regular payment $P$ is:
$$P = \frac{Li}{1-(1+i)^{-N}}$$
In the IB AI course, the GDC TVM (Time Value of Money) solver is used for all financial calculations. You must know which values to enter into $N$, $I\%$, $PV$, $PMT$, and $FV$.
Ben takes a \$15,000 car loan at 6% per year, compounded monthly, to be repaid over 5 years. Find the monthly payment and total interest paid.
Clara saves \$200 per month in an account earning 3% per year, compounded monthly. How much does she have after 10 years?
$4500 = 3000(1+r/100)^6 \Rightarrow (1+r/100)^6 = 1.5$
$1+r/100 = 1.5^{1/6} = 1.0699$ so $r \approx 6.99\%$
$i = 0.05/12 \approx 0.004167$, $N = 300$.
$P = \dfrac{250000 \times 0.004167}{1-(1.004167)^{-300}} = \dfrac{1041.7}{1-0.2873} \approx \dfrac{1041.7}{0.7127} \approx \$1461.88$
Geometric series: $u_1 = 45000$, $r = 1.03$, $n = 10$.
$S_{10} = \dfrac{45000(1.03^{10}-1)}{0.03} = \dfrac{45000(1.3439-1)}{0.03} = \dfrac{45000 \times 0.3439}{0.03} \approx \$515,850$