TRIGONOMETRYTrigonometryMathematics Calculator
Σ→Π

Sum to Product Identities

Convert sin(A)+sin(B), sin(A)-sin(B), cos(A)+cos(B), cos(A)-cos(B) to products. Uses half-sum (A+B)/2 and half-difference (A-B)/2. Inverse of product-to-sum.

Concept Fundamentals
2sin((A+B)/2)cos((A-B)/2)
sin+sin
2cos((A+B)/2)cos((A-B)/2)
cos+cos
(A+B)/2
Half-sum
(A-B)/2
Half-diff

Did our AI summary help? Let us know.

sin(A)+sin(B)=2sin((A+B)/2)cos((A-B)/2) — sum of sines becomes product of sine and cosine. cos(A)-cos(B)=-2sin((A+B)/2)sin((A-B)/2) — the minus sign is important. Sum-to-product is the inverse of product-to-sum — they reverse each other.

Key quantities
2sin((A+B)/2)cos((A-B)/2)
sin+sin
Key relation
2cos((A+B)/2)cos((A-B)/2)
cos+cos
Key relation
(A+B)/2
Half-sum
Key relation
(A-B)/2
Half-diff
Key relation

Ready to run the numbers?

Why: Sum-to-product simplifies expressions like sin(50°)+sin(10°). Used in signal processing, solving equations, and when products are easier to integrate.

How: sin(A)+sin(B)=2sin((A+B)/2)cos((A-B)/2). The key is the half-sum and half-difference angles. For cos(A)-cos(B), note the minus sign before 2sin.

sin(A)+sin(B)=2sin((A+B)/2)cos((A-B)/2) — sum of sines becomes product of sine and cosine.cos(A)-cos(B)=-2sin((A+B)/2)sin((A-B)/2) — the minus sign is important.

Run the calculator when you are ready.

Start CalculatingEnter angles A and B to convert sums to products

Examples — Click to Load

sum-to-product.sh
CALCULATED
$ convert --identity sinplussin --angles 30,45
Original
1.20710678
Product
1.20710678
(α+β)/2
37.5°
(α-β)/2
-7.5°
sin((α+β)/2)
0.60876143
cos((α-β)/2)
0.99144486
cos((α+β)/2)
0.79335334
Verified
Share:
Sum to Product Result
sin(α) + sin(β)
1.20710678
(α+β)/2 = 37.5°(α-β)/2 = -7.5°Verified ✓
numbervibe.com/calculators/mathematics/trigonometry/sum-to-product-calculator

Value Breakdown

Original vs Product

Value Split

Calculation Breakdown

INPUT
Input Angles
α = 30°, β = 45°
FORMULA
Identity Type
sin(α) + sin(β)
sin(α) + sin(β) = 2sin((α+β)/2)cos((α-β)/2)
INTERMEDIATE
Half-Sum (α+β)/2
37.5°
(30 + 45) / 2
Half-Diff (α-β)/2
-7.5°
(30 - 45) / 2
PRIMARY RESULT
PRODUCT RESULT
1.20710678
2sin((α+β)/2)cos((α-β)/2)
VERIFICATION
Original Sum/Diff
1.20710678
ext{Direct} ext{computation}
Match
✓ Verified

For educational and informational purposes only. Verify with a qualified professional.

🧮 Fascinating Math Facts

Σ→Π

Sum-to-product converts sums and differences of trig functions to products.

— Wolfram MathWorld

↔️

Sum-to-product and product-to-sum are inverse operations.

— Khan Academy

Key Takeaways

  • sin(A)+sin(B) = 2sin((A+B)/2)cos((A-B)/2) — converts a sum of sines into a product
  • cos(A)+cos(B) = 2cos((A+B)/2)cos((A-B)/2) — converts a sum of cosines into a product
  • • Sum-to-product is the reverse of product-to-sum; both are used in simplifying trig expressions
  • • The half-sum (A+B)/2 and half-difference (A-B)/2 are the key intermediate angles
  • • Essential for calculus integration, Fourier analysis, and wave interference problems

Did You Know?

🔄Sum-to-product and product-to-sum are inverse operations — one converts sums to products, the other products to sumsSource: Wolfram MathWorld
📡Engineers use these identities to analyze beat frequencies when two sound waves interfereSource: MIT OpenCourseWare
Integrating sin(3x)cos(2x) requires product-to-sum; simplifying sin(50°)+sin(10°) uses sum-to-productSource: Paul's Online Notes
🎵Fourier series decomposition relies on sum-to-product to express sums of harmonics as productsSource: Khan Academy
📐The formulas derive from the sum and difference angle identities by adding or subtracting themSource: NIST DLMF
🌊Wave superposition in physics often produces expressions like sin(A)+sin(B) that simplify via these identitiesSource: Physics textbooks

