Please give me any advice how to solve that task:
Find node $c$ and coefficients $\alpha$ and $\beta$ such that quadrature: $$ Q(f) = \alpha f(a) + \beta f(c) $$ which is aproximating integral $\int_b^a f(x) dx $ has maximal grade.
I know that minimum grade for that quadrature is 2 and maximal is 4. Grade 2 is possible, using trapezoidal quadrature. The case is, I don't know how to find out quadrature with higher grade or how to proof that grade 2 is maximal. I know I can try to solve system of equations, where I insert monomials ($ 1, x, x^2 \ ...)$ into $f$ in $Q$ but then I am not able to solve it or proof it isn't countable.
Please help me!