Is the differential, dp, exact or not?How to make approximation of rotational partition function of diatomic...
Inorganic chemistry handbook with reaction lists
Too soon for a plot twist?
Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?
What exactly is the meaning of "fine wine"?
Unidentified signals on FT8 frequencies
I am the light that shines in the dark
Is this Paypal Github SDK reference really a dangerous site?
Why is there an extra space when I type "ls" on the Desktop?
Short story about cities being connected by a conveyor belt
Is it a Cyclops number? "Nobody" knows!
Why does a car's steering wheel get lighter with increasing speed
How do I say in Japanese "I'm doing much better/healing well"?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Why is my explanation wrong?
PTIJ: Sport in the Torah
What is Tony Stark injecting into himself in Iron Man 3?
std::string vs const std::string& vs std::string_view
“I had a flat in the centre of town, but I didn’t like living there, so …”
Why isn't P and P/poly trivially the same?
School performs periodic password audits. Is my password compromised?
Instances in Shas where Tosfos quotes the Rambam?
How do you make a gun that shoots melee weapons and/or swords?
Why aren't there more Gauls like Obelix?
Can I challenge the interviewer to give me a proper technical feedback?
Is the differential, dp, exact or not?
How to make approximation of rotational partition function of diatomic linear molecules?How to derive the pressure dependency for the Gibbs free energy?Why is dU an exact differential and dq an inexact differential?Can a change in internal energy always be expressed as the product of the constant volume heat capacity and the change in temperature?How to prove that entropy is a state function?Gas expansion through adiabatic turbineDetermining pressure of sublimation of iodineHow to properly rearrange the first law of thermodynamics?Entropy and specific heat capacityExpression for fugacity coefficient derived from a pressure-explicite EOS
$begingroup$
Consider the differential $$mathrm dp=frac RV,mathrm dT+left(frac{2a}{V^2}-frac{RT}{V^2}right),mathrm dV$$ (where $a$ is a constant value)
(a) Determine whether the above differential, i.e. $mathrm dp$, is exact or not. Show all your steps and evaluation of the appropriate partial differentials!
I have no idea on how to even start this. As far as I can tell the differential is exact, but I don't know how to prove or show it. I'm really struggling to show the steps involved. I would appreciate any advice and thank you very much in advance.
thermodynamics
$endgroup$
add a comment |
$begingroup$
Consider the differential $$mathrm dp=frac RV,mathrm dT+left(frac{2a}{V^2}-frac{RT}{V^2}right),mathrm dV$$ (where $a$ is a constant value)
(a) Determine whether the above differential, i.e. $mathrm dp$, is exact or not. Show all your steps and evaluation of the appropriate partial differentials!
I have no idea on how to even start this. As far as I can tell the differential is exact, but I don't know how to prove or show it. I'm really struggling to show the steps involved. I would appreciate any advice and thank you very much in advance.
thermodynamics
$endgroup$
add a comment |
$begingroup$
Consider the differential $$mathrm dp=frac RV,mathrm dT+left(frac{2a}{V^2}-frac{RT}{V^2}right),mathrm dV$$ (where $a$ is a constant value)
(a) Determine whether the above differential, i.e. $mathrm dp$, is exact or not. Show all your steps and evaluation of the appropriate partial differentials!
I have no idea on how to even start this. As far as I can tell the differential is exact, but I don't know how to prove or show it. I'm really struggling to show the steps involved. I would appreciate any advice and thank you very much in advance.
thermodynamics
$endgroup$
Consider the differential $$mathrm dp=frac RV,mathrm dT+left(frac{2a}{V^2}-frac{RT}{V^2}right),mathrm dV$$ (where $a$ is a constant value)
(a) Determine whether the above differential, i.e. $mathrm dp$, is exact or not. Show all your steps and evaluation of the appropriate partial differentials!
I have no idea on how to even start this. As far as I can tell the differential is exact, but I don't know how to prove or show it. I'm really struggling to show the steps involved. I would appreciate any advice and thank you very much in advance.
thermodynamics
thermodynamics
edited 50 mins ago
Charlie Crown
348113
348113
asked 4 hours ago
NicciNicci
492
492
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your function $p$ is a function of the independent variables $V$ and $T$ i.e., $p(V,T)$. The other variables, $a$, and $R$ are constants.
Let me rewrite the differential as
$$mathrm{d}p = A(V)mathrm{d}T + B(T,V),mathrm{d}V$$
where
$$A(V) = frac{R}{V}$$
and
$$ B(T,V) = left( frac{2a}{V^3} - frac{RT}{V^2} right) $$
A differential is exact if
$$left( frac{partial A}{partial V} right)_T = left( frac{partial B}{partial T} right)_V $$
Note that subscripts denote that the variable is being held constant during the partial differentiation. The problem already told us what our $A$ and $B$ terms are, and I wrote them out explicitly above. Now, we just need to take the appropriate partial differentials and compare. If they are equal, then $mathrm{d}p$ is exact!
Writing out the formulas took awhile, it seems a shame to stop now... A little bit of differentiating, remembering to hold the appropriate variables constant during differentiation leads to
$$left( frac{partial A}{partial V} right)_T = -frac{R}{V^2}$$
$$left( frac{partial B}{partial T} right)_V = -frac{R}{V^2}$$
If the two partial derivatives are the same, the differential is exact. I will let you be the judge.
$endgroup$
1
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools likepandoc
and wrappers such asbookdown
to exist:)
$endgroup$
– andselisk
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
1
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
1
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "431"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchemistry.stackexchange.com%2fquestions%2f110639%2fis-the-differential-dp-exact-or-not%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your function $p$ is a function of the independent variables $V$ and $T$ i.e., $p(V,T)$. The other variables, $a$, and $R$ are constants.
Let me rewrite the differential as
$$mathrm{d}p = A(V)mathrm{d}T + B(T,V),mathrm{d}V$$
where
$$A(V) = frac{R}{V}$$
and
$$ B(T,V) = left( frac{2a}{V^3} - frac{RT}{V^2} right) $$
A differential is exact if
$$left( frac{partial A}{partial V} right)_T = left( frac{partial B}{partial T} right)_V $$
Note that subscripts denote that the variable is being held constant during the partial differentiation. The problem already told us what our $A$ and $B$ terms are, and I wrote them out explicitly above. Now, we just need to take the appropriate partial differentials and compare. If they are equal, then $mathrm{d}p$ is exact!
Writing out the formulas took awhile, it seems a shame to stop now... A little bit of differentiating, remembering to hold the appropriate variables constant during differentiation leads to
$$left( frac{partial A}{partial V} right)_T = -frac{R}{V^2}$$
$$left( frac{partial B}{partial T} right)_V = -frac{R}{V^2}$$
If the two partial derivatives are the same, the differential is exact. I will let you be the judge.
$endgroup$
1
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools likepandoc
and wrappers such asbookdown
to exist:)
$endgroup$
– andselisk
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
1
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
1
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
add a comment |
$begingroup$
Your function $p$ is a function of the independent variables $V$ and $T$ i.e., $p(V,T)$. The other variables, $a$, and $R$ are constants.
Let me rewrite the differential as
$$mathrm{d}p = A(V)mathrm{d}T + B(T,V),mathrm{d}V$$
where
$$A(V) = frac{R}{V}$$
and
$$ B(T,V) = left( frac{2a}{V^3} - frac{RT}{V^2} right) $$
A differential is exact if
$$left( frac{partial A}{partial V} right)_T = left( frac{partial B}{partial T} right)_V $$
Note that subscripts denote that the variable is being held constant during the partial differentiation. The problem already told us what our $A$ and $B$ terms are, and I wrote them out explicitly above. Now, we just need to take the appropriate partial differentials and compare. If they are equal, then $mathrm{d}p$ is exact!
Writing out the formulas took awhile, it seems a shame to stop now... A little bit of differentiating, remembering to hold the appropriate variables constant during differentiation leads to
$$left( frac{partial A}{partial V} right)_T = -frac{R}{V^2}$$
$$left( frac{partial B}{partial T} right)_V = -frac{R}{V^2}$$
If the two partial derivatives are the same, the differential is exact. I will let you be the judge.
$endgroup$
1
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools likepandoc
and wrappers such asbookdown
to exist:)
$endgroup$
– andselisk
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
1
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
1
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
add a comment |
$begingroup$
Your function $p$ is a function of the independent variables $V$ and $T$ i.e., $p(V,T)$. The other variables, $a$, and $R$ are constants.
Let me rewrite the differential as
$$mathrm{d}p = A(V)mathrm{d}T + B(T,V),mathrm{d}V$$
where
$$A(V) = frac{R}{V}$$
and
$$ B(T,V) = left( frac{2a}{V^3} - frac{RT}{V^2} right) $$
A differential is exact if
$$left( frac{partial A}{partial V} right)_T = left( frac{partial B}{partial T} right)_V $$
Note that subscripts denote that the variable is being held constant during the partial differentiation. The problem already told us what our $A$ and $B$ terms are, and I wrote them out explicitly above. Now, we just need to take the appropriate partial differentials and compare. If they are equal, then $mathrm{d}p$ is exact!
Writing out the formulas took awhile, it seems a shame to stop now... A little bit of differentiating, remembering to hold the appropriate variables constant during differentiation leads to
$$left( frac{partial A}{partial V} right)_T = -frac{R}{V^2}$$
$$left( frac{partial B}{partial T} right)_V = -frac{R}{V^2}$$
If the two partial derivatives are the same, the differential is exact. I will let you be the judge.
$endgroup$
Your function $p$ is a function of the independent variables $V$ and $T$ i.e., $p(V,T)$. The other variables, $a$, and $R$ are constants.
Let me rewrite the differential as
$$mathrm{d}p = A(V)mathrm{d}T + B(T,V),mathrm{d}V$$
where
$$A(V) = frac{R}{V}$$
and
$$ B(T,V) = left( frac{2a}{V^3} - frac{RT}{V^2} right) $$
A differential is exact if
$$left( frac{partial A}{partial V} right)_T = left( frac{partial B}{partial T} right)_V $$
Note that subscripts denote that the variable is being held constant during the partial differentiation. The problem already told us what our $A$ and $B$ terms are, and I wrote them out explicitly above. Now, we just need to take the appropriate partial differentials and compare. If they are equal, then $mathrm{d}p$ is exact!
Writing out the formulas took awhile, it seems a shame to stop now... A little bit of differentiating, remembering to hold the appropriate variables constant during differentiation leads to
$$left( frac{partial A}{partial V} right)_T = -frac{R}{V^2}$$
$$left( frac{partial B}{partial T} right)_V = -frac{R}{V^2}$$
If the two partial derivatives are the same, the differential is exact. I will let you be the judge.
edited 32 mins ago
orthocresol♦
39.4k7114241
39.4k7114241
answered 4 hours ago
Charlie CrownCharlie Crown
348113
348113
1
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools likepandoc
and wrappers such asbookdown
to exist:)
$endgroup$
– andselisk
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
1
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
1
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
add a comment |
1
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools likepandoc
and wrappers such asbookdown
to exist:)
$endgroup$
– andselisk
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
1
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
1
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
1
1
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
I will figure it out one day, it can't be harder than thermo ;)
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools like
pandoc
and wrappers such as bookdown
to exist:)$endgroup$
– andselisk
3 hours ago
$begingroup$
No worries, many find $mathrmLaTeX$ and mathJax syntax cumbersome and frustrating. There is a good reason for tools like
pandoc
and wrappers such as bookdown
to exist:)$endgroup$
– andselisk
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
$begingroup$
I don't think you should basically have revealed the full solution.
$endgroup$
– Chester Miller
3 hours ago
1
1
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
$begingroup$
In my experience people mess up the differentiation and then think they did everything wrong
$endgroup$
– Charlie Crown
3 hours ago
1
1
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
$begingroup$
Full solutions are fine! We encourage them: chemistry.meta.stackexchange.com/questions/4287/…
$endgroup$
– orthocresol♦
31 mins ago
add a comment |
Thanks for contributing an answer to Chemistry Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchemistry.stackexchange.com%2fquestions%2f110639%2fis-the-differential-dp-exact-or-not%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown