Trouble understanding the influence of a real spring in a system

AI Thread Summary
The discussion focuses on understanding the forces acting on a mass-spring system, particularly the influence of a real spring's force described by the equation F = -kx + αx². The user is trying to derive a function y = y(m) that relates the height of a block suspended by the spring to its mass, using equilibrium conditions. Confusion arises regarding the correct application of the force equation and the interpretation of the variables involved. Clarifications suggest that the user should solve the quadratic equation derived from the force balance to find y(m), emphasizing the importance of choosing a physically meaningful solution. The conversation highlights the challenges of translating theoretical equations into practical scenarios.
hcpyz
Messages
2
Reaction score
2
The hypothesis is that the force of a real spring can be described as $$F = -kx + \alpha x^2$$ with x being the spring deformation and k its constant. The \alpha x^2 would be the force lost by the spring as x becomes too big. To test that, a system was build with block of mass m suspended by a vertical spring. Different blocks with different masses were used and, in the equilibrium state, the value y of its height in relation to the ground was registered. Worth mentioning that for the problem $$x = y_0 - y$$ with y_0 being the height of the lower end of the spring in relation to the ground when there is no block.

**The problem is**: Find a function y = y(m) in terms of k, alpha and y_0 .

**What I've done so far**

I thought that since we are dealing with a mass spring system we would find an equation for the system without any mass being weighted. So:
$$
-k(y_0) + \alpha(y_0)^2 = 0
$$
I don't feel very confident with that statement but moving on...
The I found an equation for the system when there's a mass being weighted, which would be found by doing the force diagram. This is being really confusing to me, so...

$$
P = mg = -kx + \alpha x^2
$$
Here I'm really confused with the minus sing. But well, moving on again...
$$
mg = -k(y_0 - y) + \alpha (y_0 - y)^2
$$
And then I thought that it would be a good idea to solve this system.

$$
\begin{cases}
-k(y_0) + \alpha(y_0)^2 = 0 \\
mg = -k(y_0 - y) + \alpha (y_0 - y)^2
\end{cases}
$$

I've tried doing it by hand and also with wolfram mathematica but it seems unsolvable thus I think I'm missing the conceptual part of it in the force diagram I built with the equation, am I getting the minus sing wrong?
 
Physics news on Phys.org
If ##~mg = -k(y_0 - y) + \alpha (y_0 - y)^2~,## what prevents you from solving the quadratic for ##(y_0-y)## and then moving ##y_0## to the other side of the equation? Wouldn't that give you ##y(m)##? Be sure to choose the solution that is physically meaningful.

Addendum on edit:
The "no mass" equation you have is incorrect. The variable ##y## is the height of the mass above ground. We are also given that the height above ground when no mass is hanging is ##y_0##. So if you substitute ##m=0## and ##y=y_0## in the force equation, you get $$0*g=-k(y_0-y_0)+\alpha(y_0-y_0)^2\implies0=0.$$Nothing usable here.
 
Last edited:
kuruman said:
If ##~mg = -k(y_0 - y) + \alpha (y_0 - y)^2~,## what prevents you from solving the quadratic for ##(y_0-y)## and then moving ##y_0## to the other side of the equation? Wouldn't that give you ##y(m)##? Be sure to choose the solution that is physically meaningful.

Addendum on edit:
The "no mass" equation you have is incorrect. The variable ##y## is the height of the mass above ground. We are also given that the height above ground when no mass is hanging is ##y_0##. So if you substitute ##m=0## and ##y=y_0## in the force equation, you get $$0*g=-k(y_0-y_0)+\alpha(y_0-y_0)^2\implies0=0.$$Nothing usable here.
oh wow, that was way simpler than I was thinking. Thank you!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top