Help taking a partial derivative

Click For Summary
The discussion revolves around computing the partial derivative of a function without a specific form for u(t,x). It is established that the partial derivative depends on the function itself, as demonstrated through examples with different forms of u. The participants clarify that the chain rule applies, emphasizing the need for careful notation when dealing with transformations of functions. A correct application of the chain rule for multi-variable functions is highlighted, showing how derivatives are evaluated at transformed variables. The conversation concludes with appreciation for the clarification provided on the topic.
docnet
Messages
796
Reaction score
488
Homework Statement
I need to compute this partial derivative
Relevant Equations
##\partial_tu\big[(t,x-t\kappa V)\big]##
Hi all, I was wondering is if the following partial derivative can be computed without a specific ##u(t,x)##

$$\partial_tu\big[(t,x-t\kappa V)\big]$$

I was thinking it can't be done, because we could have

$$u_a(t,x)=tx \Rightarrow \partial_tu\big[(t,x-t\kappa V)\big]=\partial_t\big[tx-t^2\kappa V\big]=x-2t\kappa V$$
$$u_b(t,x)=t+x \Rightarrow \partial_tu\big[(t,x-t\kappa V)\big]=\partial_t\big[t+x-t\kappa V\big]=1-\kappa V$$

so there is no universal formula for ##\partial_tu\big[(t,x-t\kappa V)\big]##, which depends on the function ##u(t,x)##.
 
Physics news on Phys.org
You mean that the partial derivative of a function depends on the function? Is that a surprise?
 
PeroK said:
You mean that the partial derivative of a function depends on the function? Is that a surprise?
Thank you. If we have a transformation of ##u(t,x)## defined by ##u_a(t,x)\Rightarrow u(2t,x)## then we can make a statement like
$$\partial_t[u_a(t,x)]=\partial_tu(2t,x)\cdot \partial_t(2t)$$$$=2\cdot \partial_tu(2t,x)=2\partial_tu_a(t,x)$$
The partial derivative of the transformed function scales by a multiple of 2.

I needed some thinking out loud to convince myself that there isn't a similar result for functions like ##u(t,x-t)##
 
okay, i think i see what is confusing me. i have been writing it wrong.

could you tell me if the following statement is correct, and the statement in post is #3 wrong?

$$\partial_tu_a(t,x)=\partial_tu(2t,x)=\partial_t u(t,x) \cdot \partial_t(2t)$$
$$=2 \partial_tu(t,x)$$
 
Last edited:
docnet said:
okay, i think i see what is confusing me. i have been writing it wrong.

could you tell me if the following statement correct, and the statement in post #3 wrong?

$$\partial_tu_a(t,x)=\partial_tu(2t,x)=\partial_t u(t,x) \cdot \partial_t(2t)$$
$$=2 \partial_tu(t,x)$$
That's not right. The general form of the chain rule is: $$h(x) = f(g(x)) \ \Rightarrow \ h'(x) = f'(g(x))g'(x)$$ Note that the derivative of ##f## is evaluated at ##g(x)##. This generalises to the multi-variable case: $$\partial_t u(f(t), x) = \partial_t u(f(t), x) f'(t)$$ Now, if you have a function of the form ##u_a(t, x) = u(f(t), g(t, x))##, then you need to be careful about your notation and what things means. In this case, we have:
$$\partial_t u_a(t, x) = \partial_t u(f(t), g(t, x))f'(t) + \partial_x u(f(t), g(t, x))\partial_tg(t, x)$$
For more detail, see my Insight on the multi-variable chain rule:

https://www.physicsforums.com/insights/demystifying-chain-rule-calculus/
 
PeroK said:
That's not right. The general form of the chain rule is: $$h(x) = f(g(x)) \ \Rightarrow \ h'(x) = f'(g(x))g'(x)$$ Note that the derivative of ##f## is evaluated at ##g(x)##. This generalises to the multi-variable case: $$\partial_t u(f(t), x) = \partial_t u(f(t), x) f'(t)$$ Now, if you have a function of the form ##u_a(t, x) = u(f(t), g(t, x))##, then you need to be careful about your notation and what things means. In this case, we have:
$$\partial_t u_a(t, x) = \partial_t u(f(t), g(t, x))f'(t) + \partial_x u(f(t), g(t, x))\partial_tg(t, x)$$
For more detail, see my Insight on the multi-variable chain rule:

https://www.physicsforums.com/insights/demystifying-chain-rule-calculus/
awesome write up! thank you.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...