\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Calculus
Integrals
New Random

Use 4 rectangles to approximate \(\displaystyle \int\limits_{3}^{6} \frac{12}{x^{2}}\, dx\) using the right endpoint. Draw a graph showing the sum.


\(\displaystyle \Delta x = \frac{b-a}{n}=\frac{3}{4}\) and \(\displaystyle x_i = a+i\Delta x = \frac{3 i}{4} + 3\). Drawing a graph gives:

The sum is \(\displaystyle \sum_{i=1}^{4} \frac{9}{\left(\frac{3 i}{4} + 3\right)^{2}} = 1.6610\).

Download Tikz \( \LaTeX \)

\begin{tikzpicture}[yscale=2]
	\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-1,-1) grid (7,2.10000000000000);
	\draw[latex-latex, very thick] (-1.4,0)--(7.4,0) node[right]{$x$};
	\draw[latex-latex, very thick] (0,-1.1)--(0,2.2) node[above]{$y$};
	\foreach \x in { -1,1,...,7 }{
		\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
		\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
		}
	\foreach \y in { -1,-0.5,...,2.10000000000000 }{
		\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
		\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
		}
	\draw[thick, color=blue, domain={3.0}:{6.0}, samples=200, samples =350] plot(\x, {12/(\x)^2});
		\draw[fill=blue, opacity=0.3](3.00, 0) rectangle (3.75, 0.853);
		\draw[thick](3.00, 0) rectangle (3.75, 0.853);
		\draw[fill=blue, opacity=0.3](3.75, 0) rectangle (4.50, 0.593);
		\draw[thick](3.75, 0) rectangle (4.50, 0.593);
		\draw[fill=blue, opacity=0.3](4.50, 0) rectangle (5.25, 0.435);
		\draw[thick](4.50, 0) rectangle (5.25, 0.435);
		\draw[fill=blue, opacity=0.3](5.25, 0) rectangle (6.00, 0.333);
		\draw[thick](5.25, 0) rectangle (6.00, 0.333);
\end{tikzpicture}

Download \(\LaTeX\)

\begin{question}Use 4 rectangles to approximate $\int\limits_{3}^{6} \frac{12}{x^{2}}\, dx$ using the right endpoint. Draw a graph showing the sum. 
    \soln{9cm}{$\Delta x = \frac{b-a}{n}=\frac{3}{4}$ and $x_i = a+i\Delta x = \frac{3 i}{4} + 3$. Drawing a graph gives:
\begin{center}\begin{tikzpicture}[yscale=2]
	\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-1,-1) grid (7,2.10000000000000);
	\draw[latex-latex, very thick] (-1.4,0)--(7.4,0) node[right]{$x$};
	\draw[latex-latex, very thick] (0,-1.1)--(0,2.2) node[above]{$y$};
	\foreach \x in { -1,1,...,7 }{
		\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
		\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
		}
	\foreach \y in { -1,-0.5,...,2.10000000000000 }{
		\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
		\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
		}
	\draw[thick, color=blue, domain={3.0}:{6.0}, samples=200, samples =350] plot(\x, {12/(\x)^2});
		\draw[fill=blue, opacity=0.3](3.00, 0) rectangle (3.75, 0.853);
		\draw[thick](3.00, 0) rectangle (3.75, 0.853);
		\draw[fill=blue, opacity=0.3](3.75, 0) rectangle (4.50, 0.593);
		\draw[thick](3.75, 0) rectangle (4.50, 0.593);
		\draw[fill=blue, opacity=0.3](4.50, 0) rectangle (5.25, 0.435);
		\draw[thick](4.50, 0) rectangle (5.25, 0.435);
		\draw[fill=blue, opacity=0.3](5.25, 0) rectangle (6.00, 0.333);
		\draw[thick](5.25, 0) rectangle (6.00, 0.333);
\end{tikzpicture}

