logo

Question detail

Let u = [2, 1] and v = [4, 3]. Calculate 2u + v. State what scalar-vector multiplication and vector addition achieve.

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

Question

Type

practice

Style

Topic

Vectors

Exam-style question

Try this first

Let u = [2, 1] and v = [4, 3]. Calculate 2u + v. State what scalar-vector multiplication and vector addition achieve.

Model answer

What a good answer should say

  • First multiply every entry of u by 2: 2u = [4, 2].
  • Then add corresponding entries of v: 2u + v = [4, 2] + [4, 3] = [8, 5].
  • Scalar-vector multiplication achieves scaling, while vector addition achieves translation.

Explanation

Why this works

Scalar multiplication applies the scalar to every vector entry. Vector addition then combines corresponding entries.

The specification associates scalar-vector multiplication with scaling and vector addition with translation.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.