Expression for volume as a function of pressure

AI Thread Summary
When pressure is applied to a liquid, its volume decreases, and the isothermal compressibility κ is defined as κ=-1/V(δV/δP). To derive the volume as a function of pressure, the differential equation dV/V = -κ dP is used. Integrating both sides leads to the expression V2/V1 = e^(-κ(P2-P1)), which simplifies to V2 = V1 e^(-κ(P2-P1)). The discussion emphasizes understanding the integration process and correctly applying the principles of differential equations, even for those unfamiliar with the topic. The final expression accurately represents the relationship between volume and pressure changes in a liquid.
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?
 
No, I haven't.
 
chickymd said:
No, I haven't.
Do you know what the derivative of ln(x) with respect to x is equal to?
 
It's 1/x
 
  • #10
chickymd said:
It's 1/x
OK. This is where we start.
If \frac{dln(x)}{dx}=\frac{1}{x}
then
dln(x)=\frac{dx}{x}
Is this OK with you so far?
 
  • #11
Yes, I'm following.
Does that mean dV/V=dln(V)?
 
  • #12
-κV=δV/δP
-κδP=δV/V=δln(V)

I can get this far, but I don't know how to solve it now.
 
  • #13
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?
 
  • #14
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.
 
  • #15
Thanks for the help (and for catching my typo).
 
Back
Top