From 6333c37a1e451200cb23897eb45ee2799aa49ea5 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 22 Oct 2020 19:32:26 -0400 Subject: [PATCH] math: fix typo in deriv rules --- docs/mhf4u7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mhf4u7.md b/docs/mhf4u7.md index 58174a6..4ecee2d 100644 --- a/docs/mhf4u7.md +++ b/docs/mhf4u7.md @@ -461,7 +461,7 @@ $$f´(x) = nx^{n-1}$$ $$f´(x) = 5x^4$$ The **constant multiple rule** applies to all functions of the form $f(x) = k·g(x)$, where $k$ is any real number, such that: -$$f´(x) = k·g(x)$$ +$$f´(x) = k·g´(x)$$ ??? example $$f(x) = 2x^2$$