Why does Euler's identity work only in Radians?

In summary: Radians. Thank you.In summary, the conversation discusses the use of Euler's formula, which can be proven using power series and the limit of sin(x)/x. The conversation also touches on the concept of radians and degrees, and it is explained that the derivative formulas for trigonometric functions only hold true when the arguments are in radians. This is because the limit used to derive the derivative is based on the arc length formula, which is expressed in radians. However, the derivatives can still be used for degrees by converting the values to radians and back.
  • #1
nomadreid
Gold Member
1,668
203
e^iA = cosA + i*sinA is true iff A is expressed in Radians. Why that particular unit?
(I'm not sure this rubric is the right one for this question, but since it didn't seem to fit any of the other rubrics, I put it here.)
 
Mathematics news on Phys.org
  • #2
One way to prove Euler's formula is in terms of power series. First express exp(ix) as a power series. Then split the even and odd terms of this to form two series. Next rewrite the powers of i in terms of powers of -1 (and a residual i for the odd series). Those two power series are exactly those of cosine(x) and i*sine(x) where x is in radians.
 
  • #3
It would work fine with another scaling, except it would have another scaling.

given small x we have approximately that
exp(i x)~1+i x
cos(x)+i sin(x)~1+i x

which combined with the addition laws gives us the identity

if we had for some reason wanted to use other scaling we have
otherexp(i x/a)=exp(i x)~1+i x
othercos(x/b)+i othersin(x/b)=cos(x)+i sin(x)~1+i x
we would have the identity

otherexp(i x/a)=othercos(x/b)+i othersin(x/b)

for suitable a and b

in calculus we would say
a=otherexp'(0)
b=othersin'(0)

and of course when a=b=1 we have the usual functions
 
Last edited:
  • #4
Ah, that makes sense. Thank you both, D H and lurflurf
 
  • #5
Ah, one detail. In doing the MacLauren series for sin and cos, in the expansion one only needs that sin(0) = 0 and cos(0) = 1. This is true whether or not your units are in degrees or in Radians. Therefore the answer from D H seems to be begging the question. There's something else to this... What?
 
  • #6
It all has to do with the following limit:
[tex]
\lim_{x \rightarrow 0}{\frac{\sin{x}}{x}} = 1
[/tex]
which works only in radians.
 
  • #7
nomadreid said:
Ah, one detail. In doing the MacLauren series for sin and cos, in the expansion one only needs that sin(0) = 0 and cos(0) = 1.
Not true. Here is the series for sine(x) when x is in radians:

[tex]\sin x = \sum_{n=0}^{\infty}\frac{(-1)^n}{(2n+1)!}x^{2n+1}[/tex]

This is not valid when x is in degrees. The reason is simple: [itex]d/dx(\sin x) = \cos x[/itex] is only valid when x is in radians. When x is expressed in degrees,

[tex]\frac{d}{dx}\sin x^{\circ} = \frac{\pi}{180} \cos x^{\circ}[/tex]

and thus the Maclaurin series for [itex]\sin x^{\circ}[/itex] is

[tex]\sin x^{\circ} = \sum_{n=0}^{\infty}\frac{(-1)^n}{(2n+1)!}\left(\frac{\pi}{180}\right)^{2n+1}x^{2n+1}[/tex]
 
  • #8
nomadreid said:
e^iA = cosA + i*sinA is true iff A is expressed in Radians. Why that particular unit?
(I'm not sure this rubric is the right one for this question, but since it didn't seem to fit any of the other rubrics, I put it here.)

All of those terms are circular functions. Radians are based on pi. 360 Degrees is arbitrary.
 
  • #9
nomadreid said:
Ah, one detail. In doing the MacLauren series for sin and cos, in the expansion one only needs that sin(0) = 0 and cos(0) = 1. This is true whether or not your units are in degrees or in Radians. Therefore the answer from D H seems to be begging the question. There's something else to this... What?
You may be thinking that, because (sin x)'= cos x, (sin x)''= -sin x, (sin x)'''= -cos x, etc. and similarly for the derivatives of cos x, in order to find the MacLauren series, we only need to evaluate those at x= 0.

But the point is that those derivative formula are only true if x is in radians.

