Find all vectors in R^3 that are perpendicular to [1; 3; -1]

  • Context: Undergrad 
  • Thread starter Thread starter VinnyCee
  • Start date Start date
  • Tags Tags
    Perpendicular Vectors
Click For Summary
SUMMARY

To find all vectors in R3 that are perpendicular to the vector [1; 3; -1], one must utilize the dot product property. The condition for perpendicularity is established by the equation x + 3y - z = 0. The solution set can be expressed as all vectors of the form [s; t; s + 3t], where s and t are any real numbers. This represents the subspace spanned by the vectors [1; 0; 1] and [0; 1; 3], which geometrically corresponds to the plane defined by the equation x + 3y - z = 0.

PREREQUISITES
  • Understanding of vector operations in R3
  • Knowledge of the dot product and its properties
  • Familiarity with linear combinations and vector spans
  • Basic skills in sketching geometric representations of equations
NEXT STEPS
  • Study the properties of the dot product in vector spaces
  • Learn about vector spans and subspaces in linear algebra
  • Explore geometric interpretations of linear equations in R3
  • Practice finding perpendicular vectors in higher dimensions
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with vector spaces and require a solid understanding of perpendicularity and vector representation in R3.

VinnyCee
Messages
486
Reaction score
0
THE PROBLEM:

The dot product is:

\overrightarrow{x}\,=\,\left[ \begin{array}{c} x_1 \\ x_2 \\ \vdots \\ x_n \end{array} \right]

\overrightarrow{y}\,=\,\left[ \begin{array}{c} y_1 \\ y_2 \\ \vdots \\ y_n \end{array} \right]

in \mathbb{R}^n:

\overrightarrow{x}\,\cdot\,\overrightarrow{y}\,=\,x_1\,y_1\,+\,x_2\,y_2\,+\,\ldots\,+\,x_n\,y_n

If the scalar \overrightarrow{x}\,\cdot\,\overrightarrow{y} is equal to zero, the vectors are perpendicular.

Find all vectors in \mathbb{R}^3 that are perpendicular to
\left[ \begin{array}{c} 1 \\ 3 \\ -1 \end{array} \right].

Draw a sketch as well.

MY WORK SO FAR:

\left[ \begin{array}{c} 1 \\ 3 \\ -1 \end{array} \right]\,\cdot\,\left[ \begin{array}{c} x \\ y \\ z \end{array} \right]\,=\,0

x\,+\,3\,y\,-\,z\,=\,0

z\,=\,x\,+\,3\,y

Let s = x and t = y

z\,=\,s\,+\,3\,t

\left[ \begin{array}{c} 1 \\ 3 \\ -1 \end{array} \right]\,\cdot\,\left[ \begin{array}{c} s \\ t \\ s\,+\,3\,t \end{array} \right]\,=\,0

Does the above look right?
 
Last edited:
Physics news on Phys.org
Yes, that looks good- but where is your answer? Since the problem asks for the set of all vectors perpendicular to [1, 3, -1] your answer should be something like "All vectors satisfying" or "all vectors spanned by". You have already calculated that a vector [x, y, z] in that space must satisfy x+ 3y- z= 0; just say that. You have also calculated form that that z= x+ 3y and got [s, t, s+3t] as a "representative" vector. You could answer "all vectors of the form [s, t, s+ 3t] where s and t can be any real numbers. Finally, since [s, t, s+ 3t]= s[1, 0, 1]+ t[0, 1, 3], you could answer "the subspace spanned by [1, 0, 1] and [0, 1, 3]."

Your picture, of course, would be the plane x+ 3y- z= 0.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K