-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo fix in hourglass; new draft for pi
- Loading branch information
1 parent
3dca6ae
commit e381f4c
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: post | ||
title: "Approximating π" | ||
tags: math calculus | ||
katex: True | ||
--- | ||
|
||
A fun thing to do at the end of a Calculus II class is to use Taylor series to compute values of various functions. For instance, I have a whole problem set about the "68-95-99.7" rule, where we find a Taylor series for the normal distribution and then integrate it. Here's another fun application: | ||
|
||
## Approximating $\pi$ | ||
|
||
"Everybody" knows that $\pi \approx 3.14$. Some people know considerably more digits off the top of their head. (You should probably be suspicious of those people.) But how do we actually know what those digits are? When you ask your computer or calculator what π is, how does it know? There are lots of approaches to this question (some more efficient than others) but here's one that's fun and accessible to students in a Calculus 2 course. | ||
|
||
When I start thinking about π, I start thinking about radians. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters