« previous | Monday, January 30, 2012 | next »
Problem
Given A(1, 2, 3), B(4, 5, 6), and C(-5, -5, -5), find the equation of the plane through these points.
Find 2 vectors among the points
Take their cross product:
Therefore using normal form:
Another Problem
Given the planes and , find the distance between them.
The distance is 0 because they intersect: they have different normal vectors: (1, 2, -3) and (2, 3, -1)
Yet Another Problem
Given and, find the distance between the planes.
Both planes have the same normal vectors , so they are parallel.
Pick a point on plane : P(1,0,0). Pick one from plane : Q(9/2,0,0).
The distance between the planes is
This guy has a lot of problems ;)
"line":
"plane":
Find the distance between these two things. We can determine whether they intersect by comparing the dot product of the plane's normal vector to the line's directional vector .
Their dot product is 0, so they are indeed parallel.
Find a point on the line: P(0,-1,2).
Find a point on the plane: Q(0,0,3/2).
The distance between the plane and the point is
Quadric Surfaces
Determined by a quadratic equation:
For example, is a quadric surface.
For our purposes, we are not going to have terms like , , or because adding those terms just rotates the surface. We will also omit linear terms of a single variable because that justs shifts the graph up and down.
Ellipsoid
A 3D oval...
Paraboloid
Start with a parabola and rotate it around the x axis
Hyperboloid of One Sheet
Start with (a hyperbola) and rotate around the axis
Hyperboloid of Two Sheets
Start with (a hyperbola) and rotate around the axis
Cylinder
hyperbolic, elliptic, parabolic
Omit variable, then plot sweeps out a "cylinder"