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 = 2 and b = 3, what is the value of (a^2 + b^2)?

View Question

The sides of a triangle are 13 cm, 14 cm, and 15 cm. What is its area?

View Question

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

View Question

If sin(A) = 1/2 and A is acute, what is the value of A?

View Question

What is the square root of 144?

View Question

What is the probability of drawing an ace from a standard deck of 52 cards?

View Question

A cone has a base radius of 7 cm and height of 24 cm. What is its volume?

View Question

A cube has a side length of 4 cm. What is its volume?

View Question

What is the area of a circle with a diameter of 14 cm?

View Question

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

View Question