\end{center}
The sum is $\sum_{i=1}^{4} \frac{9}{\left(\frac{3 i}{4} + 3\right)^{2}} = 1.6610$. }

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>Use 4 rectangles to approximate  <img class="equation_image" title=" \displaystyle \int\limits_{3}^{6} \frac{12}{x^{2}}\, dx " src="/equation_images/%20%5Cdisplaystyle%20%5Cint%5Climits_%7B3%7D%5E%7B6%7D%20%5Cfrac%7B12%7D%7Bx%5E%7B2%7D%7D%5C%2C%20dx%20" alt="LaTeX:  \displaystyle \int\limits_{3}^{6} \frac{12}{x^{2}}\, dx " data-equation-content=" \displaystyle \int\limits_{3}^{6} \frac{12}{x^{2}}\, dx " />  using the right endpoint. Draw a graph showing the sum. </p> </p>
HTML for Canvas
<p> <p> <img class="equation_image" title=" \displaystyle \Delta x = \frac{b-a}{n}=\frac{3}{4} " src="/equation_images/%20%5Cdisplaystyle%20%5CDelta%20x%20%3D%20%5Cfrac%7Bb-a%7D%7Bn%7D%3D%5Cfrac%7B3%7D%7B4%7D%20" alt="LaTeX:  \displaystyle \Delta x = \frac{b-a}{n}=\frac{3}{4} " data-equation-content=" \displaystyle \Delta x = \frac{b-a}{n}=\frac{3}{4} " />  and  <img class="equation_image" title=" \displaystyle x_i = a+i\Delta x = \frac{3 i}{4} + 3 " src="/equation_images/%20%5Cdisplaystyle%20x_i%20%3D%20a%2Bi%5CDelta%20x%20%3D%20%5Cfrac%7B3%20i%7D%7B4%7D%20%2B%203%20" alt="LaTeX:  \displaystyle x_i = a+i\Delta x = \frac{3 i}{4} + 3 " data-equation-content=" \displaystyle x_i = a+i\Delta x = \frac{3 i}{4} + 3 " /> . Drawing a graph gives:
<center><?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.979pt" height="201.828pt" viewBox="0 0 262.979 201.828" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 3.328125 -3.015625 C 3.390625 -3.265625 3.625 -4.1875 4.3125 -4.1875 C 4.359375 -4.1875 4.609375 -4.1875 4.8125 -4.0625 C 4.53125 -4 4.34375 -3.765625 4.34375 -3.515625 C 4.34375 -3.359375 4.453125 -3.171875 4.71875 -3.171875 C 4.9375 -3.171875 5.25 -3.34375 5.25 -3.75 C 5.25 -4.265625 4.671875 -4.40625 4.328125 -4.40625 C 3.75 -4.40625 3.40625 -3.875 3.28125 -3.65625 C 3.03125 -4.3125 2.5 -4.40625 2.203125 -4.40625 C 1.171875 -4.40625 0.59375 -3.125 0.59375 -2.875 C 0.59375 -2.765625 0.703125 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.796875 0.84375 -2.875 C 1.1875 -3.9375 1.84375 -4.1875 2.1875 -4.1875 C 2.375 -4.1875 2.71875 -4.09375 2.71875 -3.515625 C 2.71875 -3.203125 2.546875 -2.546875 2.1875 -1.140625 C 2.03125 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.953125 -0.109375 0.734375 -0.234375 C 0.984375 -0.296875 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.84375 -1.125 C 0.53125 -1.125 0.296875 -0.875 0.296875 -0.546875 C 0.296875 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.890625 0.109375 2.25 -0.59375 2.265625 -0.640625 C 2.390625 -0.28125 2.75 0.109375 3.34375 0.109375 C 4.375 0.109375 4.9375 -1.171875 4.9375 -1.421875 C 4.9375 -1.53125 4.859375 -1.53125 4.828125 -1.53125 C 4.734375 -1.53125 4.71875 -1.484375 4.6875 -1.421875 C 4.359375 -0.34375 3.6875 -0.109375 3.375 -0.109375 C 2.984375 -0.109375 2.828125 -0.421875 2.828125 -0.765625 C 2.828125 -0.984375 2.875 -1.203125 2.984375 -1.640625 Z M 3.328125 -3.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.84375 -3.796875 C 4.890625 -3.9375 4.890625 -3.953125 4.890625 -4.03125 C 4.890625 -4.203125 4.75 -4.296875 4.59375 -4.296875 C 4.5 -4.296875 4.34375 -4.234375 4.25 -4.09375 C 4.234375 -4.03125 4.140625 -3.734375 4.109375 -3.546875 C 4.03125 -3.296875 3.96875 -3.015625 3.90625 -2.75 L 3.453125 -0.953125 C 3.421875 -0.8125 2.984375 -0.109375 2.328125 -0.109375 C 1.828125 -0.109375 1.71875 -0.546875 1.71875 -0.921875 C 1.71875 -1.375 1.890625 -2 2.21875 -2.875 C 2.375 -3.28125 2.421875 -3.390625 2.421875 -3.59375 C 2.421875 -4.03125 2.109375 -4.40625 1.609375 -4.40625 C 0.65625 -4.40625 0.296875 -2.953125 0.296875 -2.875 C 0.296875 -2.765625 0.390625 -2.765625 0.40625 -2.765625 C 0.515625 -2.765625 0.515625 -2.796875 0.5625 -2.953125 C 0.84375 -3.890625 1.234375 -4.1875 1.578125 -4.1875 C 1.65625 -4.1875 1.828125 -4.1875 1.828125 -3.875 C 1.828125 -3.625 1.71875 -3.359375 1.65625 -3.171875 C 1.25 -2.109375 1.078125 -1.546875 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.296875 0.109375 C 2.6875 0.109375 3.015625 -0.0625 3.296875 -0.34375 C 3.171875 0.171875 3.046875 0.671875 2.65625 1.203125 C 2.390625 1.53125 2.015625 1.828125 1.5625 1.828125 C 1.421875 1.828125 0.96875 1.796875 0.796875 1.40625 C 0.953125 1.40625 1.09375 1.40625 1.21875 1.28125 C 1.328125 1.203125 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.0625 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.046875 1.5625 2.046875 C 2.578125 2.046875 3.609375 1.140625 3.890625 0.015625 Z M 4.84375 -3.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 6.5625 -2.296875 C 6.734375 -2.296875 6.921875 -2.296875 6.921875 -2.5 C 6.921875 -2.6875 6.734375 -2.6875 6.5625 -2.6875 L 1.171875 -2.6875 C 1 -2.6875 0.828125 -2.6875 0.828125 -2.5 C 0.828125 -2.296875 1 -2.296875 1.171875 -2.296875 Z M 6.5625 -2.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 2.890625 -3.515625 C 3.703125 -3.78125 4.28125 -4.46875 4.28125 -5.265625 C 4.28125 -6.078125 3.40625 -6.640625 2.453125 -6.640625 C 1.453125 -6.640625 0.6875 -6.046875 0.6875 -5.28125 C 0.6875 -4.953125 0.90625 -4.765625 1.203125 -4.765625 C 1.5 -4.765625 1.703125 -4.984375 1.703125 -5.28125 C 1.703125 -5.765625 1.234375 -5.765625 1.09375 -5.765625 C 1.390625 -6.265625 2.046875 -6.390625 2.40625 -6.390625 C 2.828125 -6.390625 3.375 -6.171875 3.375 -5.28125 C 3.375 -5.15625 3.34375 -4.578125 3.09375 -4.140625 C 2.796875 -3.65625 2.453125 -3.625 2.203125 -3.625 C 2.125 -3.609375 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.578125 1.671875 -3.5625 1.671875 -3.46875 C 1.671875 -3.359375 1.734375 -3.359375 1.90625 -3.359375 L 2.34375 -3.359375 C 3.15625 -3.359375 3.53125 -2.6875 3.53125 -1.703125 C 3.53125 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.96875 -0.0625 1.21875 -0.234375 0.875 -0.8125 C 1.21875 -0.765625 1.53125 -0.984375 1.53125 -1.359375 C 1.53125 -1.71875 1.265625 -1.921875 0.984375 -1.921875 C 0.734375 -1.921875 0.421875 -1.78125 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.515625 3.921875 -3.296875 2.890625 -3.515625 Z M 2.890625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.125 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 4.75 -6.078125 C 4.828125 -6.1875 4.828125 -6.203125 4.828125 -6.421875 L 2.40625 -6.421875 C 1.203125 -6.421875 1.171875 -6.546875 1.140625 -6.734375 L 0.890625 -6.734375 L 0.5625 -4.6875 L 0.8125 -4.6875 C 0.84375 -4.84375 0.921875 -5.46875 1.0625 -5.59375 C 1.125 -5.65625 1.90625 -5.65625 2.03125 -5.65625 L 4.09375 -5.65625 C 3.984375 -5.5 3.203125 -4.40625 2.984375 -4.078125 C 2.078125 -2.734375 1.75 -1.34375 1.75 -0.328125 C 1.75 -0.234375 1.75 0.21875 2.21875 0.21875 C 2.671875 0.21875 2.671875 -0.234375 2.671875 -0.328125 L 2.671875 -0.84375 C 2.671875 -1.390625 2.703125 -1.9375 2.78125 -2.46875 C 2.828125 -2.703125 2.953125 -3.5625 3.40625 -4.171875 Z M 4.75 -6.078125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -28.3455 -56.693812 L 198.427937 -56.693812 M -28.3455 0.0015 L 198.427937 0.0015 M -28.3455 56.692906 L 198.427937 56.692906 M -28.3455 113.388219 L 198.427937 113.388219 M -28.3455 -56.693812 L -28.3455 119.056188 M -0.00175 -56.693812 L -0.00175 119.056188 M 28.345906 -56.693812 L 28.345906 119.056188 M 56.693562 -56.693812 L 56.693562 119.056188 M 85.041219 -56.693812 L 85.041219 119.056188 M 113.388875 -56.693812 L 113.388875 119.056188 M 141.732625 -56.693812 L 141.732625 119.056188 M 170.080281 -56.693812 L 170.080281 119.056188 M 198.416219 -56.693812 L 198.416219 119.056188 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -33.947063 0.0015 L 204.0295 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 0.597656 138.1875 C 2.296875 138.507812 5.0625 139.464844 6.972656 140.578125 L 6.972656 135.796875 C 5.0625 136.914062 2.296875 137.871094 0.597656 138.1875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 250.050781 138.1875 C 248.347656 137.871094 245.585938 136.914062 243.671875 135.796875 L 243.671875 140.578125 C 245.585938 139.464844 248.347656 138.507812 250.050781 138.1875 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-1" x="253.964" y="140.334"/>
</g>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.00175 -56.6235 L -0.00175 118.985875 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 40.28125 200.550781 C 40.601562 198.851562 41.558594 196.089844 42.675781 194.175781 L 37.890625 194.175781 C 39.007812 196.089844 39.964844 198.851562 40.28125 200.550781 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 40.28125 13.464844 C 39.964844 15.164062 39.007812 17.925781 37.890625 19.839844 L 42.675781 19.839844 C 41.558594 17.925781 40.601562 15.164062 40.28125 13.464844 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-2" x="37.662" y="7.61"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -28.3455 11.337438 L -28.3455 -11.338344 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="5.571" y="159.468"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="13.32" y="159.468"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 28.345906 11.337438 L 28.345906 -11.338344 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="66.138" y="159.468"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 85.041219 11.337438 L 85.041219 -11.338344 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-2" x="122.831" y="159.468"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 141.732625 11.337438 L 141.732625 -11.338344 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="179.524" y="159.468"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 198.427937 11.337438 L 198.427937 -11.338344 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="236.217" y="159.468"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 -56.693812 L -5.669719 -56.693812 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="18.364" y="197.677"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="26.112" y="197.677"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 -28.346156 L -5.669719 -28.346156 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="10.615" y="169.331"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="18.364" y="169.331"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-3" x="23.345" y="169.331"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="26.112" y="169.331"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 0.0015 L -5.669719 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 28.34525 L -5.669719 28.34525 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="18.364" y="113.053"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-3" x="23.345" y="113.053"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="26.112" y="113.053"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 56.692906 L -5.669719 56.692906 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="26.112" y="84.707"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 85.040563 L -5.669719 85.040563 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="18.364" y="56.36"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-3" x="23.345" y="56.36"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="26.112" y="56.36"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.670125 113.388219 L -5.669719 113.388219 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="26.112" y="28.014"/>
</g>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 85.041219 75.591344 L 85.525594 74.731969 L 85.771687 74.310094 L 86.013875 73.888219 L 86.256062 73.474156 L 86.502156 73.060094 L 86.744344 72.649938 L 86.990437 72.243688 L 87.232625 71.841344 L 87.474812 71.442906 L 87.720906 71.044469 L 88.205281 70.263219 L 88.451375 69.8765 L 88.693562 69.493688 L 88.93575 69.114781 L 89.181844 68.735875 L 89.424031 68.360875 L 89.666219 67.989781 L 89.912312 67.622594 L 90.396687 66.896031 L 90.642781 66.536656 L 90.884969 66.181188 L 91.127156 65.829625 L 91.37325 65.478063 L 91.615437 65.130406 L 91.857625 64.786656 L 92.103719 64.442906 L 92.345906 64.103063 L 92.588094 63.767125 L 92.834187 63.435094 L 93.318562 62.771031 L 93.564656 62.446813 L 93.806844 62.122594 L 94.049031 61.802281 L 94.295125 61.481969 L 94.537312 61.165563 L 94.7795 60.853063 L 95.025594 60.540563 L 95.267781 60.231969 L 95.509969 59.927281 L 95.756062 59.622594 L 95.99825 59.317906 L 96.240437 59.017125 L 96.486531 58.72025 L 96.728719 58.427281 L 96.970906 58.130406 L 97.217 57.841344 L 97.459187 57.552281 L 97.705281 57.267125 L 97.947469 56.981969 L 98.189656 56.700719 L 98.43575 56.419469 L 98.920125 55.864781 L 99.166219 55.591344 L 99.408406 55.317906 L 99.650594 55.048375 L 99.896687 54.78275 L 100.381062 54.2515 L 100.627156 53.989781 L 100.869344 53.728063 L 101.111531 53.47025 L 101.357625 53.212438 L 101.842 52.704625 L 102.088094 52.454625 L 102.330281 52.204625 L 102.572469 51.958531 L 102.818562 51.712438 L 103.06075 51.466344 L 103.302937 51.224156 L 103.549031 50.985875 L 103.791219 50.743688 L 104.033406 50.509313 L 104.2795 50.271031 L 104.521687 50.036656 L 104.763875 49.806188 L 105.009969 49.575719 L 105.252156 49.34525 L 105.494344 49.118688 L 105.740437 48.892125 L 106.224812 48.446813 L 106.470906 48.224156 L 106.955281 47.786656 L 107.201375 47.567906 L 107.68575 47.138219 L 107.931844 46.927281 L 108.174031 46.716344 L 108.420125 46.505406 L 108.9045 46.091344 L 109.150594 45.884313 L 109.634969 45.478063 L 109.881062 45.278844 L 110.365437 44.880406 L 110.611531 44.681188 L 111.095906 44.290563 L 111.342 44.099156 L 111.584187 43.903844 L 111.826375 43.712438 L 112.072469 43.524938 L 112.556844 43.149938 L 112.802937 42.962438 L 113.287312 42.59525 L 113.533406 42.411656 L 113.775594 42.228063 L 114.017781 42.048375 L 114.263875 41.872594 L 114.506062 41.692906 L 114.74825 41.517125 L 114.994344 41.341344 L 115.236531 41.165563 L 115.478719 40.993688 L 115.724812 40.821813 L 116.209187 40.478063 L 116.455281 40.310094 L 116.939656 39.974156 L 117.18575 39.810094 L 117.427937 39.642125 L 117.670125 39.481969 L 117.916219 39.317906 L 118.158406 39.153844 L 118.400594 38.993688 L 118.646687 38.833531 L 118.888875 38.677281 L 119.134969 38.517125 L 119.619344 38.204625 L 119.865437 38.048375 L 120.349812 37.743688 L 120.595906 37.587438 L 120.838094 37.439 L 121.080281 37.286656 L 121.326375 37.138219 L 121.81075 36.841344 L 122.056844 36.692906 L 122.541219 36.403844 L 122.787312 36.259313 L 123.0295 36.114781 L 123.271687 35.974156 L 123.517781 35.833531 L 124.002156 35.552281 L 124.24825 35.411656 L 124.490437 35.274938 L 124.732625 35.134313 L 124.978719 34.997594 L 125.220906 34.864781 L 125.463094 34.728063 L 125.709187 34.59525 L 125.951375 34.458531 L 126.193562 34.325719 L 126.439656 34.192906 L 126.924031 33.935094 L 127.170125 33.802281 L 127.6545 33.544469 L 127.900594 33.419469 L 128.142781 33.290563 L 128.384969 33.165563 L 128.631062 33.040563 L 129.115437 32.790563 L 129.361531 32.665563 L 129.603719 32.544469 L 129.849812 32.423375 L 130.334187 32.181188 L 130.580281 32.060094 L 130.822469 31.942906 L 131.064656 31.821813 L 131.31075 31.704625 L 131.795125 31.47025 L 132.041219 31.356969 L 132.283406 31.239781 L 132.525594 31.1265 L 132.771687 31.009313 L 133.013875 30.896031 L 133.256062 30.786656 L 133.502156 30.673375 L 133.744344 30.560094 L 133.986531 30.450719 L 134.232625 30.341344 L 134.717 30.122594 L 134.963094 30.013219 L 135.205281 29.903844 L 135.447469 29.798375 L 135.693562 29.689 L 136.177937 29.478063 L 136.424031 29.372594 L 136.666219 29.267125 L 136.908406 29.165563 L 137.1545 29.060094 L 137.638875 28.856969 L 137.884969 28.7515 L 138.127156 28.653844 L 138.369344 28.552281 L 138.615437 28.450719 L 138.857625 28.353063 L 139.099812 28.2515 L 139.345906 28.153844 L 139.830281 27.958531 L 140.076375 27.860875 L 140.318562 27.763219 L 140.564656 27.669469 L 140.806844 27.571813 L 141.049031 27.478063 L 141.295125 27.384313 L 141.7795 27.196813 L 142.025594 27.103063 L 142.509969 26.915563 L 142.756062 26.825719 L 142.99825 26.735875 L 143.240437 26.642125 L 143.486531 26.552281 L 143.970906 26.372594 L 144.217 26.28275 L 144.459187 26.196813 L 144.701375 26.106969 L 144.947469 26.021031 L 145.189656 25.935094 L 145.431844 25.84525 L 145.677937 25.759313 L 146.162312 25.587438 L 146.408406 25.5015 L 146.650594 25.419469 L 146.892781 25.333531 L 147.138875 25.2515 L 147.381062 25.169469 L 147.62325 25.083531 L 147.869344 25.0015 L 148.353719 24.837438 L 148.599812 24.755406 L 148.842 24.677281 L 149.084187 24.59525 L 149.330281 24.513219 L 149.814656 24.356969 L 150.06075 24.274938 L 150.545125 24.118688 L 150.791219 24.040563 L 151.033406 23.966344 L 151.2795 23.888219 L 151.521687 23.810094 L 151.763875 23.735875 L 152.009969 23.65775 L 152.494344 23.509313 L 152.740437 23.431188 L 153.224812 23.28275 L 153.470906 23.212438 L 153.955281 23.064 L 154.201375 22.989781 L 154.443562 22.919469 L 154.68575 22.84525 L 154.931844 22.774938 L 155.174031 22.704625 L 155.416219 22.630406 L 155.662312 22.560094 L 156.146687 22.419469 L 156.392781 22.349156 L 156.634969 22.28275 L 156.877156 22.212438 L 157.12325 22.142125 L 157.365437 22.075719 L 157.607625 22.005406 L 157.853719 21.939 L 158.095906 21.872594 L 158.338094 21.802281 L 158.584187 21.735875 L 159.068562 21.603063 L 159.314656 21.540563 L 159.799031 21.40775 L 160.045125 21.341344 L 160.287312 21.278844 L 160.5295 21.212438 L 160.775594 21.149938 L 161.017781 21.083531 L 161.259969 21.021031 L 161.506062 20.958531 L 161.990437 20.833531 L 162.236531 20.771031 L 162.478719 20.708531 L 162.724812 20.646031 L 162.967 20.583531 L 163.209187 20.524938 L 163.455281 20.462438 L 163.697469 20.399938 L 163.939656 20.341344 L 164.18575 20.278844 L 164.427937 20.22025 L 164.670125 20.15775 L 164.916219 20.099156 L 165.400594 19.981969 L 165.646687 19.923375 L 166.131062 19.806188 L 166.377156 19.747594 L 166.619344 19.692906 L 166.861531 19.634313 L 167.107625 19.575719 L 167.349812 19.521031 L 167.592 19.462438 L 167.838094 19.40775 L 168.080281 19.349156 L 168.322469 19.294469 L 168.568562 19.239781 L 168.81075 19.181188 L 169.052937 19.1265 L 169.299031 19.071813 L 169.783406 18.962438 L 170.0295 18.90775 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 85.041219 0.0015 L 85.041219 48.360875 L 106.299031 48.360875 L 106.299031 0.0015 Z M 85.041219 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 85.041219 0.0015 L 85.041219 48.360875 L 106.299031 48.360875 L 106.299031 0.0015 Z M 85.041219 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 106.299031 0.0015 L 106.299031 33.618688 L 127.56075 33.618688 L 127.56075 0.0015 Z M 106.299031 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.299031 0.0015 L 106.299031 33.618688 L 127.56075 33.618688 L 127.56075 0.0015 Z M 106.299031 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 127.56075 0.0015 L 127.56075 24.661656 L 148.822469 24.661656 L 148.822469 0.0015 Z M 127.56075 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 127.56075 0.0015 L 127.56075 24.661656 L 148.822469 24.661656 L 148.822469 0.0015 Z M 127.56075 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 148.822469 0.0015 L 148.822469 18.880406 L 170.080281 18.880406 L 170.080281 0.0015 Z M 148.822469 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.822469 0.0015 L 148.822469 18.880406 L 170.080281 18.880406 L 170.080281 0.0015 Z M 148.822469 0.0015 " transform="matrix(1,0,0,-1,40.283,138.189)"/>
</g>
</svg>

</center>
The sum is  <img class="equation_image" title=" \displaystyle \sum_{i=1}^{4} \frac{9}{\left(\frac{3 i}{4} + 3\right)^{2}} = 1.6610 " src="/equation_images/%20%5Cdisplaystyle%20%5Csum_%7Bi%3D1%7D%5E%7B4%7D%20%5Cfrac%7B9%7D%7B%5Cleft%28%5Cfrac%7B3%20i%7D%7B4%7D%20%2B%203%5Cright%29%5E%7B2%7D%7D%20%3D%201.6610%20" alt="LaTeX:  \displaystyle \sum_{i=1}^{4} \frac{9}{\left(\frac{3 i}{4} + 3\right)^{2}} = 1.6610 " data-equation-content=" \displaystyle \sum_{i=1}^{4} \frac{9}{\left(\frac{3 i}{4} + 3\right)^{2}} = 1.6610 " /> . </p> </p>