Simple Vector / Plane question

  • Thread starter Thread starter ZedCar
  • Start date Start date
  • Tags Tags
    Plane Vector
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
7 replies · 2K views
ZedCar
Messages
353
Reaction score
1

Homework Statement


If (3,2,2) are the Cartesian components of vector a and (2,2,1) are the Cartesian coordinates of a point Q, calculate the distance of a plane through point Q and normal to vector a from the origin.

State whether the plane is in the direction of a from the origin or not.

Homework Equations



(° = dot product)

p = n̂ ° r

The Attempt at a Solution



a = (3,2,2)
therefore magnitude of a = √17
unit vector of a = 1/√17 (3,2,2)

p = n̂ ° r
p = 1/√17 (2,2,1) ° (3,2,2)
p = 1/√17 (6,4,2)The second part of the question above asks "State whether the plane is in the direction of a from the origin or not." Wasn't sure how to do this. If the question was about them being orthogonal I'd have used dot product = 0.
 
Last edited:
Physics news on Phys.org
Hi ZedCar! :smile:

You have not calculated the dot product properly yet.
You should also sum the products of the components.

The resulting number can be positive or negative.
What would be the meaning if it is negative?
 
The nearest point on the plane to the origin is, geometrically, where a line through the origin perpendicular to the plane crosses the plane. So one way to solve this problem is to find where that line crosses the plane.

And, as I like Serena suggests, the question "State whether the plane is in the direction of a from the origin or not" is not one of perpendicularity or not- that's always true. The question is whether the given a points from the origin to the plane or the opposite direction: from the origin away from the plane.
 
Thanks guys!

So the fact that the dot product answer is a positive value indicates that the plane is in the direction of a from the origin.

I like Serena said:
You have not calculated the dot product properly yet.
You should also sum the products of the components.

Do you mean, the dot product answer should be;

(6/√17 , 4/√17, 2/√17)
 
ZedCar said:
Do you mean, the dot product answer should be;

(6/√17 , 4/√17, 2/√17)

No.
The dot product is defined as:
[tex](a,b,c) \cdot (x,y,z) = ax+by+cz[/tex]

And since your problem asks for a distance, the result should not be a vector but a number.
 
Okay.

I'm getting then, 12/√17 for the distance answer.

The fact that this answer is a positive value indicates that the plane is in the direction of a from the origin?