I'm currently working on an essay about Riemann Sums and I have encountered a problem concerning the error in left and right Riemann sums. If we consider a function,$f$, over the interval $[x{_i}, x_{i+1}]$ we know that the left Riemann sum will estimate the area as $f(x{_i)}\times[x_{i+1} - x_{i}]$ and the right as $f(x_{i+1)}\times[x_{i+1} - x_{i}]$. Now, I know that if $f(x)$ is strictly increasing on the interval, the left will underestimate and the right will overestimate. However, could I extend this to say that if the average value of the derivative in the interval is positive, the left will underestimate and the right will overestimate? Would it be fair to say that for larger average values of $f'(x)$, there is a greater error in both methods?
2026-04-01 11:03:06.1775041386
Average Value of a Derivative Connecting to the Integral
464 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in NUMERICAL-METHODS
- The Runge-Kutta method for a system of equations
- How to solve the exponential equation $e^{a+bx}+e^{c+dx}=1$?
- Is the calculated solution, if it exists, unique?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Minimum of the 2-norm
- Is method of exhaustion the same as numerical integration?
- Prove that Newton's Method is invariant under invertible linear transformations
- Initial Value Problem into Euler and Runge-Kutta scheme
- What are the possible ways to write an equation in $x=\phi(x)$ form for Iteration method?
- Numerical solution for a two dimensional third order nonlinear differential equation
Related Questions in AVERAGE
- Calculating an average of other averages
- Is the average of a quotient ever the quotient of the averages?
- Weighted Average?
- Is there a way to calculate or estimate the trimmed mean given only summary statistics?
- Question on average.
- Average and standard deviation equation system
- What is $\cfrac 1n$ in this expression?
- Link between average and integrals
- Expected value based on probability
- Division returns within fixed percentage in a financial game.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
As far as your first question is concerned, one can think of: $$f(x)=x^2,\ x\in[-0.9,1]$$ Then, $f'(x)=2x$ and the average value of $f'$ is: $$\frac{1}{1-(-0.9)}\int_{-0.9}^1f'(x)dx=\frac{1}{1.9}(1-0.9^2)=\frac{0.19}{1.9}=0.1>0$$ So, the average value of the derivative is strictly positive. Let now, $I=\int_{-0.9}^1f(x)dx$. We can calculate, easily that: $$I=0.09.333\dots=0.090\overline{3}$$. However, one can see that $f(-0.9)\times[1-(-0.9)]=0.81\times1.9=1.539>I$, so, the left Riemann Sums clearly does not underestimate $I$.
By assuming that the average value of $f'$ is positive over an interval $[a,b]$, one could think as follows: $$\frac{1}{b-a}\int_a^bf'(t)dt=\frac{f(b)-f(a)}{b-a}>0$$ From the Mean Value Theorem, there exist a $\xi\in(a,b)$, such as: $$f'(\xi)=\frac{f(b)-f(a)}{b-a}>0$$ and from that you can take it as far as you want, depending on the properties of $f$.
As far as your second question is concerned, it seems to me that if you take $g(x)=Mf(x)$, $x\in[-0,9,1]$, where $M$ is an arbitrary positive constant, as large as you like, then, you will get that the average value of $g'$ is: $$\frac{1}{1.9}\int_{-0.9}^1g'(x)dx=\frac{1}{1.9}M\int_{-0.9}^1f'(x)dx=\dots=0.1\cdot M$$ so, by letting $M\to+\infty$, it is evident that the average value of $g'$ can get as large as possible, however, the left Riemann Sum still overestimates the integral $\int\limits_{-0.9}^1g(x)dx$.
Lastly, it seems in an intuitive level, that the error gets larger as the mean value of the derivetive tends to infinity, where as error one can consider the following (this is for the left sum; for the right sum one can work in the same way): $$E_L(f,a,b)=\left|f(a)(b-a)-\int_a^bf(x)dx\right|$$ One can re-write the above - taking into consideration that $\int\limits_a^bdx=b-a$ - as: $$E_L(f,a,b)=\left|\int_a^bf(a)dx-\int_a^bf(x)dx\right|=\left|\int_a^b[f(a)-f(x)]dx\right|$$ By the triangular inequality for integrals, we take: $$E_L(f,a,b)=\left|\int_a^b[f(a)-f(x)]dx\right|\leq\int_a^b\left|f(a)-f(x)\right|dx\leq\int_a^b\max\limits_{x\in[a,b]}\{|f(a)-f(x)|\}dx=B(f,a,b)$$ So, we have found an upper bound - $B(f,a,b)$ - for our error. Let's assume that the average value of $f'$ is positive and equal to $N$, so: $$0<N=\frac{1}{b-a}\int_a^bf'(x)dx=\frac{f(b)-f(a)}{b-a}\Rightarrow f(b)-f(a)=N(b-a)$$ It is evident, by the definition of $B(f,a,b)$, that $B(f,a,b)\geq\int_a^b|f(b)-f(a)|dx$, so, we have: $$B(f,a,b)\geq\int_a^b|f(b)-f(a)|dx=\int_a^bN(b-a)dx=N(b-a)^2$$ So, letting $N\to+\infty$, gives that: $$B(f,a,b)\to+\infty$$ Which means that the error - well, actually our estimation of the error - increases infinitely, as the average value of $f'$ increases infinitely.