Solve The Law of the Machine | 750kg Load, 26N Effort

  • Thread starter Thread starter series111
  • Start date Start date
  • Tags Tags
    Law Machine
AI Thread Summary
The discussion focuses on calculating the mechanical advantage, velocity ratio, efficiency, and the law of the machine for a screw jack lifting a 750kg load with a 26N effort. The mechanical advantage is determined to be approximately 282.98, while the velocity ratio is calculated at 718.07, leading to an efficiency of about 39.40%. The law of the machine is expressed as E = aw + b, where the user struggles to determine the constant b. To find b, the user is advised to substitute known values into the equation and solve for both a and b using two sets of values for effort and load. The conversation emphasizes the need to establish a system of linear equations to derive these constants accurately.
series111
Messages
54
Reaction score
0

Homework Statement



A screw jack has a single start thread of pitch 7mm and a operating handle 800mm long.when raising a load of 750kg the effort required on thev end of the handle is 26N.
determine for these operating conditions the following :
(a) the mechanical advantage
(b) the velocity ratio
(c) the efficiency of the machine
(d) the law of the machine

Homework Equations


ma = load/effort
vr = 2 x pie x r/p
effiency of the machine = ma/vr x 100%
law of the machine = E = aw+b


The Attempt at a Solution



(a) mechanical advantage = 750 x 9.81/26N = 282.98

(b) the velocity ratio = 2 x pie x 800mm/7mm = 718.07

(c) the effiency of the machine = 282.98/718.07 x 100% = 39.40%

(d) the law of the machine this is where i am struggling i no the formula is E = aw+b

where a is the velocity ratio and w is the load however what does the b stand for and if i need to caculate this how do i do this please help ...
 
Physics news on Phys.org
Substitute the values of E,a,w in the law of machines to obtain the value of b (it is a constant).
 
so i have transposed correctly i think and have came up with this :


b = E-a/w

therefore b = 26n - 718.07/750 x 9.81 = 16.60

thanks for the quick reply
 
sorry to reply again as i have misread part (e) in the question

it says if the effort needed to raise a load of 400kg is 17N determine :

the law of the machine.

also should the law of the machine when calculated total 17N

thanks again mark
 
series111 said:
also should the law of the machine when calculated total 17N

I don't understand what you mean by this.


However, you have been provided with two sets of values for E and W. Substitute these in the law of machines, and obtain the values of 'a' and 'b' by solving the system of linear equations that you get.
 
I am trying to run an .ipynb file and have installed Miniconda as well as created an environment as such -conda create -n <env_name> python=3.7 ipykernel jupyter I am assuming this is successful as I can activate this environment via the anaconda prompt and following command -conda activate <env_name> Then I downloaded and installed VS code and I am trying to edit an .ipynb file. I want to select a kernel, via VS Code but when I press the button on the upper right corner I am greeted...
Back
Top