Question

If R3 has the Euclidean inner product, how can I find the orthogonal basis for the...

If R3 has the Euclidean inner product, how can I find the orthogonal basis for the subspace spanned by
(2,1,2) , (-1,0,2) , (-1,1,2)? Do I need to use Gram-Schmidt?


Homework Answers

Answer #1

Firstly, we need to check whether the given vectors are linearly independent.

Let A be the matrix with the given vectors as columns. The RREF of A is I, which implies that the given vectors are linearly independent.

Now, we can use the Gram-Schmidt process. Let v1 = (2,1,2),v2 = (-1,0,2) and v3 = (-1,1,2). Also, let u1 = v1 = (2,1,2), u2 = v2-proju1(v2) = v2-[(v2.u1)/(u1.u1)]u1 = v2-[(-2+0+4)/(4+1+4)]u1 =(-1,0,2)-(2/9)(2,1,2)=(-13/9,-2/9,14/9), and u3=v3-proju1(v3)-proju2(v3)=v3–[(v3.u1)/(u1.u1)]u1-[(v3.u2)/(u2.u2)]u2=v3-[(-2+1+4)/(4+1+4)]u1-[(13/9-2/9+28/9)/(169/81+4/81+196/81)]u2 = (-1,1,2)- (1/3)(2,1,2)- (39/41)(-13/9,-2/9,14/9)= (-1,1,2)-(2/3,1/3,2/3)-(-169/123,-26/123, 182/123 )= (-36/123, 108/123,-18/123).

Thus, { u1, u2, u3} = {(2,1,2), (-13/9,-2/9,14/9), (-36/123, 108/123,-18/123) } is an orthogonal basis for the subspace spanned by (2,1,2) , (-1,0,2) , (-1,1,2).

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
a) Apply the Gram–Schmidt process to find an orthogonal basis for S. S=span{[110−1],[1301],[4220]} b) Find projSu....
a) Apply the Gram–Schmidt process to find an orthogonal basis for S. S=span{[110−1],[1301],[4220]} b) Find projSu. S = subspace in Exercise 14; u=[1010] c) Find an orthonormal basis for S. S= subspace in Exercise 14.
Let R4 have the inner product <u, v>  =  u1v1 + 2u2v2 + 3u3v3 + 4u4v4...
Let R4 have the inner product <u, v>  =  u1v1 + 2u2v2 + 3u3v3 + 4u4v4 (a) Let w  =  (0, 6, 4, 1). Find ||w||. (b) Let W be the subspace spanned by the vectors u1  =  (0, 0, 2, 1), and   u2  =  (3, 0, −2, 1). Use the Gram-Schmidt process to transform the basis {u1, u2} into an orthonormal basis {v1, v2}. Enter the components of the vector v2 into the answer box below, separated with commas.
Consider the linear transformation P : R3 → R3 given by orthogonal projection onto the plane...
Consider the linear transformation P : R3 → R3 given by orthogonal projection onto the plane 3x − y − 2z = 0, using the dot product on R3 as inner product. Describe the eigenspaces and eigenvalues of P, giving specific reasons for your answers. (Hint: you do not need to find a matrix representing the transformation.)
Let f(x)=−6, g(x)=−4x+4 and h(x)=−9x2. Consider the inner product 〈p,q〉=∫40p(x)q(x)dx in the vector space C0[0,4] of...
Let f(x)=−6, g(x)=−4x+4 and h(x)=−9x2. Consider the inner product 〈p,q〉=∫40p(x)q(x)dx in the vector space C0[0,4] of continuous functions on the domain [0,4]. Use the Gram-Schmidt process to determine an orthonormal basis for the subspace of C0[0,4] spanned by the functions f(x), g(x), and h(x).
Use the Gram-Schmidt process to find an orthonormal basis for the subspace of R4 spanned by...
Use the Gram-Schmidt process to find an orthonormal basis for the subspace of R4 spanned by the vectors u1 = (1, 0, 0, 0), u2 = (1, 1, 0, 0), u3 = (0, 1, 1, 1). Show all your work.
A2. Let v be a fixed vector in an inner product space V. Let W be...
A2. Let v be a fixed vector in an inner product space V. Let W be the subset of V consisting of all vectors in V that are orthogonal to v. In set language, W = { w LaTeX: \in ∈V: <w, v> = 0}. Show that W is a subspace of V. Then, if V = R3, v = (1, 1, 1), and the inner product is the usual dot product, find a basis for W.
Orthogonalize the basis vectors in the spanning set p=2x=1 and q=3x+2 with the inner product of...
Orthogonalize the basis vectors in the spanning set p=2x=1 and q=3x+2 with the inner product of p and q defined to be the evaluation inner product evaluated at x=-1 and x=2. Use gram Schmidt to orthogonalize.
1) Find ||u|| for the standard inner product defined in R3 , where u = (0,4,5)....
1) Find ||u|| for the standard inner product defined in R3 , where u = (0,4,5). 2) provided u = (5,-5,0,5) and v = (0,6,7,-5), solve 4w = u-v for w. 3) True or false: The set W = {(x1,11, x3 ): x1 and x3 are real numbers} is a subspace of R3 with the standard operations.
T/ F : Let V be an inner product space with orthogonal basis B = {v1,...
T/ F : Let V be an inner product space with orthogonal basis B = {v1, . . . , vn}. Let [v]B = (1, 2, 2, 0, . . . , 0). Then ||v|| = 3. The ans is F , but I don't understand why. Please explain.
Consider interval [0,2] and an inner product with weight w(x)=1. Starting with 1, x, x^2, x^3...
Consider interval [0,2] and an inner product with weight w(x)=1. Starting with 1, x, x^2, x^3 and using Gram-Schmidt process, build four polynomials of degree 0,1,2,3 orthogonal on [0,2]. You do not have to normalize them (I think this simplifies calculations). Just remember that if they are not normalized, Gram-Schmidt formula will have denominators in the form <q_j,q_j>. (If you do normalize them, then <q_j,q_j> = 1).
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT