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

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Puzzle
Click For Summary

Homework Help Overview

The discussion revolves around the relationship between the expressions (d/dt)[f(x+t)] and f '(x+t), questioning whether they are always equal. The subject area pertains to calculus, specifically differentiation and the application of the chain rule.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants explore the interpretations of the two expressions and attempt to understand their equality through examples and counterexamples. Some participants question the application of the chain rule and the conditions under which the expressions might be equal.

Discussion Status

The discussion is ongoing, with participants providing examples and counterexamples to illustrate their points. There is a recognition of the need for rigorous proof or disproof of the equality, and some guidance is offered regarding the conditions under which the expressions may hold true.

Contextual Notes

Participants note that the equality may depend on the relationship between the variables x and t, specifically whether they are independent or not. There is also mention of the need for further exploration of the implications of the chain rule in this context.

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 [tex]u\equiv x+t[/tex]. Then you want to see whether

[tex]\frac{d}{dt}f(u)=f'(u)[/tex]

What must [tex]\frac{du}{dt}[/tex] 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)[tex]e^{iwt-kx}[/tex] is a function of [itex]iwt-kx[/itex] not [itex]x+t[/itex]

(2)You are implicitly assuming that [tex]\frac{dx}{dt}=0[/tex]
 
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:

[tex]f(x+t)=x+t[/tex]

[tex]\implies f'(x+t)=1[/tex]

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

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

You can (and should!) use the chain rule to see that the same condition applies to all functions of the form [itex]f(x+t)[/itex]
 
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?


[tex]\implies \frac{d}{dt} f(x+t)=\frac{dx}{dt}+1[/tex] <---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?
[tex]f'(x+t)=\frac{d}{d(x+t)}f(x+t)[/tex]

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


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 [tex]\frac{\partial}{\partial t} f(x+t)[/tex] 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.
 

Similar threads

Replies
6
Views
3K
Replies
8
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K
Replies
12
Views
2K
Replies
21
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K