Question: How to solve this with assume?

I have this function: f(x):=x*sin(x^(2))+1 The function is defined in the interval [-1;3] and the diff: df := sin(x^2)+2*x^2*cos(x^2) But when I try to find out where the diff function equals 0: solve(df = 0, x)*assume-1
Please Wait...