martypanama
New member
- Joined
- Sep 30, 2012
- Messages
- 3
I have the following system of equations in R2:
ax + y = a
x + ay = 1
and there's a constraint given, which is that a≠1, a≠-1.
Solving for x and y we get: x=1 and y=0. And so the system represents the point (1,0) in R2.
In other words, the two original equations describe a family of pairs of lines through (1,0). (with the constraint that a≠1, a≠-1).
Here's my question: how can I find two perpendicular lines that include the point described by the system, (1,0), but that are different from the two given equations?
My hunch is to just let a=1 or -1 because then the lines can't be equal to the original equations (because of the constraint on a that we're given). Doing this I get the vertical line x = 1 from the 1st equation and the horizontal line y = 0 from the second equation, and these are perpendicular to each other. Is this the right way to solve this?
Thanks so much...
ax + y = a
x + ay = 1
and there's a constraint given, which is that a≠1, a≠-1.
Solving for x and y we get: x=1 and y=0. And so the system represents the point (1,0) in R2.
In other words, the two original equations describe a family of pairs of lines through (1,0). (with the constraint that a≠1, a≠-1).
Here's my question: how can I find two perpendicular lines that include the point described by the system, (1,0), but that are different from the two given equations?
My hunch is to just let a=1 or -1 because then the lines can't be equal to the original equations (because of the constraint on a that we're given). Doing this I get the vertical line x = 1 from the 1st equation and the horizontal line y = 0 from the second equation, and these are perpendicular to each other. Is this the right way to solve this?
Thanks so much...