348 results for "vector".

Show results for

Refine by

  • Status

  • Author

  • Tags

  • Usage rights

  • Ability Level

  • Topics

  • Question in MASH Bath: Question Bank by Picture of Ruth Hand Ruth Hand and 3 others

    Find the $x$ and $y$ components of a force which is applied at an angle to a particle. Resolve using $F \cos \theta$. The force is applied in the negative $x$ and negative $y$ direction.

  • Given the vectors $\mathbf a$, $\mathbf b$ and $\mathbf c$, calculate $(\mathbf a \times \mathbf b) \times \mathbf c$ and $\mathbf a \times (\mathbf b \times \mathbf c)$.

  • Find a perpendicular vector to a pair of vectors.

  • Calculate the vector product between two vectors.

  • Find the unit vectors in the direction of four 3-dimensional vectors. Three of the vectors are given, and the fourth is expressed as a linear combination of two of the other vectors.

  • Find the unit vectors in the direction of four 2-dimensional vectors. Three of the vectors are given, and the fourth is expressed as a linear combination of two of the other vectors.

  • Given three 3-dimensional vectors $\mathbf a$, $\mathbf b$ and $\mathbf c$, calculate the scalar product between $\mathbf a$ and $\mathbf b$, the angle between $\mathbf a$ and $\mathbf b$, and $\mathbf a (\mathbf b \cdot \mathbf c)$,

  • Given three 2-dimensional vectors $\mathbf a$, $\mathbf b$ and $\mathbf c$, calculate the scalar product between $\mathbf a$ and $\mathbf b$, the angle between $\mathbf a$ and $\mathbf b$, and $\mathbf a (\mathbf b \cdot \mathbf c)$,

  • Finding a vector when given the magnitude of the vector and a parallel vector.

  • Vectors: Magnitude 1b
    Ready to use

    Calculate the magnitude of a 2-dimensional vector $\mathbf v$, where $\mathbf v$ is written in the form $v_1 \mathbf i+v_2 \mathbf j$.

  • Vectors: Magnitude 1a
    Ready to use

    Calculate the magnitude of a 2-dimensional vector, where $\mathbf v$ is written in the form $\pmatrix{v1\\v2}$.

  • Given 3 vectors $\mathbf a$, $\mathbf b$ and $\mathbf c$, find the constants $p$, $q$ and $k$ such that $ p\mathbf a + q \mathbf b = \mathbf c$, where $k$ is an unknown component of $\mathbf c$ .

  • Given 3 vectors $\mathbf v$, $\mathbf a$ and $\mathbf b$, find the constants $c_1$ and $c_2$ such that $\mathbf v = c_1 \mathbf a + c_2 \mathbf b$ .

  • Given the coordinates of three 2-dimensional points $A$, $B$ and $C$, find the vectors $\vec{AB}$, $\vec{AC}$ and $\vec{CB}$.

  • Given the position vectors of three 2-dimensional points $A$, $B$ and $C$, find the coordinates of a fourth point $D$ such that $ABCD$ forms a parallelogram. 

  • Question in MASH Bath: Question Bank by Picture of Ruth Hand Ruth Hand and 2 others

    Find the $x$ and $y$ components of the resultant force on an object, when multiple forces are applied at different angles.

  • Question in Julia Goedecke's contributions by Picture of Julia Goedecke Julia Goedecke and 1 other

    Example of an explore mode question. Student is given a 2x2 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.

    Assessed: calculating characteristic polynomial and eigenvectors.

    Feature: any correct eigenvector is recognised by the marking algorithm, also multiples of the "obvious" one(s) (given the reduced row echelon form that we use to calculate them).

    Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.

    The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".

  • Sum three force vectors based on a written description of the situation.

  • Question in Marcelo's workspace by Marcelo Calderón and 1 other

    Evaluación de la superposición vectorial de campos provenientes de cuatro cargas puntuales. Este es un problema de suma de vectores, magnitudes de vectores y productos escalares (puntos) con un poco de trigonometría.

  • Example of an explore mode question. Student is given a 3x3 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.

    Assessed: calculating characteristic polynomial and eigenvectors.

    Feature: any correct eigenvalue will be recognised by the marking algorithm, even multiples of the obvious one(s) (which can be read off from the reduced row echelon form)

    Randomisation: Not randomised, just using particular matrices. I am still working on how to randomise this for 3x3; a randomised 2x2 version exists. I have several different versions for 3x3 (not all published yet), so I could make a random choice between these in a test.

    The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".

  • Question in Julia Goedecke's contributions by Picture of Julia Goedecke Julia Goedecke and 1 other

    Student decides on four different examples whether two subspaces form a direct sum and whether the sum is the whole vectorspace.

    No randomisation, just the four examples. The question is set in explore mode, so that after deciding, students are asked to give reasons for their choices.

  • Question in Linear Algebra 1st year by Picture of Julia Goedecke Julia Goedecke and 1 other

    Given vectors $\boldsymbol{v}$ and $\boldsymbol{w}$, find their inner product.

  • Question in Linear Algebra 1st year by Picture of Julia Goedecke Julia Goedecke and 1 other

    Given vectors $\boldsymbol{v}$ and $\boldsymbol{w}$, find their inner product.

  • Example of an explore mode question. Student is given a 2x2 matrix with eigenvalues and eigenvectors, and is asked to decide if the matrix is invertible. If yes, second and third parts are offered where the student should give the eigenvalues and eigenvectors of the inverse matrix.

    Assessed: remembering link between 0 eigenvalue and invertibility. Remembering link between eigenvalues and eigenvectors of matrix and its inverse.

    Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.

    The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".

  • Unit 9: Question 8
    Needs to be tested

    Based on Chapter 8, quite loosley.Putting a pair of linear equations into matrix notation and then solving by finding the inverse of the coefficient matrix. 

  • Question in .Vectors by Picture of Michael Proudman Michael Proudman and 2 others

    Add three vectors by determining their scalar components, summing them and then resolving the rectangular components to find the magnitude and direction of the resultant

  • Question in Assessment Exercises by Picture of Michael Proudman Michael Proudman and 2 others

    Add three vectors by determining their scalar components, summing them and then resolving the rectangular components to find the magnitude and direction of the resultant

  • Question in Assessment Exercises by Picture of Michael Proudman Michael Proudman and 2 others

    Add three vectors by determining their scalar components, summing them and then resolving the rectangular components to find the magnitude and direction of the resultant

  • Exam (27 questions) in .Vectors by Picture of Michael Proudman Michael Proudman
    Questions used in a university course titled "Vector calculus"
  • Exam (14 questions) in .Vectors by Picture of Michael Proudman Michael Proudman

    Questions on vector arithmetic and vector operations, including dot and cross product, as well as the vector equations of planes and lines.