bigplanet401
- 101
- 0
Homework Statement
Show that the density of water at a depth z in the ocean is related to the surface density rho_s by
<br /> \rho(z) \approx \rho_s [1 + (\rho_s g/B)z]<br />
where B is the bulk modulus of water.
Homework Equations
B = -V (dP/dV)
B = rho (dP/d rho)
3. The Attempt at a Solution
I've been trying to get this problem for 4 hours...aaargh.
I started by relating the change in pressure to the change in depth: pressure increases with depth.
<br /> \frac{dP}{dz} = \rho(z) g<br />
so
<br /> dP = \rho(z) g \, dz<br />
Then, substituting this expression for dP into the second formula above, I got
<br /> B = \rho^2 g \frac{dz}{d\rho}<br />
Then I got
<br /> \frac{d\rho}{dz} = \frac{\rho^2 g}{B}<br />
This is a separable differential equation, but I don't think it's the right one. I tried solving it with the initial condition rho(0) = rho_s and got
<br /> \rho(z) = \frac{\rho_s}{1 - \frac{\rho_s g}{B}z}<br />
which doesn't make sense because density should not become infinite at a certain depth. What did I do wrong?