How do I solve this? I tried using the quotient and the chain rule but I can't seem to get the correct answer.
2026-05-05 01:14:24.1777943664
Find the derivative of the function $(y^2-1)^2/(y^2+1)$
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You can set $\;f(y)=\dfrac{(y^2-1)^2}{y^2+1}$ and use logarithmic differentiation: \begin{align} \frac{f'(y)}{f(y)}&=2\,\frac{(y^2-1)'}{y^2-1}-\frac{(y^2+1)'}{y2+1}=2\,\frac{2y}{y^2-1}-\frac{2y}{y^2+1}=2y\biggl(\frac{2}{y^2-1}-\frac{1}{y^2+1}\biggr)=\frac{2y(y^2+5)}{(y^2-1)(y^2+1)} \end{align} whence $$ f'(y)=\frac{f'(y)}{f(y)}\,f(y)=\frac{2y(y^2+5)(y^2-1)}{(y^2+1)^2}. $$