The quotient rule is used to differentiate a function that is the ratio (division) of two functions. It is sometimes remembered with the mnemonic "low d-high minus high d-low, over low squared."
Where g(x) ≠ 0.
Differentiate: y = sin x / cos x = tan x
f = sin x g = cos xf' = cos x g' = -sin x(cos x · cos x − sin x · (−sin x)) / cos²x= 1 / cos²xDifferentiate: y = x² / (x + 1)
f = x² g = x + 1f' = 2x g' = 1((x+1)·2x − x²·1) / (x+1)²(2x² + 2x − x²) / (x+1)² = (x² + 2x) / (x+1)²
"Lo" = g (denominator)
"Hi" = f (numerator)
"D-Hi" = f' "D-Lo" = g'
(Lo · D-Hi − Hi · D-Lo) / Lo²