Expression for volume as a function of pressure

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 6K views
chickymd
Messages
9
Reaction score
0

Homework Statement


When pressure is applied to a liquid, its volume decreases. Assuming that the isothermal compressibility κ=-1/V(δV/δP) is independent of pressure, derive an expression for the volume as a function of pressure.


Homework Equations





The Attempt at a Solution


I don't know where to start, but I know the answer should be V2=V1 exp[-κ(P2-P1)].
 
Physics news on Phys.org
chickymd said:

Homework Statement


When pressure is applied to a liquid, its volume decreases. Assuming that the isothermal compressibility κ=-1/V(δV/δP) is independent of pressure, derive an expression for the volume as a function of pressure.


Homework Equations





The Attempt at a Solution


I don't know where to start, but I know the answer should be V2=V1 exp[-κ(P2-P1)].
Start out by solving your equation for dV/dP.
 
δV/δP=-κV

I'm not sure what to do now.
 
chickymd said:
δV/δP=-κV

I'm not sure what to do now.
Have you learned how to solve a differential equation like this by separation of variables or by integrating factor?
 
No, I haven't taken differential equations.
 
chickymd said:
No, I haven't taken differential equations.
Have you learned how to integrate dV/V?
 
chickymd said:
No, I haven't.
Do you know what the derivative of ln(x) with respect to x is equal to?
 
chickymd said:
It's 1/x
OK. This is where we start.
If [tex]\frac{dln(x)}{dx}=\frac{1}{x}[/tex]
then
[tex]dln(x)=\frac{dx}{x}[/tex]
Is this OK with you so far?
 
Yes, I'm following.
Does that mean dV/V=dln(V)?
 
-κV=δV/δP
-κδP=δV/V=δln(V)

I can get this far, but I don't know how to solve it now.
 
chickymd said:
-κV=δV/δP
-κδP=δV/V=δln(V)

I can get this far, but I don't know how to solve it now.

Do I just integrate both sides from 1 to 2?
∫(from 1 to 2) -κδP=∫(from 1 to 2) δln(V)
-κ(P2-P1)=ln(V2)-ln(V1)=ln(V2/V1)
V2/V1=e^(-κ(P2-P1))
V2=V1=e^(-κ(P2-P1))

Is this correct?
 
chickymd said:
Do I just integrate both sides from 1 to 2?
∫(from 1 to 2) -κδP=∫(from 1 to 2) δln(V)
-κ(P2-P1)=ln(V2)-ln(V1)=ln(V2/V1)
V2/V1=e^(-κ(P2-P1))
V2=V1=e^(-κ(P2-P1))

Is this correct?
Excellent job! Just get rid of that extra equal sign in the last equation.
 
Thanks for the help (and for catching my typo).