To differentiate y, we must used the product rule.The product rule is d/dx [f(x)g(x)] = f'(x)g(x) + g'(x)f(x)So here, we let f(x)= x^3 and g(x)= sin(x)Then, f'(x)= 3x^2 and g'(x) = cos(x)Then substituting these into the product rule formula, we get dy/dx = (3x^2)sin(x) + cos(x)x^3We can simplify the answer by factorising out x^2 :dy/dx= x^2[3sin(x) + xcos(x)]