[not to hand in unless assigned]
Problem
B-1. Suppose are vertices of a
parallelogram in
R
, with the line
parallel to
and
parallel to
. Find an algebraic expression
for
in terms of
,
, and
. (Notice that
if
,
,
are given, there's only one possible
place for
.)
Problem
B-2. Find the equation of the plane through points
,
,
in
R
.
Method: Find the plane through with normal
.
Problem
B-3. Find the angle between the planes
and
.
Method: Find the angle between their normals.
The angle between two planes can be looked at so that
, so adjust your answer if
necessary to achieve this.
Problem B-4. Find the line of intersection of the two planes in the preceding problem.
Method: The line wanted is perpendicular to both normals and goes through the origin.
Problem
B-5. Find the line of intersection of the two planes
and
.
Method: The line wanted has the same direction as
in the preceding problem, but does not go through the
origin. To find a point on the line, one way is to pick an
arbitrary value for one of ,
, and
and solve
the resulting two-variable equations simultaneously to get
values for the other two variables.
Problem
B-6. In
R, find the cosine of the angle
between the lines
and
. (Do like the similar problem above for planes in
R
.)
Problem
B-7. If are as in Problem B-
, are the points
on the same side of the plane through
,
where
and
?
Method #1: Find the equation of the plane in the
form
, and see whether the left-hand side
has the same sign when evaluated at
and at
.
Method #2: Let
N and
see whether the angles between
and
N and
between
and
N are both between
and
or both between
and
.
Problem
B-8. Find the vector projection of
v
on the line in the direction of
w
.
Problem
B-9. Find the vector that is the projection of the
vector
v on the plane
.
Problem
B-10. Find the signed angle between and
using the
method of §
. For
atan2
, just evaluate it
as a computer would.