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 the length of a rectangle is doubled and the width is halved, what is the change in area?

View Question

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

View Question

If a cone has a base radius of 3 cm and height of 4 cm, what is its slant height?

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

A sum of money triples itself in 12 years at simple interest. What is the rate of interest per annum?

View Question

If a:b = 3:4 and b:c = 5:6, what is a:c?

View Question

What is the cube root of 729?

View Question

If the sum of three consecutive integers is 72, what are the integers?

View Question

If x:y = 4:5 and y:z = 2:3, what is x:z?

View Question

A man spends 75% of his income and saves Rs. 600. What is his total income?

View Question