We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce2c33 commit 9b459a5Copy full SHA for 9b459a5
1 file changed
04_calculus.qmd
@@ -144,7 +144,7 @@ Now we'll get to a couple of more advanced (and powerful) rules.
144
145
* **Product rule:** $(f(x)g(x))'=f'(x)g(x) + g'(x)f(x)$
146
147
-* **Quotient rule:** $\displaystyle(\frac{f(x)}{g(x)})' = \frac{f'(x)g(x) + g'(x)f(x)}{[g(x)]^2}$
+* **Quotient rule:** $\displaystyle(\frac{f(x)}{g(x)})' = \frac{f'(x)g(x) - g'(x)f(x)}{[g(x)]^2}$
148
149
* **Chain rule:** $(f(g(x))' = f'(g(x)) \cdot g'(x)$
150
0 commit comments