From 236821d1ff7f185df4f7504a68e176d1dac333a5 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 22 Oct 2020 19:21:33 -0400 Subject: [PATCH] math: use actual chain rule --- docs/mhf4u7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mhf4u7.md b/docs/mhf4u7.md index 1e56be0..58174a6 100644 --- a/docs/mhf4u7.md +++ b/docs/mhf4u7.md @@ -494,8 +494,8 @@ $$f´(x) = \frac{g´(x)h(x)-g(x)h´(x)}{[h(x)]^2}, h(x) ≠ 0$$ $$f´(x) = \frac{2(x-1) - (2x+5)·1}{(x-1)^2}$$ $$f´(x) = -\frac{7}{(x-1)^2}$$ -The **mini chain rule** (to be replaced by the actual chain rule) applies to all functions of the form $f(x) = [g(x)]^n$ such that: -$$f´(x) = n[g(x)]^{n-1}·g´(x)$$ +The **chain rule** applies to all functions of the form $f(x) = g(h(x))$ such that: +$$f´(x) = g´(h(x)) · h´(x)$$ ??? example $$f(x) = (4x^2-3x+1)^7$$