Second derivative of chained function

Click For Summary
SUMMARY

The discussion revolves around evaluating the second derivative of a function defined as ##M(f(x))##, where ##M: \mathbb{R}^2 \to \mathbb{R}^2## is a multivariable linear function and ##f: \mathbb{R} \to \mathbb{R}^2## is a single-variable function. Participants clarify that the first derivative is given by ##g'(x) = M'(f(x))f'(x)##, and the second derivative can be computed using the product and chain rules. The conversation emphasizes the importance of understanding the dimensions of the functions involved and the application of matrix notation for derivatives.

PREREQUISITES
  • Understanding of multivariable calculus, specifically derivatives of vector-valued functions.
  • Familiarity with matrix notation and operations, particularly in the context of linear transformations.
  • Knowledge of the chain rule and product rule in calculus.
  • Experience with partial derivatives and their applications in multivariable functions.
NEXT STEPS
  • Study the application of the chain rule in multivariable calculus, focusing on index notation.
  • Learn about the properties of linear transformations and their derivatives in the context of vector calculus.
  • Explore the use of tensor notation for higher-order derivatives in multivariable functions.
  • Investigate examples of second derivatives of composite functions to solidify understanding of the concepts discussed.
USEFUL FOR

Mathematicians, students of calculus, and anyone involved in advanced mathematical analysis, particularly those working with multivariable functions and their derivatives.

lriuui0x0
Messages
101
Reaction score
25
Let's say we have a function ##M(f(x))## where ##M: \mathbb{R}^2 \to \mathbb{R}^2## is a multivariable linear function, and ##f: \mathbb{R} \to \mathbb{R}^2## is a single variable function. Now I'm getting confused with evaluating the following second derivative of the function:

$$
[M(f(x))]'' = [M'(f(x)) \circ f'(x)]'
$$

How do we continue to evaluate the second derivative? This may be a very basic question, but I'm trying to get clear on the dimension of functions.
 
Last edited:
Physics news on Phys.org
lriuui0x0 said:
Let's say we have a function ##M(f(x))## where ##M: \mathbb{R}^2 \to \mathbb{R}^2## is a multivariable linear function, and ##f: \mathbb{R} \to \mathbb{R}## is a single variable function. Now I'm getting confused with evaluating the following second derivative of the function:

$$
[M(f(x))]'' = [M'(f(x)) \circ f'(x)]'
$$

How do we continue to evaluate the second derivative? This may be a very basic question, but I'm trying to get clear on the dimension of functions.
This doesn't make sense. If ##M## is a function on ##\mathbb R^2##, then it needs two argumemts. You've given it only one, namely ##f(x)##.
 
lriuui0x0 said:
Let's say we have a function ##M(f(x))## where ##M: \mathbb{R}^2 \to \mathbb{R}^2## is a multivariable linear function, and ##f: \mathbb{R} \to \mathbb{R}## is a single variable function. Now I'm getting confused with evaluating the following second derivative of the function:

$$
[M(f(x))]'' = [M'(f(x)) \circ f'(x)]'
$$

How do we continue to evaluate the second derivative? This may be a very basic question, but I'm trying to get clear on the dimension of functions.
Assuming ##M: \mathbb{R} \to \mathbb{R}##, and we want the second derivative of the function ##g(x) = M(f(x))##, then the first derivative is: $$g'(x) = M'(f(x))f'(x)$$ Note that this is not what you've written.

The second derivative is then evaluated using the product rule and the chain rule again.
 
PeroK said:
This doesn't make sense. If ##M## is a function on ##\mathbb R^2##, then it needs two argumemts. You've given it only one, namely ##f(x)##.
Sorry I made a mistake in my question, it should be ##f: \mathbb{R} \to \mathbb{R}^2## instead.
 
lriuui0x0 said:
Sorry I made a mistake in my question, it should be ##f: \mathbb{R} \to \mathbb{R}^2## instead.
You have partial derivatives, not ordinary derivatives, for ##M(y, z)##. Where ##f(x) = (y(x), z(x))##.
 
PeroK said:
You have partial derivatives, not ordinary derivatives, for ##M(y, z)##. Where ##f(x) = (y(x), z(x))##.
I'm thinking about the total derivatives instead, ##M'## is a map ##\mathbb{R}^2 \to \mathbb{R}^2## at every ##\mathbb{R}^2## point. Therefore ##M'(f(x)) : \mathbb{R}^2 \to \mathbb{R}^2## and it can be composed with ##f'(x): \mathbb{R} \to \mathbb{R}^2##.
 
lriuui0x0 said:
Let's say we have a function ##M(f(x))## where ##M: \mathbb{R}^2 \to \mathbb{R}^2## is a multivariable linear function, and ##f: \mathbb{R} \to \mathbb{R}^2## is a single variable function. Now I'm getting confused with evaluating the following second derivative of the function:

$$
[M(f(x))]'' = [M'(f(x)) \circ f'(x)]'
$$

How do we continue to evaluate the second derivative? This may be a very basic question, but I'm trying to get clear on the dimension of functions.

\circ is function composition; the inner product is \cdot (\cdot)

