I'm working on a calculus question, where we're asked to find $g'(z)$ for $$g(z)=\frac{z^2-2z-8}{z-3}\cdot\frac{z^2-9}{z-4}$$ So I was thinking that first you have to use the quotient rule on each side individually and then multiply them, but I seem to keep getting stuck and it's becoming pretty frustrating.
2026-04-11 03:27:41.1775878061
Taking the derivative of a product, which is made up of two quotients
38 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Make your problem simpler by hand first before bringing in the machinery. $$g(z)=\frac{z^2-2z-8}{z-3}\cdot\frac{z^2-9}{z-4}=\frac{(z-4)(z+2)}{z-3}\cdot\frac{(z+3)(z-3)}{z-4}=(z+2)(z+3)=z^2+5z+6$$ $$g'(z)=2z+5$$