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.
| Next revision | Previous revision | ||
| lecture_22 [2015/04/16 12:12] – created 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 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$. |
| + | |||
| + | {{ : | ||
| + | |||
| + | 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|\, | ||
| + | \[ \text{dist}(A, | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | To find the distance from $A=(1, | ||
| + | \[ \def\dist{\text{dist}}\dist(A, | ||
| + | |||
| + | ==== Remark: | ||
| + | |||
| + | If we write $\def\rt{\mathbb{R}^3}\def\dist{\text{dist}}\def\cp# | ||
| + | \[ \dist(0, | ||
| + | where $\nn$ is the normal vector $\nn=\c abc$. | ||
| + | |||
| + | 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$. | ||
| + | |||
| + | ===== 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 $3x+4y-2z=5$ and $3x+4y-3z=1$ is $0$, since the normal vectors $\c34{-2}$ and $\c34{-3}$ are not scalar multiples of one another, so they are in different directions, so the planes are not parallel. | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | The planes $\Pi_1: | ||
| + | |||
| + | We can choose | ||
| + | \[ \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,b,c)$ is a point in $L$** | ||
| + | * 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,1,-3)$ and $B=(4,-1,5)$. | ||
| + | * 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,\quad t\in \mathbb{R}$. | ||
| + | * (Same as $ L: \c xyz=\c 4{-1}5+t\c | ||
| - | 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}$: | ||
| - | \[ \nn=\vec{AB}\times\vec{AC}=\def\cp# | ||
| - | so the equation of the plane is $3x+7y+8z=d$, | ||
| - | \[ 3x+7y+8z=17.\] | ||
lecture_22.1429186376.txt.gz · Last modified: by rupert
