Skip to content

Commit 9b459a5

Browse files
authored
Update 04_calculus.qmd
typo in quotient rule
1 parent dce2c33 commit 9b459a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

04_calculus.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Now we'll get to a couple of more advanced (and powerful) rules.
144144

145145
* **Product rule:** $(f(x)g(x))'=f'(x)g(x) + g'(x)f(x)$
146146

147-
* **Quotient rule:** $\displaystyle(\frac{f(x)}{g(x)})' = \frac{f'(x)g(x) + g'(x)f(x)}{[g(x)]^2}$
147+
* **Quotient rule:** $\displaystyle(\frac{f(x)}{g(x)})' = \frac{f'(x)g(x) - g'(x)f(x)}{[g(x)]^2}$
148148

149149
* **Chain rule:** $(f(g(x))' = f'(g(x)) \cdot g'(x)$
150150

0 commit comments

Comments
 (0)