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 probability of rolling a sum of 7 with two dice is:

View Question

If a = 2 and b = 3, what is the value of (a^2 + b^2)?

View Question

If log(100) = 2 and log(10) = 1, what is log(1000)?

View Question

If sin(x) = 3/5 and x is in the first quadrant, what is cos(x)?

View Question

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

View Question

If a square has a perimeter of 64 cm, what is its area?

View Question

A man invests Rs. 5000 at 5% per annum simple interest. What is the total amount after 3 years?

View Question

A train 150 m long passes a pole in 15 seconds. What is its speed?

View Question

A car travels 240 km in 4 hours. What is its average speed?

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