In middle school, cos and sin were defined with angles, and in high school, with the length of an arc of the unit circle. But angles, are defined with cos and you need integrals to define the length of an arc! And the definition with series is a bit abstract. Is there a simple way to define cos and sin without either using advanced tools or "lying" to students?
Asked
Active
Viewed 755 times
5
2 Answers
5
Two comments:
- You do not need integrals to define the length of an arc. The length is the smallest upper bound of the set of all lengths of polygonal paths moving in one direction along the arc. That is simpler than any definition involving integrals and, and the definitions involving integrals that are usually presented earliest in first- and second-year calculus and most advanced calculus courses are not rigorous. Usually they say something along the lines of $$\text{arc length}=\int_{(x_0,y_0)}^{(x_1,y_1)} \sqrt{(dx)^2+(dy)^2}.\quad\text{(This is not rigorous.)}\tag 1$$ That opens lots of cans of worms that need not be dealt with in order to define the length of an arc, including non-essential questions about differentiability, such as at which sets of points functions need to be differentiable in order that $(1)$ be valid. There are instances in which $x$ and $y$ are differentiable functions of some parameter everywhere except on some set of measure $0$ and continuous everywhere and yet $(1)$ is not valid and gives a smaller number than the actual arc length. An example is the graph of the Cantor function.
- Yet another way of defining the sine function is as a function satisfying $f''=-f$ and $f(0)=0$ and $f'(0)=1$. This may lead to the question of how we know that such a function exists. A proof may involve a sequence of functions that converges uniformly on bounded sets to a solution.
-
The length of an arc of a circle can be defined using “Archimedean” methods, showing that there's only one length between the inner and the outer polygonal paths. Then the arc length can be used as the definition of the angle measure. – egreg Feb 22 '15 at 14:35
-
@egreg : That certainly works in this case, when the arc is a circle. ${}\qquad{}$ – Michael Hardy Feb 22 '15 at 14:39
0
By Euler's formula:
$$\sin\theta = \frac{e^{i \theta} - e^{-i \theta}}{2i} \;$$
$$\cos\theta = \frac{e^{i \theta} + e^{-i \theta}}{2} \;$$ with $\theta$ in radians.
The only things you need:
- Exponentiation
- Complex numbers ($i$)
- Pi
- The constant $e$, which can be defined using a limit.
I don't know what "advanced" tools mean because it's a subjective word. But I give my answer in hope that it is useful to you.
Edit: There is a definition of the function $e^x$ in term of a limit: $$e^x = \lim_{n \rightarrow \infty} \left(1 + \frac{x}{n}\right)^n$$
Paiam Risarki
- 120
-
1How do you define exponentiation without running into the very problems raised in the initial question. The question says definitions via series are "abstract", and the same would apply to definitions of exponentiation. Besides, usually one defines $z\mapsto e^z$ without first defining $e$ and without first defining exponentiation, and then uses that function to define exponentiation in general. So I can't see that you're getting anywhere. – Michael Hardy Feb 22 '15 at 14:20
-
How would exponentiation be "abstract"? Indeed this is a vaguely-worded question, and I think that you have a different interpretation of this from me. – Paiam Risarki Feb 22 '15 at 14:22
-
It is vaguely worded, but the questioner finds definitions via infinite series too "abstract". So we have $\displaystyle\exp z=\sum_{n=0}^\infty\frac{z^n}{n!}$, and then we define $e=\exp 1$. Is that less "abstract" than $\displaystyle\cos z=\sum_{n=0}^\infty(-1)^n\frac{z^{2n}}{(2n)!}\ {}$? ${}\qquad{}$ – Michael Hardy Feb 22 '15 at 14:28
-
Okay I could have worded my question better. Let's say I simply meant without series or integral. Then I don't know how to define the exponential of an imaginary number without resorting to the exp function (therefore a series) or cos and sin, which have us running in circle – Soc Feb 22 '15 at 14:51
-
@MichaelHardy $e^x = \lim_{n \rightarrow \infty} \left(1 + \frac{x}{n}\right)^n$ – Paiam Risarki Feb 22 '15 at 15:04
-
I don't have a problem with the way it's taught in high school, it's just that in univ, we did use cos and sin before doing integrals and series, and it bothered me a bit.
– Soc Feb 22 '15 at 13:25