sbashrawi
- 49
- 0
Homework Statement
I need to proof the change of variable formula for integartion
integration of [g(t)]dt on [a+h, b+h] =integration of g(t+h)dt on [ a, b]
The discussion revolves around proving the change of variable formula for integration, specifically focusing on the integration of a function over a shifted interval. Participants are exploring the implications of this formula in the context of both Riemann and Lebesgue integrals.
The discussion is ongoing, with various approaches being considered. Some participants have provided guidance on the steps needed to prove the formula for simple functions, while others are reflecting on the correctness of their reasoning and the implications of their methods.
Participants note that the problem involves proving the property for simple integrable functions before generalizing to the broader case. There is an emphasis on ensuring that the integrals remain valid under transformations, particularly in the context of measure theory.
sbashrawi said:I know this but the problem is how to prove it.
I proved it in the follwoing way:
let f be simple function on [ a+h, b+h]
f(x) = sum( c_i X(E_i+h))
int f(t) over [a+h, b+h] = sum (c_i * m(E_i + h) = sum (c_i * m(E_i)) = sum (c_i * m( E_i -h))
= int f(t+h) over [a,b].
Am I right?