Tuesday, January 10, 2017

calculus - Proving :fractextrmdtextrmdxintg(x)h(x)f(t)textrmdt=f(g(x))g(x)f(h(x))h(x).




How to prove that :



ddxg(x)h(x)f(t)dt=f(g(x))g(x)f(h(x))h(x).


Answer



Let us first assume that f has a primitive, which we shall refer to as F. By the fundamental theorem of calculus, we have:



g(x)h(x)f(t)dt=F(g(x))F(h(x))



By the chain rule, we have:




ddx(fg)=f(g(x))g(x)



As we know that ddxF(x)=f(x), we have:



ddx(F(g(x))F(h(x)))=F(g(x))g(x)F(h(x))h(x)=f(g(x))g(x)f(h(x))h(x)



Which means that:



ddtg(x)h(x)f(t)dt=f(g(x))g(x)f(h(x))h(x)




Q.E.D.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...