Hey, guys. So in previous videos, we saw how to multiply vectors by scalars, which are just simple numbers. Now it's pretty straightforward, but in some problems, you're going to have to multiply vectors by other vectors. And what's weird about vector multiplication is that there's a lot of not intuitive things that are going on. It's hard to visualize. But I'm going to show you that vector multiplication actually just boils down to a really simple equation. Let's check it out. There are actually 2 different ways to multiply a vector together or multiply 2 vectors together. One of them is called the dot or the scalar product and the other one's called the cross or the vector product. They get their names from their notation. So if you have 2 vectors a and b, the dot product is going to be with a big fat dot in between them and the cross product between 2 vectors a and b is going to be a big x sign like this. And so there are a couple of differences between them. The cross product is actually we're going to be covering in a later video here. So for now, we're just going to focus on the dot product. So how do we do a dot b? But before we get there, I actually want to cover something that we've previously covered before, which is how you multiply vectors by scalars. We call this multiples of vectors. For example, and it was really straightforward, if you have a vector that's 4 to the right, and you multiply it by a number 3, then you just get another longer vector out of it. So it's basically as if you're just chaining together, tip to tail, these 4 vectors, 3 times to the right, and you just get a bigger vector in this direction that's a magnitude of 12. And it points in the same direction. The dot product is different though. So when you do the dot products, you're actually going to take a vector like this 4 to the right and you're going to multiply it by another vector like 3 to the right. And what's weird about the scalar or the dot product is that you just end up with a number. You're just going to end up with 12, not the vector. So, again, if you multiply this 4 vector by this three number, you got a 12 vector. But for the dot product, you're going to multiply a 4 vector by a 3 vector and then you just get a number which is 12. You actually don't get a vector 12 in this direction. It's not what you get. It is kind of strange. And so it turns out there's actually just a really simple equation that will help us do this dot dot product. So if you have dot product a and b, what you're going to do is you're going to do the magnitude of a, which is written by the absolute value signs, times the magnitude of b, and then you're going to multiply this by the cosine of the angle where this angle is the smallest angle from a to b. So it's always this angle is drawn between a and b. Here, they're actually straight lines, but we're going to see how a bunch of different directions will affect this dot product. And so just make sure that your calculator is in degree mode. Now whenever you're doing the dot product, here's one way that I like to visualize or think about it. The dot product is basically when you're multiplying parallel components. That's how we're going to think about this. Let's just do a bunch of examples so we can see how this how this equation works out and what it means. So we're going to calculate the dot product between these two vectors right here. The first thing I want to point out is that anytime you're calculating the dot product, you're always going to line up your vectors so that they're end to end. So, basically, so that they start at the same point. Another way to think about this is tail to tail. So let's check it out. We've got these vectors a and b and we're going to calculate the dot product. So a dot b is going to be a b times the cosine of theta. So let's check it out. So we know the magnitude of a times the magnitude of b. Well, I've got these 2 vectors. I've got 3 times 4. So I've got 3 and then I've got 4 times the cosine of the angle. So I'm just going to get 12. And then what's the cosine of the angle between them? Well, this one's at 0 degrees and this one's at 0 degrees, so they're actually both completely parallel, so the cosine of 0. So these are parallel vectors and when we think of the dot product, we're going to multiply parallel components. Well, these vectors are perfectly parallel, so if you plug in cosine of 0 into your calculator, you're just going to get 1 which means that our dot product is just 12. Let's move on to Part B. Now, we've got the same exact vectors 3 and 4. Now, just one of them is raised to an angle, but let's just go through our equation. We've got AB or A dot B is going to be a b cosine theta. So when we work this out, we already know a and b is going to multiply to 12. Right? These numbers don't change. The only thing that is changing though is the cosine of the angle between them. So now what's this angle? What's the smallest angle between a and b? Well, I've got 0 This one at 0 and this one at 60, so the gap or the difference is just 60 degrees. So that's what I plug into my calculator, 60. And if you work this out, we're going to get 12 times 0.5, which means that my dot product is 6. So what's the difference here? What actually happened? Well, one way you can think about this is that this b vector here doesn't completely lie parallel to to a, but it does have a component that lies parallel to a. So this is my x component, my b x, and remember we calculate this by b cosine of theta. So one way you can think about this equation here is you're multiplying a, which is 3, times b cosine of theta. So, if you do B cosine of theta, where you plug in, so if you have this as 4 and this is 60 degrees, then my b x or my b cosine of theta term over here is gonna be 4 times the cosine of 60, which is gonna give me 2. So basically, it's like we're multiplying this 2 by this 3, not the 4 by the 3. So that's why we get a 6 out of it. So it's multiplication of parallel components. This 3 and this 2 are both parallel and that multiplies to 6. Alright, guys. Let's keep going. So now we've got part c, which is we got the same vectors. Now b just points to the left. So we're gonna start off with the same exact equation. We know a dot b is gonna be 12 times the cosine of theta. Right? So, I've got 12. Now what's the cosine of the angle between them? Well, I've got these perfectly anti parallel lines like this. So that means that the angle between them is gonna be the 2 little quadrants like this and that's just gonna be my theta is equal to a 180 degrees. So if you plug in the cosine of 180 into your calculator, you're gonna get 12 times negative one. So that means our dot product is gonna be negative 12. So what's this negative about? Well, all this really means is whenever you get a negative dot product, it just means that your components point in completely or not not completely, but it just means that they point in opposite directions. So here, the parallel components to a is actually anti parallel. It's a special case of parallel and so because they point in opposite directions, it just picks up a negative sign. That's all there is to it. Let's move on. So we've got these vectors again, 3 and 4. So let's just do go to the equation a dot b is equal to Now, you've got 12 times the cosine of theta. So we've got 12 times the cosine of what? What do we plug into our calculators? Is it the 60 degrees? Well, remember that this theta angle has to be the smallest angle between A and B. So this is actually not the angle that we're going to use. We have to find out what this angle is and this angle here is just gonna be a 180 degrees minus the 60. So our theta is actually 120. So if you were to plug in 120 into your calculator, you're gonna get 12 times negative 0.5. So now our dot product is actually negative 6. And so when we can think about this is this b vector isn't completely anti parallel to a, but it does have this component over here that does lie in the opposite direction to a. So if you work this out, this b x component, you would actually have to use this b cosine of theta. You have to use the b 60 and you would end up with a component of negative 2. And so, you're gonna multiply this negative 2 by this 3 and then that is what is what's gonna get you the negative 6. So basically, it's those 2 multiplication of anti parallel components and, you get the negative number there. Alright. So for the last one, now, we're gonna multiply this 3 and 4. Start off with the equation, a dotb is equal to 12 cosine of theta. So it's equal to 12 times the cosine of what? Well, the smallest angle here is gonna be this one right here and this actually forms a right angle. These are perfectly perpendicular like this and so this angle here is 90 degrees. If you plug in 90 degrees, the the cosine of 90 degrees, you're just gonna get 0 into your calculators. It doesn't matter how big these vectors are. It could be a billion. It could be a trillion. It doesn't matter because the cosine of this angle here is 0. So that means that your dot product is equal to 0. And so we what you can think about this is that the 0 dot product just means that the components are in completely perpendicular directions. There is no components of b that is parallel to a because they're perfectly perpendicular. And by the way, this works for any combination of vectors as long as you can figure out that the angle between them is 90. So even something like this, they don't necessarily have to be on the x and y axis like this. As long as you can figure out that this angle is 90, the dot product will always be 0. Alright, guys. That's it for this one. Let me know if you have any questions.
- 0. Math Review31m
- 1. Intro to Physics Units1h 23m
- 2. 1D Motion / Kinematics3h 56m
- Vectors, Scalars, & Displacement13m
- Average Velocity32m
- Intro to Acceleration7m
- Position-Time Graphs & Velocity26m
- Conceptual Problems with Position-Time Graphs22m
- Velocity-Time Graphs & Acceleration5m
- Calculating Displacement from Velocity-Time Graphs15m
- Conceptual Problems with Velocity-Time Graphs10m
- Calculating Change in Velocity from Acceleration-Time Graphs10m
- Graphing Position, Velocity, and Acceleration Graphs11m
- Kinematics Equations37m
- Vertical Motion and Free Fall19m
- Catch/Overtake Problems23m
- 3. Vectors2h 43m
- Review of Vectors vs. Scalars1m
- Introduction to Vectors7m
- Adding Vectors Graphically22m
- Vector Composition & Decomposition11m
- Adding Vectors by Components13m
- Trig Review24m
- Unit Vectors15m
- Introduction to Dot Product (Scalar Product)12m
- Calculating Dot Product Using Components12m
- Intro to Cross Product (Vector Product)23m
- Calculating Cross Product Using Components17m
- 4. 2D Kinematics1h 42m
- 5. Projectile Motion3h 6m
- 6. Intro to Forces (Dynamics)3h 22m
- 7. Friction, Inclines, Systems2h 44m
- 8. Centripetal Forces & Gravitation7h 26m
- Uniform Circular Motion7m
- Period and Frequency in Uniform Circular Motion20m
- Centripetal Forces15m
- Vertical Centripetal Forces10m
- Flat Curves9m
- Banked Curves10m
- Newton's Law of Gravity30m
- Gravitational Forces in 2D25m
- Acceleration Due to Gravity13m
- Satellite Motion: Intro5m
- Satellite Motion: Speed & Period35m
- Geosynchronous Orbits15m
- Overview of Kepler's Laws5m
- Kepler's First Law11m
- Kepler's Third Law16m
- Kepler's Third Law for Elliptical Orbits15m
- Gravitational Potential Energy21m
- Gravitational Potential Energy for Systems of Masses17m
- Escape Velocity21m
- Energy of Circular Orbits23m
- Energy of Elliptical Orbits36m
- Black Holes16m
- Gravitational Force Inside the Earth13m
- Mass Distribution with Calculus45m
- 9. Work & Energy1h 59m
- 10. Conservation of Energy2h 51m
- Intro to Energy Types3m
- Gravitational Potential Energy10m
- Intro to Conservation of Energy29m
- Energy with Non-Conservative Forces20m
- Springs & Elastic Potential Energy19m
- Solving Projectile Motion Using Energy13m
- Motion Along Curved Paths4m
- Rollercoaster Problems13m
- Pendulum Problems13m
- Energy in Connected Objects (Systems)24m
- Force & Potential Energy18m
- 11. Momentum & Impulse3h 40m
- Intro to Momentum11m
- Intro to Impulse14m
- Impulse with Variable Forces12m
- Intro to Conservation of Momentum17m
- Push-Away Problems19m
- Types of Collisions4m
- Completely Inelastic Collisions28m
- Adding Mass to a Moving System8m
- Collisions & Motion (Momentum & Energy)26m
- Ballistic Pendulum14m
- Collisions with Springs13m
- Elastic Collisions24m
- How to Identify the Type of Collision9m
- Intro to Center of Mass15m
- 12. Rotational Kinematics2h 59m
- 13. Rotational Inertia & Energy7h 4m
- More Conservation of Energy Problems54m
- Conservation of Energy in Rolling Motion45m
- Parallel Axis Theorem13m
- Intro to Moment of Inertia28m
- Moment of Inertia via Integration18m
- Moment of Inertia of Systems23m
- Moment of Inertia & Mass Distribution10m
- Intro to Rotational Kinetic Energy16m
- Energy of Rolling Motion18m
- Types of Motion & Energy24m
- Conservation of Energy with Rotation35m
- Torque with Kinematic Equations56m
- Rotational Dynamics with Two Motions50m
- Rotational Dynamics of Rolling Motion27m
- 14. Torque & Rotational Dynamics2h 5m
- 15. Rotational Equilibrium3h 39m
- 16. Angular Momentum3h 6m
- Opening/Closing Arms on Rotating Stool18m
- Conservation of Angular Momentum46m
- Angular Momentum & Newton's Second Law10m
- Intro to Angular Collisions15m
- Jumping Into/Out of Moving Disc23m
- Spinning on String of Variable Length20m
- Angular Collisions with Linear Motion8m
- Intro to Angular Momentum15m
- Angular Momentum of a Point Mass21m
- Angular Momentum of Objects in Linear Motion7m
- 17. Periodic Motion2h 9m
- 18. Waves & Sound3h 40m
- Intro to Waves11m
- Velocity of Transverse Waves21m
- Velocity of Longitudinal Waves11m
- Wave Functions31m
- Phase Constant14m
- Average Power of Waves on Strings10m
- Wave Intensity19m
- Sound Intensity13m
- Wave Interference8m
- Superposition of Wave Functions3m
- Standing Waves30m
- Standing Wave Functions14m
- Standing Sound Waves12m
- Beats8m
- The Doppler Effect7m
- 19. Fluid Mechanics2h 27m
- 20. Heat and Temperature3h 7m
- Temperature16m
- Linear Thermal Expansion14m
- Volume Thermal Expansion14m
- Moles and Avogadro's Number14m
- Specific Heat & Temperature Changes12m
- Latent Heat & Phase Changes16m
- Intro to Calorimetry21m
- Calorimetry with Temperature and Phase Changes15m
- Advanced Calorimetry: Equilibrium Temperature with Phase Changes9m
- Phase Diagrams, Triple Points and Critical Points6m
- Heat Transfer44m
- 21. Kinetic Theory of Ideal Gases1h 50m
- 22. The First Law of Thermodynamics1h 26m
- 23. The Second Law of Thermodynamics3h 11m
- 24. Electric Force & Field; Gauss' Law3h 42m
- 25. Electric Potential1h 51m
- 26. Capacitors & Dielectrics2h 2m
- 27. Resistors & DC Circuits2h 7m
- 28. Magnetic Fields and Forces2h 23m
- 29. Sources of Magnetic Field2h 30m
- Magnetic Field Produced by Moving Charges10m
- Magnetic Field Produced by Straight Currents27m
- Magnetic Force Between Parallel Currents12m
- Magnetic Force Between Two Moving Charges9m
- Magnetic Field Produced by Loops and Solenoids42m
- Toroidal Solenoids aka Toroids12m
- Biot-Savart Law (Calculus)18m
- Ampere's Law (Calculus)17m
- 30. Induction and Inductance3h 37m
- 31. Alternating Current2h 37m
- Alternating Voltages and Currents18m
- RMS Current and Voltage9m
- Phasors20m
- Resistors in AC Circuits9m
- Phasors for Resistors7m
- Capacitors in AC Circuits16m
- Phasors for Capacitors8m
- Inductors in AC Circuits13m
- Phasors for Inductors7m
- Impedance in AC Circuits18m
- Series LRC Circuits11m
- Resonance in Series LRC Circuits10m
- Power in AC Circuits5m
- 32. Electromagnetic Waves2h 14m
- 33. Geometric Optics2h 57m
- 34. Wave Optics1h 15m
- 35. Special Relativity2h 10m
Introduction to Dot Product (Scalar Product) - Online Tutor, Practice Problems & Exam Prep
Vector multiplication can be performed using the dot product and the cross product. The dot product, denoted as , results in a scalar value calculated by , where is the angle between the vectors. This operation emphasizes the multiplication of parallel components, yielding positive, negative, or zero results based on their orientation, indicating their directional relationship.
Introduction to Dot Product (Scalar Product)
Video transcript
Using the vectors given in the figure, (a) find A ● B. (b) Find A ● C.
(a) 37.4, (b) 0
(a) -18.3, (b) 150
(a) 37.4, (b) -134
(a) 18.3, (b) 0
Do you want more practice?
More setsHere’s what students ask on this topic:
What is the dot product of two vectors?
The dot product of two vectors, also known as the scalar product, is a mathematical operation that results in a scalar value. It is calculated using the formula:
where and are the magnitudes of the vectors, and is the angle between them. The dot product emphasizes the multiplication of parallel components of the vectors.
How do you calculate the dot product of two vectors in component form?
To calculate the dot product of two vectors in component form, you multiply the corresponding components and then sum the results. For vectors and , the dot product is:
What does a negative dot product indicate about the vectors?
A negative dot product indicates that the vectors are oriented in opposite directions. This means that the angle between the vectors is greater than 90 degrees and less than 180 degrees. In mathematical terms, if the dot product is negative, it implies that the cosine of the angle between the vectors is negative, which occurs when .
How does the angle between two vectors affect their dot product?
The angle between two vectors significantly affects their dot product. If the vectors are parallel (angle = 0 degrees), the dot product is maximized and positive. If the vectors are perpendicular (angle = 90 degrees), the dot product is zero. If the vectors are anti-parallel (angle = 180 degrees), the dot product is maximized but negative. The dot product is given by:
where is the angle between the vectors. The cosine function determines the sign and magnitude of the dot product based on this angle.
What is the physical significance of the dot product in physics?
In physics, the dot product has several important applications. One key significance is in calculating work done by a force. The work done by a force over a displacement is given by the dot product:
where is the angle between the force and displacement vectors. This calculation helps determine how much of the force contributes to the movement in the direction of the displacement.
Your Physics tutor
- (a) Find the scalar product of the vectors A and B given in Exercise 1.38.
- a. What is the angle Φ between vectors E and F in FIGURE P3.24?
- The treasure map in FIGURE P3.41 gives the following directions to the buried treasure: 'Start at the old oak ...
- (I) Vector V₁→ points along the z axis and has magnitude V₁ = 75. Vector V₂→ lies in the xz plane, has magnitu...
- (II) Given vectors A→ = 4.8î + 6.8ĵ and B→ = 9.6î + 6.7ĵ , determine the vector C→ that lies in the xy plane, ...
- (II) A→ and B→ are two vectors in the xy plane that make angles a and ᵦ with the x axis respectively. Evaluate...
- (III) The arrangement of atoms in zinc is an example of 'hexagonal close-packed' structure. Three of the neare...