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 sides of a triangle are 13 cm, 14 cm, and 15 cm. What is its area?

View Question

If a:b = 2:3 and b:c = 4:5, what is a:c?

View Question

What is the value of log₃(27)?

View Question

A sum of money triples itself in 12 years at simple interest. What is the rate of interest per annum?

View Question

What is the cube of 4?

View Question

If two complementary angles differ by 30°, what are the angles?

View Question

If the ratio of two numbers is 3:5 and their HCF is 4, what are the numbers?

View Question

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

View Question

If x + y = 10 and xy = 21, what is the value of x³ + y³?

View Question

A sum of money doubles itself in 5 years at simple interest. What is the rate of interest?

View Question