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 sphere has a radius of 7 cm. What is its volume?

View Question

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

View Question

The sides of a triangle are 5 cm, 12 cm, and 13 cm. What type of triangle is it?

View Question

What is the value of log₃(27)?

View Question

What is the sum of all angles in a hexagon?

View Question

If x = 3 and y = 4, what is the value of x^2 + y^2?

View Question

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

View Question

What is the square root of 121?

View Question

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

View Question

If the perimeter of a square is 40 cm, what is the area of the square?

View Question