$$(4-t)(1+t^2)^{-1}$$ I am supposed to find the derivative of this but I am not sure if it means $$\frac{1}{(4-t)(1+t^2)^{-1}}\quad\text{or}\quad\frac{(4-t)}{(1+t^2)}$$ I have tried to look online for help but couldn't find an example that looked like this. I am assuming that the second one is the correct one but I just wanted to make sure.
2026-04-01 20:07:37.1775074057
Negative exponents when multiplying polynomials
671 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It is the last of the two: the scope of the negative exponent applies only to the factor $(1 + t^2)$.
With that, your function, we'll call $h(x)$ is written as follows:
$$h(x) = (4-t)(1+t^2)^{-1} = \frac{(4-t)}{(1+t^2)}$$
You can apply the quotient rule for finding the derivative of $$h(x) = \frac{(4-t)}{(1+t^2)}$$
Let $f(x) = 4 - t$, and let $g(x) = (1 + t^2).\;\;$ Then $$h'(x) = \frac{f(x)g'(x) - f'(x)g(x)}{g^2(x)}$$
I trust you can take it from here?