Questions on 3d displacement vectors

AI Thread Summary
The lizard's displacement vector from the origin to the opposite corner of a room measuring 4 m in the x direction, 5 m in the y direction, and 3 m in the z direction is expressed as 4i + 5j + 3k. To find the shortest path along the walls, the room can be visualized as a flat layout, allowing for a straight line path. The optimal path length calculated is approximately 8.6 meters. The discussion emphasizes understanding displacement vectors and visualizing the room's layout for pathfinding. This approach aids in solving similar problems involving three-dimensional spaces.
Sneakatone
Messages
318
Reaction score
0
A room measures 4 m in the x direction, 5 m in the y direction , and 3 m in the z direction. A lizard crawls along the walls from one corner of the room to the diametrically opposite corner. If the starting point is the origin of coordinates, what is the displacement vector in terms of unit vectors?


-if the lizard chooses the shortest path along the walls, floor or ceiling what is the length of its path?

I do not know where to start please help.
 
Physics news on Phys.org
Sneakatone said:
A room measures 4 m in the x direction, 5 m in the y direction , and 3 m in the z direction. A lizard crawls along the walls from one corner of the room to the diametrically opposite corner. If the starting point is the origin of coordinates, what is the displacement vector in terms of unit vectors?


-if the lizard chooses the shortest path along the walls, floor or ceiling what is the length of its path?

I do not know where to start please help.

Welcome to the PF.

The first part of the question is pretty basic. It says that the lizard crawls a total of 4m in the x direction, 5m in the y direction, and 3m in the z direction. Independent of the path it took there is a displacement vector from the start to the end. How do you write that displacement vector in terms of unit vectors?
 
Can you at least do the first part, the vector for the far corner?
For the second part, imagine taking a paper replica of the room, and cutting it along some edges so that it can be laid out flat. There are several ways top do this, so there's more than one possibility for where the opposite corner ends up in the resulting flat grid, but the lizard's optimal path will be a straight line now. You have to find one that stays on the laid out walls.
 
I got lDl=7 which is correct but it also ask for D=? in meters and i don't know what it is asking for.
 
never mind its asking for the equation which is, 4i+5j+3k.
n the second part ended up to be 8.6 m.
 
haruspex said:
Can you at least do the first part, the vector for the far corner?
For the second part, imagine taking a paper replica of the room, and cutting it along some edges so that it can be laid out flat. There are several ways top do this, so there's more than one possibility for where the opposite corner ends up in the resulting flat grid, but the lizard's optimal path will be a straight line now. You have to find one that stays on the laid out walls.

Great hint, haruspex. I was having trouble figuring out the second part of the question until I saw your hint. :smile:
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top