Wednesday, 16 September 2015

homework and exercises - Estimate the reaction force on each leg of a 4-legged table


Assume you have a table with four legs with a weight placed somewhere inside the boundary created by the legs. The task is to determine the reaction force at each leg. Here are the problem constraints...



  1. The sum of the four reaction forces must equal the total weight set on the table.

  2. The table has no weight of its own.

  3. You cannot directly solve for the reaction of each leg using sum of forces and sum of moments because the structure is statically indeterminate.


  4. We are not allowed to introduce deflection in order to develop a 4th independent relationship between the four reactions


There are methods to estimate the reaction force on each leg. One such method uses ratios to determine the four leg reactions.


Square leg configuration P1=(ywybyfyb)(xwxlxrxl)P2=(ywybyfyb)(xwxrxlxr)P3=(ywyfybyf)(xwxrxlxr)P4=(ywyfybyf)(xwxlxrxl)

Here is my question. The above solution is only good for a square leg configuration.


Can this method be modified to work for a trapezoidal leg configuration, like this? Trapezoidal leg configuration Better yet, can this method be modified to work for any leg configuration?


Edit 1


@ja72, This is in response to your answer. Please forgive me. It's been 15 years since I've worked with summations and linear algebra. I'm having trouble solving the two torque equations for ψ and φ. Please look at what I have below and let me know if I'm on the right track. First I found Fi using your second equation.


Fi=W+k(ψ(xixw)+φ(yiyw)3k

Now I substitute this into your two torque equations and attempt to solve. ni=1W+k(ψ(xixw)+φ(yiyw))3k(yiyw)=0
ni=1W+k(ψ(xixw)+φ(yiyw))3k(xixw)=0
Rearrange equations 1 and 2 nW3kni=1ψ(xixw)(yiyw)+φ(yiyw)23=0
nW3k+ni=1ψ(xixw)2+φ(yiyw)(xixw)3=0
[ni=1(xixw)(yiyw)ni=1(yiyw)2ni=1(xixw)2ni=1(yiyw)(xixw)][ψφ]=[nWknWk]
I doubt this is correct and I do not know how to solve this. Can you please help me solve for ψ and φ.


Edit 2


Starting with the 2x2 given by ja72. Notice I have eliminated the k terms on the right hand side since they cancel out in the end.



Aψφ=W(yw¯y)W(xw¯x)

where A=[n¯x¯yni=1(xiyi)ni=1(y2i)n¯y2ni=1(x2i)n¯x2n¯x¯yni=1(xiyi)]
Implement variable transformation


a=n¯x¯yni(xiyi)b=ni(y2i)n¯y2

c=ni(x2i)n¯x2d=n¯x¯yni(xiyi)
now A becomes A=[abcd]
Solve for ψ and φ ψφ=A1W(yw¯yW(xw¯x
ψ=wadbc(b(xw¯x)d(yw¯y))
φ=wadbc(a(yw¯y)c(xw¯x))
Here is the equation for zw. Again, I have removed the k terms since they all cancel out. zw=1n(W+ni=1ψ(xixw)φ(yiyw))
When we substitute ψ and φ we get this ugly thing. zw=Wn(1+1adbcni=1(d(yw¯y)b(xw¯x))(xixw)(a(xw¯x)c(yw¯y))(yiyw))
Finally we have... Fi=Term1Term2+Term3
Where Term1=zmTerm2=ψ(xixw)Term1=φ(yiyw)



Answer



To solve this problem make the legs elastic, but nearly rigid. The reaction force on each leg is going to be a spring force. There are three degrees of freedom: a) two tilt angles and b) Overall height.


Let's assume each leg attachment is at (xi,yi,zi) where zi is the unknown "lift" of the table leg from the horizontal plane. This lift is a function of the center of mass height zw and two angles


zi=zw+ψ(xixw)φ(yiyw)


The force in each leg is Fi=kzi so the total weight must be


W=knizi}zw=W+k(niψ(xixw)φ(yiyw))3k


Now the sum of the two torque components along x and y for each leg force is zero


niτxi=niFi(yiyw)=0

niτyi=Fi(xixw)=0



These two equations are solved for φ and ψ and when used back in the force equation Fi=k(zw+ψ(xixw)φ(yiyw)) miraculously the stiffness k cancels out.


Edit 1


To solve for the tilt angles you make the following 2×2 system of equations


[nˉxˉyni(xiyi)ni(y2i)nˉy2ni(x2i)nˉx2nˉxˉyni(xiyi)]|ψφ|=|Wk(ywˉy)Wk(xwˉx)|


where ˉx=1nnixi and ˉy=1nniyi


No comments:

Post a Comment

Understanding Stagnation point in pitot fluid

What is stagnation point in fluid mechanics. At the open end of the pitot tube the velocity of the fluid becomes zero.But that should result...