MATH 251 Lecture 6

From Notes
Jump to navigation Jump to search

« 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

u=BA=3,3,3v=CA=6,7,8

Take their cross product: n=u×v=3(ı^(8+7)ȷ^(8+6)+k^(7+6))=31,2,1

Therefore using normal form:

(x1)+2(y2)(z3)=0x+2yz=0


Another Problem

Given the planes x+2y3z=1 and 2x+3yz=0, 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 α=x+2y3z=1 andβ=2x+4y6z=9, find the distance between the planes.

Both planes have the same normal vectors n=1,2,3, 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 |compn(PQ)|

compn(PQ)=(PQ)nn=3.514

This guy has a lot of problems ;)

"line": α(t)=(012)+t(142)

"plane": 4x+2z=3

Find the distance between these two things. We can determine whether they intersect by comparing the dot product of the plane's normal vector n=4,0,2 to the line's directional vector v=1,4,2.

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 |compn(PQ)|

compn(PQ)=|(PQ)nn|=125


Quadric Surfaces

Determined by a quadratic equation:

For example, x22xy+z2+3z1=0 is a quadric surface.

For our purposes, we are not going to have terms like xy, yz, or xz 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.

x2a2±y2b2±z2c2=1

Ellipsoid

x2a2+y2b2+z2c2=1

A 3D oval...

Paraboloid

x2a2+y2b2z=0

Start with a parabola and rotate it around the x axis

Hyperboloid of One Sheet

x2a2+y2b2z2c2=1

Start with x2y2=1 (a hyperbola) and rotate around the x axis

Hyperboloid of Two Sheets

x2a2y2b2+z2c2=1

Start with x2y2=1 (a hyperbola) and rotate around the y axis

Cylinder

hyperbolic, elliptic, parabolic

Omit z variable, then xy plot sweeps out a "cylinder"