Troubleshooting 3D Vector Work: Solving Angle and Displacement Confusion

  • Thread starter Thread starter hehedxd
  • Start date Start date
  • Tags Tags
    3d Vector Work
AI Thread Summary
The discussion focuses on solving a physics problem involving work done by a force vector along a displacement vector. Participants clarify that the displacement is calculated as the difference between the initial and final position vectors, specifically from A(1,-4,5) to B(2,-1,3), resulting in a displacement vector of (1,3,-2). The work done is determined using the dot product of the force vector and the displacement vector, emphasizing that the angle between them is not necessary for the calculation. The conversation highlights the importance of correctly identifying the vectors involved and using the dot product to find the work done. Ultimately, the participants reach a consensus on the method to solve the problem effectively.
hehedxd
Messages
8
Reaction score
1
Homework Statement
A 5 N force which is along the direction vector (2,3,4) moves an object from A(1,-4,5)
to B(2,-1,3). What is the work done?
Relevant Equations
Dot product
W = F x d
I'm having trouble finding the angle and displacement
 
Physics news on Phys.org
hehedxd said:
Homework Statement:: A 5 N force which is along the direction vector (2,3,4) moves an object from A(1,-4,5)
to B(2,-1,3). What is the work done?
Relevant Equations:: Dot product
W = F x d

I'm having trouble finding the angle and displacement

The displacement is ##A## to ##B##, isn't it? Do you really need the angle?
 
How would you find the displacement?
Also what do you do with the direction vector?
 
hehedxd said:
How would you find the displacement?
Also what do you do with the direction vector?
I would ask myself how do I get from ##A## to ##B##. I assume we are talking about a straight line path here.

I don't know what a "direction" vector is. There is a force vector and a displacement vector here.
 
Using 'x' is misleading. You want a _dot_ product.
Hint: you don't need to find any angles.
 
So i disregard the first vector given in the problem and get the dot product of a and b?
 
hehedxd said:
So i disregard the first vector given in the problem and get the dot product of a and b?
No, you need the dot product of the force and displacement vectors:
$$W = \vec F \cdot \vec d$$
 
hehedxd said:
So i disregard the first vector given in the problem and get the dot product of a and b?

A and B are the starting and stopping points of the thing being pushed. Work is done by the force acting over that displacement.
 
What is the displacement vector @hehedxd ?
 
  • #10
I think its the vector along which the force acts.
 
  • #11
hehedxd said:
I think its the vector along which the force acts.
No, the displacement vector is the difference between the final position vector and the initial position vector. You have both given as A and B. Can you compute it?
 
  • Like
Likes PeroK
  • #12
No can you help me
 
  • #13
The initial position vector is ##\vec A=(1,-4,5)## and the final position vector is ##\vec B=(2,-1,3)##. The displacement vector is ##\vec s=\vec B-\vec A##. Can you compute it?
 
  • #14
ok I got s = (1,3,-2) thanks
 
  • #15
Great! Now, what you want is ##W=\vec F\cdot\vec s=Fs\cos\theta##.
The problem statement is telling you that the force is in the direction of the vector ##(2,3,4)##, so we know that the angle between ##\vec F## and ##\vec s## is the same as the angle between ##(2,3,4)## and ##\vec s##.
Can you find that angle?
 
  • #16
Wait I thought we didn't need angle.
I was going to find the vector that represents the force and use dot product
 
  • #17
archaic said:
Great! Now, what you want is ##W=\vec F\cdot\vec s=Fs\cos\theta##.
The problem statement is telling you that the force is in the direction of the vector ##(2,3,4)##, so we know that the angle between ##\vec F## and ##\vec s## is the same as the angle between ##(2,3,4)## and ##\vec s##.
Can you find that angle?

To find the angle, you could always first compute the dot product! :wink:
 
  • #18
hehedxd said:
Wait I thought we didn't need angle.
I was going to find the vector that represents the force and use dot product
Sure, you can also do that.
 
  • #19
PeroK said:
To find the angle, you could always first compute the dot product! :wink:
Yes, I was trying to lead him to that!
 
  • #20
Ok thanks I got it now
 
  • Like
Likes archaic
Back
Top