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

A rectangle has a length of 10 cm and a width of 5 cm. What is the diagonal of the rectangle?

View Question

What is the value of x if 3x + 7 = 16?

View Question

If the sum of the squares of two consecutive positive integers is 365, what are the integers?

View Question

The sides of a triangle are 7, 24, and 25. Is this a right triangle?

View Question

The perimeter of a rectangle is 50 cm, and its length is 15 cm. What is its width?

View Question

If x² - 9x + 18 = 0, what are the roots of the equation?

View Question

What is the sum of the first 10 positive even numbers?

View Question

What is the HCF of 48 and 180?

View Question

The probability of rolling a sum of 7 with two dice is:

View Question

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

View Question