SlideShare a Scribd company logo
Solution
Week 84 (4/19/04)
Poisson and Gaussian
(a) Consider a given box. The probability that exactly x balls end up in it is
P(x) =
N
x
1
B
x
1 −
1
B
N−x
. (1)
This is true because the probability that a certain set of x balls ends up in the
given box is (1/B)x, and the probability that the other N −x balls do not end
up in the box is (1 − 1/B)N−x, and there are N
x ways to pick this certain set
of x balls.
Let us now make approximations to P(x). If N and B are much larger than
x, then N!/(N − x)! ≈ Nx, and (1 − 1/B)x ≈ 1 (we’ll be more precise about
these approximations below). Therefore,
P(x) =
N!
(N − x)!x!
1
B
x
1 −
1
B
N−x
≈
Nx
x!
1
B
x
1 −
1
B
N
≈
1
x!
N
B
x
e−N/B
≡
axe−a
x!
. (2)
This result is called the Poisson distribution. For what x is P(x) maximum?
If we set P(x) = P(x + 1), we find x = a − 1. Therefore, we are most likely to
obtain a − 1 or a balls in a box.
We can also consider eq. (2) to be a function of non-integer values of x, by
using Stirling’s formula, x! ≈ xxe−x
√
2πx. This is valid for large x, which is
generally the case we will be concerned with. (But note that eq. (2) is valid
for small x, too.) Allowing non-integer values of x, the maximum P(x) occurs
halfway between a − 1 and a, that is, at x = a − 1/2. You can also show this
by taking the derivative of eq. (2), with Stirling’s expression in place of the
x!. Furthermore, you can show that x = a − 1/2 leads to a maximum P(x)
value of Pmax ≈ 1/
√
2πa.
In the real world, x can take on only integer values, of course. So it should be
the case that the sum of the P(x) probabilities, from x = 0 to x = ∞, equals
1. And indeed,
∞
x=0
P(x) =
∞
x=0
axe−a
x!
= e−a
∞
x=0
ax
x!
= e−a
ea
= 1. (3)
1
Let’s now be precise about the approximations we made above.
• N!/(N − x)! ≈ Nx, because
N!
(N − x)!
= (1) 1 −
1
N
1 −
2
N
· · · 1 −
x − 1
N
≈ Nx
1 −
x2
2N
. (4)
So we need x
√
N for this approximation to be valid.
• (1 − 1/B)x ≈ 1, because (1 − 1/B)x ≈ 1 − x/B. So we need x B for
this approximation to be valid.
• In going from the second to the third line in eq. (2), we used the
approximation (1 − 1/B)N ≈ e−N/B. A more accurate statement is
(1 − 1/B)N ≈ e−N/Be−N/2B2
, which you can verify by taking the log
of both sides. So we need N B2 for this approximation to be valid.
In practice, the basic requirement is N B2. Given this, the xmax ≈ a ≡ N/B
value that produces the maximum value of P(x) does satisfy both xmax B
and xmax
√
N. So the approximations are valid in the region near xmax.
These are generally the x values we are concerned with, because if x differs
much from xmax, then P(x) is essentially zero anyway. This will be clear after
looking at the Gaussian expression that we’ll derive in part (b).
(b) In showing that a Poisson distribution can be approximated by a Gaussian
distribution, it will be easier to work with the log of P(x). Let y ≡ x−a. The
relevant y in this problem will turn out to be small compared to a, so we will
eventually expand things in terms of the small quantity y/a. Using Stirling’s
formula, x! ≈ xxe−x
√
2πx (for large x, as we are assuming here), and also
using the expansion ln(1 + ) ≈ − 2/2 + 3/3 − · · ·, we have
ln P(x) = ln
axe−a
x!
≈ ln
axe−a
xxe−x
√
2πx
= x ln a − a − x ln x + x − ln
√
2πx
= x ln(a/x) + (x − a) − ln
√
2πx
= −(a + y) ln 1 +
y
a
+ y − ln 2π(a + y)
= −(a + y)
y
a
−
y2
2a2
+
y3
3a3
+ · · · + y − ln 2π(a + y)
≈ −
y2
2a
+
y3
6a2
− ln 2π(a + y). (5)
The y3/6a2 term is much smaller than the y2/2a term (assuming y a), so we
may ignore it. Also, we may set 2π(a+y) ≈ 2πa, with negligible multiplicative
2
error. Therefore, exponentiating bother sides of eq. (5) gives
P(x) ≈
e−(x−a)2/2a
√
2πa
, (6)
which is the desired Gaussian distribution. Note that the maximum occurs at
x = a. If you want to be a little more accuarate, you can include the correction
from the ln 2π(a + y) = ln
√
2πa + ln 1 + (y/a) term in eq. (5), to show
that the Gaussian is actually centered at x = a − 1/2, that is,
P(x) ≈
e−(x−(a−1/2))
2
/2a
√
2πa
. (7)
The location of the maximum now agrees with the xmax = a−1/2 result that
we obtained in part (a). However, for large a, the distinction between a and
a − 1/2 is fairly irrelevant.
Note that the spread of the Gaussian is of the order
√
a. In our particular
case, if we let x − (a − 1/2) = η
√
2a, then P(x) is decreased by a factor of
e−η2
relative to the maximum. η = 1 gives about 37% of the maximum, η = 2
gives about 2%, and η = 3 gives about .01%, which is quite negligible. If,
for example, a = 1000, then virtually all of the non-negligible part of the
graph is contained in the region 900 < x < 1100, as shown below. The solid
curve in these plots is the Poisson distribution from eq. (2), and the dotted
curve is the Gaussian distribution from eq. (7). The two curves are essentially
indistinguishable in the a = 1000 case.
5 10 15 20
x
0.02
0.04
0.06
0.08
0.1
0.12
P
80 100 120 140
x
0.01
0.02
0.03
0.04
P
900 1000 1100 1200
x
0.002
0.004
0.006
0.008
0.01
0.012
P
a =10 a =100
a =1000
3
We should check that the Gaussian probability distribution in eq. (7) has an
integral equal to 1. In doing this, we can let the integral run from −∞ to
∞ with negligible error. Using the general result, ∞
−∞ e−y2/b dy =
√
πb, and
letting b ≡ 2a, we see that the integral is indeed equal to 1.
4

