How can I find the magnitude of a vector B when I know the unit vector B, the vector A and the result cross product of AXB?
    13 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Emmanouil Karamousadakis
 el 18 de Jul. de 2022
  
    
    
    
    
    Comentada: Emmanouil Karamousadakis
 el 18 de Jul. de 2022
            In other words, in a 2D plane, I know the final torque( A X B) on the k (out of the plane), I know the vector A (arm),
I know the direction the B is (the direction of the force) but I do not know the magnitude of that force
I am stuck, any help please? 
Thank you!
0 comentarios
Respuesta aceptada
  Torsten
      
      
 el 18 de Jul. de 2022
        Calculate 
A x B_unit 
Then the magnitude of B is 
m = norm(A x B)/norm(A x B_unit)
where B_unit is the unit vector in the direction of the force.
3 comentarios
Más respuestas (1)
  Jon
      
 el 18 de Jul. de 2022
        Lets say you have the final Torque, and arm  as a three element vectors T, and A respectiviely. Then I think the magnitude of the force would be
F = norm(T)/norm(A)
0 comentarios
Ver también
Categorías
				Más información sobre General Applications en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


