I have a question about basic statics but somehow I cannot manage to find the answer on my own (btw, this is not a homework. It's been so many years since school for me...).
The problem is very simple: we have an object with weight $D$ at a given location on table wit with four legs ($F_1$ to $F_4$). What is the force applied on each leg? (for simplicity, I'm just using the same labels $F$ and $D$ for both the location and the force)
$W$, $H$, $x$, $y$ and $D$ are given. To find the forces on each leg, as far as I remember, I have to consider two general equations: $\sum F=0$ and $\sum M=0$. So I have:
$$ F_1 + F_2 + F_3 + F_4 - D = 0 $$
Also, considering the moments round the point $F_1$:
$$ W(F_2+F_3) - xD = 0 $$ $$ H(F_3+F_4) - yD = 0 $$
But this just give me 3 equations! I missing one more equation and cannot figure it out.
Answer
This looks like a simple linear blending problem. It is two-dimensional, but each dimension can be considered independently.
The more to the right the weight is, the larger the fraction of it carried by F2 and F3. Basically, the fraction of the weight carried by F2 and F3 is X/W. Put more mathematically:
(F2 + F3) / (F1 + F2 + F3 + F4) = X / W
The same can be done for the Y direction.
This gets you 0-1 fractions for left/right and top/bottom, with left = 1-right, etc. Now multiply the fractions due to the X and Y ballance for each leg. For example, F3 = (X/W)(Y/H). You can write down the overall 0-1 fractions for each leg like this from inspection. Then to get the actual force instead of the fraction of the total, multiply each by the total weight, which it seems you are calling D. Therefore F3 = D(X/W)(Y/h), and the formula for the other legs follows similarly using the 1- rule.
No comments:
Post a Comment