What is the Process and Meaning of Taking the Derivative of a Vector?

  • Thread starter Thread starter hkBattousai
  • Start date Start date
  • Tags Tags
    Derivative Vectors
AI Thread Summary
The discussion focuses on the process of taking derivatives of vector functions, specifically in the context of matrix calculus. It explains that the derivative of a quadratic form, such as x^T A^T A x - 2x^T A^T b, results in the expression 2A^T A x - 2A^T b. Additionally, the derivative of the function x^T x yields 2x. The concept of the gradient is introduced, emphasizing that it consists of the vector of partial derivatives. Understanding these derivatives is crucial for applications in optimization and linear algebra.
hkBattousai
Messages
64
Reaction score
0
Here is a snapshot from one of my textbooks:
[PLAIN]http://img64.imageshack.us/img64/8114/vector0.png

How do we take the derivative below?
\frac{d}{dx}\Huge(\normalsize x^TA^TAx\,-\,2x^TA^Tb \Huge)\normalsize\,=\,2A^TAx\,-\,2A^Tb

There is also another vector derivative in the book as follows:
\frac{d}{dx}\Huge(\normalsize x^Tx \Huge)\normalsize \, = \, 2x^T

How do we take these type of derivatives?
What is the meaning of taking derivative of a vector, or transpose of vector?

_____________
EDIT: I found http://en.wikipedia.org/wiki/Matrix_calculus#Derivative_of_linear_functions", but it doesn't either explain the main idea behind vector derivation.

\frac{\partial \; \textbf{a}^T\textbf{x}}{\partial \; \textbf{x}} = \frac{\partial \; \textbf{x}^T\textbf{a}}{\partial \; \textbf{x}} = \textbf{a}

\frac{\partial \; \textbf{A}\textbf{x}}{\partial \; \textbf{x}} = \frac{\partial \; \textbf{x}^T\textbf{A}}{\partial \; \textbf{x}^T} = \textbf{A}
 
Last edited by a moderator:
Mathematics news on Phys.org
For a symmetric matrix B (in your case, B = A^T A), the following is a scalar-valued function from R^n to R:

f(x) = x^T B x

The derivative you are looking for is defined as the vector of partial derivatives (aka gradient):

\frac{df}{dx} = \left(\frac{\partial f}{\partial x_1}, ..., \frac{\partial f}{\partial x_n}\right)^T

If you express f in terms of the components of B,

f(x) = b_{11} x_1^2 + 2 b_{12} x_1 x_2 + ...

you will find that the partial derivatives just "come out right", i.e.

\frac{df}{dx} = 2 B x
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top