Topic Details (Notes format)

How to Solve Basic Vector Problems (2D)

Subject: Mathematics

Book: Maths Mastery

Vector problems revolve around magnitude and direction. For example, if u20d7A=[2,3], its magnitude is √(2²+3²)=√13. Adding vectors u20d7A+u20d7B sums components: [a₁+b₁, a₂+b₂]. Dot product u20d7A · u20d7B = a₁b₁+a₂b₂. These operations appear in physics (force or velocity decomposition), game development (movement), or 2D geometry transformations. Building comfort with 2D vectors paves the way for 3D expansions, fosters strong geometric intuition, and is essential for multi-dimensional problem-solving across STEM fields.

Practice Questions

The probability of getting an even number when rolling a die is:

View Question

What is the sum of all angles in a hexagon?

View Question

The base of a triangle is 10 cm and its height is 6 cm. What is its area?

View Question

If x^2 + 4x + 4 = 0, what is the value of x?

View Question

If the average of five consecutive odd numbers is 25, what is the largest number?

View Question

The perimeter of a rectangle is 40 cm, and its length is 12 cm. What is its width?

View Question

What is the square root of 0.25?

View Question

If a = 4 and b = 5, what is the value of (a+b)^2?

View Question

If a:b = 5:7 and b:c = 6:11, what is a:c?

View Question

If a person can type 45 words per minute, how many words can they type in 2 hours?

View Question