5
$\begingroup$

How can the sine function be derived/proven?

The definition for $\sin(x)$ is of course given as $\frac{\text{opposite}}{\text{hyoptenuse}}$ of a right-angled triangle, which solving for $x$ can be had from the Maclaurin series:

$$\sin(x) = \sum_{n=0}^{\infty}\frac{(-1)^n}{2n+1}x^{2n+1}$$

Which can be simplified to (using euler's formula, which is also derived from maclaurin series):

$$\sin(x) = \large \frac{e^{ix}-e^{-ix}}{2i}$$

But since the use of maclaurin series assumes the derivative of the sin function to be known, which requires knowing the function, the proof becomes circular. How to prove that the identity holds without resorting to this circularity?

More than likely the derivation of the formula is going to use the pythagorean theorem:

$$a^2+b^2=c^2$$

Where $a$ and $b$ are the sides of the right-angled triangle and $c$ is the hypotenuse. From this it can be derived that the ratio between circumference of a circle and it's radius is (denoted by $\pi$):

$$\large \pi=\sum_{n=0}^{\infty} \frac{4(-1)^{n}}{2n+1} = 3.1415...$$

Which can be used to evaluate an angle (in units of radians):

$$\theta = s/r$$

$s=$ arc length, $r =$ radius.

And the equation for characterizing a unit-circle, also derived from pythagorian theorem:

$$x^2+y^2 = 1$$

$\endgroup$
12
  • 2
    $\begingroup$ It depends on what the purpose of your definition is. If it is to be introduced for the first time as a function, without assuming any knowledge of calculus, you would define $\sin\theta$ as the $y$ coordinate of a point on the unit circlewhose radius makes angle $\theta$ with the positive $x$ axis, measured positively anticlockwise. $\endgroup$ Commented Jan 2, 2016 at 13:02
  • 1
    $\begingroup$ I think the answer is that the sine function was made up to solve triangles, not that it was made first, then found to be able to solve triangles. $\endgroup$ Commented Jan 2, 2016 at 13:43
  • 1
    $\begingroup$ It's not a problem to find the MacLaurin series of a function if the function IS the MacLaurin series. $\endgroup$ Commented Jan 2, 2016 at 15:24
  • 1
    $\begingroup$ Read the @JohnJoy comment carefully. There is no need to know the derivatives of $\sin x$ if you define it as $\sin x = \sum_{n=0}^{\infty}\frac{(-1)^n}{2n+1}x^{2n+1}$ $\endgroup$ Commented Jan 2, 2016 at 21:20
  • 1
    $\begingroup$ @Dole if the MacLaurin series definition needed to have its derivatives known (presumably you mean non-power series derivatives), then the MacLaurin series definition wouldn't be a definition at all. We can define it as such, and later "discover" that it has geometric interpretations (e.g."Oh my, what a coincidence").. $\endgroup$ Commented Jan 3, 2016 at 3:51

2 Answers 2

5
$\begingroup$

You can geometrically prove that $\frac{d}{dx}\sin(x)=\cos(x)$ as seen here. You can similarly prove that $\frac{d}{dx}\cos(x)=-\sin(x)$, which gives rise to the differential equation representation of $\sin(x)$. This differential equation has all the info you need about $\sin(x)$ to get the other things.

$\endgroup$
4
  • $\begingroup$ I do use the triangle definition, I just want to understand how to get from that definition to the specific formula (in any form), that gives sin(x) in terms of x. $\endgroup$ Commented Jan 2, 2016 at 20:03
  • 1
    $\begingroup$ Oh I see. I edited to answer that $\endgroup$ Commented Jan 2, 2016 at 20:07
  • $\begingroup$ Thanks. Does a purely geometric derivation exist, or does deriving the formula require calculus/maclaurin series? $\endgroup$ Commented Jan 2, 2016 at 21:25
  • 2
    $\begingroup$ I doubt a purely geometric proof exists, because $e^x$ doesn't have any nice geometric properties AFAIK. It's possible there's a proof that had a decomposition of a triangle in such a way as to give rise to the infinite series, but I've never seen such a thing. $\endgroup$ Commented Jan 2, 2016 at 21:26
0
$\begingroup$

Both sin and cosine are mappings from the interval $[0,1]$ to $[0,Pi/2]$ -- we are mapping arc length of a unit circle ($\theta$) to the abscissa ($x$) and ordinate (y) where $x^2 + y^2=1, \sin(\theta)=y, \cos(\theta)=x$

Whichever method you use (e.g., formal calculus or method of exhaustion which is what Euclid used) -- you will need to assume that arc length of very small arcs is the same as the ordinate: $\lim_{\theta \to 0}(\sin(\theta) - \theta)=0$

Once you have assumed the above, then you can calculate arc length ($\theta$) using $\sin$: $\theta = \lim_{n\to \infty} 2n \sin(\frac{\theta}{2n})$

$\endgroup$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.