More Related Content

What's hot

2 integration and the substitution methods x
2 integration and the substitution methods x2 integration and the substitution methods x
2 integration and the substitution methods x
math266
 
The Golden Ladder
The Golden LadderThe Golden Ladder
The Golden LadderWeixin Wu
 
Gaussian Quadrature Formula
Gaussian Quadrature FormulaGaussian Quadrature Formula
Gaussian Quadrature Formula
Dhaval Shukla
 
4.4 Set operations on relations
4.4 Set operations on relations4.4 Set operations on relations
4.4 Set operations on relations
Jan Plaza
 
Lecture 3 - Linear Regression
Lecture 3 - Linear RegressionLecture 3 - Linear Regression
Lecture 3 - Linear Regression
Harsha Vardhan Tetali
 
27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinatesmath267
 
Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...
vaibhav tailor
 
Appendex c
Appendex cAppendex c
Appendex cswavicky
 
Riemann sumsdefiniteintegrals
Riemann sumsdefiniteintegralsRiemann sumsdefiniteintegrals
Riemann sumsdefiniteintegrals
Dr. Jennifer Chang Wathall
 
Application of derivatives
Application of derivatives Application of derivatives
Application of derivatives
Seyid Kadher
 
Problems and solutions inmo-2012
Problems and solutions  inmo-2012Problems and solutions  inmo-2012
Problems and solutions inmo-2012askiitians
 
Simpson's rule of integration
Simpson's rule of integrationSimpson's rule of integration
Simpson's rule of integration
VARUN KUMAR
 
5.4 more areas
5.4 more areas5.4 more areas
5.4 more areasmath265
 

What's hot (18)

2 integration and the substitution methods x
2 integration and the substitution methods x2 integration and the substitution methods x
2 integration and the substitution methods x
 
Matching
MatchingMatching
Matching
 
The Golden Ladder
The Golden LadderThe Golden Ladder
The Golden Ladder
 
