Well in my opinion:
We can use the product rule and get:
x * dy/dx (sin(x^2)) + (sin(x^2)) * dy/dx (x) <<<< It should be written as
x * d/dx (sin(x^2)) + (sin(x^2)) * d/dx (x) <<<<<< no 'y' here - you did not have a 'y' to begin with
= x * d/dx (sin(x^2)) + (sin(x^2)) <<<<<< no 'y' here - you did not have a 'y' to begin with
=x * cos(x^2) * d/dx (x^2) + (sin(x^2))<<<<<< no 'y' here - you did not have a 'y' to begin with
=x * cos(x^2) * 2* x + (sin(x^2))
=2x^2 * cos(x^2) + (sin(x^2))
Then we get:
x * dy/dx (sin(x^2)) + (sin(x^2))
Chain rule then, so:
x * cos(x^2) * dy/dx (x^2) + (sin(x^2))
x * cos(x^2) * (2x) + (sin(x^2))
2cos(x^2)(x^2) + (sin(x^2))
Correct?
Thanks.