Buffon's Needle Problem - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

Buffon's Needle Problem

Description:

Measure to the closest line north of the measuring end. D. d. The Solution! ... end. end. p=cnt/n; OUTPUT. EDU'pi ans=3.14159265. EDU' buffon(1,4,100) ans=2.9412 ... – PowerPoint PPT presentation

Number of Views:202
Avg rating:3.0/5.0
Slides: 15
Provided by: kevinpe9
Category:
Tags: buffon | end | needle | problem

less

Transcript and Presenter's Notes

Title: Buffon's Needle Problem


1
A Problem in Geometric Probability Buffons
Needle Problem
2
The Plan
  • Introduction to problem
  • Some simple ideas from probability
  • Set up the problem
  • Find solution
  • An approximation
  • Generalization (solution known)
  • Other generalizations ( solutions known?)

3
Buffon's Needle ProblemStated in 1733 solution
published 1777by Geroges Louis Leclerc, Comte de
Buffon (1707-1788)
4
(No Transcript)
5
The Set Up
6
The Solution!
7
Polyá, George (1887, 1985) a good teacher
should understand and impress on his students the
view that no problem whatever is completely
exhausted. How to Solve It. Princeton Princeton
University Press. 1945.
8
Something different
Let L1 and D4, then we have
Simulation
9
Generalizations
10
E
11
Other Generalizations
12
Any Uses?
Counting white blood cells!
13
MATLAB CODE function pbuffon(L,D,n) cnt0 for
i1n xrand(pi/2) yrandD if y lt
(Lsin(x)) cntcnt1 end end pcnt/n
14
OUTPUT EDUpi

ans3.14159265 EDU buffon(1,4,100)
ans2.9412 EDU buffon(1,4,1000) ans
2.8409 EDU buffon(1,4,3000) ans
3.1646 EDU buffon(1,4,10000) ans
3.1586 EDU buffon(1,4,100000) ans
3.1342
Write a Comment
User Comments (0)
About PowerShow.com