Perpendicular planes, solve for parameter a

concon
Messages
64
Reaction score
0

Homework Statement


Determine for what value/s of the parameter a the following planes in R3 are perpendicular:
ax + 0y - 5z = 3
ax + ay + 5z = -26
Write answer in form {a,b} or {a}



Homework Equations


I know that in R2 two vectors are perpendicular if
u*v = 0
What what do I use for R3 with planes?



The Attempt at a Solution


To solve this problem I need to know what it means for two planes to be perpendicular. I know in R2 that means there dot product is zero, what does that mean in R3? Also dot product?
 
Physics news on Phys.org
concon said:

Homework Statement


Determine for what value/s of the parameter a the following planes in R3 are perpendicular:
ax + 0y - 5z = 3
ax + ay + 5z = -26
Write answer in form {a,b} or {a}



Homework Equations


I know that in R2 two vectors are perpendicular if
u*v = 0
What what do I use for R3 with planes?



The Attempt at a Solution


To solve this problem I need to know what it means for two planes to be perpendicular. I know in R2 that means there dot product is zero, what does that mean in R3? Also dot product?
Two planes are perpendicular if their normals are perpendicular. That can be determined by getting the dot product of the two normals.
 
You need to know:

- what a vector perpendicular to a plane is,
- how to find a vector perpendicular to a plane (and why)
- that two planes are perpendicular when vectors perpendicular (normal) to them are perpendicular (and why)

then you can proceed easily (knowing what you do).

Try to think more precisely!
To solve this problem I need to know what it means for two planes to be perpendicular. I know in R2 that means there dot product is zero
In R2 there is no plane, there are lines.

Do you know how to check if two line in R2 are perpendicular?
For example: when are these lines perpendicular?

ax - 5 y= 1458966.1973
ax + 5 y= -125896.5586

what does that mean in R3? Also dot product?

dot product of what? That's the point!
 
maajdl said:
You need to know:

- what a vector perpendicular to a plane is,
- how to find a vector perpendicular to a plane (and why)
- that two planes are perpendicular when vectors perpendicular (normal) to them are perpendicular (and why)

then you can proceed easily (knowing what you do).

Try to think more precisely!

In R2 there is no plane, there are lines.

Do you know how to check if two line in R2 are perpendicular?
For example: when are these lines perpendicular?

ax - 5 y= 1458966.1973
ax + 5 y= -125896.5586



dot product of what? That's the point!

Okay I got the solution: {-5,5}

Normal of the first equation n = (a,0,-5)
Normal of the second equation m = (a,a,5)

thus n*m = a^2 -25 = 0
thus a = -5 or 5

Thanks to both of y'all for the replies. It helped a lot and I appreciate it!
 
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