I am presented with the following task:
"Find $f'(1)$ using logarithmic differentiation, given that
$$f(x) = \frac{(x^2-1)(x^2-2)(x^2-4)}{(x^2+1)(x^2+2)(x^2+3)}$$"
I have done the following:
$$\ln f(x) = \ln \frac{(x^2-1)(x^2-2)(x^2-4)}{(x^2+1)(x^2+2)(x^2+3)}$$ $$\ln f(x) = (\ln (x^2 -1)+\ln(x^2-2)+\ln(x^2-4))- (\ln(x^2+1)+\ln(x^2+2)+\ln(x^2+3))$$ $$\frac{f'(x)}{f(x)} = (\frac{2x}{x^2-1}+\frac{2x}{x^2-2}+\frac{2x}{x^2-4})-(\frac{2x}{x^2+1}+\frac{2x}{x^2+2}+\frac{2x}{x^2+3})$$
Wouldn't this leave a 0 in the denominator as soon as I insert $f'(1)$, seeing as $x^2-1$ remains a factor? I know that the solution is $\frac{1}{4}$ after checking with a digital resource.