Basically
If you traverse some further in your calculus textbook you will find necessary theorems put for solving such problems that my friend
engineer has used to solve it
... but for your assistance i give you the first one solved using simple trig functions
We should know this
Sin(A+B) = Sin(A)Cos(B)+Cos(A)Sin(B)
Cos(A+B) = Cos(A)Cos(B) - Sin(A)Sin(B)
Lets start with the first one
Assume
Code:
Lim sin(pi/6 + dx) - ½
L = dx->0 ------------------------------
dx
Lest solve the numerator
sin(pi/6 + dx) - ½
= Sin(pi/6)Cos(dx) + Cos(pi/6)Sin(dx) - ½ ................... EQ(1)
Now here is the catch
Under Limits dx tends to zero
Sin(dx) also tends to 0 & Cos(dx) tends to 1
basics of limits say when x -> 0 then x is not equal to 0. So dx <> 0
So Sin(dx) -> 0 & Sin(dx) <> 0
Sin(dx) & dx both -> 0
Hence being very small they are nearly same
Sin(dx) = dx .........Remeber this
Cos(dx) = 1
Put these values in EQ(1)
We get
sin(pi/6 + dx) - ½
= Sin(pi/6)(1) + Cos(pi/6)(dx) - ½
= 0.5 + (Sqrt(3)/2)(dx) - 0.5
= (Sqrt(3)/2)(dx)
Putting it back in limits ...... we get
Code:
Lim (Sqrt(3)/2)(dx)
L = dx->0 ------------------------------
dx
Under Limits as dx -> 0 ......... dx <> 0 ........... dx/dx = 1
So cancelling dx from numerator and denominator
L = Sqrt(3)/2 ............... Answer
Similary you can give a try for the Second one