Subject:  Calculus

Find the derivative of sin(x)·x² at x = 1

Use a numeric central-difference derivative on a product of trig and polynomial.

Answer f'(1) ≈ 2.22324

Solution

  1. Function f(x) = sin(x) * x^2
  2. Point a = 1, f(a) = 0.841471
  3. Central difference f'(a) ≈ (f(a+h) − f(a−h)) / 2h with a small h
  4. Derivative f'(1) ≈ 2.22324

Try a similar problem yourself

Use the Derivative at a Point to solve a similar problem with your own values.

Open the solver