f(x+Δx)-f(x)
1. Forward divided difference scheme is f'(x) ≈ (f(x+Δx) - f(x))/(Δx);
Using forward divided difference scheme, find the first derivative of the function f(x) = sin(2x) at x = π/3, with at least 1 significant digit to be correct. Start with a step size of h = 0.01 and keep halving it till you find the answer.
(Using 5 significant digits with rounding-off at all stages.) (Ï€ = 3.1416; Trigonometric functions use radian mode for angles.)
(20 points)