Linearizing Stefan-Boltzmann equation

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
2 replies · 9K views
J_I_F
Messages
2
Reaction score
0

Homework Statement


I want to linearize both the Stefan-Boltzmann equation and the adiabatic relation to draw a relationship between δL/L(0) and δR/R(0).


Homework Equations


Stefan-Boltzmann equation in the form of L=4πσ(R^2)(T^4)
Adiabatic relation TV^(γ-1) = constant


The Attempt at a Solution


I have L(0) + δL = 4πσ((R(0) + δR)^2)*((T(0) + δT)^4) for the S-B part, but don't know how to get it into this desired form:

δL/L(0) = (2δR/R(0)) + (4δT/T(0))
 
Last edited:
Physics news on Phys.org
J_I_F said:
I have L(0) + δL = 4πσ((R(0) + δR)^2)*((T(0) + δT)^4)

δL/L(0) = (2δR/R(0)) + (4δT/T(0))

So you have:

[tex]L_0+\delta L=4\pi\sigma(R_0+\delta R)^2(T_0+\delta T)^4[/tex]

You will have to use a Taylor Expansion to expand the terms that can be considered very small. For example:

[tex](a+x)^4=a^4(1+\frac{x}{a})^4 \approx a^4(1+\frac{4x}{a})[/tex]

This only works when [tex]\frac{x}{a}[/tex] is very small compared to 1, as is the case in your example. If you're still having trouble, show your work and we can go from there.
 
Last edited:
That helped a bunch, thanks.