What is the value of ||\vec{x}||How to Approach a Vector Projection Problem?

  • Level: Undergrad 
  • Thread starter Thread starter msimmons
  • Start date Start date
  • Tags Tags
    Projection Vector
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 8K views
msimmons
Messages
17
Reaction score
0
Problem:
Let [tex]\vec{x}[/tex] and [tex]\vec{y}[/tex] be vectors in Rn and define

[tex]p = \frac{x^Ty}{y^Ty}y[/tex]
and
[tex]z = x - p[/tex]

(a) Show that [tex]\vec{p}\bot\vec{z}[/tex]. Thus [tex]\vec{p}[/tex] is the vector projection of x onto y; that is [tex]\vec{x} = \vec{p} + \vec{z}[/tex], where [tex]\vec{p}[/tex] and [tex]\vec{z}[/tex] are orthogonal components of [tex]\vec{x}[/tex], and [tex]\vec{p}[/tex] is a scalar multiple of [tex]\vec{y}[/tex]

(b) If [tex]||\vec{p}|| = 6[/tex] and [tex]||\vec{z}|| = 8[/tex], determine the value of [tex]||\vec{x}||[/tex]

My problem:
I understand the question, but have no idea how to approach it. Hints?
 
Physics news on Phys.org
Draw any arbitrary two vectors, draw the projection of one onto the other and stare at it until you realize that [tex]\sqrt{6^2 + 8^2}[/tex] is obvious.
 
And then think "3-4-5 right triangle" twice! :smile:

Your "[itex]x^T y[/itex] is a fancy way of writing the dot product. In my simpler mind, what you really want to prove is that
[tex]\frac{\vec{x}\cdot\vec{y}}{||\vec{x}||} \vec{x}[/tex]
is perpendicular to [itex]\vec{p}- \vec{x}[/itex].

Okay, go ahead and take the dot product:
[tex]\frac{\vec{x}\cdot\vec{y}}{||\vec{x}||} \vec{x}\cdot (\vec{x}- \frac{\vec{x}\dot\vec{y}}{||\vec{x}||} \vec{x})[/itex][/tex]