Watch the two bars. The green one is the true value of sin(A+B). The yellow one is the naive sinA+sinB, and it sails straight past 1, which no real sine can ever do. Sine does not distribute over addition.
See It With Numbers
Take A=30° and B=60°.
True: sin(30°+60°)=sin90°=1
Naive: sin30°+sin60°=0.5+0.866=1.366
sin(A+B)=sinA+sinB. The angle inside cannot be split apart.
So we need a real formula.
The Addition Formulas
Here they are. The angle does split, just not the lazy way:
sin(A+B)=sinAcosB+cosAsinB
cos(A+B)=cosAcosB−sinAsinB
Notice the pattern:
Sine mixes the two functions: sincos+cossin
Cosine keeps like with like: coscos−sinsin
The Sign Rule
Subtraction uses the very same formulas. You only flip one sign:
sin(A−B)=sinAcosB−cosAsinB
cos(A−B)=cosAcosB+sinAsinB
The trick to remembering the signs:
Sine keeps the sign of the angle: + stays +, − stays −
Cosine flips the sign: + becomes −, − becomes +
Sine agrees, cosine disagrees.
Tangent Too
Since tan=cossin, the addition rule carries over to tangent:
tan(A±B)=1∓tanAtanBtanA±tanB
The top uses the same sign as the angle. The bottom uses the opposite sign.
The Payoff: Exact Values
The real reward is finding exact values for angles that are not on the standard list.
75° is not a “nice” angle. But 75°=45°+30°, and both of those are nice.