Orthogonal basis to two vectors in R4

jayred
Messages
3
Reaction score
0

Homework Statement



Find all vectors that are perpendicular to (1,4,4,1) and (2,9,8,2)

The Attempt at a Solution



Create matrix A = [[1,4,4,1],[2,9,8,2]]
Set Ax = 0
Reduce by Gauss elimination
Produces basis of (-4,0,1,0) and (-1,0,0,1)

I don't know what the correct solution to this problem is, but as far as I understand it, it would seem that the basis should be one dimensional as the two given vectors form a plane and only a line is orthogonal to a plane, not a plane.
 
Physics news on Phys.org
You are in FOUR dimensions. The original vectors span a 2 dimensional subspace. The orthogonal subspace ought to also be 2 dimensional. Only in three dimensions would the space orthogonal to a two dimensional space be a line.
 
But these are vectors in R^4, so your basis will have to have four vectors. True, the given vectors form a plane, but it's a plane in four-dimensional space. There are two more dimensions that aren't in this plane.

Start with the vector (x, y, z, w). It has to be perpendicular to (1, 4, 4, 1) and (2, 9, 8, 2), so find the dot the first vector with each of the two others. That will give you two equations in four unknowns, so there will be two variables that are free. Choose convenient values to get two more vectors for your basis.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top