009B Sample Final 3, Problem 1

From Grad Wiki
Revision as of 16:29, 28 February 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

Divide the interval    into four subintervals of equal length  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{1}{2}}   and compute the left-endpoint Riemann sum of  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y=1-x^2.}

Foundations:  
The height of each rectangle in the left-endpoint Riemann sum is given by choosing the left endpoint of the interval.


Solution:

Step 1:  
Since our interval is  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [-1,1]}   and we are using  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 4}   rectangles, each rectangle has width  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{1}{2}.}
Let  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x)=1-x^2.}
So, the left-endpoint Riemann sum is
       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S=\frac{1}{2}\bigg(f(-1)+f\bigg(-\frac{1}{2}\bigg)+f(0)+f\bigg(\frac{1}{2}\bigg)\bigg).}
Step 2:  
Thus, the left-endpoint Riemann sum is

        Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} \displaystyle{S} & = & \displaystyle{\frac{1}{2}\bigg(0+\frac{3}{4}+1+\frac{3}{4}\bigg)}\\ &&\\ & = & \displaystyle{\frac{5}{4}.} \end{array}}


Final Answer:  
       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{5}{4}}

Return to Sample Exam