mathematics-in-real-life
How to Derive the Tangent Addition Formula Step-By-Step for Students
Table of Contents
Prerequisites: Understanding Basic Trigonometric Functions
Before we dive into the derivation of the tangent addition formula, it’s essential to have a solid grasp of the foundational trigonometric ratios and how they relate to one another. Trigonometry is built around the relationships between the angles and sides of right triangles, extended to any angle using the unit circle. The three primary ratios are sine, cosine, and tangent. For a given angle θ in a right triangle, these are defined as:
- sin(θ) = Opposite side ÷ Hypotenuse
- cos(θ) = Adjacent side ÷ Hypotenuse
- tan(θ) = Opposite side ÷ Adjacent side = sin(θ) / cos(θ)
Using the unit circle (a circle of radius 1 centered at the origin), the sine and cosine of an angle correspond to the y‑coordinate and x‑coordinate, respectively, of the point where the terminal side of the angle intersects the circle. This geometric interpretation is invaluable when working with angle sums because the x and y coordinates of the sum of two rotations can be expressed through the addition formulas for sine and cosine. A thorough review of the unit circle and the Pythagorean identity (sin²θ + cos²θ = 1) will also be helpful. If you need a refresher, consider visiting Khan Academy’s trigonometry unit.
Additionally, recall that the tangent function has a period of π (180°) and is undefined at odd multiples of π/2. Understanding these basic properties will help you avoid common errors when applying the addition formula later. The Pythagorean identity can also be used to express tan in terms of sin or cos alone, but the ratio form is the most direct for our derivation.
The Addition Formulas for Sine and Cosine
The keystone of the tangent addition derivation is the pair of identities that express the sine and cosine of the sum of two angles (α and β) in terms of the sines and cosines of the individual angles. These are:
sin(α + β) = sin(α) cos(β) + cos(α) sin(β)
cos(α + β) = cos(α) cos(β) – sin(α) sin(β)
These formulas can be proved using geometric constructions (e.g., rotating radii on the unit circle) or by employing the law of cosines in a suitably chosen diagram. For the purpose of this derivation, we will take them as known. Many textbooks and online resources provide a full proof; you can find an excellent explanation at Math is Fun’s page on sum and difference formulas. Understanding these identities is crucial because the tangent addition formula is built directly from them.
It is also worth noting that these sine and cosine sum formulas hold for all real angles α and β, not just acute ones. This universality comes from the unit circle definitions, which extend naturally to rotations beyond 90°. In the following derivation, we rely on the fact that the cosine sum formula has a minus sign between the two terms, while the sine sum formula has a plus sign. That sign difference will carry directly into the tangent formula’s denominator.
Deriving the Tangent Addition Formula Step by Step
Step 1: Express tan(α + β) as Sine over Cosine
By the definition of tangent, the tangent of a sum is simply the sine of the sum divided by the cosine of the sum:
tan(α + β) = sin(α + β) / cos(α + β)
This initial substitution is a straightforward application of the ratio definition we reviewed earlier. It sets the stage for substituting the expanded forms of sin(α+β) and cos(α+β).
Step 2: Substitute the Sine and Cosine Sum Formulas
Replace sin(α + β) and cos(α + β) with their expanded forms:
tan(α + β) = [sin(α) cos(β) + cos(α) sin(β)] / [cos(α) cos(β) – sin(α) sin(β)]
Now we have a rational expression that contains products of sines and cosines. The next step is to transform it into an expression involving only tangents.
Step 3: Simplify by Dividing Numerator and Denominator by cos(α)cos(β)
We want to rewrite the expression so that the ratio sin(θ)/cos(θ) appears (i.e., tan(θ)). A convenient technique is to divide every term in both the numerator and the denominator by cos(α) cos(β), assuming that cos(α) and cos(β) are not zero (angles whose cosines are zero will be handled separately later). Performing this division:
Numerator divided by cos(α)cos(β):
- [sin(α) cos(β) / (cos(α) cos(β))] = sin(α)/cos(α) = tan(α)
- [cos(α) sin(β) / (cos(α) cos(β))] = sin(β)/cos(β) = tan(β)
Denominator divided by cos(α)cos(β):
- [cos(α) cos(β) / (cos(α) cos(β))] = 1
- [sin(α) sin(β) / (cos(α) cos(β))] = (sin(α)/cos(α)) × (sin(β)/cos(β)) = tan(α) tan(β)
Thus we have:
tan(α + β) = [tan(α) + tan(β)] / [1 – tan(α) tan(β)]
At this point, the derivation is complete. We have expressed tan(α+β) solely in terms of tan(α) and tan(β). The denominator’s minus sign comes directly from the minus sign in the cosine sum formula. It is important to note that we assumed cos(α)cos(β) ≠ 0; if either cos(α) = 0 or cos(β) = 0, then tan(α) or tan(β) is undefined, and the formula cannot be used directly. In those cases, one must revert to the sine/cosine forms.
Step 4: Verify the Derivation
The expression above is the classic tangent addition formula. It shows that the tangent of the sum of two angles can be computed from the tangents of the individual angles, provided the denominator is not zero (which would indicate the tangent is undefined). The derivation is compact and elegant, relying only on the sine/cosine addition formulas and basic algebra. A quick check with a simple pair of angles, such as α=30° and β=30°, gives tan(60°)= (√3/3 + √3/3)/(1 – (√3/3)²) = (2√3/3)/(1 – 1/3) = (2√3/3)/(2/3) = √3, which is correct. This verification builds confidence in the formula.
Understanding the Domain and Restrictions
The tangent function is undefined when the cosine of its argument is zero. This occurs at angles of the form (π/2) + kπ, where k is an integer. Therefore, the tangent addition formula is valid only when α, β, and α+β are not equal to any of these singularities. In practice, this means avoiding values where cos(α)=0, cos(β)=0, or cos(α+β)=0. Additionally, the denominator 1 – tan(α)tan(β) must not be zero. If tan(α)tan(β) = 1, then the formula gives an infinite result, which corresponds to α+β being an odd multiple of π/2 (where tan blows up). Such restrictions are not just theoretical—they are important when using the formula in calculations or programming. For example, if you try to compute tan(45°+45°) using the formula, you get (1+1)/(1-1), which is undefined, and indeed tan(90°) is undefined. The domain restrictions are a direct consequence of the underlying trigonometric definitions.
When dealing with angles that cause the denominator to be zero, you can analyze the limit behavior: if tan(α)tan(β) approaches 1 from below, tan(α+β) goes to +∞; from above, it goes to -∞. This is consistent with the vertical asymptotes of the tangent function.
Worked Examples
Example 1: Basic Application
Suppose α = 30° and β = 45°. Using exact values: tan(30°) = 1/√3 ≈ 0.577, tan(45°) = 1. Compute:
tan(75°) = (0.577 + 1) / (1 – 0.577 × 1) = 1.577 / 0.423 ≈ 3.73. The exact value of tan(75°) is indeed 2 + √3 ≈ 3.732. This example illustrates how the formula works with standard angles whose tangents are known exactly.
Example 2: Larger Angles
Find tan(105°) using α = 60° and β = 45°. tan(60°) = √3 ≈ 1.732, tan(45°) = 1. Then:
tan(105°) = (1.732 + 1) / (1 – 1.732×1) = 2.732 / (-0.732) ≈ -3.73. This matches the known value tan(105°) = - (2 + √3). Notice that the denominator becomes negative because tan(60°)tan(45°) > 1, making tan(105°) negative, as expected for an angle in the second quadrant.
Example 3: Using Radians
Let α = π/4 and β = π/6. tan(π/4)=1, tan(π/6)=1/√3 ≈ 0.577. Then:
tan(5π/12) = (1 + 0.577)/(1 – 0.577) = 1.577/0.423 ≈ 3.73. (5π/12 = 75°). The formula works consistently in both degrees and radians. This is an important point: the formula is independent of the unit of angle measurement as long as you use the same unit throughout.
Example 4: Using Tangent Addition to Find an Unknown Angle
Suppose tan(α) = 0.5 and tan(β) = 0.2. Find α+β. Using the formula: tan(α+β) = (0.5+0.2)/(1 – 0.5×0.2) = 0.7/(1-0.1) = 0.7/0.9 ≈ 0.7778. Then α+β = arctan(0.7778) ≈ 37.9°. This demonstrates how the formula can be used in reverse to find the sum of angles when their tangents are known.
Connecting to the Double-Angle and Half-Angle Formulas
An immediate special case of the tangent addition formula occurs when β = α. Substituting gives the double-angle formula for tangent:
tan(2α) = (tan α + tan α) / (1 – tan α tan α) = 2 tan α / (1 – tan²α)
This is a very useful identity in calculus (for evaluating integrals involving tan²x) and in solving trigonometric equations. Conversely, the half-angle formula for tangent can be derived by letting 2θ = α, but that is a separate derivation. The connection shows that the addition formula is a powerful parent identity from which many other identities spring. For instance, using the double-angle formula repeatedly, one can derive triple-angle formulas and even general formulas for tan(nα).
Another useful variation is the difference formula: tan(α – β) = (tan α – tan β) / (1 + tan α tan β). This can be derived by replacing β with -β in the addition formula and using the fact that tan(-β) = -tan(β). The sign change in the denominator is a common point of confusion, so it is worth practicing both versions.
Applications in Mathematics and Physics
The tangent addition formula is not just an abstract exercise; it has real-world applications. In geometry, it can be used to find the angle between two lines given their slopes. If line 1 has slope m₁ = tan θ₁ and line 2 has slope m₂ = tan θ₂, then the tangent of the angle between them is given by:
tan(θ₂ – θ₁) = (m₂ – m₁) / (1 + m₁ m₂)
This is essentially the same formula with a sign change for the difference case. In physics, phase angles in alternating current circuits are added using tan addition when combining impedances. In signal processing, the sum of two sinusoidal signals with different phases can be represented using similar trigonometric identities. The simplicity of the formula also makes it a building block for more advanced concepts like complex numbers (Euler’s formula). For a deeper look at such applications, you might consult Brilliant’s article on trigonometric identities.
In navigation, the formula is used to combine bearing angles when calculating resultant directions. In computer graphics, rotations are often composed using trigonometric identities, and the tangent addition formula can be used to efficiently compute the combined rotation angle of two transformations. These examples show that the formula is not merely academic—it appears in many technical fields.
Common Mistakes and Tips for Students
- Forgetting the minus sign in the denominator: The denominator is 1 – tanα tanβ, not 1 + tanα tanβ. A mnemonic is: the denominator is the “sum” of tangents in a special way—two tanα tanβ and then subtract.
- Using degrees instead of radians inconsistently: The formula is valid regardless of unit, but ensure that all angles are in the same unit when evaluating numerically.
- Overlooking domain restrictions: If tanα or tanβ is undefined (angles that are 90°, 270°, etc.), the formula cannot be directly applied. Use limits or switch to sine/cosine representation.
- Confusing the formula for tan(α – β): The difference case is tan(α – β) = (tanα – tanβ)/(1 + tanα tanβ). Notice the sign reversal in the denominator.
- Not simplifying fully: Always cancel common factors where possible, especially when dealing with exact values.
- Forgetting to check if the denominator is zero: If 1 – tanα tanβ = 0, the formula gives a division by zero. Recognize that this means tan(α+β) is undefined (or infinite).
A good practice is to verify your result by plugging in special angles (like 0°, 30°, 45°, 60°) that you already know the exact tangent of. Also, keep in mind that the formula works for any real numbers α and β as long as the tangents are defined and the denominator is non-zero.
Practice Problems
- Use the formula to find tan(165°) exactly. (Hint: choose α=120°, β=45°; tan120° = -√3, tan45°=1).
- If tan α = 1/2 and tan β = 1/3, find tan(α+β) exactly.
- Show that if tan(α+β) = 1 and tan α = 1/3, then tan β = 1/2.
- Prove the identity: tan(θ + π/4) = (1 + tanθ)/(1 – tanθ).
- For which angle x does tan(2x) become undefined? Relate to the domain of the derived formula.
- Given tan α = 0.75 and tan β = 2, find tan(α-β).
You can find a worked set of these exercises at Purplemath’s trigonometry page (under “Angle Sum and Difference Identities”).
Further Reading
To deepen your understanding of how the tangent addition formula fits into the larger picture of trigonometry, explore the following resources:
- Wolfram MathWorld: Tangent Addition Formula – Provides the formula in both exact and analytic forms, along with references.
- Wikipedia: List of Trigonometric Identities – A comprehensive list that situates the tangent addition formula among many others.
- Khan Academy: Trig Equations & Identities – Interactive videos and practice exercises.
- AnalyzeMath: Trigonometric Identities – Another resource with proofs and examples.
Mastering this derivation is more than memorizing a formula—it’s about seeing how trigonometric identities are built from first principles. With practice, you will be able to recall and apply the tangent addition formula with confidence. The ability to derive it yourself also means you can reconstruct it if you ever forget the exact form, which is a valuable skill in exams or real-world problem solving.