Question

Consider a plane and a line given by equation ax + by = 0. Write a...

Consider a plane and a line given by equation ax + by = 0. Write a 2×2 matrix, M, of the mirror reflection (flip) around this line. Calculate det(M) and M2 and discuss the results.

Homework Answers

Answer #1

In slope intercept form, the ax + by = 0 can be written as y = -(a/b)x.

The matrix representing reflection across the line y = mx is A =

-(m2-1)/ (m2+1)

2m/(m2+1)

2m/(m2+1)

(m2-1)/(m2+1)

Here, m = -a/b so that M =

-(a2-b2)/ (a2+b2)

-2ab/(a2+b2)

-2ab/(a2+b2)

(a2-b2)/ (a2+b2)

Then, det(M) = -(a2-b2)2/(a2+b2)2- 4a2b2/(a2+b2)2 = -(a4-2a2b2+b4+4a2 b2)/ (a2+b2)2 = -(a4+2a2b2+b4)/ (a2+b2)2 = -(a2+b2)2/(a2+b2)2 = -1.

Also, M2 = M.M =

1

0

0

1

The matrix M2 is the identity matrix I , as it reflects a second time across the line ax+by = 0, thereby undoing the first reflection across this line.

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
Let A be a given (3 × 3) matrix, and consider the equation Ax = c,...
Let A be a given (3 × 3) matrix, and consider the equation Ax = c, with c = [1 0 − 1 ]T . Suppose that the two vectors x1 =[ 1 2 3]T and x2 =[ 3 2 1] T are solutions to the above equation. (a) Find a vector v in N (A). (b) Using the result in part (a), find another solution to the equation Ax = c. (c) With the given information, what are the...
given the equation of a line ax+by+c=0 how can i find the normal vector to it??
given the equation of a line ax+by+c=0 how can i find the normal vector to it??
Find the equation of the plane that passes through the point (2,1,3) and contains the line...
Find the equation of the plane that passes through the point (2,1,3) and contains the line x = 1 + t, y = 2 + 2t, z = -1 + 3t. Write your answer in the form ax + by + cz + d = 0 with the simplified numbers and a> 0.
Find the equation of the plane that passes through the point (2,1,3) and contains the line...
Find the equation of the plane that passes through the point (2,1,3) and contains the line x=1+t, y=2+2t, z=-1+3t. Write your answer in the form ax+by+cz+d=0 with the simplified numbers and a > 0.
1.Find an equation for the plane that is perpendicular to the line l(t) = (8, 0,...
1.Find an equation for the plane that is perpendicular to the line l(t) = (8, 0, 4)t + (5, −1, 1) and passes through (6, −1, 0). 2.Find an equation for the plane that is perpendicular to the line l(t) = (−3, −6, 9)t + (0, 7, 1)and passes through (2, 2, −1).
Find the equation of the line (in standard form Ax + By= C , please) passing...
Find the equation of the line (in standard form Ax + By= C , please) passing through the vertex of the parabola x^2 + y- 2x + 6=0 and perpendicular to the line with equation 3x - 2y = 2 .
Given On the y = 0 plane, at x = -2 m. line, ρL1 = -2πε0...
Given On the y = 0 plane, at x = -2 m. line, ρL1 = -2πε0 C/m and at x = -1 m. line. ρL2 = -πε0 C/m: Find a. Electric flux density D at P (4, 1.5π, z = 0) b. Electric flux density D at P (1, π/2, π/2)
If given the equation bx+dy+a=0 of a line ? in the plane, with 3 coefficients b,d,a,...
If given the equation bx+dy+a=0 of a line ? in the plane, with 3 coefficients b,d,a, are integers expressed with, n bits (at most). One must determine whether line L passes through any point with integer coordinates. This is a problem that can be solved efficiently in the worst case in Θ time. What is that worst case time? Or is it impossible to do so?
Given a matrix A, the equation Ax=b might have 0 solutions for all b, or 1...
Given a matrix A, the equation Ax=b might have 0 solutions for all b, or 1 solution for all b, or 0 solutions for some choices of b and 1 solution for others, or 0 solutions for some choices of b and ∞ solutions for others, or 1 solution for some b and ∞ solutions for others, or 0,1, or ∞ solutions for different choices of b. (7 different combinations in all.) Which of these combinations are actually possible? Justify...
Given r_1 and r_2 are the roots of the quadratic equation ax^2 + bx + c...
Given r_1 and r_2 are the roots of the quadratic equation ax^2 + bx + c = 0, express (b^2?4ac)/2a in terms of r_1 and r_2. Re-write the quadratic formula in terms of r_1 + r_2 and and r_1 ? r_2.