Buoyancy and Harmonic Oscillation

AI Thread Summary
The discussion focuses on a physics problem involving a cork cube floating in water, addressing its equilibrium depth and harmonic oscillation behavior. The equilibrium depth is calculated using the relationship between the densities of the cork and water. The participant struggles with the setup of the force equations, particularly in identifying the correct mass for the cork and its implications for the motion equations. There is confusion regarding the use of variables and the integration process for determining the position function over time. The conversation emphasizes the importance of correctly applying the principles of harmonic motion and the role of damping in the system's behavior.
Chip90
Messages
51
Reaction score
0

Homework Statement


A cork with a density \rho0 in the form of a cube of side length l floats on water with a density of \rhow. The pressure in water depends on depth h from the surface as P=\rhow *g*h.

A. Find the equilibrium depth of the bottom surface of the cube (how much length is below the surface)

Let the equilibrium position of the bottom surface be at y=0. At time t=o, the position of the bottom surface (below the equilibrium point) is at y=-A0 and the cube is moving upwards with a speed of V0.

B. Find the behavior of y(t)

C. Find the earliest time it take to reach the origin and the next time it takes to reach it again. Find the maximum speed the cork can have.

D. Friction is now present with friction force -aV(y,t) where a is a contant and V(y,t) is the velocity. Assume the friction results in a very lightly damped motion. Find the Q value.

Homework Equations



All in next part.

The Attempt at a Solution


This problem should be easy enough but I am having some problems.

A. The depth under water is \frac{P0}{Pw} *l

B. I did the force diagram on the block, with Fg in the negative y direction and Fb in the positive y direction.

F=ma
Fb -Fg = ma

where Fb=\rhow*g*y*l2
and Fg=m*g=\rhoo*g*l3

this gives me
\rhow*g*l2*y - m*g=\rhoo*g*l3 = m*a

where m= (\rhow+\rho)o*l3
a= \frac{d2*x}{dt2}

\rhow*g*l2*y - m*g=\rhoo*g*l3 = (\rhow+\rhoo)*l3* \frac{d2*x}{dt2}

is this the right setup? my prof. said there was something wrong with this, but I have no idea what..

I am also not sure how to approach part B. The undamped, unforced harmonic osc. eq. is \frac{d2*x}{dt2}+ w02*x=0
 
Last edited:
Physics news on Phys.org
any ideas why that setup would be wrong? I am still not seeing the problem with it..
 
the m in m*a should be just rho_o*g*l^3, not (rho_w+rho_o)*g*l^3
 
i see and what is the reason for that? does that still include for the fact that as the block is moving down, water is moving away and v.v.
 
you are summing the forces on the cork, so the m should just be the mass of the cork. the direction the block is moving does not matter in setting up the differential equation, just in the initial conditions.
 
ah, that makes sense. now that i have this equation with something equaling m* a

do i just take the second integral of both sides to get the y(t) function?
 
no, not so simple. in fact, now that i look closely, you are using x and y to mean the same thing in your equations. your equation is of the form: ay'' +by +c = 0. characteristic equation should get you the solution.
 
right my equation is? P0*g*l3*y'' - y*pw*g*l2 + p0*g*l3=0

this has the solution y(t)= A * cos (w*t + \phi)

so how do i figure out \phi

I know \omega from F=Fb which gives me \omega= sqrt (pW*g/pO*l)
 
Back
Top