It's worth emphasizing that a "quotient rule" does play a role in Hermite's algorithm for integrating rational functions. It works as follows. By squarefree decomposing the denominator and partial fraction expanding, we reduce to integrating $\rm\:A/D^k\in \mathbb Q(x)\:,\:$ where $\rm\:\deg\:A < \deg\:D^k,\:$ and where $\rm\:D\:$ is squarefree, so $\rm\:\gcd(D,D') = 1\:.\:$ Thus by Bezout (extended Euclidean algorithm) there are $\rm\:B,C\in \mathbb Q[x]\:$ such that $\rm\ B\ D' + C\ D\ =\ A/(1-k)\:.\:$ Then a little algebra shows that
$$\rm\int \frac{A}{D^k}\ =\ \frac{B}{D^{k-1}}\ +\ \int \frac{(1-k)\ C - B'}{D^{k-1}} $$
Iterating the above rule we eventually reduce to the case $\rm\:k=1\:,\:$ i.e. squarefree denominator $\rm\:D\:.\:$
Thus using the above "quotient rule" and nothing deeper than Euclid's algorithm for polynomials (without requiring any factorization) one can mechanically compute the "rational part" of the integral of a rational function, i.e. the part of the integral not involving logarithms. This Hermite reduction rule is the basis of an algorithm due to Hermite (1872). It plays a fundamental role in the transcendental case of some integration algorithms.