Gaussian Quadrature Formula
Gaussian Quadrature FormulaGaussian Quadrature Formula
Gaussian Quadrature Formula
 
4.4 Set operations on relations
4.4 Set operations on relations4.4 Set operations on relations
4.4 Set operations on relations
 
Ch04
Ch04Ch04
Ch04
 
Lecture 3 - Linear Regression
Lecture 3 - Linear RegressionLecture 3 - Linear Regression
Lecture 3 - Linear Regression
 
27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates
 
Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...
 
Sol18
Sol18Sol18
Sol18
 
Appendex c
Appendex cAppendex c
Appendex c
 
Riemann sumsdefiniteintegrals
Riemann sumsdefiniteintegralsRiemann sumsdefiniteintegrals
Riemann sumsdefiniteintegrals
 
Ch02
Ch02Ch02
Ch02
 
3.1 2
3.1 23.1 2
3.1 2
 
Application of derivatives
Application of derivatives Application of derivatives
Application of derivatives
 
Problems and solutions inmo-2012
Problems and solutions  inmo-2012Problems and solutions  inmo-2012
Problems and solutions inmo-2012
 
Simpson's rule of integration
Simpson's rule of integrationSimpson's rule of integration
Simpson's rule of integration
 
5.4 more areas
5.4 more areas5.4 more areas
5.4 more areas
 

Viewers also liked

2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...
2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...
2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...
eli priyatna laidan
 
[7] kkm fisika sma
[7] kkm fisika sma[7] kkm fisika sma
[7] kkm fisika sma
eli priyatna laidan
 
8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final
8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final
8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final
eli priyatna laidan
 
Ekonomi esis kur 2013 rpp kelas x bab 02
Ekonomi esis kur 2013 rpp kelas x bab 02Ekonomi esis kur 2013 rpp kelas x bab 02
Ekonomi esis kur 2013 rpp kelas x bab 02
eli priyatna laidan
 
Ekonomi esis kur 2013 rpp kelas x bab 04
Ekonomi esis kur 2013 rpp kelas x bab 04Ekonomi esis kur 2013 rpp kelas x bab 04
Ekonomi esis kur 2013 rpp kelas x bab 04
eli priyatna laidan
 
9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...
9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...
9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...
eli priyatna laidan
 
Hukum newton rpp
Hukum newton rppHukum newton rpp
Hukum newton rpp
SMA Negeri 9 KERINCI
 
Ekonomi esis kur 2013 rpp kelas x bab 03
Ekonomi esis kur 2013 rpp kelas x bab 03Ekonomi esis kur 2013 rpp kelas x bab 03
Ekonomi esis kur 2013 rpp kelas x bab 03
eli priyatna laidan
 
Soal Fluida diam dan Bergerak
Soal Fluida diam dan BergerakSoal Fluida diam dan Bergerak
Soal Fluida diam dan Bergerak
Neli Narulita
 
Ekonomi esis kur 2013 rpp kelas x bab 09
Ekonomi esis kur 2013 rpp kelas x bab 09Ekonomi esis kur 2013 rpp kelas x bab 09
Ekonomi esis kur 2013 rpp kelas x bab 09
eli priyatna laidan
 
Ekonomi esis kur 2013 rpp kelas x bab 01
Ekonomi esis kur 2013 rpp kelas x bab 01Ekonomi esis kur 2013 rpp kelas x bab 01
Ekonomi esis kur 2013 rpp kelas x bab 01
eli priyatna laidan
 
rpp geografi kelas xii tahun 2015 2016
rpp geografi kelas xii tahun 2015 2016rpp geografi kelas xii tahun 2015 2016
rpp geografi kelas xii tahun 2015 2016
eli priyatna laidan
 
Ekonomi esis kur 2013 rpp kelas x bab 10
Ekonomi esis kur 2013 rpp kelas x bab 10Ekonomi esis kur 2013 rpp kelas x bab 10
Ekonomi esis kur 2013 rpp kelas x bab 10
eli priyatna laidan
 
10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final
10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final
10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final
eli priyatna laidan
 
