How do I show perpendicularity and find the angle between a line and a plane?

hex.halo
Messages
13
Reaction score
0

Homework Statement



Find the line ... . Show that it is perpendicular to the plane A and find the angle that the line makes with the plane B

Homework Equations





The Attempt at a Solution



I've found the line, but how do I go about showing it's perpendicular and finding the angle?
 
Physics news on Phys.org
The plane must be in either of the two forms.. either it's in a vector form, or Cartesian form. Let's say, it's in a cartesian form..

<br /> Ax + By + Cz + D = 0<br />

So you have the direction ratios of the normal to the plane. for a line to be perpendicular to this, you need to get the direction ratios of the line as well. Once you have that, use the check for perpendicularity:

<br /> l_1 l_2 + m_1 m_2 + n_1 n_2 = 0<br />

which is equivalent to checking if the dot product of the two vectors is zero or not, which i'd say is a better method.

For finding the angle, find a line parallel to the given line [using the direction ratios] and do the same thing for the plane's normal.. and then use the formula:

<br /> \cos{(\theta)} = \frac{\overrightarrow{a}~.~\overrightarrow{b}}{|\overrightarrow{a}||\overrightarrow{b}|}<br />
 
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