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:34] – [Vector Notation] 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 38: | Line 38: | ||
where ax, ay, and az are the vector components in the x, y, and z direction respectively. They tell you "how much" of the vector →a is aligned with each coordinate direction. The vector itself is denoted either in bold face (typical in textbooks) or with an arrow above it. | where ax, ay, and az are the vector components in the x, y, and z direction respectively. They tell you "how much" of the vector →a is aligned with each coordinate direction. The vector itself is denoted either in bold face (typical in textbooks) or with an arrow above it. | ||
- | The magnitude (or length of a vector) is a scalar quantity and is denoted by vertical lines on either side of the vector | + | The magnitude (or length of a vector) is a scalar quantity and is denoted by vertical lines on either side of the vector. It can be found by using the [[https:// |
a=|→a|=√a2x+a2y+a2z | a=|→a|=√a2x+a2y+a2z | ||
Line 50: | Line 50: | ||
→a=|→a|ˆa | →a=|→a|ˆa | ||
- | We also use unit vectors to describe the x, y, and z coordinate directions. | + | We also use unit vectors to describe the x, y, and z coordinate directions. |
→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 " |