How Do You Prove the Multivariable Chain Rule?

Click For Summary
The discussion centers on proving the multivariable chain rule, specifically the statement D(f+g) = D(f) + D(g). The user initially struggles with the concept, noting that the chain rule applies to compositions rather than operations like addition. They clarify that the addition can be treated as a function A(f,g) = f + g, allowing them to apply the chain rule correctly. By demonstrating that A is linear, they conclude that DA = A, leading to the desired result. The user expresses gratitude for the assistance received, indicating they now understand the proof.
Lambda96
Messages
233
Reaction score
77
Homework Statement
Use the chain rule to show the followin is true ##D(f+g)=D(f)+D(g)##
Relevant Equations
Multivariable Chain rule
Hi,

Im completly lost regarding the following exercise:

Bildschirmfoto 2024-06-14 um 20.43.19.png


Unfortunately, I don't understand how to prove the statement using the chain rule. The chain rule is always used if there is a composition, i.e. ##f\circ g=f(g(x))## then I first have to calculate ##g(x)## and insert this result into ##f##, but D(f+g) is a operation and not a composition.
 
Physics news on Phys.org
Lambda96 said:
Homework Statement: Use the chain rule to show the followin is true ##D(f+g)=D(f)+D(g)##
Relevant Equations: Multivariable Chain rule

Hi,

Im completly lost regarding the following exercise:

View attachment 346915

Unfortunately, I don't understand how to prove the statement using the chain rule. The chain rule is always used if there is a composition, i.e. ##f\circ g=f(g(x))## then I first have to calculate ##g(x)## and insert this result into ##f##, but D(f+g) is a operation and not a composition.
The addition is the second function, say ##A(f,g)= f+g.## Then we get ##D(f+g)=D(A(f,g))=(D\circ A)(f,g)## and ##D(f)+D(g)= (D(A))(D(f),D(g)).##
 
Thank you fresh_42 for your help 👍, now the task makes more sense


If I now apply the chain rule to the expression ##(D \circ A)(f,g)##, the result should be ##D'(A(f,g))\cdot A'(f,g)##, right?
 
I'm not sure how to write it best and it is all about notation.

With ##A(f,g)=f+g## we have
\begin{align*}
A(\alpha (f,g))&=A(\alpha f, \alpha g)=\alpha f+\alpha g=\alpha(f+g)=\alpha A(f,g)\\
A((f_1,g_1)+(f_2,g_2))&=A((f_1+f_2),(g_1+g_2))=(f_1+f_2)+(g_1+g_2)\\
&=(f_1+g_1)+(f_2+g_2)=A(f_1,g_1)+A(f_2,g_2)
\end{align*}
and ##A## is linear. Therefore we have ##DA=A.## Finally,
$$
D(f+g)=D(A(f,g))=DA(D(f,g))=DA(D(f),D(g))=A(D(f),D(g))=D(f)+D(g)
$$

Please note to every equation sign which property we have used!
1. ...
2. ...
3. ...
4. ...
5. ...
 
Last edited:
Many thanks for your help fresh_42 👍 now I have understood it :smile:
 
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...