How can the parallelogram law be proven?

  • Context: Graduate 
  • Thread starter Thread starter franz32
  • Start date Start date
  • Tags Tags
    Law Parallelogram
Click For Summary
SUMMARY

The parallelogram law states that for any vectors u and v in R^n, the equation //u + v//^2 + //u - v//^2 = 2//u//^2 + 2//v//^2 holds true. This can be proven by expanding both sides using the properties of dot products and vector norms. The discussion also touches on related concepts such as the Vandermonde determinant and its proof using cofactors. Key mathematical operations include the dot product and vector length calculations.

PREREQUISITES
  • Understanding of vector spaces and operations in R^n
  • Familiarity with dot products and vector norms
  • Knowledge of matrix transposition and properties
  • Basic concepts of determinants and cofactors
NEXT STEPS
  • Study the proof of the Vandermonde determinant using cofactors
  • Explore the properties of dot products in vector spaces
  • Learn about matrix transposition and its implications in linear algebra
  • Investigate advanced vector calculus concepts related to norms and distances
USEFUL FOR

Mathematicians, students studying linear algebra, and anyone interested in vector calculus and geometric properties of vectors.

franz32
Messages
133
Reaction score
0
Hello everyone! =)

This might be a good challenge to everyone here... =)

1.) Let A be an n X n matrix and let x and y be vectors in R^n.
Show that Ax .y = x.(A^T)(y), where "." means dot product and T is 'transpose'.

2. show that u.v = (1/4)// u + v //^2 - (1/4)//u - v//^2
where u and v are vectors; "." means dot product and
//...// denote the length of a vector.

3. Prove the parallelogram law: // u + v //^2 + // u - v //^2 =
2 //u//^2 + 2 //v//^2.

4. Prove the Vandermonde determinant.
 
Last edited:
Physics news on Phys.org
(\vec{u}+\vec{v})^2=\vec{u}^2+\vec{v}^2+2\vec{u}.\vec{v}

(\vec{u}-\vec{v})^2=\vec{u}^2+\vec{v}^2-2\vec{u}.\vec{v}

(\vec{u}+\vec{v})^2 - (\vec{u}-\vec{v})^2 = 4\vec{u}.\vec{v}

\frac{(\vec{u}+\vec{v})^2 - (\vec{u}-\vec{v})^2}{4} = \vec{u}.\vec{v}
 
Last edited:
Hello there!

Hi.

You're right. Well, if you pretty know the property involved on the right side, you could expand the following...

//u + v//^2 = //u//^2 + //v//^2 + 2 (u.v) and
//u - v//^2 = //u//^2 + //v//^2 - 2 (u.v) Thus

u.v = (1/4)//u//^2 + (1/4)//v//^2 + 1/2(u.v) - (1/4)//u//^2 - (1/4)//v//^2 + 1/2(u.v)

u.v = 1/2(u.v) + 1/2(u.v)
= u.v
 
Parallelogram Law

In #3, it is very easy, as long as you know the equivalent of
//u + v//^2 and //u - v//^2 (look on the previous replies.)

the sum of the two yields:

//u//^2 + //v//^2 + 2(u.v) + //u//^2 + //v//^2 - 2(u.v)

and thus = 2//u//^2 + 2//v//^2

In Vandermonde determinant, use the cofactor for easier proving.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 52 ·
2
Replies
52
Views
4K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K