My friend sent me the following problem for help , let $ h=-x_{i-1}+x_i$ , I have tried to evaluate this $\int_{x_{i-1}}^{x_i}(x-x_{i-1})(x_i-x)dx $ using Darboux integral which uses Darboux sum upper sum and lower sum of it where $[x_{i-1}-x_i]$ is a subintervale of the partition of $[a,b]$ but I can't come up to $\dfrac{h^3}{6}$ which it is the result of computing $\int_{x_{i-1}}^{x_i}(x-x_{i-1})(x_i-x)dx $ which it were claimed by my friend , Any help ?
2026-03-31 22:47:57.1774997277
How I can evaluate $\int_{x_{i-1}}^{x_i}(x-x_{i-1})(x_i-x)dx $ with $ h=-x_{i-1}+x_i$?
52 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We have to compute (with $v=x_i,u=x_{i-1}, v-u=h$) $$\begin{aligned}\int_{u}^{v}(x-u)(v-x)dx =& \int_u^v ((v+u)x-uv-x^2)dx \\ =& \int_u^v((v+u)x-uv-x^2)dx \\ = & \left[\dfrac{(v+u)x^2}2-uvx-\dfrac{x^3}3\right]_u^v \\=& \dfrac{(v+u)(v^2-u^2)}2 - uv(v-u)-\dfrac{v^3-u^3}3 \\ \text{(taking $h=v-u$ common}) \ = & h\left(\dfrac{(v+u)(v+u)}2-uv-\dfrac{v^2+u^2+uv}3\right)\\ = & h\left(\dfrac{3v^2+3u^2+6uv-6uv-2v^2-2u^2-2uv}6\right)\\= & h\left(\dfrac{v^2+u^2-2vu}6\right)\\=& h\left(\dfrac{(v-u)^2}6\right)=h\cdot\dfrac{h^2}6=\dfrac{h^3}6\end{aligned}$$