Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_21
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_21 [2015/04/16 14:22] – rupert | lecture_21 [2017/04/18 09:40] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Geometry | + | 4. Find the equation |
| - | Let $\def\vv{\vec v}\vv$ and $\def\ww{\vec w}\ww$ be vectors | + | Solution: |
| + | \[ \nn=\vec{AB}\times\vec{AC}=\def\cp# | ||
| + | so the equation of the plane is $3x+7y+8z=d$, | ||
| + | \[ 3x+7y+8z=17.\] | ||
| - | ==== The area of a triangle | + | ==== Orthogonal planes and parallel planes |
| - | Consider a triangle with sides $\vv$ and $\ww$ (and a third vector, namely | + | Let $\Pi_1$ be a plane with normal |
| - | {{ :z1.jpg? | + | - $\Pi_1$ and $\Pi_2$ are // |
| + | - $\Pi_1$ and $\Pi_2$ are orthogonal planes; | ||
| + | - $\nn_1\cdot\nn_2=0$; | ||
| + | - $\nn_1$ is a vector in $\Pi_2$; | ||
| + | - $\nn_2$ is a vector in $\Pi_1$. | ||
| + | - $\Pi_1$ and $\Pi_2$ are // | ||
| - | Hence the area of this triangle is $\tfrac12 bh=\tfrac12\|\vv\times\ww\|$. | + | === Examples === |
| - | ==== The area of a parallelogram ==== | + | 1. Find the equation |
| - | Consider | + | Solution: The plane $x-y+z=5$ has normal vector $\c1{-1}1$, so this is a vector in $\Pi$. Moreover, $\vec{AB}=\c3{-5}4$ is also a vector in $\Pi$, so it has normal vector |
| + | \[ \nn=\c1{-1}1\times\c3{-5}4=\cp1{-1}13{-5}4=\c1{-1}{-2}.\] | ||
| + | So the equation | ||
| - | {{ :z2b.jpg? | + | 2. The plane parallel to $2x-4y+5z=8$ passing through $(1,2,3)$ is $2x-4y+5z=2(1)-4(2)+5(3) = 10$, or $2x-4y+5z=10$. |
| - | This has double | + | 3. Find the equation |
| + | \[ \Pi_1: x-y+2z=1\quad\text{and}\quad \Pi_2: 3x+2y-z=4, | ||
| + | and is perpendicular to the plane $\Pi_3: | ||
| - | === Example === | + | Solution: To find the line of intersection of $\Pi_1$ and $\Pi_2$, we must solve the system of linear equations \begin{gather}x-y+2z=1\\3x+2y-z=4.\end{gather} |
| + | We can solve this linear system in the usual way, by applying EROs to the matrix $\begin{bmatrix}1& | ||
| + | \begin{align*} | ||
| + | \def\go# | ||
| + | \def\ar# | ||
| + | & | ||
| + | \ar{R2\to R2-3R1} | ||
| + | \go{1& | ||
| + | \ar{R1\to 5R1+R2} | ||
| + | \go{5& | ||
| + | \ar{R1\to\tfrac15R1, | ||
| + | \go{1& | ||
| + | \end{align*} | ||
| + | So the line $L$ of intersection is given by | ||
| + | \[ 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,3,2)$ in the line $L$, so this is a point in $\Pi$. | ||
| - | A triangle with two sides $\def\c# | + | Since $\Pi$ is perpendicular to $\Pi_3$, which has normal vector |
| - | ==== The volume of a parallelepiped | + | So a normal vector for $\Pi$ is |
| + | \[ \nn=\c211\times\c{-3}75 | ||
| + | hence $\Pi$ has equation $-2x-13y+17z=d$, and subbing | ||
| + | \[ 2x+13y-17z=5.\] | ||
| - | Let $\def\uu{\vec u}\uu$, $\vv$ and $\ww$ be vectors in $\bR^3$. | ||
| - | |||
| - | Consider a [[wp> | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | Call the face with sides $\vv$ and $\ww$ the base of the parallelpiped. The are of the base is $A=\|\vv\times\ww\|$, | ||
| - | |||
| - | One vector which is at right-angles to the base is $\vv\times\ww$. It follows that $h$ is the length of $\vec p=\text{proj}_{\vv\times\ww}\uu$, | ||
| - | \[ h=\|\text{proj}_{\vv\times\ww}\uu\|=\left\|\frac{\uu\cdot(\vv\times\ww)}{\|\vv\times\ww\|^2}\vv\times\ww\right\| = \frac{\uu\cdot(\vv\times\ww)}{\|\vv\times\ww\|^2}\|\vv\times\ww\| = \frac{|\uu\cdot(\vv\times\ww)|}{\|\vv\times\ww\|}\] | ||
| - | so the volume is | ||
| - | \[ V=Ah=\|\vv\times\ww\|\frac{|\uu\cdot(\vv\times\ww)|}{\|\vv\times\ww\|}\] | ||
| - | or | ||
| - | \[ V=|\uu\cdot(\vv\times\ww)|, | ||
| - | so $V$ is the absolute value of the determinant $\begin{vmatrix}u_1& | ||
| - | \[ V=\left|\quad \begin{vmatrix}u_1& | ||
| - | |||
| - | === Example === | ||
| - | |||
| - | Find volume of a parallelepiped whose vertices include $A=(1, | ||
| - | |||
| - | == Solution == | ||
| - | |||
| - | The vectors $\vec{AB}=\c102$, | ||
| - | \[ V=\left|\quad \begin{vmatrix}1& | ||
| - | |||
| - | ===== Planes and lines in $\mathbb{R}^3$ ===== | ||
| - | |||
| - | Recall that a typical plane in $\bR^3$ has equation | ||
| - | \[ ax+by+cz=d\] | ||
| - | where $a,b,c,d$ are constants. If we write | ||
| - | \[ \def\nn{\vec n}\nn=\c abc\] | ||
| - | then we can rewrite the equation of this plane in the form | ||
| - | \[ \nn\cdot \c xyz=d.\] | ||
| - | If $A=\def\cc# | ||
| - | \[ \vec n\cdot \vec{AB}=\nn\cdot\def\cp# | ||
| - | so \[\nn\cdot\vv=0\] | ||
| - | for every vector $\vv$ in the plane. In other words: the vector $\nn$ is orthogonal to every vector in the plane. | ||
| - | {{ : | ||
| - | |||
| - | We call a vector with this property a **normal** vector to the plane. | ||
| - | |||
| - | ==== Example ==== | ||
| - | |||
| - | Find a unit normal vector to the plane $x+y-3z=4$. | ||
| - | |||
| - | === Solution === | ||
| - | |||
| - | The vector $\nn=\c11{-3}$ is a normal vector to this plane, so $\vv=\frac1{\|\nn\|}\nn=\frac1{\sqrt{11}}\c11{-3}$ is a unit normal vector to this plane. Indeed, $\vv$ is a unit vector and it's in the same direction as the normal vector $\nn$, so $\vv$ is also a normal vector. | ||
lecture_21.1429194135.txt.gz · Last modified: by rupert
