Verify Identity Calculator: Prove Trig Identities Step by Step
About the Author

A Verify Identity Calculator checks whether two trigonometric expressions are equivalent by evaluating both sides at multiple angles and providing proof strategy hints. Whether you are working through a precalculus textbook or preparing for a calculus exam, proving trig identities is one of the most common — and most frustrating — algebra tasks. This trig identity verifier removes the guesswork by giving you instant numerical verification plus guidance on how to prove the identity algebraically.
What Is a Trigonometric Identity?
A trigonometric identity is an equation involving trig functions that holds true for all values of the variable where both sides are defined. Unlike a trig equation (which is true only at specific angles), an identity like sin²(x) + cos²(x) = 1 is universally true. The key distinction matters: when your textbook says “verify the identity,” it means you must show that the left and right sides are algebraically identical — not just find values of x that work.
There are over a hundred standard trig identities, but they all derive from a small set of fundamental relationships. The Pythagorean identities, quotient identities, reciprocal identities, and double angle formulas form the backbone of every proof. Mastering these six categories is the fastest way to handle any “prove the identity” problem. For a complete reference of all trig functions and their values at standard angles, see our sin cos tan calculator.
The 8 Fundamental Trig Identities You Must Know
Every trig identity proof ultimately reduces to these core relationships. Memorize them and you can verify any identity:
| Category | Identity | When to Use |
|---|---|---|
| Pythagorean | sin²x + cos²x = 1 | Whenever you see sin² or cos² terms |
| Pythagorean | 1 + tan²x = sec²x | Expressions with tan² or sec² |
| Pythagorean | 1 + cot²x = csc²x | Expressions with cot² or csc² |
| Quotient | tanx = sinx / cosx | Convert everything to sin and cos |
| Reciprocal | secx = 1/cosx | Eliminate sec, csc, cot from expression |
| Double Angle | sin(2x) = 2sinx cosx | Expand or contract 2x terms |
| Double Angle | cos(2x) = cos²x − sin²x | Three equivalent forms available |
| Power Reducing | sin²x = (1 − cos2x)/2 | Eliminate squared trig functions |
Notice that the three Pythagorean identities are really one identity rearranged. If you divide sin²x + cos²x = 1 by cos²x, you get the tan/sec version. Divide by sin²x, and you get the cot/csc version. Understanding this connection saves you from memorizing three separate formulas. Our trig identity calculator lets you explore all of these relationships interactively.
How to Verify a Trig Identity: 5-Step Strategy
The golden rule is: work on one side only. Pick the more complex side and transform it until it matches the other. Never move terms across the equals sign — that treats the identity like an equation, which assumes it's true before you've proved it.
- Convert everything to sin and cos. Replace tan, sec, csc, and cot using their definitions. This gives you a common “language” for both sides.
- Find a common denominator. If fractions appear, combine them into a single fraction. Many identities simplify dramatically once you add fractions together.
- Apply Pythagorean identities. Look for sin²x + cos²x (replace with 1), or 1 − sin²x (replace with cos²x), and so on.
- Factor where possible. Difference of squares (a² − b²) = (a+b)(a−b) is especially common in trig proofs involving sin² − cos² or sec² − 1.
- Simplify and cancel. After combining fractions and substituting identities, cancel common factors to reach the target expression.
Worked Examples: Proving Trig Identities
Example 1: Verify that tan²x + 1 = sec²x
Step 1: Start with the left side. Replace tanx with sinx/cosx:
tan²x + 1 = sin²x/cos²x + 1
Step 2: Combine over a common denominator (cos²x):
= (sin²x + cos²x) / cos²x
Step 3: Apply the Pythagorean identity sin²x + cos²x = 1:
= 1 / cos²x = sec²x ✓
Example 2: Verify that (1 − cos²x) / sin(x) = sin(x)
Step 1: Start with the left side. Replace 1 − cos²x using the Pythagorean identity:
(1 − cos²x) / sinx = sin²x / sinx
Step 2: Cancel one factor of sinx:
= sinx ✓
This proof took just two steps because recognizing 1 − cos²x = sin²x immediately simplified the numerator.
Example 3: Verify that sin(2x) / (1 + cos(2x)) = tan(x)
Step 1: Apply double angle formulas. sin(2x) = 2sinx cosx. For cos(2x), use the form 2cos²x − 1:
= 2sinx cosx / (1 + 2cos²x − 1)
Step 2: Simplify the denominator. 1 + 2cos²x − 1 = 2cos²x:
= 2sinx cosx / 2cos²x
Step 3: Cancel 2cosx from numerator and denominator:
= sinx / cosx = tanx ✓
The choice of which cos(2x) form to use (there are three!) is critical. Using 2cos²x − 1 worked here because the +1 cancels with the −1 in the denominator. For identities involving double angle formulas, always consider which form will create the most cancellation.
Numerical Verification vs. Algebraic Proof
This calculator uses numerical verification — it plugs in 12+ different angles and checks if both sides produce the same value. This is fast, reliable, and catches virtually all non-identities. However, numerical verification is technically not a mathematical proof. Here's the difference:
| Method | Strengths | Limitations |
|---|---|---|
| Numerical (this tool) | Instant results, works with any expression, catches typos immediately | Not a formal proof, tiny floating-point errors possible |
| Algebraic (by hand) | Mathematically rigorous, shows why the identity holds | Time-consuming, easy to make errors, some identities are notoriously hard |
The best workflow is to use this calculator to confirm your identity is correct before spending time on the algebraic proof. If the tool says “Not Verified,” you know you have a typo or the identity is wrong — saving you from trying to prove something that isn't true.
Common Mistakes When Proving Trig Identities
- Working on both sides simultaneously. Moving terms across the equals sign treats the identity as an equation, which is circular reasoning. Always transform one side to match the other.
- Forgetting domain restrictions. The identity tanx = sinx/cosx is only valid where cosx ≠ 0. When x = 90° or 270°, tangent is undefined. Our calculator flags these as “N/A” in the multi-angle table.
- Using the wrong double angle form. cos(2x) has three forms: cos²x − sin²x, 2cos²x − 1, and 1 − 2sin²x. Choosing the wrong one makes the proof 5× harder. Pick the form that cancels with existing terms.
- Not converting to sin/cos first. Trying to prove an identity while keeping sec, csc, or cot in the expression almost always leads to dead ends. Convert to sin and cos first, then simplify.
- Skipping factoring opportunities. Expressions like sin²x − cos²x = (sinx − cosx)(sinx + cosx) often collapse entire proofs into one step, but students miss this because they focus on identity substitution instead of algebra.
Half-Angle and Power-Reducing Identities
Beyond the basic Pythagorean and double angle formulas, half-angle and power-reducing identities are essential for calculus integration. Power-reducing formulas let you replace sin²x with (1 − cos2x)/2 and cos²x with (1 + cos2x)/2. These are critical when integrating even powers of trig functions.
Half-angle formulas derive directly from the power-reducing versions by substituting x/2 for x. For example, sin(x/2) = ±√((1 − cosx)/2). The ± depends on the quadrant of x/2. You can explore these formulas in detail with our half-angle calculator.
When to Use This Verify Identity Calculator
- Homework verification: Check your textbook identity before attempting the algebraic proof — confirms you copied the problem correctly and the identity is valid.
- Exam preparation: Practice with the identity library. Load a preset, verify it numerically, then try proving it algebraically on paper. The proof strategy hints guide you when stuck.
- Debugging proofs: If your algebraic proof leads to a dead end, use the calculator to check intermediate steps. Enter your current form on one side and the target on the other.
- Exploring identities: Modify known identities to discover new ones. Change coefficients, swap functions, and see which variations still hold true across all angles.



