Perpendicular planes, solve for parameter a

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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?
 
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!