Physics Library
 An open source physics library
Encyclopedia | Forums | Docs | Random |  
Login
create new user
Username:
Password:
forget your password?
Main Menu
Sections

Meta

Talkback

Downloads

Information
Wien displacement law (Definition)

The Wien Displacement Law can be used to find the peak wavelength of a blackbody at a given temperature. Planck’s radiation law gives us a function of λ and temperature so we can find the maximum of this function and hence the peak wavelength emitted [1].

So for a given T we have

           2
f (λ ) = 2πc-h------1-----
          λ5  ehc∕λkT − 1
(1)

To find the peak of this function differentiate with respect to λ and set it equal to 0

df(λ)
------= 0
 dλ
(2)

Use the product rule to carry out this differentiation

     − 10πc2h      1         2πc2h  d
0 =  ----6-----hc∕λkT-----+  (---5--)--(ehc∕λkT − 1)−1
        λ     e      −  1     λ     dλ
(3)

Next use the chain rule to get

               2          2
0 =  1---−-10πc-h--+ (2πc--h)(− (ehc∕λkT − 1)− 2) -d-(ehc∕λkT − 1)
     λ6 ehc∕λkT − 1      λ5                      dλ
(4)

Apply the chain rule again

               2          2
0 = -1- -− 10-πc-h-+ (2πc-h-)(− (ehc∕λkT − 1)−2)(− --hc--ehc∕λkT)
    λ6  ehc∕λkT − 1      λ5                        λ2kT
(5)

Multiply both sides by λ6(ehc∕λkT 1)

                 2πc3h2     ehc∕λkT
0 = − 10πc2h + ( ------) --hc∕λkT------
                  λkT    (e      − 1)
(6)

Pull the e term into the denominator and divide out 2πc2h to get

-------ch---------− 5 =  0
λkT (1 − e−hc∕λkT )
(7)

This leaves us with a transendental function, which must be solved numerically

Set α = ch-
λkT and substitute into above

----α-----
(1 − e−α) − 5 = 0
(8)

After solving this equation for α, the result yields Wien’s Law

      ch
α =  -----
     λkT
(9)

rearranging

λ = hc- 1-
    αk  T
(10)

A simple way to find α is to use Newton’s Method. This can be done by hand or with your favorite numerical program. Some matlab routines have been attached to see how to get α.

To use Newton’s Method we need we rewrite and arrange (8) to get

                   −α
F (α) = α − 5 + 5e
(11)

We also need the first derivative of this so

dF (α)
-------= 1 − 5e−α
  dα
(12)

Then through iteration we can converge on the solution

α    = α  − -F-(αi-)
 i+1     i  dF (αi)
(13)

For our accuracy needs we choose 1x108 so we stop iterating when

                 − 8
|αi+1 − αi| < 1x10
(14)

In matlab you can run WienConstant.m which depends on fWien.m and dfWien.m and will get a value for α. So we see

α = 4.9651142
(15)

Plugging this value into (10) and evaluating the other constants yields the Wien Displacement Law, which gives the peak wavelength for a given temperature of a blackbody.

     2.897x10 −3 [Km  ]
λ =  -----------------
            T
(16)

Note that the temperature must be in Kelvin [K] and then λ will have units of meters [m]. At different temperatures a blackbody’s peak wavelength is displaced, hence the name Wien’s Displacement Law.

[1] Krane, K., ”Modern Physics.” Second Edition. New York, John Wiley & Sons, 1996.


"Wien displacement law" is owned by bloftin.
(view preamble)
View style:

Cross-references: program, function, Planck's radiation law, temperature
There is 1 reference to this object.

This is version 10 of Wien displacement law, born on 2004-11-20, modified 2005-08-14.
Object id is 20, canonical name is WienDisplacementLaw.
Accessed 11657 times total.

Classification:
Physics Classification05.70.Ce (Thermodynamic functions and equations of state )
Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:
It's good but need re-arranging by IVE on 2006-10-02 06:46:43
Dear Ben,
Undoubtfully this is a nice example of how one can contribute to PP. But as an encyclopedic entry we don't have to explicitly write down every step in deriving Wien's Law from Planck's Law and numerically computing the Wein constant, in the *main entry*. I suggest in the main article you just tell what the law says and what's its implications in Physics. The detailed steps of calculation and numerical manipulation could be moved to an "attachment" of the defining article.

Thanks

IVE
[ reply | up ]

Interact
rate | post | correct | update request | add derivation | add example | add (any)