Posts tagged multivariate
Midpoint rule to approximate double integrals

In the past, we used midpoint rule to estimate the area under a single variable function. We’d draw rectangles under the curve so that the midpoint at the top of each rectangle touched the graph of the function. Then we’d add the area of each rectangle together to find an approximation of the area under the curve. When we translate this into three-dimensional space, it means that we use three-dimensional rectangular prisms, instead of two-dimensional rectangles, to approximate the volume under a multivariable function.

Read More
Linear approximation in two variables

To find the linear approximation equation, find the slope of the function in each direction (using partial derivatives), find (a,b) and f(a,b). Then plug all these pieces into the linear approximation formula to get the linear approximation equation.

Read More