Decomposition of a vector into its components and graph
To decompose a vector into its components in "X" and "Y" trigonometric functions are used.
It works out as:
Fx = F * Cos (Angle)
Fy = F * Sen (Angulo)
Where:
Fx , Fy - > Components in X and Y respectively
F - > Vector into consideration, (can be Strength, speed, etc )
( Angle ) - > Angle in radians
Fx , Fy - > Components in X and Y respectively
F - > Vector into consideration, (can be Strength, speed, etc )
( Angle ) - > Angle in radians
Post a Comment