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]
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?