Puzzle: (d/dt)[f(x+t)] v.s. f '(x+t)

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Puzzle
kingwinner
Messages
1,266
Reaction score
0

Homework Statement


Are (d/dt)[f(x+t)] and f '(x+t) always equal?

Homework Equations


The Attempt at a Solution


For (d/dt)[f(x+t)], I would interpret it as first evaluate at x+t, then differentiate with respect to t.
And the standard interpretation of f '(x+t) is f '(x+t) = (d[f(x)]/dx) |x=x+t (first differenate, then evaluate at x+t, so the derivative itself is treated as a function).

I've tried a few functions, and they both expressions give the same answer which is quite surprising to me...
e.g.) f(x)=x^2, f '(x)=2x, f '(x+t)=2(x+t)
f(x+t)=(x+t)^2, (d/dt)[f(x+t)]=2(x+t)

e.g.) f(x)=ln(x), f '(x)=1/x, f '(x+t)=1/(x+t)
f(x+t)=ln(x+t), (d/dt)[f(x+t)]=1/(x+t)

However, these examples may just be special cases. It's just does not seem clear to me that these two expressions are always equal.

Is there any way to prove rigorously that these two expressions indeed always give the same answer? (or disprove it using a counterexample?)

Thanks for any help!
 
Physics news on Phys.org
usually f'(x+t)=df/d(x+t) which with the chain rule means:
f'(x+t)=(df/dt)/(d(x+t)/dt)+(df/dx)/(d(x+t)/dx).
But it really depends on the notation, and connotation.
 
So are (d/dt)[f(x+t)] and f '(x+t) ALWAYS equal?

I don't see how the chain rule can be applied here. The chain rule says something like dy/ds=(dy/dx)(dx/ds) which doesn't seem to apply in our situation.
 
kingwinner said:
So are (d/dt)[f(x+t)] and f '(x+t) ALWAYS equal?

I don't see how the chain rule can be applied here. The chain rule says something like dy/ds=(dy/dx)(dx/ds) which doesn't seem to apply in our situation.

Try making a variable substitution to make things easier; Let u\equiv x+t. Then you want to see whether

\frac{d}{dt}f(u)=f'(u)

What must \frac{du}{dt} be for that to occur?
 
No.
for example:
d/dt(exp(iwt-kx))=iwexp(iwt-kx)
d/d(iwt-kx)(exp(iwt-kx))=exp(iwt-kx)
is this example simplifiies this matter?
 
loop quantum gravity said:
No.
for example:
d/dt(exp(iwt-kx))=iwexp(iwt-kx)
d/d(iwt-kx)(exp(iwt-kx))=exp(iwt-kx)
is this example simplifiies this matter?

Not a very good example for two reasons:

(1)e^{iwt-kx} is a function of iwt-kx not x+t

(2)You are implicitly assuming that \frac{dx}{dt}=0
 
I don't get it. So is there a counterexample or is the statement true in general? (I am not familiar with complex numbers i)
 
kingwinner said:
I don't get it. So is there a counterexample or is the statement true in general? (I am not familiar with complex numbers i)

Here's a very simple example to consider:

f(x+t)=x+t

\implies f'(x+t)=1

\implies \frac{d}{dt} f(x+t)=\frac{dx}{dt}+1=\frac{dx}{dt}+f'(x+t)

In this case, \frac{d}{dt} f(x+t)=f'(x+t) is only true if \frac{dx}{dt}=0.

You can (and should!) use the chain rule to see that the same condition applies to all functions of the form f(x+t)
 
Thanks, but there are still a few points that I don't understand:

f '(x+t) = 1 <----here what are you differentiating with respect to?


\implies \frac{d}{dt} f(x+t)=\frac{dx}{dt}+1 <---what principle are you using in this equality? And when we have a function f that is a function of both x and t (i.e. multivariable function), why can we still have d/dt? Shouldn't it be a partial derivative?


If the original statement is true only when dx/dt=0, that means it's true whenever the variables x and t are independent, right?
 
  • #10
kingwinner said:
Thanks, but there are still a few points that I don't understand:

f '(x+t) = 1 <----here what are you differentiating with respect to?
f&#039;(x+t)=\frac{d}{d(x+t)}f(x+t)

\implies \frac{d}{dt} f(x+t)=\frac{dx}{dt}+1 <---what principle are you using in this equality?
This is specifically for the example f(x+t)=x+t. Surely you know that \frac{d}{dt} (x+t)=\frac{dx}{dt}+1?


And when we have a function f that is a function of both x and t (i.e. multivariable function), why can we still have d/dt? Shouldn't it be a partial derivative?

Typically, one would treat f(x,t) as a multivariable function; and f(x+t) as a single variable function with that variable being (x+t).

Normal derivatives are still defined for multivariable functions, so I see no reason why it should be a partial derivative (unless of course the original question actually asked if \frac{\partial}{\partial t} f(x+t) was always equal to f'(x+t))

If the original statement is true only when dx/dt=0, that means it's true whenever the variables x and t are independent, right?

Yes, but I only showed it was the case for the specific example where f(x+t)=x+t. It's your job to show that it is true for all functions of the form f(x+t).
 
  • #11
It might be worth imposing limits on your functions to see if they do indeed remain convergent to a particular value. By doing that you can see if this is always the case. Try proof methods.
 
Back
Top