From 8dae88fc8c6bbf012e4f54ba7fcab15e5df340ad Mon Sep 17 00:00:00 2001 From: arc Date: Thu, 30 Jan 2025 10:03:44 -0700 Subject: [PATCH] vault backup: 2025-01-30 10:03:44 --- education/math/MATH1210 (calc 1)/Derivatives.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/math/MATH1210 (calc 1)/Derivatives.md b/education/math/MATH1210 (calc 1)/Derivatives.md index 4a8d12d..580a6e0 100644 --- a/education/math/MATH1210 (calc 1)/Derivatives.md +++ b/education/math/MATH1210 (calc 1)/Derivatives.md @@ -90,4 +90,5 @@ $$ \dfrac{d}{dx}(\dfrac{f(x)}{g(x)}) = \dfrac{f'(x)g(x) -f(x)g'(x)}{(g(x))^2} $ # Exponential Rule $$ \dfrac{d}{dx} e^x = e^x $$ -$$ \dfrac{d}{dx}a^x \ No newline at end of file +$$ \dfrac{d}{dx}a^x = a^x*(\ln(a)) $$ +for all $a > 0$ \ No newline at end of file