Use the Taylor expansions for f(x + h), f(x - h), f(x + 2h), and f(x - 2h) and derive the central-difference formula: f(x + 2h) - 2f(x + h) + 2f(x - h) - f(x - 2h). Use the Taylor expansions for f(x + h), f(x - h), f(x + 2h), and f(x - 2h) and derive the central-difference formula: f(x + h) - 4f(x) + 6f(x - h) - 4f(x - 2h) + f(x - 3h).