3,516 reputation
522
bio website
location United States
age
visits member for 2 years, 6 months
seen 16 hours ago
stats profile views 305

Started programming on a ZX spectrum in the 80's and have moved through Assembly, Turbo Pascal, C++, C#, Fortran. My main area of focus is engineering and scientific computing like numerical methods and 3D graphics.


2d
comment Spring damper model does not work very well
@Greg, no this formula is for constant acceleration. The OP is talking about a numerical solution where the acceleration changes with position and velocity.
2d
comment Why are some jenga pieces easier to remove than others?
@BrandonEnright, I agree as you can see from my comment on the OP.
2d
answered Why are some jenga pieces easier to remove than others?
2d
comment Why are some jenga pieces easier to remove than others?
Note that small size changes affect the load distribution among neighboring blocks.
2d
comment Why are some jenga pieces easier to remove than others?
For each block, sum of forces equals zero and sum of moments equals zero. That's how you calculate the internal forces.
2d
comment How do determine the equation of motion of slinky?
@user24642 Lookup online for multi-mass spring modeling, and maybe it will steer you towards a way of dealing with this.
2d
comment How do determine the equation of motion of slinky?
A slinky is a one long beam, with end points contacting the ground and coils clashing. Not en easy problem to deal with in general.
2d
comment Spring oscillations and waves
Yes, in valvetrains it the reflected wave in the valve spring that cause surge and loss of contact at high rpm.
May
18
comment Effective mass in Spring-with-mass/mass system
Note that in the design of valvetrains, helical springs get the $\frac{1}{3}$ treatment, but beehive springs get a higher ratio. In some cases up to $\frac{1}{2}$.
May
18
comment Effective mass in Spring-with-mass/mass system
I have written this but it yields a ratio of $\frac{4}{\pi^2}=0.405$.
May
18
comment Effective mass in Spring-with-mass/mass system
I have wondered about the same, and I remember solving this problem a few years back. But how, I do not remember. I also remember that the 1/3 fraction is only valid for low frequencies (< nat. freq.). As the frequencies increase the ratio increases also.
May
18
comment Effective mass in Spring-with-mass/mass system
$m' \ddot{x} = \ldots$ is wrong. You cannot take a massive spring and a linear force law. You have to solve a differential equation.
May
18
comment Determine the velocity and acceleration of the vertex $B$
OP says line is $A$ to $D$, therefore it is along $\vec{r}_D-\vec{r}_A$.
May
17
answered Static friction force on a block in a tunnel
May
17
comment Static friction force on a block in a tunnel
Since when do physical laws not reflect reality?
May
17
answered Determine the velocity and acceleration of the vertex $B$
May
17
comment Determine the velocity and acceleration of the vertex $B$
I usually have it as $\vec{v}_B = \vec{v}_A + \vec{ \omega} \times (\vec{r}_B-\vec{r}_A)$ so I do not get the sign wrong.
May
17
comment Static friction force on a block in a tunnel
How are you going to make perfectly flat walls and a perfectly fitting cube. What happens if the temperature drops and now you have a press-fit situation, or the temp rises and you have too much clearance? How are you going to control the interface geometry to make a robust measurement?
May
17
comment Static friction force on a block in a tunnel
Can you tilt the tunnel and allow only one wall to be in contact at the time?
May
17
comment Static friction force on a block in a tunnel
This is a completely unrealistic situation as you have to consider a) The clearances b) Any tilt of the block c) non-flatness of the walls. The force to unstick the block varies greatly with these factors mentioned.