The quadrature formula ∫₋₁¹ f(x)dx = c₀f(-1) + c₁f(0) + c₂f(1) is exact for all the polynomials of degree less than or equal to 2. Determine c₀, c₁ and c₂. Determine the coefficients in the quadrature formula ∫₀²ʰ x⁻¹/² f(x)dx = √2h[w₀f(0) + w₁f(h) + w₂f(2h)] such that the formula is exact for all polynomials of degree as high as possible. What is the degree of precision? Given the values of the function f(x) = ln x at x₀ = 2.0, x₁ = 2.2 and x₂ = 2.6, find the approximate value of f(2.0) using the method based on quadratic interpolation. Obtain an error bound. Perform one iteration of the Bairstow method to extract a quadratic factor x² + px + q from the polynomial x⁴ + x³ + 2x² + x + 1. Find the deflated polynomial. Use the initial approximation (α₀, β₀) = (0.45, 0.45).