Calculate Scalar Product for Vectors M and N in Cartesian XY System

AI Thread Summary
The discussion focuses on calculating the scalar product of two vectors M and N in a Cartesian coordinate system. The vectors are defined as M = (4, 4) and N = (-1, 1). The scalar product, or dot product, is calculated by multiplying corresponding components and summing the results, specifically using the formula ac + bd. Clarification is provided that the scalar product of a vector with itself, N·N, is indeed a straightforward calculation, while the initial confusion about the notation and components is addressed. Ultimately, the correct scalar product of N with itself is determined to be 2, and the method for calculating M·N is also explained.
runner1738
Messages
71
Reaction score
0
Consider the two vectors M =(a,b) = ai+bj and N = (c,d) = ci +dj, where a =4, b =4, c = -1, and d = 1. a and c represent the x-displacment and b and d represent the y-displacment in a Cartesian xy co-ordinate system.
Note: i and j represent unit vectors(i.e. vectors of length l)in the x and y directions, respectively. what is the value of the scalar product N x N?
 
Physics news on Phys.org
Do you know the definition of the scalar product? It's just the product of each i component + the product of each j component.
 
but then wouldn't that be (4,-1)+(4,1) so you get (-3) +(5)
 
Sorry I should have specified:

If you have 2 vectors in the form ai + bj and ci + dj, you obtain the scalar product by multiplying a by c and b by d to obtain ac + bd. You multiply each component seperately before adding.
 
runner1738 said:
but then wouldn't that be (4,-1)+(4,1) so you get (-3) +(5)

I assume by (4, -1) you mean 4 x -1, but where did that -1 come from?

You should also know that the scalar product, a.b = |a||b|cos theta, where theta is the angle between a and b. From that, you should be able to see what the scalar product of n with itself is.
 
c=-1, so -4 + 4 =0 , so your saying i have to solve for the angle in betwwen first, which can be easily done?
 
It's not necessary here but if you're ever given a question like "Magnitude of A is x and Magnitude of B is y and the angle between them is t degrees find A dot B" you know how to apply it.
 
well zero isn't the answer
 
what is the value of the scalar product N x N?

Are you sure that's written correctly? It looks like it's asking you to take the dot product of a vector with itself. Additionally, N x M is usually the convention for the vector product (cross product). Can you confirm the question is worded exactly like in the quotes?
 
  • #10
yea on the homework the question is what is the value of the scalar product N <dot> N? is it a trick question or something
 
  • #11
It was a trick. Vector M is irrelevant. Just take the dot product of N with itself (-1*-1+1*1)
 
  • #12
correct thank you so much, but what if i do need M dot N
 
  • #13
Just multiply the i component of N and the i component of M together then sum it to the product of the j component of N and the j component of M
 
Back
Top