Is it valid to split the derivative in deriving the equation for e_s(T)?

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
6 replies · 6K views
KingBigness
Messages
94
Reaction score
0

Homework Statement



From
[itex]\frac{de_{s}}{dT} = \frac{L_{v}e_{s}}{R_{v}T^{2}}[/itex]

derive

[itex]e_{s}(T) = 6.11 e^{\frac{L}{RV}(\frac{1}{T}-\frac{1}{273})}[/itex]

Homework Equations


The Attempt at a Solution



The way my lecturer derived it was he 'split' the derivative and took them to their respective sides and integrated.

So he got

[itex]\frac{de_{s}}{e_{s}} = \frac{LdT}{R_{v}T^{2}}[/itex]

However I was under the impression that you can't 'split' a derivative like that. Is this just a shortcut some physicists take to make the maths more simple? If it is what is the correct way of deriving this?
 
Physics news on Phys.org
Curious3141 said:
http://en.wikipedia.org/wiki/Separation_of_variables

It's not just "physicist's shorthand", it's a well-worn technique called Separation of Variables. Some might balk at the notation, but it's generally accepted and makes life easier.

How accepted is it? I am doing a double degree in pure mathematics and physics. If I was to do this in my pure maths classes would I be stoned?
 
KingBigness said:
How accepted is it? I am doing a double degree in pure mathematics and physics. If I was to do this in my pure maths classes would I be stoned?

I've taken calculus 1 and I've seen it before? :s
 
iRaid said:
I've taken calculus 1 and I've seen it before? :s

Sorry I wasn't very clear. I have seen it before and done it countless times I just always have a memory of a teacher saying don't tell a pure mathematician about it.
 
KingBigness said:

Homework Statement



From
[itex]\displaystyle \frac{de_{s}}{dT} = \frac{L_{v}e_{s}}{R_{v}T^{2}}[/itex]

derive

[itex]\displaystyle e_{s}(T) = 6.11 e^{\frac{L}{RV}(\frac{1}{T}-\frac{1}{273})}[/itex]

Homework Equations



The Attempt at a Solution



The way my lecturer derived it was he 'split' the derivative and took them to their respective sides and integrated.

So he got

[itex]\displaystyle \frac{de_{s}}{e_{s}} = \frac{LdT}{R_{v}T^{2}}[/itex]

However, I was under the impression that you can't 'split' a derivative like that. Is this just a shortcut some physicists take to make the maths more simple? If it is what is the correct way of deriving this?
In my experience, physicists & engineers are notorious for treating Leibniz's notation for the derivative as if it were a fraction.

A more rigorous handling of this derivative equation might be as follows:
Treating es as a function of T we have

[itex]\displaystyle \frac{d}{dT}(e_{s}) = \frac{L_{v}e_{s}}{R_{v}T^{2}}[/itex]

Rewriting this equation gives us

[itex]\displaystyle \frac{1}{e_{s}}\frac{d}{dT}(e_{s}) = \frac{L}{R_{v}T^{2}}[/itex]

Integrating w.r.t. T gives

[itex]\displaystyle \int {\frac{1}{e_{s}}\frac{d}{dT}(e_{s})}dT = \int{\frac{L}{R_{v}T^{2}}}dT[/itex]

We can rewrite the integral on the left hand side.

[itex]\displaystyle \int {\frac{1}{e_{s}}\frac{d}{dT}(e_{s})}dT = \int {\frac{1}{e_{s}}}\,de_{s}[/itex]​

Alternatively, if [itex]\displaystyle \frac{d}{dT}(e_{s}) = \frac{L_{v}e_{s}}{R_{v}T^{2}}\,,[/itex]
then the differential of es is given by [itex]\displaystyle d\,e_{s} = \frac{L_{v}e_{s}}{R_{v}T^{2}}\,dT[/itex]
 
SammyS said:
In my experience, physicists & engineers are notorious for treating Leibniz's notation for the derivative as if it were a fraction.

A more rigorous handling of this derivative equation might be as follows:
Treating es as a function of T we have

[itex]\displaystyle \frac{d}{dT}(e_{s}) = \frac{L_{v}e_{s}}{R_{v}T^{2}}[/itex]

Rewriting this equation gives us

[itex]\displaystyle \frac{1}{e_{s}}\frac{d}{dT}(e_{s}) = \frac{L}{R_{v}T^{2}}[/itex]

Integrating w.r.t. T gives

[itex]\displaystyle \int {\frac{1}{e_{s}}\frac{d}{dT}(e_{s})}dT = \int{\frac{L}{R_{v}T^{2}}}dT[/itex]

We can rewrite the integral on the left hand side.

[itex]\displaystyle \int {\frac{1}{e_{s}}\frac{d}{dT}(e_{s})}dT = \int {\frac{1}{e_{s}}}\,de_{s}[/itex]​

Alternatively, if [itex]\displaystyle \frac{d}{dT}(e_{s}) = \frac{L_{v}e_{s}}{R_{v}T^{2}}\,,[/itex]
then the differential of es is given by [itex]\displaystyle d\,e_{s} = \frac{L_{v}e_{s}}{R_{v}T^{2}}\,dT[/itex]

exactly what I wanted. thank you