 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Basic Vector Practice
Add, Subtract, Scalar Multiplication, calculating the magnitude of a vector and determining the components of a vector given two points.
|
| A | B |
| u(1,4) + v(3,2) | uv(4,6) |
| u(-1,0) + v(-2,-1) | uv(-3,-1) |
| u(1,4) - v(3,2) | uv(-2,2) |
| u(-1,0) - v(-2,-1) | uv(1,1) |
| 5*u(1,3) | u'(5,15) |
| 3*u(-2,0) | u'(-6,0) |
| magnitude of u(1,4) | sqrt(17) |
| magnitude of u(0,-1) | 1 |
| magnitude of u(4,-2) | sqrt(20) |
| magnitude of u(-3,5) | sqrt(34) |
| Points A(4,5) and B(6,4) | vector AB(2,-1) |
| Points A(3,-1) and B(2,2) | vector AB(-1,3) |
| Points A(5,5) and B(1,-1) | vector AB(-4,-6) |
| Points A(1,9) and B(0,0) | vector AB(-1,-9) |
| slope of u(1,4) | slope = 4 |
| slope of v(-2,-3) | slope = 3/2 |
| slope of u(4,1) | slope = 1/4 |
| slope of v(3,2) | slope = 2/3 |
|
 |
|
|
|
DigiPen Technology Academy Instructor |
Tri-Tech Skills Center |
| Kennewick, WA |
|
|
|
|
|
| |