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

If a square has a perimeter of 64 cm, what is its area?

View Question

How many ways can 4 people sit in a row?

View Question

If sin(A) = 3/5 and cos(B) = 5/13, where A and B are acute angles, what is sin(A+B)?

View Question

A number is increased by 20% and then decreased by 10%. What is the net change?

View Question

What is the area of an equilateral triangle with side length 10 cm?

View Question

The ratio of two numbers is 3:5, and their sum is 64. What are the numbers?

View Question

If 2a + b = 10 and a - b = 4, what is the value of a?

View Question

What is the sum of all even numbers between 1 and 50?

View Question

What is the value of x if log(x) + log(4) = log(32)?

View Question

What is the LCM of 15 and 20?

View Question