a basic problem is to measure arclength on a circle. this equivalent to measuring angles, since the angle cut out by the arc of circle is proprotional to the length of the arc.
the basic trig function "sin" is just the name given to one of these arc length functions, or rather its inverse.
i.e. think of the unit circle, and an arc beginning at (1,0) AND RUNNING UP COUNTERCLOCKWISE and ending at a point (x,y). Think of the arc length of that arc as a function of y.
that arclength function is called arcsin, ND ITS INVERSE IS SIN.
i.e. the arclength of the qarc ending at the point (x,y) is arcsin(y) = t, and if you know the arclength t of this arc, then sin(t) = y is the ehight of the endpoint.
all thi makes good sense at least for points in the first quadrant. for other points, the arcsin is not single valued, but the sin is, so we use sina s a primary function.
then cos is just sqrt(1-sin^2), and tan is sin/cos, and sec = 1/cos, and that's about all you usually need.another very useful way to view these functiions, that is a klittle more sophisticated, is as the real and imaginary parts of the complex exponential function. i.e. e^(it) = cos(t) + isin(t).
this is actually the best way to understand the complicated addition formuals for sin and cos. since e^i(s+t) = e^is e^it, by multiplying out we get:
cos(s+t) + isin(s+t) = [cos(s)cos(t)-sin(s)sin(t)] + i [cos(s)sin(t)+sin(s)cos(t)],
and setting real and imag parts equal, gives the laws:
cos(s+t) = [cos(s)cos(t)-sin(s)sin(t)] and
sin(s+t) = [cos(s)sin(t)+sin(s)cos(t)].
these are hard to remember otherwise.also cos and sin are important as basic solutions to the differential equation
f'' + f = 0. try e^it in there also and see why these functions are related.