Problem Unpack Stillwell’s argument about the arc length of the circle starting on p. 96. What is an arctan? Where are $y$ and $x$?
.png)
There are a few things about the way this is written that makes it harder for a reader to figure out what’s going on. First, $x$ and $y$ are not coordinate directions. There’s nothing illegal about this, but it messes with our usual assumptions. The assumption we do want to hold on to though is the one about starting with $x$ and looking for $y$. $x$ is distance up, and y is distance along the curve. $dy$ is thus a little bit of distance along the curve. The basic idea of the problem is to use the idea of infinitesimals to add up all the little bits $dy$ to get $y$.
Since we don’t yet know how to compute $y$, we can’t very well add up little bits of $dy$. But if we can write $dy$ in terms of $x$ and $dx$, we can actually get somewhere. That is our first goal.
First Goal: Write $dy$ in Terms of $x$ and $dx$.
The next confusing thing that gets in the way is that Stillwell denotes $y=\arctan{x}$. In the end this isn’t wrong either, but it is confusing because we don’t know what an $\arctan$ is or why it is coming up here. In fact, we don’t need it at all.
Sidebar—Trying to See arctan
It is possible to do some sleuthing to see why something like the tangent is involved here. You probably remember the tangent as the ratio of the two legs of a right triangle, something like $\tan{\theta} = \frac{\text{opposite}}{\text{adjacent}}$, where $\theta$ is the angle of the triangle in question. In this drawing it looks like $\angle BOA$ should be $\theta$. In this case, $\tan{\theta} = \frac{x}{1} = x$.
You may also remember the basic idea of $\arctan$ to be the inverse of $\tan$. So if we have the equation $\tan{\theta}=x$, that can alternately be written (in algebra class you say “taking the $\arctan$ of both sides” but higher level math teachers frown on this verbiage) $\theta = \arctan{x}$.
This is on the right track, but we are not there yet. In the drawing $y$ isn’t an angle, but a distance along a circle. If you’re asking the question about $\arctan$ in the first place, the connection will be hard to see until we get much farther.
Finding $y$ in terms of $x$
Sooooo, forgetting about $\arctan$ for the moment and just thinking about finding out $y$ in terms of $x$, we need to identify some other parts of the drawing and understand their relations. The goal is to produce an equation for $dy$ in terms of $x$ and $dx$. If we get this, we can use the magical ability of Calculus to add up infinitesimals to find $y$. Remember, we want to know how long the curve is.
What can we see in the picture?
- There are two circles, one of radius 1 and one of radius $\sqrt{1+x^2}$.
- $BA’$ is a little bit of arc along the larger circle. It corresponds to $dy$ because it is the part of the circle marked out by the same two rays that mark out $dy$. The length of $BA’$ is thus related to the length of $dy$. Specifically, since the ratio of the radii of the two circles is $1:\sqrt{1+x^2}$, that is also the ratio of the arcs. $BA’ = \sqrt{1+x^2}dy$.
Next, we make an assumption using infinitesimals: $\angle OBA = \angle OB’A$. This is a bit hard to swallow. You can see why the difference between them should be small (why?), but it’s definitely not zero. Stillwell claims that the difference, being infinitesimal, can be called zero.
If you believe $\angle OBA = \angle OB’A$, then also note that $\angle BAO$ and $\angle B’A’B$ are both right angles and thus equal to one another. These two facts together tell us that $\triangle B’A’B$ is similar to $\triangle BAO$. This means corresponding sides of these two triangles form equal ratios. These ratios are what finally enable us to write an equation for $dy$ in terms of $x$ and $dx$. In particular,
$$ \frac{B’B}{BA’}= \frac{BO}{AO}.$$
We also know $B’B=dx$, $BA’=\sqrt{1+x^2}dy$, $BO=\sqrt{1+x^2}$, and $AO=1$. By inserting these values into the equation above, we find out:
$$dy=\frac{1}{1+x^2}dx.$$
We have thus completed our first goal. Having thus succeeded we are immediately depressed. Why was it so great to meet our first goal in the first place? It had something to do with measuring arc length of a circle. Generically, we can add up all the little bits. In symbols:
$$\text{arc length} = y = \int{dy} = \int{\frac{1}{1+x^2}dx}.$$
Second Goal: Actually Computing $\pi$
If we want to make the general ideas above specific, we need to know
- How much arc length we want to compute.
- Where the specific numbers come in to compute the general relation above.
- How to turn a general idea of adding up little bits into an actual computation.
1. How much arc length?
Really, this is up to us. But in the book, a really specific amount is chosen: $\frac{1}{8}$ of a circle. Recall, the section is about the computation of $\pi$. We already know the circumference of a circle (and its fractions) in terms of $\pi$. All the way around is $2\pi$. $\frac{1}{8}$ of the circle thus has arc length $\frac{\pi}{4}$.
Return to the Sidebar— arctan Revealed
The insight that $2\pi$ is all the way around the circle will help us see that in fact $\theta = y$ in the sidebar above, even though they are defined differently. That the measure of the central angle sweeping out to make a circle (i.e. $\theta$) is the same as the measure of the arc length of the circle(i.e $y$, when the radius is one) is a primary advantage of using radians for measuring angles. This makes us feel better but doesn’t help much with the problem at hand. Were I his editor, I would ask him to remove mention of $\arctan$ altogether as it is a distraction.
This choice also tells us what $x$ varies between to give us $y$. Look at Figure 4.16 and think about $x$ as a growing quantity. $x$ starts at $0$ and grows upwards. How big does $x$ need to grow to produce $\frac{1}{8}$ of a circle? The answer is $1$ (why?). To compute $y$ (and thus $\pi$), we need to add up the little bits of arc length from $x=0$ to $x=1$.
2. How do the specific values for $x$ allow us to compute arc length?
The easy way to see this is to refer to the Fundamental Theorem of Calculus. One of its claims is a method for computing integrals. Suppose you have a function $f(x)$ and you can compute its anti-derivative $F(x)$ (i.e. you can find $F(x)$ so that $\frac{dF}{dx} = f(x)$). Then if you want to add up all the little bits $f(x)dx$ from $x=a$ to $x=b$, you simply compute $F(b)-F(a)$. In symbols,
$$\int_{a}^{b}{f(x)dx} = F(b) – F(a).$$
For our problem we thus want to compute
$$\int_{0}^{1}{\frac{1}{1+x^2}dx} = F(1)-F(0).$$
But if $f(x) = \frac{1}{1+x^2}$, then how do we find $F(x)$?
3. How do we actually compute arc length?
To find $F(x)$ in our case1, we will need to see $f(x) = \frac{1}{1+x^2}$ as an infinite polynomial. Earlier in the chapter, Stillwell brings up the geometric series:
$$1+x+x^2+x^3+ \ldots$$
and shows that its sum is $\frac{1}{1-x}$. If we can think of $f(x)$ as having the same form as $\frac{1}{1-x}$, then we can alternatively write it as an infinite polynomial. We just need to squint and see $(-x^2)$ in the place of the usual $x$. Hence, we can write
$$f(x) = \frac{1}{1+x^2} = 1+(-x^2)+(-x^2)^2+(-x^2)^3+\ldots = 1-x^2+x^4-x^6 +\ldots$$
Although writing our function as an infinite polynomial complicates our understanding of it, from the perspective of integration, this makes things very simple indeed.
$$\int_{0}^{1}{\frac{1}{1+x^2}dx} = \int_{0}^{1}{(1-x^2+x^4-x^6+\ldots)dx} = \int_{0}^{1}{dx}-\int_{0}^{1}{x^2dx}+\int_{0}^{1}{x^4dx}-\int_{0}^{1}{x^6dx}+\ldots.$$
And we know, also from earlier in the chapter, that $\int{x^ndx}=\frac{1}{n}x^{n+1}$. So $$F(x) = x-\frac{1}{3}x^3+\frac{1}{5}x^5-\frac{1}{7}x^7+\ldots.$$
Finally, we see
$$\frac{\pi}{4} = F(1)-F(0)=1-\frac{1}{3}+\frac{1}{5}-\frac{1}{7}+\ldots$$
- How would you solve this integral in calc class? What does this knowledge depend on? ↩