Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
184_notes:math_review [2018/05/17 13:36] – [Unit Vectors] curdemma | 184_notes:math_review [2020/08/24 19:30] (current) – dmcpadden | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[184_notes: | + | /*[[184_notes: |
===== Math Review ===== | ===== Math Review ===== | ||
Line 50: | Line 50: | ||
→a=|→a|ˆa | →a=|→a|ˆa | ||
- | We also use unit vectors to describe the x, y, and z coordinate directions. These are represented by an ˆx, ˆy, and ˆz or by an ˆi, ˆj, and ˆk. Using these coordinate unit vector, you can write any vector in terms of its components. These are common alternative ways to write vectors (as opposed to the bracket notation). | + | We also use unit vectors to describe the x, y, and z coordinate directions. These are represented by an ˆx, ˆy, and ˆz or by an ˆi, ˆj, and ˆk. Using these coordinate unit vectors, you can write any vector in terms of its components. These are common alternative ways to write vectors (as opposed to the bracket notation). |
→a=axˆx+ayˆy+azˆz | →a=axˆx+ayˆy+azˆz | ||
→a=axˆi+ayˆj+azˆk | →a=axˆi+ayˆj+azˆk | ||
==== Vector Addition ==== | ==== Vector Addition ==== | ||
+ | [{{ course_planning: | ||
+ | [{{ course_planning: | ||
+ | |||
- | {{ course_planning: | ||
- | {{ course_planning: | ||
Two vectors are added (or subtracted) component by component: | Two vectors are added (or subtracted) component by component: | ||
→a+→b=⟨ax,ay,az⟩+⟨bx,by,bz⟩=⟨ax+bx,ay+by,az+bz⟩ | →a+→b=⟨ax,ay,az⟩+⟨bx,by,bz⟩=⟨ax+bx,ay+by,az+bz⟩ | ||
→a−→b=⟨ax,ay,az⟩−⟨bx,by,bz⟩=⟨ax−bx,ay−by,az−bz⟩ | →a−→b=⟨ax,ay,az⟩−⟨bx,by,bz⟩=⟨ax−bx,ay−by,az−bz⟩ | ||
- | //**Note: You CANNOT simply add or subtract the magnitudes.**// | + | //**Note: You CANNOT simply add or subtract the magnitudes.**// |
==== Vector Multiplication ==== | ==== Vector Multiplication ==== | ||
Line 76: | Line 76: | ||
There are a couple of ways to calculate the dot product: | There are a couple of ways to calculate the dot product: | ||
- | {{ 184_notes: | + | [{{ 184_notes: |
- | {{ 184_notes: | + | [{{ 184_notes: |
- **Using vector components** - If you have two vectors given by →a=⟨ax,ay,az⟩ and →b=⟨bx,by,bz⟩, | - **Using vector components** - If you have two vectors given by →a=⟨ax,ay,az⟩ and →b=⟨bx,by,bz⟩, | ||
Line 85: | Line 85: | ||
=== Cross Product === | === Cross Product === | ||
- | {{ 184_notes: | + | [{{ 184_notes: |
- | {{ 184_notes: | + | [{{ 184_notes: |
The cross product is another way to " | The cross product is another way to " |