buddyboss-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/robochamp/public_html/wp-includes/functions.php on line 6121The post Calculating Velocity of Lego EV3 Large Motor in a Projectile Motion appeared first on International Robotics Championship.
]]>The EV3 Large Servo Motor is a powerful motor that uses tacho feedback for precise control to within one degree of accuracy.
By using the built-in rotation sensor, the intelligent motor can be made to align with other motors on the robot so that it can drive in a straight line at the same speed. It can also be used to give an accurate reading for experiments.
The motor case design also makes it easy to assemble gear trains.

Combining knowledge from projectile and getting the velocity of the rotating body such as EV3 large motor can lessen your trial and error with your robot.
Using the formula of V = 2 .rN or
DN
A 50g Blue ball will be thrown in a plain field with an angle of 45 degrees. Using the large motor with a 170rpm (max) how far will it go if the throwing arm has a length of 100mm.
Using the formula above in getting the initial velocity that will be applied to the Ball
V = 2 (3.14)*(0.1m)(170rev/min)
V = 106.8 m/min
V= 1.78 m/s
Using this V as the initial velocity of the object in projectile motion, we can get the maximum distance it can reach using the formula
R = V2 x sin2(Ø) / g
R = (1.78m/s)2 x sin2(45)/9.81m/s2
R = 0.507m
Note that If we decrease the value of rotation of the large motor, we also decrease the peripheral velocity of the object and shorten the distance it will travel.
The post Calculating Velocity of Lego EV3 Large Motor in a Projectile Motion appeared first on International Robotics Championship.
]]>