The derivative of M is a 2x2 matrix J_{ij} = \partial_jM_i; the second derivative is a 2x2x2 tensor K_{ijk} = \partial_j\partial_k M_i where \delta_i denotes differentiation with respect to the ith argument. It is difficult to write expressions involving these without using suffix notation:
<br /> \begin{split}<br /> (M \circ f)_i&#039;(t) &amp;= (J_{ij} \circ f)(t)f_j&#039;(t) \\<br /> (M \circ f)_i&#039;&#039;(t) &amp;= (J_{ij} \circ f)(t)f_j&#039;&#039;(t) + f_j&#039;(t)f_k&#039;(t)(K_{ijk} \circ f)(t)<br /> \end{split}<br /> Now the first derivative and the first term of the second derivative can be written as matrix products of (J \circ f)(t)) and f&#039;(t) or f&#039;&#039;(t) respectively; it's much harder to do that with the second term of the second derivative, but ((K \circ f)(t) \cdot f&#039;(t)) \cdot f&#039;(t) is an attempt, on the understanding that dotting implies contraction over the last index of the first factor and the first index of the second factor.
 
lriuui0x0 said:
I'm thinking about the total derivatives instead, ##M'## is a map ##\mathbb{R}^2 \to \mathbb{R}^2## at every ##\mathbb{R}^2## point. Therefore ##M'(f(x)) : \mathbb{R}^2 \to \mathbb{R}^2## and it can be composed with ##f'(x): \mathbb{R} \to \mathbb{R}^2##.
You've lost me. I think you need to specify carefully (without typos) what functions you are dealing with and what derivatives you want to calculate. ##M'(x)## is generally only used for a simple function of one variable.
 
pasmith said:
\circ is function composition; the inner product is \cdot (\cdot)

The derivative of M is a 2x2 matrix J_{ij} = \partial_jM_i; the second derivative is a 2x2x2 tensor K_{ijk} = \partial_j\partial_k M_i where \delta_i denotes differentiation with respect to the ith argument. It is difficult to write expressions involving these without using suffix notation:
<br /> \begin{split}<br /> (M \circ f)_i&#039;(t) &amp;= (J_{ij} \circ f)(t)f_j&#039;(t) \\<br /> (M \circ f)_i&#039;&#039;(t) &amp;= (J_{ij} \circ f)(t)f_j&#039;&#039;(t) + f_j&#039;(t)f_k&#039;(t)(K_{ijk} \circ f)(t)<br /> \end{split}<br /> Now the first derivative and the first term of the second derivative can be written as matrix products of (J \circ f)(t)) and f&#039;(t) or f&#039;&#039;(t) respectively; it's much harder to do that with the second term of the second derivative, but ((K \circ f)(t) \cdot f&#039;(t)) \cdot f&#039;(t) is an attempt, on the understanding that dotting implies contraction over the last index of the first factor and the first index of the second factor.
Is there some reference of chain rule using index notation? Also what do you mean by ##J_{ij} \circ f##, isn't ##J_{ij}## a single number?
 
  • #10
PeroK said:
You've lost me. I think you need to specify carefully (without typos) what functions you are dealing with and what derivatives you want to calculate. ##M'(x)## is generally only used for a simple function of one variable.
Sorry about that! I guess I'm just randomly coming up with the notation...
 
  • #11
lriuui0x0 said:
where ##M: \mathbb{R}^2 \to \mathbb{R}^2## is a multivariable linear function
Do you mean that ##M## is linear as a function of its argument in ##\mathbb{R}^2##? If yes, then its role in computing the derivative of ##M \circ f : \mathbb{R} \to \mathbb{R}^2## is trivial and you may want to forget about it for the purpose of the question.
 
  • #12
S.G. Janssens said:
Do you mean that ##M## is linear as a function of its argument in ##\mathbb{R}^2##? If yes, then its role in computing the derivative of ##M \circ f : \mathbb{R} \to \mathbb{R}^2## is trivial and you may want to forget about it for the purpose of the question.
I'd like to know for both ##M## is linear or not. When ##M## is linear, it's basically a matrix. Why being linear makes the question trivial?
 
  • #13
lriuui0x0 said:
I'd like to know for both ##M## is linear or not. Why being linear makes the question trivial?
Because then the answer is
$$
(M \circ f)^{(r)}(x) = M(f^{(r)}(x)) \qquad \forall\,r\in \mathbb{Z}_+,\,\forall\,x\in \mathbb{R},
$$
where the superscript indicates the ##r##th derivative with respect to the scalar variable ##x##. I would also interpret ##M## as a matrix and write the RHS as ##M f^{(r)}(x)##. (##M## just transforms the ##r##th derivative of the curve in ##\mathbb{R}^2## parameterized by ##f##.)
 
  • #14
S.G. Janssens said:
Because then the answer is
$$
(M \circ f)^{(r)}(x) = M(f^{(r)}(x)) \qquad \forall\,r\in \mathbb{Z}_+,\,\forall\,x\in \mathbb{R},
$$
where the superscript indicates the ##r##th derivative with respect to the scalar variable ##x##. I would also interpret ##M## as a matrix and write the RHS as ##M f^{(r)}(x)##. (##M## just transforms the ##r##th derivative of the curve in ##\mathbb{R}^2## parameterized by ##f##.)
Oh is this just the analogy of ##(sf)'## where ##s## is a scalar. Here we just replace the scalar multiplication with a matrix multiplication but it still behaves like a scalar.
 
  • #15
lriuui0x0 said:
Oh is this just the analogy of ##(sf)'## where ##s## is a scalar. Here we just replace the scalar multiplication with a matrix multiplication but it still behaves like a scalar.
Exactly.
 
  • Like
Likes   Reactions: lriuui0x0

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K