Wierd sum of squares compilation to a single vector norm

Click For Summary
SUMMARY

The discussion centers on the mathematical function S(x) defined as S(x) = [M(x) - F(x)]^2 + ||G(x)||^2, where M and F are scalar functions of a vector x, and G is a vector function. The transformation of S(x) into a single square norm, S(x) = ||A + B||^2, is clarified, with A and B defined as A = (M(x) - F(x), 0) and B = (0, G(x)). The conversation delves into the nature of vector addition in this context, particularly how the dimensions of the components interact, especially with the introduction of derivatives and matrices in the more complex formulation of A(x) and B(x).

PREREQUISITES
  • Understanding of vector norms and scalar functions
  • Familiarity with matrix operations and dimensions
  • Knowledge of eigenvalues and their significance in vector spaces
  • Basic calculus, particularly partial derivatives
NEXT STEPS
  • Study vector norms and their properties in linear algebra
  • Learn about matrix dimensions and operations, specifically in the context of linear transformations
  • Explore the concept of eigenvalues and eigenvectors in relation to vector spaces
  • Investigate the application of partial derivatives in multivariable calculus
USEFUL FOR

Mathematicians, data scientists, and engineers working with vector calculus, linear algebra, and optimization problems involving scalar and vector functions.

Sorento7
Messages
16
Reaction score
0
I've encountered a function like this:
S(x) = [M(x) - F(x)] ^2 + || G(x) || ^ 2X being a 3*1 vector
M and F: vector----->scalar
G: vector------->vector and || G || meaning its norm

To change S(x) into a single square, authors have described it like this:

S(x) = || A + B || ^ 2 where A=(M(x) - F(x) , 0) and B=(0 , G(x))

I don't understand how two vectors could be added actually resulting a vector with the first eigenvalue being scalar and the second eigenvalue a 3*1 vector itself?
i.e. what is the "nature" of A + B? a vector?
 
Physics news on Phys.org
Why are you describing the entries of the vector as eigenvalues?

All that they are doing is this. Suppose that
[tex]G(x)=(G_1(x),...,G_m(x))[/tex]
where each Gi takes a vector to a scalar. Then
[tex]S(x) = (M(x)-F(x))^2+G_1(x)^2+...+G_m(x)^2[/tex]
We are adding the squares of a bunch of numbers together. This is the same as taking the norm of a vector which has those numbers as its entries
[tex]S(x) = ||\left( M(x)-F(x),G_1(x),...,G_m(x) \right) ||^2[/tex]

This vector whose norm we are taking is equal to A+B in your post
 


Thanks this sheds some light. Forgive my rudimentary mistakes since I am actually a doctor!

Well, the problem was more complicated than I described:

A(x) = (F(x) - M(x) + ∂M/∂x * x )2 taking 3*1 vector x to scalar
B(x) = || K.x ||2 k:3*3 matrix

I am confused how can (A + B) be represented as :

|| (F(x) - M(x) , 0) + (∂M/∂x , K).x ||2

Especially, what would be the dimension of the matrix (∂M/∂x , K) ? (discrepancy between the first 1 * 3 entry and second 3 * 3?)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 21 ·
Replies
21
Views
1K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
2
Views
5K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K