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:20] – 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, |
| - | - $\nn_1\cdot\nn_2=0$; | + | |
| - | - $\nn_1$ is a vector in $\Pi_2$; | + | |
| - | - $\nn_2$ is a vector in $\Pi_1$. | + | |
| - | | + | |
| - | === 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 | + | So as $d$ varies (with the normal vector $\nn$ fixed), we obtain parallel planes at different distances to the origin $0$; the larger $d$ is, the further the plane is from $0$. |
| - | \[ \n=\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 | + | ===== The distance between parallel planes ===== |
| + | |||
| + | 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, | ||
| + | |||
| + | Of course, if the planes $\Pi_1$ and $\Pi_2$ are not parallel, then they intersect (in many points: in a whole line). So for non-parallel planes we always have $\dist(\Pi_1, | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | The distance between the planes | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | The planes $\Pi_1: | ||
| + | |||
| + | We can choose $A=(1,0,-1)\in \Pi_1$ and $B=(1, | ||
| + | \[ \dist(\Pi_1, | ||
| + | |||
| + | ==== Exercise: | ||
| + | |||
| + | Show that the distance between the parallel planes | ||
| + | |||
| + | ==== 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\|} | ||
| + | |||
| + | ====== 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 | ||
| + | |||
| + | What do $a, | ||
| + | * Set $t=0$: **$A=(a, | ||
| + | * Set $t=1$: $B=(a+d,b+e,c+f)$ is another | ||
| + | * So **$\vec {AB}=\c def$ is a direction along $L$**. | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | Find the parametric equation of the line $L$ in $\rt$ which passes through | ||
| + | * Note that $\vec{AB}=\c 2{-2}{8}$ | ||
| + | * So this is a direction vector along the line $L$ | ||
| + | * So the equation | ||
| + | * (Same as $ L: \c xyz=\c 4{-1}5+t\c 2{-2}8, | ||
| - | 2. | ||
lecture_22.1429186826.txt.gz · Last modified: by rupert
