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:b = 3:4 and b:c = 5:6, what is a:c?

View Question

The probability of getting an even number when rolling a die is:

View Question

If the angles of a triangle are in the ratio 2:3:4, what is the measure of the largest angle?

View Question

What is the square root of 121?

View Question

The LCM of two numbers is 60, and their HCF is 5. If one of the numbers is 20, what is the other number?

View Question

A triangle has angles 60°, 60°, and 60°. What type of triangle is it?

View Question

If a+b = 10 and ab = 21, what is the value of (a-b)^2?

View Question

The sum of the reciprocals of two numbers is 1/4. If one number is 12, what is the other?

View Question

A man rows downstream at 6 km/h and upstream at 4 km/h. What is the speed of the stream?

View Question

What is the length of the diagonal of a square with a side length of 7 cm?

View Question