Find work done on an isobaric system

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Feodalherren
Messages
604
Reaction score
6

Homework Statement


A 1kg box of Aluminum initially at 22C is warmed at P=1atm so that its T increases to 40C. Find
a) The work done on the system


Homework Equations



W= -∫PdV

The Attempt at a Solution



The pressure is constant at 101,300Pa

D=m/V

So V=m/D

D of Al at room temp = 2700kg/m^3

Therefore

[itex]W= -101,300Pa \frac{1kg}{2700kg/m^{3}}(1+24x10^{-6}(18))^{3}[/itex]

Where ΔT=18 and 24x10^-6 is the linear coefficient of expansion of Aluminum.

= -37.6J

Not the right answer, it should be around 48mJ. I can't see what I'm doing wrong here.
 
Physics news on Phys.org
It should be

[itex]W= -101,300Pa \frac{1kg}{2700kg/m^{3}}((1+24\times 10^{-6}(18))^{3}-1)[/itex]

because you forgot to subtract the initial volume. Essentially the same result, which retains only the linear term, is:

[itex]W= -101,300Pa \frac{1kg}{2700kg/m^{3}}(3)(24\times 10^{-6}(18))[/itex]

Chet
 
  • Like
Likes   Reactions: 1 person
Oh yeah I totally missed that. Thanks.