Derivatives of sine and cosine sit at the heart of AP Calculus, both AB and BC. Every exam sitting in the current format contains at least one item that asks a candidate to differentiate a trigonometric expression, and the marking scheme rewards students who can move from f(x) = sin x to its derivative without hesitation. The reason is structural: the derivative of sine is cosine, the derivative of cosine is negative sine, and from those two facts every other trigonometric derivative can be built using the chain rule, the product rule, the quotient rule, and the sum rule. The challenge is not memorising the first two facts; it is keeping them straight when a problem embeds a constant, a coefficient, an inner function, or a multiplication by another trig expression. This article walks through the four rules that govern derivatives of sine and cosine, the patterns that examiners reuse across question types, and the tactical habits that separate a 5 from a 3 on the relevant free-response items.
The two facts every AP Calculus candidate must hold automatically
Before any composite function or product appears, the candidate has to internalise the bare derivatives of the parent functions. The standard form is straightforward:
- If f(x) = sin x, then f′(x) = cos x.
- If g(x) = cos x, then g′(x) = −sin x.
These two identities are derived from the limit definition of the derivative and from the small-angle approximation, but on the AP exam the candidate is expected to treat them as known. The reason this matters is the sign. A common mistake is to write the derivative of cosine as sin x rather than −sin x; another is to drop the negative sign when the cosine is part of a larger expression. The sign travels with the function, not with the rule, and once it is lost at the front of a chain-rule step it contaminates every line that follows.
Most candidates reading this will recognise the two identities within a second. The real exam pressure is the interval in which the result is asked. A derivative question framed over a closed interval such as [0, π] is often a setup for the Mean Value Theorem or for an application problem involving extrema, and the trigonometric derivative is the calculation step in the middle. The candidate who rushes the derivative line because it is "obvious" is the candidate who loses a point on what should have been the easiest mark of the problem. Slow down on the obvious step, write the derivative explicitly, and let the rest of the work follow.
For BC students, the same two identities extend to the inverse trigonometric functions. The derivative of arcsin x is 1 / √(1 − x²), and the derivative of arccos x is −1 / √(1 − x²). These follow from the chain rule applied to sin y = x or cos y = x and are tested directly in BC-only items. A solid rule of thumb: if the candidate can write the derivative of sine and cosine cold, the inverse trig derivatives become a thirty-second exercise rather than a panic moment.
Adding a constant coefficient: the most common AP item family
The next pattern up is a constant multiple in front of the trig function, such as f(x) = 5 sin x or f(x) = −3 cos x. The constant multiple rule, sometimes called the scalar rule, says that the derivative of c · f(x) is c · f′(x). Applied to sine and cosine, this gives:
- d/dx [a sin x] = a cos x
- d/dx [a cos x] = −a sin x
Examiners love this family because it lets them test whether the student remembers to keep the constant in front of the new function. The most frequent error is to compute the derivative of the trig function correctly and then forget the coefficient, producing an answer half its true value. A simple safeguard: write the constant on the answer line in the same colour, in the same position, and treat it as a passenger that never changes. A question like "Find the derivative of f(x) = 7 cos x" has the answer −7 sin x, and the seven is the same seven that was sitting in front of cosine.
BC candidates also see this family in the form of the derivative of a · arcsin(u) or a · arccos(u), where the constant pulls out cleanly. The pattern is the same: coefficient on the outside, derivative on the inside, sign carried correctly. The two marks attached to this question type are essentially free if the rule is in place. In my experience, students who lose marks here usually do so because they tried to combine the rule with another rule in one mental step. Isolate the constant, do the trig derivative, recombine. Three small actions, one mark per action.
Inner functions: the chain rule applied to sine and cosine
Once an argument other than x sits inside the trig function, the chain rule takes over. The chain rule, in its standard form, says that d/dx [f(g(x))] = f′(g(x)) · g′(x). For sine and cosine, this becomes:
- d/dx [sin(u)] = cos(u) · u′
- d/dx [cos(u)] = −sin(u) · u′
where u is any differentiable function of x and u′ is its derivative. The trap on the AP exam is to differentiate only the trig function and forget the inner derivative. A question that asks for the derivative of sin(3x) expects 3 cos(3x), not cos(3x). A question that asks for the derivative of cos(x²) expects −2x · sin(x²), not −sin(x²). The pattern is consistent: differentiate the outside, leave the inside alone, multiply by the derivative of the inside.
Worked example. Differentiate y = sin(5x² + 1):
- Identify the outside: sin(u), with u = 5x² + 1.
- Differentiate the outside: cos(u).
- Differentiate the inside: u′ = 10x.
- Combine: y′ = 10x · cos(5x² + 1).
The same template handles cos(2x + 3), which becomes −2 sin(2x + 3), and sin(eˣ), which becomes eˣ cos(eˣ). The chain rule does not care what the inner function is; it only cares that the inner function is differentiable. AB and BC items lean on this template heavily, and the marking scheme typically awards one point for the chain rule structure and one point for the correct inner derivative. A candidate who writes cos(eˣ) without the eˣ multiplier has lost the chain rule point, and a candidate who writes cos(eˣ) · eˣ but forgets the inner derivative of eˣ still receives full credit because the chain rule structure is visible.
Products and quotients: when sine and cosine meet another function
The product rule states that d/dx [f(x) · g(x)] = f′(x)g(x) + f(x)g′(x). Applied to a product involving sine or cosine, the rule is mechanical, but the execution requires care. Consider y = x · sin x:
- Let f(x) = x and g(x) = sin x.
- Then f′(x) = 1 and g′(x) = cos x.
- So y′ = 1 · sin x + x · cos x = sin x + x cos x.
The two terms must be added, not multiplied. A common slip is to write sin x + cos x or to combine the two terms into a single product. Both errors are visible in the marking scheme and will cost the candidate at least one of the two product-rule points. The discipline is to write the rule on the page before substituting. The rule is the scaffold; the substitution is the content.
The quotient rule, required for BC candidates and a small set of AB applications, states that d/dx [f(x) / g(x)] = [f′(x)g(x) − f(x)g′(x)] / [g(x)]². For a quotient like y = sin x / x, the work is:
- f(x) = sin x, g(x) = x.
- f′(x) = cos x, g′(x) = 1.
- Numerator: cos x · x − sin x · 1 = x cos x − sin x.
- Denominator: x².
- Final: y′ = (x cos x − sin x) / x².
The minus sign in the numerator of the quotient rule is the most-missed piece of the rule. Students often write a plus, producing an answer that fails at x = 0. For most candidates, writing "Q" or "q-d-n-d-n-d" as a memory aid is enough to lock the order of the four terms in the numerator.
Sign, parentheses, and the four-cell matrix of trig derivatives
Once the four rules are in place, the residual mistakes on AP Calculus trig derivatives are nearly all sign and structure errors. A useful organising device is the four-cell matrix of parent functions:
| Function | Derivative | Sign carried | Most-missed item |
|---|---|---|---|
| sin x | cos x | positive | missing coefficient from chain rule |
| cos x | −sin x | negative | dropping the minus sign |
| tan x | sec² x | positive | writing sec x instead of sec² x |
| cot x | −csc² x | negative | writing csc x or losing the sign |
The matrix is worth memorising in the abstract and then re-deriving on the page. AB candidates need only the first two rows; BC candidates need all four plus their inverse counterparts. The "Most-missed item" column is built from examiner reports rather than guesswork, and it is the same handful of errors that appear in scoring statistics for the relevant free-response items. A candidate who reads the matrix once before the exam has internalised a checklist that survives the pressure of the test room.