At the instant shown, the man is twirling a hose over his head with an angular velocity u # = 2 rad>s and an angular acceleration u $ = 3 rad>s2. If it is assumed that the hose lies in a horizontal plane, and water is flowing through it at a constant rate of 3 m>s, determine the magnitudes of the velocity and acceleration of a water particle as it exits the open end, r = 1.5 m.
DAY 1 Coding Vocab Syntax: The set of rules that defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language (set of rules that govern how things are done) Command: An instruction to a computer or device to perform a specific task Variable: A storage location paired with an associated symbolic name (an identifier), which contains some known or unknown quantity of information (a name we associate with some sort of data so MATLAB knows that, for example, a=15, and it’ll know every time we put “a”, it is 15. It is storing things we need in a variable.) Comment: A line of text (command) that will not be executed but it’s there to help you understand more. Add at the end and put a % sign. Function: A specia