Dot product for Vector equation

In summary, the dot product is a mathematical operation that takes two vectors as input and produces a scalar as output. It is calculated by multiplying the corresponding components of the vectors and adding them together. The dot product is significant in vector equations as it helps find angles, determine orthogonality, and calculate projections and component vectors. It can be negative when the vectors are pointing in opposite directions. In real-world applications, the dot product is used in computer graphics, engineering, and physics for tasks such as determining lighting, analyzing forces, and solving equations related to work and energy.
  • #1
ricky_fusion
27
0
Hi,

I have a question about dot product for vector.

For detail : https://ecourses.ou.edu/cgi-bin/ebook.cgi?doc=&topic=st&chap_sec=02.4&page=theory

Is there anyone understand about it and explain to me the basic concept, why :
1. A • B = |A| |B| cosθ, not A • B =A^2 • B^2 - 2AB cosθ (Cosinus equation)
2. A|| = A cosθ u = (A • u) u (for vector component)
A|| = A • u (for direction component)

Thanks,
Ricky
 
Physics news on Phys.org
  • #2
ricky_fusion said:
Hi,

Is there anyone understand about it and explain to me the basic concept, why :
1. A • B = |A| |B| cosθ, not A • B =A^2 • B^2 - 2AB cosθ (Cosinus equation)

2. A|| = A cosθ u = (A • u) u (for vector component)
A|| = A • u (for direction component)

Thanks,
Ricky

1. For one thing, the square of a vector is a scalar. Does not make sense to have the dot product of two scalars. In the cosinus equation, the left hand side is not A*B but the third side (C). Your "alternative" does not make any sense, sorry.

The dot product can be DEFINED in several equivalent ways. One of them is the above, another way is to use components. There is not much point in asking why something is defined this way and not the other... You can ask if this is an useful operation between vectors and the answer is definitely YES.

2. A*u and A cos(theta) are the same thing if theta is the angle between A and u.
(A*u) is the projection (a scalar) of A along the unit vector u. If you multiply the projection with the vector u you get a vector, the component of A along u.
 
  • #3


Hello Ricky,

Thank you for your question about the dot product for vector equations. The dot product, also known as the scalar product, is a mathematical operation that takes two vectors and produces a scalar quantity. It is often used in physics and engineering to calculate work, energy, and other important quantities.

To understand why A • B = |A| |B| cosθ, let's first define what each term means. A and B are two vectors, |A| and |B| represent the magnitudes (or lengths) of those vectors, and θ is the angle between them. So, when we take the dot product of A and B, we are essentially multiplying their magnitudes and the cosine of the angle between them.

Now, why is it not A • B =A^2 • B^2 - 2AB cosθ? This is because the dot product is not a multiplication of individual components, but rather a combination of the two vectors as a whole. The formula A • B = |A| |B| cosθ takes into account the direction of the vectors, while the equation A^2 • B^2 - 2AB cosθ does not. This makes the first formula more accurate and useful in calculations involving vectors.

For your second question, A|| represents the component of vector A that is parallel to the unit vector u. The unit vector u is a vector with a magnitude of 1 and points in the same direction as the original vector A. The formula A|| = A cosθ u = (A • u) u calculates the parallel component of A by first finding the dot product of A and u, and then multiplying it by u. This formula takes into account the direction of the vectors and gives a more accurate result than the formula A|| = A • u, which only considers the magnitude of the vectors.

I hope this helps clarify the basic concepts of the dot product for vector equations. If you have any further questions, please don't hesitate to ask. Happy learning!

 

1. What is the dot product?

The dot product, also known as the scalar product or inner product, is a mathematical operation that takes two vectors as input and produces a scalar (a single number) as output. It is denoted by a dot or a small raised dot between the two vectors, hence the name "dot product".

2. How is the dot product calculated?

The dot product is calculated by multiplying the corresponding components of the two vectors and then adding the products together. For example, if we have two vectors A = (a1, a2, a3) and B = (b1, b2, b3), the dot product (A · B) is equal to a1b1 + a2b2 + a3b3.

3. What is the significance of the dot product in vector equations?

The dot product is an important tool in vector equations as it allows us to find the angle between two vectors, determine if they are orthogonal (perpendicular), and calculate projections and component vectors. It also plays a crucial role in vector calculus and physics, particularly in calculating work and energy.

4. Can the dot product be negative?

Yes, the dot product can be negative. This happens when the angle between the two vectors is greater than 90 degrees, meaning they are pointing in opposite directions. In this case, the dot product is negative because the cosine of the angle is negative, resulting in a negative product.

5. How is the dot product used in real-world applications?

The dot product has many real-world applications, including in computer graphics, engineering, and physics. In computer graphics, it is used to determine the lighting and shading of objects. In engineering, it is used in the analysis of forces and moments. In physics, it is used in various equations related to work, energy, and momentum.

Similar threads

  • Linear and Abstract Algebra
Replies
33
Views
829
  • Precalculus Mathematics Homework Help
Replies
6
Views
3K
  • Precalculus Mathematics Homework Help
Replies
21
Views
7K
  • Linear and Abstract Algebra
Replies
14
Views
643
Replies
14
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Classical Physics
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
4K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
Back
Top