I want to check where the function is convex and where concave. For this I need to calculate the second derivative test:
I got $f''(x) = 2*\cos(x^2) -4*x^2(\sin(x^2))$ and this derivative should be equal to 0 in order to reach my goal.
so: $f''(x) = \cos(x^2) - 2*x^2(\sin(x^2)) = 0$
I have simplified this to $\sin^2(x)*(2x^2 - 1) = 1$
But what should I do next? Because all my previous examples i could simplify to something like: $x*(x+1) = 0$