Homework question involving 2nd FTC, derivative of an integral

mrchris
Messages
31
Reaction score
0

Homework Statement


Suppose that the function f : R → R is differentiable. Define the function H: R → R by
H(x) = ∫−x to x of [ f (t) + f (−t)]dt for all x in R.
Find H'' (x).

Homework Equations





The Attempt at a Solution


i divided it up into ∫ 0 to x of [ f (t) + f (−t)]dt and -∫ from 0 to -x of [ f (t) + f (−t)]dt. then by the 2nd FTC, H '(x)=
2[ f (x) + f (−x)], so H ''(x) should then be of 2[ f '(x) - f '(−x)]. I'm just not sure if the f(-t) changes anything besides the fact that when I differentiate f(-t) I use the chain rule and multiply by -1.
 
Physics news on Phys.org
mrchris said:

Homework Statement


Suppose that the function f : R → R is differentiable. Define the function H: R → R by
H(x) = ∫−x to x of [ f (t) + f (−t)]dt for all x in R.
Find H'' (x).

Homework Equations





The Attempt at a Solution


i divided it up into ∫ 0 to x of [ f (t) + f (−t)]dt and -∫ from 0 to -x of [ f (t) + f (−t)]dt.
Looks OK up to here.

So $$ H(x) = -\int_0^{-x}(f(t) + f(-t))dt + \int_0^{x}(f(t) + f(-t))dt $$

Show me how you got H'(x).
mrchris said:
then by the 2nd FTC, H '(x)=
2[ f (x) + f (−x)], so H ''(x) should then be of 2[ f '(x) - f '(−x)]. I'm just not sure if the f(-t) changes anything besides the fact that when I differentiate f(-t) I use the chain rule and multiply by -1.
 
so i am under the impression that d/dx of ∫f(t) dt = f(x), so taking each term, H'(x)= dH/dx of
∫0 to x [f(t)]= f(x)
∫0 to x [f(-t)]= f(-x)
∫0 to -x [f(t)]= f(-x)*-1
∫0 to -x [f(-t)]= f(x)*-1

so H'(x)= [f(x)+f(-x)]-(-1)[f(-x)+f(x)]=[f(x)+f(-x)]+[f(-x)+f(x)]=2[f(x)+f(-x)]

I am not sure if I am also supposed to be applying the chain rule at this step with the f(-t) derivative
 
This looks fine. Now take the derivative again, keeping in mind that d/dx(f(-x)) = -f'(-x).
 
so H ''(x) should then be of 2[ f '(x) - f '(−x)].
 
mrchris said:
so i am under the impression that d/dx of ∫f(t) dt = f(x), so
You mean, I hope, that d/dx \int_a^x f(t)dt so that d/dx \int_x^a f(t)dt= d/dx\left(-\int_a^x f(t)dt\right)= -f(x)

taking each term, H'(x)= dH/dx of
∫0 to x [f(t)]= f(x)
∫0 to x [f(-t)]= f(-x)
∫0 to -x [f(t)]= f(-x)*-1
∫0 to -x [f(-t)]= f(x)*-1

so H'(x)= [f(x)+f(-x)]-(-1)[f(-x)+f(x)]=[f(x)+f(-x)]+[f(-x)+f(x)]=2[f(x)+f(-x)]

I am not sure if I am also supposed to be applying the chain rule at this step with the f(-t) derivative
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top