Solve Spring Homework: Modeling Displacement | 19.6N/cm

  • Thread starter Thread starter cowmoo32
  • Start date Start date
  • Tags Tags
    Modeling Spring
AI Thread Summary
The problem involves a 6 kg brick hanging from a spring stretched by 3 cm, then further stretched by 4 cm and released, requiring the setup of a differential equation to model its motion. The spring constant is confirmed as k = 19.6 N/cm, while the damping constant b should be considered as 0 due to the absence of air resistance. The correct equation to solve is 6y'' + 19.6y = 0, with the solution needing to account for gravity, which acts as an external force. The final displacement function is y(t) = 4cos(18.074t), emphasizing the importance of using the correct units and understanding the effects of gravity in the context of the problem. Properly addressing these factors is crucial for arriving at the correct solution.
cowmoo32
Messages
121
Reaction score
0

Homework Statement


A brick of mass 6 kg hangs from the end of a spring. When the brick is at rest, the spring is stretched by 3 cm. The spring is then stretched an additional 4 cm and released. Assume there is no air resistance. Note that the acceleration due to gravity, g, is g=980 cm/s2.

Set up a differential equation with initial conditions describing the motion and solve it for the displacement s(t) of the mass from its equilibrium position (with the spring stretched 3 cm).

Homework Equations


my'' + by' + ky = Fexternal

y(0) = y0 + initial displacement
y'(0) = V0

m = mass
b = damping constant
k = spring constant

F = -kx

The Attempt at a Solution


I get:

k = 19.6N/cm
y(0) = -4cm
y'(0) = 0

I'm assuming b = 1 since it wasn't given.

6y'' + y' + 19.6y = 0, solving for the initial conditions
.
.
.
y(x) = e^(-.08333x)(-0.1846sin(1.8055x)-4cos(1.0855x))
But that comes back as incorrect. I had a similar problem and didn't have any trouble so I'm having a hard time seeing where I went wrong with this one.
 
Physics news on Phys.org
cowmoo32 said:
I get:

k = 19.6N/cm
That is correct.

cowmoo32 said:
I'm assuming b = 1 since it wasn't given.
Ah, but they do give b, and it is not 1. You've said b is the damping constant. And it says in the question that there is no air resistance, so they are implying something about the value of b.
 
I spoke with the TA and b=0 unless stated otherwise. Reworking from 6y''+19.6y=0, I get y(t)=-4cos(1.8074t) and it's still incorrect. This is driving me nuts. I have two similar problems and am running into the same issue with the general solution. I know the amplitude and frequency are correct but something is wrong with my general solution.
 
Your equation was my'' + ky = fext since there was no damping, which is correct, but then you assume that the external force is zero. But this is wrong, because there is an external force.
 
Would gravity on the mass be an external force? I say Fext = 0 because we haven't covered springs with external forces on them yet and I'm not sure how I would work that into the equation considering I'm solving for displacement as a function of time.
 
Gravity on the mass definitely would be an external force. Perhaps the reason why your answer is marked as 'incorrect' is because you haven't explained why the presence of gravity doesn't affect the amplitude and frequency. Have you had any classes where they explained the effect of gravity on this system?
 
Not yet, no. This is actually for my differential equations class but it's applicable to this subforum. The goal of this homework set is modeling springs without any external forces.
 
I guess this problem is an exception to the homework set. As you have said, you already have the correct solution. So the only reason I can think it was marked as 'incorrect' is because the marker didn't like your working. And I would guess that it is because they didn't like your explanation of how gravity affects the solution. Did the marker give any hint to what was wrong with your work? And how did you explain gravity's effect?
 
I had this same homework problem, use g=980 cm/s2. instead of g=9.8m/s2. This changes your answer from y(t)=-4cos(1.8074t) to y(t)=-4cos(18.074t). They want the answer in terms of cm and seconds not meters and seconds.

Also in the class I am taking, we referred to negative y as positive direction , i don't know how you do it but that would make the -4 coefficient become +4.

TL;DR y(t)=4cos(18.074t)
 
Back
Top