Difference between revisions of "ModelCourses/Calculus/Vectors/Vectors in Space"

From WeBWorK_wiki
Jump to navigation Jump to search
m (added tag)
 
(19 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Vectors in Space
 
Vectors in Space
   
* Space Coordinates
 
  +
* Vector Algebra
** Identifying points in space given the coordinates
 
  +
** The right-handed coordinate system, three axes, three coordinate planes and eight octants
** Identifying the coordinates of points in space given a dynamic 3d graph of the points
 
  +
*** Sketch a point in space.
* The Dot Product of Two Vectors
 
  +
*** Sketch a line that passes through a given point and is parallel to an axis.
** Calculating the standard collection of numerical examples
 
  +
*** Sketch a plane that contains a point and is parallel to a coordinate plane.
** Parallel and geometric implications
 
  +
*** Sketch a plane that contains a point and is perpendicular to an axis.
*** Given a particular vector, create other parallel vectors of desired length
 
  +
*** Express a vector from Point A to Point B in vector notation.
** Angle between vectors, orthogonality and cos(theta)
 
  +
*** Sketch a position vector.
*** Given two vectors, determine the angle between
 
  +
** Vector algebra: (1) scalar multiplication; (2) vector addition and subtraction
*** Given one vector and an angle, determine another other vector with the desired angle. Maybe give part of the second vector.
 
  +
*** Compute and sketching a scalar times a vector and a sum (difference) of two vectors.
*** Given one 2d vector, determine another vector which is orthogonal
 
  +
** Triangle inequality
* The Cross Product of Two Vectors in Space
 
  +
** Calculating the standard collection of numerical examples
 
  +
* Dot Product and Applications
** Orthogonality
 
  +
** Two definitions of dot product of two vectors
*** Given a vector, determine another vector which is orthogonal
 
  +
** Angle between two vectors
** Orthogonality between three vectors
 
  +
*** Compute the dot product of two vectors.
*** Given two vectors, determine a vector which is normal
 
  +
*** Compute the angle between two vectors.
  +
*** Determine if two vectors are parallel or orthogonal (perpendicular) when the cosine of the angle between these two vector is 1, -1, or 0.
  +
*** Determine if the angle between two vectors is acute or obtuse when the dot product of these two vectors is positive or negative.
  +
*** Create a vector v that is parallel to a given vector.
  +
*** Create a vector v that is orthogonal to a given vector.
  +
*** Given a vector u and an angle theta, create a vector v such that the angle between u and v is theta.
  +
** Projection and component of vector u onto vector v
  +
*** Compute the work done by a force vector along a direction vector.
  +
*** Compute the distance from a given point to a given line.
  +
*** Compute the distance between two planes.
  +
  +
* Cross Product and Applications
  +
** Definition of the cross product of two vectors in space
  +
** The cross product of vectors u and v is orthogonal (perpendicular) to u and v and satisfies the right-handed rule.
  +
*** Given two vectors u and v that are not parallel, find a vector which is orthogonal to both u and v.
  +
*** Compute the area of the parallelogram whose two sides are formed by two given vectors.
  +
*** Compute the volume of the parallelepiped whose three sides are formed by three given vectors.
   
 
[[ModelCourses/Calculus/Vectors/setUnit1|Download the set definition file for this problem set]]
 
[[ModelCourses/Calculus/Vectors/setUnit1|Download the set definition file for this problem set]]
   
 
[[ModelCourses/Multivariate Calculus]]
 
[[ModelCourses/Multivariate Calculus]]
  +
  +
[[Category:Model_Courses]]

Latest revision as of 10:21, 22 June 2021

Vectors in Space

  • Vector Algebra
    • The right-handed coordinate system, three axes, three coordinate planes and eight octants
      • Sketch a point in space.
      • Sketch a line that passes through a given point and is parallel to an axis.
      • Sketch a plane that contains a point and is parallel to a coordinate plane.
      • Sketch a plane that contains a point and is perpendicular to an axis.
      • Express a vector from Point A to Point B in vector notation.
      • Sketch a position vector.
    • Vector algebra: (1) scalar multiplication; (2) vector addition and subtraction
      • Compute and sketching a scalar times a vector and a sum (difference) of two vectors.
    • Triangle inequality
  • Dot Product and Applications
    • Two definitions of dot product of two vectors
    • Angle between two vectors
      • Compute the dot product of two vectors.
      • Compute the angle between two vectors.
      • Determine if two vectors are parallel or orthogonal (perpendicular) when the cosine of the angle between these two vector is 1, -1, or 0.
      • Determine if the angle between two vectors is acute or obtuse when the dot product of these two vectors is positive or negative.
      • Create a vector v that is parallel to a given vector.
      • Create a vector v that is orthogonal to a given vector.
      • Given a vector u and an angle theta, create a vector v such that the angle between u and v is theta.
    • Projection and component of vector u onto vector v
      • Compute the work done by a force vector along a direction vector.
      • Compute the distance from a given point to a given line.
      • Compute the distance between two planes.
  • Cross Product and Applications
    • Definition of the cross product of two vectors in space
    • The cross product of vectors u and v is orthogonal (perpendicular) to u and v and satisfies the right-handed rule.
      • Given two vectors u and v that are not parallel, find a vector which is orthogonal to both u and v.
      • Compute the area of the parallelogram whose two sides are formed by two given vectors.
      • Compute the volume of the parallelepiped whose three sides are formed by three given vectors.

Download the set definition file for this problem set

ModelCourses/Multivariate Calculus