How Sum-to-Product Works

Start from the sum and difference identities: sin(A±B) = sinAcosB ± cosAsinB. Add sin(A+B) and sin(A-B) to get 2sinAcosB, then substitute A=(α+β)/2 and B=(α-β)/2 to derive sin(α)+sin(β) = 2sin((α+β)/2)cos((α-β)/2).

The Four Formulas

sin(α)±sin(β) and cos(α)±cos(β) each have one sum and one difference formula. The cosine difference formula has a negative sign: cos(α)-cos(β) = -2sin((α+β)/2)sin((α-β)/2).

Simplifying Sums

When you have sin(30°)+sin(45°), compute (30+45)/2=37.5° and (30-45)/2=-7.5°, then apply: 2sin(37.5°)cos(-7.5°). The result equals the original sum but is often easier to integrate or analyze.

Relation to Product-to-Sum

Product-to-sum converts 2sinAcosB into sin(A+B)+sin(A-B). Sum-to-product does the reverse: it takes sin(A)+sin(B) and rewrites it as a product. Use the Product to Sum Calculator for the inverse operation.

Expert Tips

Memorize the Pattern

sin+sin and cos+cos use cos for the half-diff; sin-sin and cos-cos use sin. Cosine difference has the minus sign. Try the Double Angle Calculator for related identities.

Integration Shortcut

∫sin(mx)sin(nx)dx is easier after product-to-sum. ∫[sin(mx)+sin(nx)]dx is easier after sum-to-product — you get a product of simpler terms.

Degrees vs Radians

Formulas work in both units. (α+β)/2 and (α-β)/2 inherit the same unit as α and β. In calculus, radians are standard.

Check Your Work

Always verify: compute the original sum/difference and the product form — they must match. Use the Trig Identities Calculator to explore more.

Why Use This Calculator vs. Other Tools?

FeatureThis CalculatorManual DerivationScientific Calc
All 4 identity types✅ Slow
Step-by-step breakdown⚠️ Manual
Half-sum & half-diff shown
Visual charts
Verification check⚠️ Manual
Degrees and radians
Copy & share results
Preset examples

Frequently Asked Questions

What is sum-to-product?

Sum-to-product identities convert sums or differences of trig functions (e.g. sin(A)+sin(B)) into products (e.g. 2sin((A+B)/2)cos((A-B)/2)). They simplify expressions and are essential for calculus integration.

Why does cos(α)-cos(β) have a minus sign?

When you subtract the cosine sum and difference formulas, the result is -2sin((α+β)/2)sin((α-β)/2). The negative comes from the algebra of the derivation.

When do I use sum-to-product vs product-to-sum?

Use sum-to-product when you have sin(A)+sin(B) or cos(A)+cos(B) and want a product form. Use product-to-sum when you have 2sinAcosB and want a sum. They are inverse operations.

Can I use these with radians?

Yes. The formulas work identically in degrees or radians. (A+B)/2 and (A-B)/2 use the same unit as A and B.

Where are these used in real life?

Signal processing (Fourier analysis, beat frequencies), physics (wave interference), electrical engineering (AC circuits), and calculus (integrating trig products).

How do I derive sin(A)+sin(B)?

Start with sin(A+B)=sinAcosB+cosAsinB and sin(A-B)=sinAcosB-cosAsinB. Add them: sin(A+B)+sin(A-B)=2sinAcosB. Substitute A=(α+β)/2, B=(α-β)/2 to get sin(α)+sin(β)=2sin((α+β)/2)cos((α-β)/2).

What if my angles are negative?

The formulas still hold. For example, sin(-30°)+sin(45°) works: (α+β)/2=7.5°, (α-β)/2=-37.5°, and 2sin(7.5°)cos(-37.5°) equals the original sum.

Is sum-to-product the same as factoring?

Conceptually yes — you factor a sum into a product. But the factors involve different angles (half-sum and half-difference), not the original angles.

Sum-to-Product by the Numbers

4
Identity Types
2
Key Angles
Integration Uses
2
Inverse Ops

Disclaimer: Results use IEEE 754 floating-point arithmetic. Small rounding differences may occur. For exact symbolic work, use computer algebra systems. Not a substitute for professional mathematical verification.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators