Derivation of Exponential Equation

  • Context: Graduate 
  • Thread starter Thread starter roadworx
  • Start date Start date
  • Tags Tags
    Derivation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
roadworx
Messages
20
Reaction score
0
hi,

I have:

[tex]exp \left(-\frac{\lambda}{2^\mu^2} \sum_{i=1}^n \frac{(x_i-\mu)^2}{x_i}\right)[/tex]

I am trying to work out why this simplifies to:

[tex]exp\left(\frac{n \lambda}{\mu}\right) exp \left( -\frac{\lambda}{2^\mu^2} \sum_{i=1}^n x_i -\frac{ \lambda}{2} \sum_{i=1}^n \frac{1}{x_i} \right)[/tex]

Any ideas?
 
Mathematics news on Phys.org
roadworx said:
hi,

I have:

[tex]exp \left(-\frac{\lambda}{2^\mu^2} \sum_{i=1}^n \frac{(x_i-\mu)^2}{x_i}\right)[/tex]

I am trying to work out why this simplifies to:

[tex]exp\left(\frac{n \lambda}{\mu}\right) exp \left( -\frac{\lambda}{2^\mu^2} \sum_{i=1}^n x_i -\frac{ \lambda}{2} \sum_{i=1}^n \frac{1}{x_i} \right)[/tex]

Any ideas?
Multiply out that square: [itex](x_i- \mu)^2= x_i^2- 2\mu x_i+ \mu^2[/itex]. Dividing by [itex]x_i[/itex] gives
[tex]\frac{(x_i- \mu)^2}{x_i}= x_i- 2\mu+ \frac{mu^2}{x_i}[/tex]
so that sum can be written as three different sums.

That second sum is [itex]\sum_{i=1}^n \mu= n\mu[/itex] and that is the exponential
[tex]exp\left(\frac{n\lambda}{\mu}\right)[/tex]

Now, that denominator: is that
[tex]2^{\mu^2}[/tex]
or
[tex]2^{2\mu}[/tex]
or just [itex]2\mu^2[/itex]

It looks like it is supposed to be 2 to a power but to get that result it must be [itex]2\mu^2[/itex].