Using the Gauss-Legendre form. Estimate the value of$$\displaystyle\int_{1}^{2}\displaystyle\int_{3}^{4}{f(x,y)dydx}$$ where, $f(x,y)=x^3y$.
My approach: We can approximate the integral $\int_{-1}^{1}{f(x)dx}=\sum_{i=1}^{n}{A_{i}f(x_{i})}$ with the form. Gauss-Legendre, by orthogonals polynomials $$p_{n}(x)=\dfrac{(-1)^{n}}{2^{n}n!}\dfrac{d^{n}}{dx^{n}}[(1-x^2)^n]$$ $$A_{i}=\dfrac{2}{(1-x_{i}^2)[p'_{n}(x_{i})]^{2}}$$ If n=2, then $x_{1}=0.577350=-x_{2}$, and $A_{i}=1$. And ,for instance $[1,2]\to [-1,1]$, this implies that $y=2x-3$ as I continue?