Example
\[ f(x) = \frac{6x^9 - 7x^4}{5x^4} \]
again, \[ f'(x) \neq \frac{\frac{d}{dx}(6x^9 - 7x^4)}{\frac{d}{dx}(5x^4)} \]
workaround: rewrite as combinations of \( x^n \)
\[ f(x) = \frac{6x^9}{5x^4} - \frac{7x^4}{5x^4} = \frac{6}{5}x^5 - \frac{7}{5} \]\[ f'(x) = \frac{6}{5}(5x^4) - 0 = \boxed{6x^4} \]
unfortunately, we can't work around all quotients
for example, if \[ f(x) = \frac{5x^4}{6x^9 - 7x^4} \neq \frac{5x^4}{6x^9} - \frac{5x^4}{7x^4} \]
just like \[ \frac{5}{2+3} \neq \frac{5}{2} + \frac{5}{3} \]
this is a case that requires another rule that we will see later