Rpp (fluida statis dan dinamis)
Rpp (fluida statis dan dinamis)Rpp (fluida statis dan dinamis)
Rpp (fluida statis dan dinamis)
eli priyatna laidan
 
Ekonomi esis kur 2013 rpp kelas x bab 08
Ekonomi esis kur 2013 rpp kelas x bab 08Ekonomi esis kur 2013 rpp kelas x bab 08
Ekonomi esis kur 2013 rpp kelas x bab 08
eli priyatna laidan
 
Ekonomi esis kur 2013 rpp kelas x bab 05
Ekonomi esis kur 2013 rpp kelas x bab 05Ekonomi esis kur 2013 rpp kelas x bab 05
Ekonomi esis kur 2013 rpp kelas x bab 05
eli priyatna laidan
 
5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final
5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final
5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final
eli priyatna laidan
 

Viewers also liked (20)

2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...
2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...
2. sma kelas xi rpp kd 3.2;4.2 hukum newton ttg gravitasi (karlina 1308233) f...
 
Simple nature by crowel
Simple nature by crowelSimple nature by crowel
Simple nature by crowel
 
[7] kkm fisika sma
[7] kkm fisika sma[7] kkm fisika sma
[7] kkm fisika sma
 
8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final
8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final
8. lks kd 3.5 dan 4.5 gmb (karlina 1308233) final
 
Ekonomi esis kur 2013 rpp kelas x bab 02
Ekonomi esis kur 2013 rpp kelas x bab 02Ekonomi esis kur 2013 rpp kelas x bab 02
Ekonomi esis kur 2013 rpp kelas x bab 02
 
Ekonomi esis kur 2013 rpp kelas x bab 04
Ekonomi esis kur 2013 rpp kelas x bab 04Ekonomi esis kur 2013 rpp kelas x bab 04
Ekonomi esis kur 2013 rpp kelas x bab 04
 
