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

AI Thread Summary
The discussion centers on the validity of approximating small angles in trigonometric functions, specifically why the cosine function can be approximated while the sine function cannot in the same manner. The original poster notes that for small deviations, the cosine expansion is used, while the sine function is simplified to sin(a). However, another participant argues that both functions should retain their linear terms in small angle approximations, highlighting that neglecting the linear term for sine while keeping it for cosine is inconsistent. The correct expansions for small angles show that both sine and cosine should include linear terms for accuracy. Ultimately, the conversation emphasizes the importance of consistency in mathematical approximations for small angles.
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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top