Why is the approximation of small angles valid for cosine but not for sine?

Click For Summary
SUMMARY

The approximation of small angles is valid for cosine but not for sine due to the behavior of their Taylor series expansions. For cosine, the expansion cos(a+n) = cos(a)cos(n) - sin(a)sin(n) retains the linear term, leading to cos(a+n) ≈ cos(a) - n sin(a) for small n. In contrast, the sine function's expansion sin(a+n) = sin(a)cos(n) + sin(n)cos(a) approximates to sin(a) for small n, as sin(n) becomes negligible. This inconsistency arises from the omission of the linear term in the sine expansion, which is critical for accurate approximations.

PREREQUISITES
  • Understanding of Taylor series expansions
  • Basic knowledge of trigonometric functions
  • Familiarity with small angle approximations
  • Concept of limits in calculus
NEXT STEPS
  • Study Taylor series for sine and cosine functions
  • Explore the concept of small angle approximations in trigonometry
  • Learn about the implications of linear vs. higher-order terms in function approximations
  • Investigate applications of trigonometric approximations in physics and engineering
USEFUL FOR

Mathematicians, physics students, and anyone interested in understanding trigonometric function behavior and approximations in calculus.

mathfilip
Messages
7
Reaction score
0
Hi! I have a question about approximation of functions with small angles. I was looking through some notes from my teacher and didnt understand why the following approximation is valid. We have a system which is at equlibrium at an angle, say a. Now we wanted to se what happens with the equilibrim if we deviate from a, with a small angle say, n. All the calculations isn't necessary here so i cut them out.

He chooses to write cos(a+n) = cosa * cos n - sina * sin n, just by expanding.

However for sin(a + n) he just writes sin(a+n) = sin(a)

Can you please validate this and tell me why this is ok to do? I mean why we don't expand sin(a+n) in the same manner?
 
Physics news on Phys.org
If you check it and expand it yourself you get:

sin(a+n)=sin(a)cos(n)+sin(n)cos(a)

if N is small, Sin(n) is insignificant. let's just say close enough to 0. and using the same principle, if N is small, Cos(n) is close enough to 1. Think of the sin and cos curves for small values. This leaves you with;

sin(a+n)=sin(a)1+0cos(a) which therefore approximates to Sin(a) as stated.

All he has done is missed out the calculation because he knows something about the values of N for sin and cos when they are small.

Btw this should be in the maths section not the physics.

Hope this helped.

Si
 
I'm not sure this expansion is correct. If you want to expand for small n you have to keep all term that are linear in n. In the case of the sine this would be
\sin(a+n)=\sin(a)\cos(n)+\sin(n)\cos(a)\approx \sin(a) + n \cos(a)+ \mathcal{O}(n^2)

for the cosine it would be
\cos(a+n)=\cos(a)\cos(n)-\sin(a)\sin(n) \approx \cos(a) - n \sin(a)+ \mathcal{O}(n^2)

It is inconsistent to keep the linear term for the epxansion of the cosine but not the sine.
 

Similar threads

Replies
5
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
8K
Replies
2
Views
2K
Replies
2
Views
2K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K