9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...
9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...
9. sma kelas x rpp kd 3.6 dan 4.6 elastisitas dan hukum hooke (karlina 130823...
 
Hukum newton rpp
Hukum newton rppHukum newton rpp
Hukum newton rpp
 
Ekonomi esis kur 2013 rpp kelas x bab 03
Ekonomi esis kur 2013 rpp kelas x bab 03Ekonomi esis kur 2013 rpp kelas x bab 03
Ekonomi esis kur 2013 rpp kelas x bab 03
 
Soal Fluida diam dan Bergerak
Soal Fluida diam dan BergerakSoal Fluida diam dan Bergerak
Soal Fluida diam dan Bergerak
 
Ekonomi esis kur 2013 rpp kelas x bab 09
Ekonomi esis kur 2013 rpp kelas x bab 09Ekonomi esis kur 2013 rpp kelas x bab 09
Ekonomi esis kur 2013 rpp kelas x bab 09
 
Ekonomi esis kur 2013 rpp kelas x bab 01
Ekonomi esis kur 2013 rpp kelas x bab 01Ekonomi esis kur 2013 rpp kelas x bab 01
Ekonomi esis kur 2013 rpp kelas x bab 01
 
rpp geografi kelas xii tahun 2015 2016
rpp geografi kelas xii tahun 2015 2016rpp geografi kelas xii tahun 2015 2016
rpp geografi kelas xii tahun 2015 2016
 
Ekonomi esis kur 2013 rpp kelas x bab 10
Ekonomi esis kur 2013 rpp kelas x bab 10Ekonomi esis kur 2013 rpp kelas x bab 10
Ekonomi esis kur 2013 rpp kelas x bab 10
 
10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final
10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final
10. sma kelas x rpp kd 3.7;4.1;4.7 fluida statis (karlina 1308233) final
 
Soal per bab
Soal per babSoal per bab
Soal per bab
 
Rpp (fluida statis dan dinamis)
Rpp (fluida statis dan dinamis)Rpp (fluida statis dan dinamis)
Rpp (fluida statis dan dinamis)
 
Ekonomi esis kur 2013 rpp kelas x bab 08
Ekonomi esis kur 2013 rpp kelas x bab 08Ekonomi esis kur 2013 rpp kelas x bab 08
Ekonomi esis kur 2013 rpp kelas x bab 08
 
Ekonomi esis kur 2013 rpp kelas x bab 05
Ekonomi esis kur 2013 rpp kelas x bab 05Ekonomi esis kur 2013 rpp kelas x bab 05
Ekonomi esis kur 2013 rpp kelas x bab 05
 
5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final
5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final
5. sma kelas x rpp kd 3.4; 4.1; 4.4 hk.newton (karlina 1308233) final
 

Similar to Sol84

Roots equations
Roots equationsRoots equations
Roots equationsoscar
 
Roots equations
Roots equationsRoots equations
Roots equationsoscar
 
polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
WondererBack
 
Sbma 4603 numerical methods Assignment
Sbma 4603 numerical methods AssignmentSbma 4603 numerical methods Assignment
Sbma 4603 numerical methods Assignment
Saidatina Khadijah
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
Sanjayraj Balasara
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
PRABHAHARAN429
 
Polynomials
PolynomialsPolynomials
Polynomials
VivekNaithani3
 
Numarical values
Numarical valuesNumarical values
Numarical values
AmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
AmanSaeed11
 
29 taylor expansions x
29 taylor expansions x29 taylor expansions x
29 taylor expansions x
math266
 
29 taylor expansions x
29 taylor expansions x29 taylor expansions x
29 taylor expansions x
math266
 
Calculus Assignment Help
Calculus Assignment HelpCalculus Assignment Help
Calculus Assignment Help
Maths Assignment Help
 
Calculus Homework Help
Calculus Homework HelpCalculus Homework Help
Calculus Homework Help
Math Homework Solver
 
Mit18 330 s12_chapter4
Mit18 330 s12_chapter4Mit18 330 s12_chapter4
Mit18 330 s12_chapter4
CAALAAA
 
Quadratic Equations
Quadratic EquationsQuadratic Equations

Similar to Sol84 (20)

Roots equations
Roots equationsRoots equations
Roots equations
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Sol78
Sol78Sol78
Sol78
 
Sol78
Sol78Sol78
Sol78
 
polynomials_.pdf
polynomials_.pdfpolynomials_.pdf
polynomials_.pdf
 
Sbma 4603 numerical methods Assignment
Sbma 4603 numerical methods AssignmentSbma 4603 numerical methods Assignment
Sbma 4603 numerical methods Assignment
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequation
 
Class 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPTClass 10 Maths Ch Polynomial PPT
Class 10 Maths Ch Polynomial PPT
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
29 taylor expansions x
29 taylor expansions x29 taylor expansions x
29 taylor expansions x
 
29 taylor expansions x
29 taylor expansions x29 taylor expansions x
29 taylor expansions x
 
Calculus Assignment Help
Calculus Assignment HelpCalculus Assignment Help
Calculus Assignment Help
 
Calculus Homework Help
Calculus Homework HelpCalculus Homework Help
Calculus Homework Help
 
Mit18 330 s12_chapter4
Mit18 330 s12_chapter4Mit18 330 s12_chapter4
Mit18 330 s12_chapter4
 
final15
final15final15
final15
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 

More from eli priyatna laidan

Up ppg daljab latihan soal-pgsd-set-2
Up ppg daljab latihan soal-pgsd-set-2Up ppg daljab latihan soal-pgsd-set-2
Up ppg daljab latihan soal-pgsd-set-2
eli priyatna laidan
 
Soal utn plus kunci gurusd.net
Soal utn plus kunci gurusd.netSoal utn plus kunci gurusd.net
Soal utn plus kunci gurusd.net
eli priyatna laidan
 
Soal up sosial kepribadian pendidik 5
Soal up sosial kepribadian pendidik 5Soal up sosial kepribadian pendidik 5
Soal up sosial kepribadian pendidik 5
eli priyatna laidan
 
Soal up sosial kepribadian pendidik 4
Soal up sosial kepribadian pendidik 4Soal up sosial kepribadian pendidik 4
Soal up sosial kepribadian pendidik 4
eli priyatna laidan
 
Soal up sosial kepribadian pendidik 3
Soal up sosial kepribadian pendidik 3Soal up sosial kepribadian pendidik 3
Soal up sosial kepribadian pendidik 3
eli priyatna laidan
 
Soal up sosial kepribadian pendidik 2
Soal up sosial kepribadian pendidik 2Soal up sosial kepribadian pendidik 2
Soal up sosial kepribadian pendidik 2
eli priyatna laidan
 
Soal up sosial kepribadian pendidik 1
Soal up sosial kepribadian pendidik 1Soal up sosial kepribadian pendidik 1
Soal up sosial kepribadian pendidik 1
eli priyatna laidan
 
Soal up akmal
Soal up akmalSoal up akmal
Soal up akmal
eli priyatna laidan
 
Soal tkp serta kunci jawabannya
Soal tkp serta kunci jawabannyaSoal tkp serta kunci jawabannya
Soal tkp serta kunci jawabannya
eli priyatna laidan
 
Soal tes wawasan kebangsaan
Soal tes wawasan kebangsaanSoal tes wawasan kebangsaan
Soal tes wawasan kebangsaan
eli priyatna laidan
 
Soal sospri ukm ulang i 2017 1 (1)
Soal sospri ukm ulang i 2017 1 (1)Soal sospri ukm ulang i 2017 1 (1)
Soal sospri ukm ulang i 2017 1 (1)
eli priyatna laidan
 
Soal perkembangan kognitif peserta didik
Soal perkembangan kognitif peserta didikSoal perkembangan kognitif peserta didik
Soal perkembangan kognitif peserta didik
eli priyatna laidan
 
Soal latihan utn pedagogik plpg 2017
Soal latihan utn pedagogik plpg 2017Soal latihan utn pedagogik plpg 2017
Soal latihan utn pedagogik plpg 2017
eli priyatna laidan
 
Rekap soal kompetensi pedagogi
Rekap soal kompetensi pedagogiRekap soal kompetensi pedagogi
Rekap soal kompetensi pedagogi
eli priyatna laidan
 
Bank soal pedagogik terbaru 175 soal-v2
Bank soal pedagogik terbaru 175 soal-v2Bank soal pedagogik terbaru 175 soal-v2
Bank soal pedagogik terbaru 175 soal-v2
eli priyatna laidan
 
Bank soal ppg
Bank soal ppgBank soal ppg
Bank soal ppg
eli priyatna laidan
 
Soal cpns-paket-17
Soal cpns-paket-17Soal cpns-paket-17
Soal cpns-paket-17
eli priyatna laidan
 
Soal cpns-paket-14
Soal cpns-paket-14Soal cpns-paket-14
Soal cpns-paket-14
eli priyatna laidan
 
Soal cpns-paket-13
Soal cpns-paket-13Soal cpns-paket-13
Soal cpns-paket-13
eli priyatna laidan
 
Soal cpns-paket-12
Soal cpns-paket-12Soal cpns-paket-12
Soal cpns-paket-12
eli priyatna laidan
 

More from eli priyatna laidan (20)

Up ppg daljab latihan soal-pgsd-set-2
Up ppg daljab latihan soal-pgsd-set-2Up ppg daljab latihan soal-pgsd-set-2
Up ppg daljab latihan soal-pgsd-set-2
 
Soal utn plus kunci gurusd.net
Soal utn plus kunci gurusd.netSoal utn plus kunci gurusd.net
Soal utn plus kunci gurusd.net
 
Soal up sosial kepribadian pendidik 5
Soal up sosial kepribadian pendidik 5Soal up sosial kepribadian pendidik 5
Soal up sosial kepribadian pendidik 5
 
Soal up sosial kepribadian pendidik 4
Soal up sosial kepribadian pendidik 4Soal up sosial kepribadian pendidik 4
Soal up sosial kepribadian pendidik 4
 
Soal up sosial kepribadian pendidik 3
Soal up sosial kepribadian pendidik 3Soal up sosial kepribadian pendidik 3
Soal up sosial kepribadian pendidik 3
 
Soal up sosial kepribadian pendidik 2
Soal up sosial kepribadian pendidik 2Soal up sosial kepribadian pendidik 2
Soal up sosial kepribadian pendidik 2
 
Soal up sosial kepribadian pendidik 1
Soal up sosial kepribadian pendidik 1Soal up sosial kepribadian pendidik 1
Soal up sosial kepribadian pendidik 1
 
Soal up akmal
Soal up akmalSoal up akmal
Soal up akmal
 
Soal tkp serta kunci jawabannya
Soal tkp serta kunci jawabannyaSoal tkp serta kunci jawabannya
Soal tkp serta kunci jawabannya
 
Soal tes wawasan kebangsaan
Soal tes wawasan kebangsaanSoal tes wawasan kebangsaan
Soal tes wawasan kebangsaan
 
Soal sospri ukm ulang i 2017 1 (1)
Soal sospri ukm ulang i 2017 1 (1)Soal sospri ukm ulang i 2017 1 (1)
Soal sospri ukm ulang i 2017 1 (1)
 
Soal perkembangan kognitif peserta didik
Soal perkembangan kognitif peserta didikSoal perkembangan kognitif peserta didik
Soal perkembangan kognitif peserta didik
 
Soal latihan utn pedagogik plpg 2017
Soal latihan utn pedagogik plpg 2017Soal latihan utn pedagogik plpg 2017
Soal latihan utn pedagogik plpg 2017
 
Rekap soal kompetensi pedagogi
Rekap soal kompetensi pedagogiRekap soal kompetensi pedagogi
Rekap soal kompetensi pedagogi
 
Bank soal pedagogik terbaru 175 soal-v2
Bank soal pedagogik terbaru 175 soal-v2Bank soal pedagogik terbaru 175 soal-v2
Bank soal pedagogik terbaru 175 soal-v2
 
Bank soal ppg
Bank soal ppgBank soal ppg
Bank soal ppg
 
Soal cpns-paket-17
Soal cpns-paket-17Soal cpns-paket-17
Soal cpns-paket-17
 
Soal cpns-paket-14
Soal cpns-paket-14Soal cpns-paket-14
Soal cpns-paket-14
 
Soal cpns-paket-13
Soal cpns-paket-13Soal cpns-paket-13
Soal cpns-paket-13
 
Soal cpns-paket-12
Soal cpns-paket-12Soal cpns-paket-12
Soal cpns-paket-12
 

Recently uploaded

Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 

Recently uploaded (20)

Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 

Sol84

  • 1. Solution Week 84 (4/19/04) Poisson and Gaussian (a) Consider a given box. The probability that exactly x balls end up in it is P(x) = N x 1 B x 1 − 1 B N−x . (1) This is true because the probability that a certain set of x balls ends up in the given box is (1/B)x, and the probability that the other N −x balls do not end up in the box is (1 − 1/B)N−x, and there are N x ways to pick this certain set of x balls. Let us now make approximations to P(x). If N and B are much larger than x, then N!/(N − x)! ≈ Nx, and (1 − 1/B)x ≈ 1 (we’ll be more precise about these approximations below). Therefore, P(x) = N! (N − x)!x! 1 B x 1 − 1 B N−x ≈ Nx x! 1 B x 1 − 1 B N ≈ 1 x! N B x e−N/B ≡ axe−a x! . (2) This result is called the Poisson distribution. For what x is P(x) maximum? If we set P(x) = P(x + 1), we find x = a − 1. Therefore, we are most likely to obtain a − 1 or a balls in a box. We can also consider eq. (2) to be a function of non-integer values of x, by using Stirling’s formula, x! ≈ xxe−x √ 2πx. This is valid for large x, which is generally the case we will be concerned with. (But note that eq. (2) is valid for small x, too.) Allowing non-integer values of x, the maximum P(x) occurs halfway between a − 1 and a, that is, at x = a − 1/2. You can also show this by taking the derivative of eq. (2), with Stirling’s expression in place of the x!. Furthermore, you can show that x = a − 1/2 leads to a maximum P(x) value of Pmax ≈ 1/ √ 2πa. In the real world, x can take on only integer values, of course. So it should be the case that the sum of the P(x) probabilities, from x = 0 to x = ∞, equals 1. And indeed, ∞ x=0 P(x) = ∞ x=0 axe−a x! = e−a ∞ x=0 ax x! = e−a ea = 1. (3) 1
  • 2. Let’s now be precise about the approximations we made above. • N!/(N − x)! ≈ Nx, because N! (N − x)! = (1) 1 − 1 N 1 − 2 N · · · 1 − x − 1 N ≈ Nx 1 − x2 2N . (4) So we need x √ N for this approximation to be valid. • (1 − 1/B)x ≈ 1, because (1 − 1/B)x ≈ 1 − x/B. So we need x B for this approximation to be valid. • In going from the second to the third line in eq. (2), we used the approximation (1 − 1/B)N ≈ e−N/B. A more accurate statement is (1 − 1/B)N ≈ e−N/Be−N/2B2 , which you can verify by taking the log of both sides. So we need N B2 for this approximation to be valid. In practice, the basic requirement is N B2. Given this, the xmax ≈ a ≡ N/B value that produces the maximum value of P(x) does satisfy both xmax B and xmax √ N. So the approximations are valid in the region near xmax. These are generally the x values we are concerned with, because if x differs much from xmax, then P(x) is essentially zero anyway. This will be clear after looking at the Gaussian expression that we’ll derive in part (b). (b) In showing that a Poisson distribution can be approximated by a Gaussian distribution, it will be easier to work with the log of P(x). Let y ≡ x−a. The relevant y in this problem will turn out to be small compared to a, so we will eventually expand things in terms of the small quantity y/a. Using Stirling’s formula, x! ≈ xxe−x √ 2πx (for large x, as we are assuming here), and also using the expansion ln(1 + ) ≈ − 2/2 + 3/3 − · · ·, we have ln P(x) = ln axe−a x! ≈ ln axe−a xxe−x √ 2πx = x ln a − a − x ln x + x − ln √ 2πx = x ln(a/x) + (x − a) − ln √ 2πx = −(a + y) ln 1 + y a + y − ln 2π(a + y) = −(a + y) y a − y2 2a2 + y3 3a3 + · · · + y − ln 2π(a + y) ≈ − y2 2a + y3 6a2 − ln 2π(a + y). (5) The y3/6a2 term is much smaller than the y2/2a term (assuming y a), so we may ignore it. Also, we may set 2π(a+y) ≈ 2πa, with negligible multiplicative 2
  • 3. error. Therefore, exponentiating bother sides of eq. (5) gives P(x) ≈ e−(x−a)2/2a √ 2πa , (6) which is the desired Gaussian distribution. Note that the maximum occurs at x = a. If you want to be a little more accuarate, you can include the correction from the ln 2π(a + y) = ln √ 2πa + ln 1 + (y/a) term in eq. (5), to show that the Gaussian is actually centered at x = a − 1/2, that is, P(x) ≈ e−(x−(a−1/2)) 2 /2a √ 2πa . (7) The location of the maximum now agrees with the xmax = a−1/2 result that we obtained in part (a). However, for large a, the distinction between a and a − 1/2 is fairly irrelevant. Note that the spread of the Gaussian is of the order √ a. In our particular case, if we let x − (a − 1/2) = η √ 2a, then P(x) is decreased by a factor of e−η2 relative to the maximum. η = 1 gives about 37% of the maximum, η = 2 gives about 2%, and η = 3 gives about .01%, which is quite negligible. If, for example, a = 1000, then virtually all of the non-negligible part of the graph is contained in the region 900 < x < 1100, as shown below. The solid curve in these plots is the Poisson distribution from eq. (2), and the dotted curve is the Gaussian distribution from eq. (7). The two curves are essentially indistinguishable in the a = 1000 case. 5 10 15 20 x 0.02 0.04 0.06 0.08 0.1 0.12 P 80 100 120 140 x 0.01 0.02 0.03 0.04 P 900 1000 1100 1200 x 0.002 0.004 0.006 0.008 0.01 0.012 P a =10 a =100 a =1000 3
  • 4. We should check that the Gaussian probability distribution in eq. (7) has an integral equal to 1. In doing this, we can let the integral run from −∞ to ∞ with negligible error. Using the general result, ∞ −∞ e−y2/b dy = √ πb, and letting b ≡ 2a, we see that the integral is indeed equal to 1. 4