Derivative Formulae for Continuous f(x) on [0,1]

  • Thread starter Thread starter azatkgz
  • Start date Start date
  • Tags Tags
    Exam Midterm
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
azatkgz
Messages
182
Reaction score
0

Homework Statement


Question 5(10 marks)
Assume that a function f(x) is continuous on the interval [0,1].Express the following derivatives as formulae in terms of
[tex]x,f(x),f'(x) and \int_{a}^{x}f(t)dt[/tex]

[tex]a)\frac{d}{dx}\int_{x}^{0}tf(t)dt[/tex] [tex]b)\frac{d}{dx}\int_{0}^{x}xf(t)dt[/tex]


[tex]c)\frac{d}{dx}\int_{0}^{x}xf(x)dt[/tex]


The Attempt at a Solution



I got 6 marks from 10.Can you help me to find my mistakes?:frown:

a)[tex]xf(x)[/tex]


b)[tex]\frac{d}{dx}\int_{0}^{x}xf(t)dt=\int_{0}^{x}f(t)dt+x\frac{d}{dx}\int_{0}^{x}f<br /> <br /> (t)dt=\int_{0}^{x}f(t)dt+xf(x)[/tex]

c)[tex]\frac{d}{dx}\int_{0}^{x}xf(x)dt=\int_{0}^{x}f(x)dt+f'(x)x\int_{0}^{x}dt+xf<br /> <br /> (x)\frac{d}{dx}\int_{0}^{x}dt=f(x)x+f'(x)x^2+xf(x)=2xf(x)+x^2f'(x)[/tex]
 
Physics news on Phys.org
c) is right

for a), the FTC says that

[tex]\frac{d}{dx}\int_{0}^{x}tf(t)dt=xf(x)[/tex]

so you forgot to invert the bounds of the integrals first, which would induce a minus sign in the answer.

For b), this is an application of Leibniz rule of differentiation under the integral sign where the integrand xf(t) is considered as a function of two variables g(x,t)=xf(t).
 
then [tex]\frac{d}{dx}\int_{0}^{x}g(x,t)dt[/tex].


Right?
 
[tex]\frac{d}{dx}\int_{0}^{x}g(x,t)dt=\frac{d}{dx}\int_{0}^{x}xf(x)dt[/tex]
 
No,

[tex]\frac{d}{dx}\int_{0}^{b(x)}g(x,t)dt = \int_{0}^{b(x)}\frac{\partial}{\partial x}g(x,t)dt+b'(x)g(x,b(x))[/tex]

So

[tex]\frac{d}{dx}\int_{0}^{x}xf(t)dt = \int_{0}^{x}f(t)dt+xf(x)[/tex]
 
Last edited:
Very nice.I've haven't seen this method.