Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_22
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_22 [2015/04/16 12:34] – rupert | lecture_22 [2017/04/20 09:02] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Planes in $\mathbb{R}^3$ ===== | ||
| - | ==== Examples | + | ====== The distance to a plane ====== |
| - | 1. Find the equation of the plane with normal vector $\def\nn{\vec n}\def\c# | + | ===== The distance from a point to a plane ===== |
| - | Solution: the equation is $x-3y+2z=d$, and we can find $d$ by subbing | + | Let $\Pi$ be a plane in $\def\rt{\mathbb{R}^3}\rt$ with equation |
| - | \[ x-3y+2z=9.\] | + | |
| - | Some other points in this plane are $(9,0,0)$, $(0,1,6)$, $(1,1,\tfrac{11}2)$. (We can find these by inspection). | + | |
| - | 2. Find the equation of the plane containing the points | + | The shortest path from $A$ to a point in $\Pi$ goes in the same direction as $\nn$. Let $B$ be any point in the plane $\Pi$. |
| - | Solution: $\vec{AB}=\c2{-2}1$ and $\vec{AC}=\c31{-2}$ are both vectors in this plane. We want to find a normal vector $\nn$ which is be orthogonal to both of these. The cross product of two vectors is orthogonal to both, so we can take the cross product of $\vec{AB}$ and $\vec{AC}$: | + | {{ :dpp.jpg?nolink&600 |}} |
| - | \[ \nn=\vec{AB}\times\vec{AC}=\def\cp# | + | |
| - | so the equation of the plane is $3x+7y+8z=d$, | + | |
| - | \[ 3x+7y+8z=17.\] | + | |
| - | ==== Orthogonal planes | + | From the diagram, we see that the shortest distance from $A$ to $\Pi$ is given by |
| + | \[ \text{dist}(A, | ||
| + | where | ||
| + | \[ \pp=\text{proj}_{\nn}{\vec{AB}}.\] | ||
| + | Using the formula for $\text{proj}_{\vec w}\vec v$ and the fact that $\|c\vec v\|=|c|\,\|\vec v\|$ where $c$ is a scalar | ||
| + | \[ \text{dist}(A, | ||
| - | Let $\Pi_1$ be a plane with normal vector $\nn_1$, and let $\Pi_2$ be a plane with normal vector $\nn_2$. | + | ==== Example ==== |
| - | | + | To find the distance from $A=(1,-4,3)$ to the plane $\Pi:2x-3y+6z=1$, choose any point $B$ in $\Pi$; for example, let $B=(2,1,0)$. Then $\nn=\c2{-3}6$ and $\vec{AB}=\c15{-3}$, so |
| - | | + | \[ \def\dist{\text{dist}}\dist(A,\Pi)=\frac{|\nn\cdot\vec{AB}|}{\|\nn\|}=\frac{|2(1)+(-3)5+6(-3)|}{\sqrt{2^2+(-3)^2+6^2}}=\frac{|-31|}{\sqrt{49}}=\frac{31}7.\] |
| - | - $\nn_1\cdot\nn_2=0$; | + | |
| - | - $\nn_1$ is a vector in $\Pi_2$; | + | |
| - | | + | |
| - | - $\Pi_1$ and $\Pi_2$ are // | + | |
| - | === Examples | + | ==== Remark: the distance from the origin to a plane ==== |
| - | 1. Find the equation of the plane $\Pi$ passing through | + | If we write $\def\rt{\mathbb{R}^3}\def\dist{\text{dist}}\def\cp# |
| + | \[ \dist(0,\Pi)=\frac{|d|}{\|\nn\|}\] | ||
| + | where $\nn$ is the normal vector | ||
| - | Solution: The plane $x-y+z=5$ has normal vector $\c1{-1}1$, so this is a vector in $\Pi$. Moreover, | + | So as $d$ varies (with the normal vector $\nn$ fixed), we obtain parallel planes at different distances to the origin |
| - | \[ \nn=\c1{-1}1\times\c3{-5}4=\cp1{-1}13{-5}4=\c1{-1}{-2}.\] | + | |
| - | So the equation of $\Pi$ is $x-y-2z=d$ and subbing in $A=(1, | + | |
| - | 2. The plane parallel | + | ===== The distance between |
| - | 3. Find the equation of the plane parallel to the vectors | + | If $\Pi_1$ and $\Pi_2$ are parallel planes, then the shortest distance between them is given by |
| + | \[ \dist(\Pi_1, | ||
| + | for any point $A$ is $\Pi_1$. The reason is that for parallel planes, changing $A$ to a different point in $\Pi_1$ does not change $\dist(A,\Pi_2)$. | ||
| - | Solution: a normal vector is $\nn=\c111\times\c1{-1}1=\cp1111{-1}1=\c{2}0{-2}$, so the equation is $2x+0y-2z=2(3)-2(1)=4$, or $2x-2z=4$, or $x-z=2$. | + | Of course, if the planes |
| - | 4. Find the equation of the plane $\Pi$ which contains the line of intersection of the planes | + | ==== Example ==== |
| - | \[ \Pi_1: x-y+2z=1\quad\text{and}\quad \Pi_2: 3x-2y-z=4,\] | + | |
| - | and is perpendicular to the plane $\Pi_3: | + | |
| - | Solution: To find the line of intersection of $\Pi_1$ and $\Pi_2$, we must solve the system of equations \begin{gather}x-y+2z=1\\3x-2y-z=4.\end{gather} | + | The distance between |
| - | Applying EROs to the matrix $\begin{bmatrix}1& | + | |
| - | \[ L: \c xyz=\c{\tfrac65}{\tfrac15}0+t\c{-\tfrac35}{\tfrac75}1, | + | |
| - | So $\c{-\tfrac35}{\tfrac75}1$ is a direction vector along $L$, and also $5\c{-\tfrac35}{\tfrac75}1=\c{-3}75$ is a vector along $L$. So $\c{-3}75$ is a vector in the plane $\Pi$. Moreover, taking $t=2$ gives the point $(0, | + | |
| - | Since $\Pi$ is perpendicular | + | ==== Example ==== |
| + | |||
| + | The planes | ||
| + | |||
| + | We can choose $A=(1,0,-1)\in \Pi_1$ and $B=(1, | ||
| + | \[ \dist(\Pi_1, | ||
| + | |||
| + | ==== Exercise: a formula for the distance between parallel planes ==== | ||
| + | |||
| + | Show that the distance between the parallel planes $\Pi_1: | ||
| + | |||
| + | ==== Example ==== | ||
| + | To find the distance between $x+3y-5z=4$ and $2x+6y-10z=11$ we can rewrite the second equation as $x+3y-5z=11/ | ||
| + | \[ \frac{|\tfrac{11}2-4|}{\|\nn\|} = \frac{|\tfrac 32|}{\sqrt{1^2+3^2+(-5)^2}} = \frac3{2\sqrt{35}}.\] | ||
| + | |||
| + | ====== Lines in $\mathbb{R}^3$ ====== | ||
| + | |||
| + | A line $L$ in $\rt$ has an equation of the form | ||
| + | \[ L: \c xyz=\c abc+t\c def, \quad t\in \mathbb R\] | ||
| + | where $a, | ||
| + | |||
| + | The variable $t$ is called a "free parameter": | ||
| + | |||
| + | The equation above is called a **parametric equation** for the line $L$, because of the free parameter $t$. | ||
| + | |||
| + | What do $a, | ||
| + | * Set $t=0$: **$A=(a, | ||
| + | * Set $t=1$: $B=(a+d, | ||
| + | * So **$\vec {AB}=\c def$ is a direction along $L$**. | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | Find the parametric equation of the line $L$ in $\rt$ which passes through $A=(2, | ||
| + | * Note that $\vec{AB}=\c 2{-2}{8}$ | ||
| + | * So this is a direction vector along the line $L$ | ||
| + | * So the equation is $ L: \c xyz=\c 21{-3}+t\c 2{-2}8, | ||
| + | * (Same as $ L: \c xyz=\c 4{-1}5+t\c 2{-2}8, | ||
| - | So a normal vector for $\Pi$ is | ||
| - | \[ \nn=\c211\times\c{-3}75 = \cp211{-3}75=\c{-2}{-13}{17}\] | ||
| - | hence $\Pi$ has equation $-2x-13y+17z=d$, | ||
| - | \[ 2x+13y-17z=5.\] | ||
lecture_22.1429187653.txt.gz · Last modified: by rupert
