Alright, I know this is an older post, but I'll rectify the dead.
The way I look at things is like so:
We define sin(theta) as the ratio of the opposite side of the angle theta on a right triangle to the hypotenuse.
We define cos(theta) as the ratio of the adjacent side of the angle theta on a right triangle to the hypotenuse.
We define tan(theta) as the ratio of the opposite side of the angle theta on a right triangle to the adjacent.
What other people are talking about all stems from these definitions. We can express sin(x) as a power series and assign a numerical value to it, which is very useful.
We can also plot sin/cos values on a graph all the way from 0 to 2 pi (360 degrees). This also proves to be a very useful for modeling how sin and cos have a sort of give and take relationship.
If you look at figure 1 (attached), you can see the definition for sine, cosine, and tangent in terms of a right triangle.
Now if you take those equations and apply them to the triangles in figure 2, you can see how they work together.
Take an arbitrary triangle, and remember, this is a (semi) circle, so all the hypotenuses are the same, and they're equal to the radius of the circle. This gives (for each point "made by a triangle") that x = r*cos(theta), y = r*sin(theta) so the point in question is ##(r*cos(\theta),r*sin(\theta))##
There's also a special case for this circle, it's called the unit circle, where the radius (and in turn the hypotenuse of any triangle drawn within the circle) has a length of 1 unit. For this circle, any point on the circle is represented by the coordinates ##(x,y) = (cos(\theta),sin(\theta))##
This is pretty useful in many applications. Now while you can't necessarily visualize (define?) these trig functions for obtuse angles, if you look at the points on a circle, you can see what's going on a little better. Standard protocal for measuring an angle is to start from the positive x-axis and measure around to the positive y-axis and continuing around the circle through negative x, negative y, and then back to positive x. Let the angle be larger than pi/2 (90 deg) and you have an obtuse angle. If we look at a unit circle, we can see that the point in question is ##(x,y) = (cos(\theta),(sin(\theta))##
Let's look at a unit circle with an obtuse angle representing our triangle in question. If we do so, we can see that cosine has the same value as the x component of the point on the circle for that given angle. Well we can't really do much with an obtuse triangle, but we can use our obtuse triangle to create a right triangle. See figure 3. If we call the angle of the new (right) triangle ##\Phi = \pi - \theta## (180deg - theta) we can easily determine the magnitude of the x value of that point. Looking at the diagram, we can see that the point lies in quadrant 2, meaning all x values are negative, giving us the sign for our point (and in turn our cos value) ! We can repeat this process for the y component and sin value.
I wrote this post in pieces, so I hope it all makes sense.