Find the Coordinates of Point B using Cross Product

AI Thread Summary
To find the coordinates of point B, the cross product of vectors AC and AD is essential, as it yields a vector perpendicular to both. The order of the vectors in the cross product affects the direction of the resulting vector, but not the ability to find point B. The cross product itself does not directly provide the coordinates of B; instead, it gives a direction that can be scaled to the length of 7.09 meters. By normalizing the cross product and multiplying by 7.09, two possible coordinates for B can be determined, one being the negative of the other. This approach effectively resolves the problem of finding point B's coordinates.
Melawrghk
Messages
140
Reaction score
0

Homework Statement


Point A is at (0,3,0), D(0, 0, 3), C(4, 0, 0) and B(x,y,z). The bar AB is 7.09 m long and is perpendicular to the bars AC and AD. Use the cross product to determine the coordinates of x, y, and z.

Homework Equations


The cross product matrix thing...


The Attempt at a Solution


I found the eqations for AC and AD. I know that if I find their cross product, I will get AB, which is essentially what I'm looking for.
AC = 4i-3j+0k
AD = 0j-3j+3k

When I found the cross product of them in this form, I got it wrong. Also, I'm not sure which order to put them in, which one goes first, AC or AD? I now am attempting to convert them to unit vectors and do the cross product with those, but again, I'm not sure about the order. Help?

Thanks
 
Physics news on Phys.org
Melawrghk said:

Homework Statement


Point A is at (0,3,0), D(0, 0, 3), C(4, 0, 0) and B(x,y,z). The bar AB is 7.09 m long and is perpendicular to the bars AC and AD. Use the cross product to determine the coordinates of x, y, and z.

Homework Equations


The cross product matrix thing...

The Attempt at a Solution


I found the eqations for AC and AD. I know that if I find their cross product, I will get AB, which is essentially what I'm looking for.
AC = 4i-3j+0k
AD = 0j-3j+3k

When I found the cross product of them in this form, I got it wrong. Also, I'm not sure which order to put them in, which one goes first, AC or AD? I now am attempting to convert them to unit vectors and do the cross product with those, but again, I'm not sure about the order. Help?

Thanks

I don't think it's going to make a difference as to whether you do AC X AD or AD X AC. Won't the sign of the Resulting vector still be along the direction of AB but the sign of the coefficients of the components i,j,k will be reversed?

When I did the X-product of AD X AC I got in i,j,k an AB direction Resultant of (9,12,12), and for the AC X AD product got (-9,-12,-12), but it nominally points in the opposite direction. Knowing the direction of the resultant you should be able to solve for the intersection of B(x,y,z) no?
 
Last edited:
You are not asked for the cross product itself. The cross product will give you a vector perpendicular to both AC and AD but NOT the point (x,y,z) you want. To find a vector perpendicular to both AC and AD AND with length 7.09, divide the cross product by its length (to get a vector with length 1) and then multiply that unit vector by 7.09. There are actually two possible answers, one with coordinates the negative of the other.
 
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 hanged 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