In particular, the derivative of sin x is given by
[tex]\lim_{h\to 0}\frac{sin(x+h)- sin(x)}{h}[/tex]
Using the trig identity [itex]sin(x+h)= sin(x)cos(h)+ cos(x)sin(h)[/itex] that becomes
[tex]\lim_{h\to 0}\frac{sin(x)cos(h)- cos(x)sin(h)- sin(x)}{h}[/tex]
[tex]= \lim_{h\to 0} sin(x)\frac{cos(h)- 1}{h}+ cos(x)\frac{sin(h)}{h}[/tex]
so to have the derivative of sin(x) be cos(x) we must have
[tex]\lim_{h\to 0}\frac{cos(h)- 1}{h}= 0[/tex]
and
[tex]\lim_{h\to 0}\frac{sin(h)}{h}= 1[/tex]
and, as Dickfore noted, those are only true if h is in radian.

In fact, if you are going to use the trig functions as general functions and not just as ways to "solve triangles", you should stop thinking of the arguments as being angles at all- and just think of them as number, without any "degrees" or "radians". One way of doing that is to use the "circle" definition: Given a unit circle (circle with center at the origin, radius 1, in some coordinate system), to find sin(t) or cos(t), start from the point with coordinates (1, 0) and measure counter-clockwise (clockwise if t is negative) a distance t around the circumference of the circle. What ever (x,y) point you end at gives you cos(t)= x, sin(t)= y. No angles at all there! (Yes, you have measured a distance but the "units" are whatever "units" you used to construct the coordinate system.)
 
  • #10
thanks, HallsofIvy. There are two curious points that I do not quite understand.
(1) First, nowhere in your proof is it explicitly shown that x and h need to be in radians. I presume it is implicit in the use of the limit of sin(h)/h = 1 which is derived from using the arc formula arc length = rx, where x is in radians, and r is the radius. Right?
(2) Assuming this to be the case, although the proof that sin'(x) = cos x and so forth rests on x being in Radians, nonetheless sin'(x) = cos x works perfectly well for x in degrees, since one just substitutes from the radians to the equivalent number of degrees and back again. The derivative of sin x at x=60 degrees is indeed cos(60 degrees). Therefore I would appreciate some clarification to your statement that these derivatives are only valid if x is in Radians.
 
  • #11
sin'(0)=1 is only true in radians, it can be taken as the definition of radians.
sin'(0)=pi/Arccos(-1)
As I said above the sine and cosine in another scaling are easily expressible in terms of the usual one, but that does not make them equal. Some confusion might be resulting from thinking of degrees as a way of expressing a number versus as being a different number. Like if we said
60 degrees=π/3
or
degrees=π/180
by sine in degrees we mean a function where
(60,√3/2)
not
(π/3,√3/2)
 

1. Why does Euler's identity only work in radians?

Euler's identity, e^(ix) = cos(x) + i*sin(x), only works in radians because it is derived from the Maclaurin series expansion of e^x, which is only valid for inputs in radians. The trigonometric functions cosine and sine also have their own Maclaurin series expansions, making them compatible with e^x in radians.

2. Can Euler's identity work in other units besides radians?

No, Euler's identity is only valid in radians. This is because the unit of radians is the most natural and convenient unit for measuring angles in mathematics, as it is based on the radius of a circle. Other units, such as degrees or gradients, have different conversion factors and do not have a direct relationship with the circle's radius.

3. What happens if I try to use Euler's identity in degrees?

If you try to use Euler's identity in degrees, you will get incorrect results. This is because the input for the trigonometric functions in the identity must be in radians. If you want to use degrees, you would need to convert them to radians first by multiplying by pi/180.

4. Is there a way to modify Euler's identity to work in other units?

No, there is no way to modify Euler's identity to work in other units besides radians. The identity is based on the relationship between e^x and the trigonometric functions cosine and sine, which are only valid in radians. Trying to modify the identity would result in a different equation with different meanings.

5. Can Euler's identity be applied to any type of function?

No, Euler's identity is specifically for exponential and trigonometric functions. It cannot be applied to other types of functions, such as polynomial or logarithmic functions, as it is derived from the Maclaurin series expansions of e^x, cos(x), and sin(x).

Similar threads

  • General Math
Replies
6
Views
1K
  • General Math
Replies
1
Views
1K
Replies
1
Views
2K
  • General Math
Replies
17
Views
4K
Replies
6
Views
6K
Replies
1
Views
913
Replies
12
Views
1K
Replies
5
Views
2K
Back
Top