I am having trouble with this problem. f be integrable on $[a,b]$. Suppose $c\in R$ and $g: [a+c,b+c] \to R$ such that $g(x)=f(x-c), x\in[a+c,b+c]$ $$\int_a^bf(x)dx=\int_{a+c}^{b+c}g(x)dx$$ I am thinking that this problem makes use of the change of variable formula to solve. Can you give me some idea? Thank you very much!
2026-03-25 14:23:43.1774448623
Prove that $\int_a^bf(x)dx=\int_{a+c}^{b+c}g(x)dx$
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You simply take $y=x+c$ (or $x=y-c$) which gives $\frac{dy}{dx}=1$ or $dy=dx$ and the new boundaries are $y=a+c$ and $y=b+c$ (because the old boundaries were $x=a$ and $x=b$) and the integral becomes $$\int_a^bf(x)dx = \int_{a+c}^{b+c}f(y-c)dy = \int_{a+c}^{b+c} g(y) dy = \int_{a+c}^{b+c} g(x)dx$$ where in the last step I renamed the dummy variable $y$ to $x$.