Complete { (2, 0,3) } to form an orthogonal basis of R^3.
Let v = <2,0,3>
We need to find three vectors in R3 such that they form an orthogonal basis.
Let the vectors be u1, u2 , u3 .
Let v = "\\dfrac{1}{3}" <"\\dfrac{2}{3}, 0, \\dfrac{3}{3}" >
v = "\\dfrac{1}{3}" u1
Hence, we compute that u1 = <"\\dfrac{2}{3}, 0, \\dfrac{3}{3}" >
Our first goal is to find the vectors u2 and u3 such that {u1 ,u2 , u3} is an orthogonal basis for R3 .
Let there be a vector x = <x, y, z>
such that x . u1 = 0.
Hence form the above equation we have
"\\dfrac{2}{3} x + z = 0"
Now let vector u2 = <-3, 0, 2> satisfies the above relation.
So, we conclude that u2 = <-3, 0, 2>
We can find u3 = u1 X u2
u3 = <"\\dfrac{2}{3}, 0, \\dfrac{3}{3}" > X < - 3, 0, 2>
u3 = "\\begin{vmatrix}\n i & j &k\\\\\n 2\/3 & 0 & 1\\\\\n-3 & 0 &2\n\\end{vmatrix}"
u3 = <0, "-\\dfrac{13}{3}" , 0>
Thus we have found the vectors u1, u2 and u3 .
To normalize them we divide the vectors by their length. Let v1 , v2 and v3 be the corresponding unit vectors.
v1 = "\\dfrac{3}{\\sqrt{13}} <\\dfrac{2}{3}, 0, 1>"
v2 = "\\dfrac{1}{{\\sqrt{13}}} <-3, 0, 2>"
v3 = "\\dfrac{3}{13} <0, -\\dfrac{13}{3}, 0>"
{v1, v2, v3} = {"\\dfrac{3}{\\sqrt{13}} <\\dfrac{2}{3}, 0, 1>" , "\\dfrac{1}{{\\sqrt{13}}} <-3, 0, 2>" , "\\dfrac{3}{13} <0, -\\dfrac{13}{3}, 0>" } form an orthonormal
basis on R3 containing the vector <2, 0, 3> .
Comments
Leave a comment