If I do have $(x^{4}+10x^{2}+1)^{98}$ and I have to find 2nd derivative of it, can I just simply do that like:
$(f\circ g)''(x) = f''(g(x))*g''(x)$ ?
If I do have $(x^{4}+10x^{2}+1)^{98}$ and I have to find 2nd derivative of it, can I just simply do that like:
$(f\circ g)''(x) = f''(g(x))*g''(x)$ ?
On
No, since $$(f\circ g)'=(f'\circ g)g'$$ then differentiating again gives $$(f\circ g)''=(f''\circ g)g'^2+(f'\circ g)g''.$$
See Faa di Bruno's formula for higher derivatives.
No. We have $$\frac{d}{dx}f(g(x))=f'(g(x))\cdot g'(x)$$ so $$\frac{d^2}{dx^2}f(g(x))=f''(g(x))\cdot g'(x) \cdot g'(x)+ f'(g(x))\cdot g''(x)\neq f''(g(x))\cdot g''(x)$$
So in your example, $$f(x)=x^{98}\implies f'(x)=98x^{97}\implies f''(x)=98\cdot97x^{96}$$ and $$g(x)=x^4+10x^2+1\implies g'(x)=4x^3+20x\implies g''(x)=12x^2+20$$ so $$\frac{d^2}{dx^2}(x^4+10x^2+1)^{98}=\cdots?$$