Matrix Reflection Homework: Find Orthogonal Matrix in R3 Plane

  • Thread starter Thread starter DanZ123
  • Start date Start date
  • Tags Tags
    Matrix Reflection
DanZ123
Messages
3
Reaction score
0

Homework Statement


Let u1,u2,u3 be an orthonormal basis for R3 and consider M as the plane with equation x1+2x2-2x3=0. Find the matrix of orthogonal reflection in that plane with respect to the given basis.

Homework Equations

The Attempt at a Solution


In previous exercises , I had a matrix A given and was asked to find the equation of the plane that the matrix was projected or reflected on. To do that I solved the equation (A-I)x=0 . (The nullspace/kernel minus the identity matrix) ..
I was thinking that maybe to solve this current exercise, I could maybe use the method from the previous exercises but use it backwards ... and find the matrix A?
But I am not sure if I am thinking right, or how to attack the problem...
Would appreciate help...thanks.
 
Physics news on Phys.org
The direction of your reflection is ##M^\perp =\mathbb{R} (1,2,-2)##. Find an orthonormal basis of ##\mathbb{R}^3## starting with a unit vector of ##M^\perp##. With respect to that basis, the matrix of reflection is ##\begin{pmatrix} -1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} ##. What do you need to complete the exercise ?
 
DanZ123 said:

Homework Statement


Let u1,u2,u3 be an orthonormal basis for R3 and consider M as the plane with equation x1+2x2-2x3=0. Find the matrix of orthogonal reflection in that plane with respect to the given basis.
This doesn't quite make sense. It would be easy to find the "matrix of orthogonal reflection in x1+ 2x2- x3= 0 in the standard basis i, j, k, but what is the relation of u1, u2, u3 to that?

2. Homework Equations

The Attempt at a Solution


In previous exercises , I had a matrix A given and was asked to find the equation of the plane that the matrix was projected or reflected on. To do that I solved the equation (A-I)x=0 . (The nullspace/kernel minus the identity matrix) ..
I was thinking that maybe to solve this current exercise, I could maybe use the method from the previous exercises but use it backwards ... and find the matrix A?
But I am not sure if I am thinking right, or how to attack the problem...
Would appreciate help...thanks.
 
HallsofIvy said:
This doesn't quite make sense. It would be easy to find the "matrix of orthogonal reflection in x1+ 2x2- x3= 0 in the standard basis i, j, k, but what is the relation of u1, u2, u3 to that?
Ok so how do you find it for the standard basis i,j,k?
 
geoffrey159 said:
The direction of your reflection is ##M^\perp =\mathbb{R} (1,2,-2)##. Find an orthonormal basis of ##\mathbb{R}^3## starting with a unit vector of ##M^\perp##. With respect to that basis, the matrix of reflection is ##\begin{pmatrix} -1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} ##. What do you need to complete the exercise ?

Im not sure that iam following what's happening...
 
A reflection is an orthogonal symetry with respect to a plane.

Its direction ##\Delta## is the vector line orthogonal to the plane, and given a cartesian equation of the plane of symetry, you have immediate access to an orthogonal vector to that plane, don't you ?

Without going into the details, you understand with a sketch that an orthogonal symetry is stable in the plane of symetry and transforms vectors of ##\Delta## into their opposite.

Now given an orthonormal basis of ##\mathbb{R}^3## starting with a unit vector of ##\Delta##, the two other vectors belong to the plane of symetry, don't they ? What is the matrix of your reflection in that basis ?

Now you want to express this matrix into another basis, the canonical basis of ##\mathbb{R}^3##, so you need a change of basis matrix.
 
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