From 52a12dc704181ddac32f62067cb369a1a5b99b0f Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 2 Oct 2020 09:41:40 -0400 Subject: [PATCH] math: add sequences and begin limits --- docs/mhf4u7.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/mhf4u7.md b/docs/mhf4u7.md index 5c6d719..b85bd73 100644 --- a/docs/mhf4u7.md +++ b/docs/mhf4u7.md @@ -251,6 +251,16 @@ $$m_s = \frac{f(a+h)-f(a)}{h}, h ≠ 0$$ This is known as the **difference quotient**. +The **instantaneous rate of change (IRoC)** at point $P(a, f(a))$ is represented by the slope of the **tangent line ($m_T$)**. The slope of the tangent line can be found by finding the difference quotient with $h$ as a very small value, e.g., $0.001$. + +### Sequences + +A sequence is a **function** with a domain of all positive integers in sequence, but uses subscript notation ($t_n$) instead of function notation ($f(x)$). + +### Limits + +### Evaluating limits + ## Resources - [IB Math Analysis and Approaches Syllabus](/resources/g11/ib-math-syllabus.pdf)