Understanding Vector Dot Product: Solving for a, b, and c in a Right Triangle

In summary, the conversation discusses three vectors forming a right triangle, with vector a in the positive x direction, vector b in the positive y direction, and vector c as the hypotenuse. The dot product between vectors a and b is 0, while the dot product between vectors a and c is -16 and the dot product between vectors b and c is -9. These values are determined by using the law of cosines and the fact that the angle between the vectors is in the second quadrant (90 < theta < 180 degrees). The conversation also mentions the importance of direction when finding the angle between vectors.
  • #1
RadiationX
256
0
i have three vectors: a=4,b=3,c=5 that form a right triangle.
vector a is in the positive x direction, vector b is in the positive y direction starting at the tip of a. vector c is the hypotenuse of the triangle with tip at the origin. (see attaced picture .doc file)


the questions are: what is a dot b, a dot c, and b dot c.


i have the solutions in my manual but i don't understand them.


the manual says that from the figure it is clear that a + b + c = 0, where a is perpindicular to b:


a dot b = 0, since the angle between them is 90 degrees:


a dot c = a dot (-a-b)=-|a|^2=-16

and similarly b dot c = -9

i have no idea whay this is true. any help would be appreciated especially a general explanition of what the dot product is
 
Last edited:
Physics news on Phys.org
  • #2
Is that a joke...?You posted only 2... :-p

Daniel.
 
  • #3
A dot product between vector a and vector b is this:

a dot b = |a|*|b|*cos(theta)
a dot b = (AxBx)i + (AyBy)j + (AzBz)k

Those are two definitions and they are equal. In your case, you are given the length of vectors (a=4,b=3,c=5). This is the called the magnitude of a vector. the |a| = 4, |b| = 3, |c| = 5. How would you find the angle theta between the two vectors?

There are two laws you can use. Law of sines and law of cosines. Or a pythogoras' theorem if the vectors form a right angle. In your case the triangle is right, because 4^2 + 3^2 = 5^2. So you can use a good old SOH CAH TOA rule (Sin = Opposite/Hypothenus, Cos = Adjacent/Hypothenus, Tan = Opposite/Adjecent).

Try to visualize the triangle first. Obviously c is a hypothenus with length 5.

This is given: |a| = 4, |b| = 3, |c| = 5
And you want to find:
1] a dot b = |a|*|b|*cos(theta)= 4*3*cos(90) = 0
2] a dot c = |a|*|c|*cos(theta) = 4*5*4/5 = 16
3] b dot c = |b|*|c|*cos(theta) = 3*5*3/5 = 9
 
Last edited:
  • #4
ok i made my mistake with soh cah toa , but the last two answers are -16 and -9. why the negative sign? thx
 
  • #5
RadiationX said:
why the negative sign?
Because the angle between the vectors ([itex]\theta[/itex]) is 90 < [itex]\theta[/itex] < 180 degrees, a region in which [itex]cos \theta[/itex] is negative.
 
  • #6
dot product

Doc Al said:
Because the angle between the vectors ([itex]\theta[/itex]) is 90 < [itex]\theta[/itex] < 180 degrees, a region in which [itex]cos \theta[/itex] is negative.


i'm not saying that your're wrong but how do you know that cos is in the second quad? from the picture this is not obvious.
 
  • #7
To find the angle between two vectors, redraw them so that their tails start at the same point. Direction matters!
 
  • #8
that's it! thank you Doc AI
 

FAQ: Understanding Vector Dot Product: Solving for a, b, and c in a Right Triangle

What is a vector dot product?

A vector dot product, also known as a scalar product, is a mathematical operation that takes two vectors and produces a single number as the result. It is calculated by multiplying the corresponding components of the two vectors and then adding the products together.

How is the dot product used in physics?

The dot product is used in physics to calculate the work done by a force on an object. It is also used to find the angle between two vectors and to determine the direction of a force acting on an object.

What is the difference between a dot product and a cross product?

The dot product produces a scalar value, while the cross product produces a vector. The dot product is also commutative, meaning the order of the vectors does not matter, whereas the cross product is not commutative.

How do you calculate the dot product of two vectors?

To calculate the dot product of two vectors, you multiply the corresponding components of the vectors and then add the products together. For example, if vector A = [2, 3, -1] and vector B = [1, -2, 4], the dot product would be 2*1 + 3*(-2) + (-1)*4 = -2.

In what situations is the dot product useful?

The dot product is useful in many situations, such as calculating work and energy in physics, finding the angle between two vectors, and determining the direction of a force. It is also used in linear algebra, computer graphics, and machine learning.

Back
Top