Before the unit circle, we define trig ratios using right triangles (SOH-CAH-TOA) and memorize key values used in nearly every Calculus problem.
Core Theorem
1. Right Triangle (Acute Angles) ∗sinθ=HypotenuseOpposite ∗cosθ=HypotenuseAdjacent ∗tanθ=AdjacentOpposite ∗cotθ=OppositeAdjacent,secθ=AdjacentHypotenuse,cscθ=OppositeHypotenuse
2. Special Angle Values
Angle (rad)
sinθ
cosθ
tanθ
secθ
0
0
1
0
1
π/6 (30°)
1/2
√3/2
1/√3
2/√3
π/4 (45°)
√2/2
√2/2
1
√2
π/3 (60°)
√3/2
1/2
√3
2
π/2 (90°)
1
0
und.
und.
Step-by-Step SOP
1
Angle Conversion
Always convert degrees to radians first: rad=deg⋅180π.
Practice Exercises
Example 01Easy
A right triangle has a hypotenuse of 10 and an angle of π/6. Find the lengths of the other two sides.
NEED A HINT?
Use sin(π/6)=1/2 and cos(π/6)=3/2.
SHOW DETAILED EXPLANATION
Opposite Side
10⋅sin(π/6)=10⋅(1/2)=5.
Adjacent Side
10⋅cos(π/6)=10⋅(3/2)=53.
Common Pitfalls
⚠
The 'Undefined' TrapAt π/2 (90∘), cosθ=0. Since tanθ=sin/cos and secθ=1/cos, both are undefined (X) at this angle.
The Unit Circle & Radian Mastery
The foundation of all trig in Calculus. Coordinates on the unit circle are $(\cos \theta, \sin \theta)$.
Core Theorem
The ASTC Rule (All Students Take Calculus): In Quadrant I, All are positive; QII, Sine is positive; QIII, Tangent is positive; QIV, Cosine is positive.
Trigonometric Signs by Quadrant (ASTC)
Quadrant
sin θ
cos θ
tan θ
Positive Functions
I (0 to π/2)
+
+
+
All
II (π/2 to π)
+
-
-
Sin (csc)
III (π to 3π/2)
-
-
+
Tan (cot)
IV (3π/2 to 2π)
-
+
-
Cos(sec)
Step-by-Step SOP
1
Visualize the Circle
Always sketch a quick circle to confirm the +/- sign before writing an answer.
Practice Exercises
Example 01Easy
Evaluate sin(67π) and cos(67π).
NEED A HINT?
Identify the quadrant and the reference angle.
SHOW DETAILED EXPLANATION
Step 1: Locate the Quadrant
67π is slightly more than π (6π/6), so it is in Quadrant III.
Step 2: Apply ASTC
In QIII, both Sine and Cosine are negative.
Step 3: Reference Angle
The reference angle is π/6 (30circ). sin(π/6)=1/2 and cos(π/6)=3/2.
Step 4: Final Result
sin(7π/6)=−1/2 and cos(7π/6)=−3/2.
Example 02Easy
Find the value of tan(43π).
NEED A HINT?
tanθ=cosθsinθ.
SHOW DETAILED EXPLANATION
Step 1: Quadrant
3π/4 is in QII. Sine is (+), Cosine is (-).
Step 2: Values
At π/4, both magnitude are 2/2.
Step 3: Solve
tan(3π/4)=−2/22/2=−1.
Common Pitfalls
⚠
Degree TrapCalculus formulas like dxdsinx=cosx ONLY work in radians. If you use degrees, your answers will be off by a factor of π/180.
⚠
Mixing up Cos and SinRemember: Alphabetical order. (x, y) corresponds to (cos, sin). C comes before S.
Fundamental Identities
The most common identities used to simplify complex derivatives and integrals.
Whenever you see trig functions squared, look for a Pythagorean substitution.
Practice Exercises
Example 01Easy
Simplify the expression: f(x)=sinx1−cos2x.
NEED A HINT?
Use the Pythagorean identity to replace the numerator.
SHOW DETAILED EXPLANATION
Step 1: Substitute
Since sin2x+cos2x=1, we know 1−cos2x=sin2x.
Step 2: Reduce
sinxsin2x=sinx.
Example 02Easy
Simplify the expression: f(x)=tanx⋅cosx.
NEED A HINT?
Convert tanx into its sine and cosine components.
SHOW DETAILED EXPLANATION
Step 1: Rewrite Tangent
Using the quotient identity, tanx=cosxsinx.
Step 2: Simplify
cosxsinx⋅cosx=sinx.
Example 03Medium
Show that sec2x−tan2x=1.
NEED A HINT?
Start with the Pythagorean identity 1+tan2x=sec2x.
SHOW DETAILED EXPLANATION
Step 1: Rearrange Identity
From the theorem 1+tan2x=sec2x, subtract tan2x from both sides.
Step 2: Conclusion
1=sec2x−tan2x. This is a very useful identity for simplifying integrals involving secant and tangent.
Example 04Medium
Simplify g(x)=cotxcscx.
NEED A HINT?
Convert both terms to sinx and cosx.
SHOW DETAILED EXPLANATION
Step 1: Use Reciprocal and Quotient Identities
cscx=sinx1 and cotx=sinxcosx.
Step 2: Divide Fractions
sinx1÷sinxcosx=sinx1⋅cosxsinx=cosx1.
Step 3: Final Form
Using the reciprocal identity: cosx1=secx.
Common Pitfalls
⚠
The Square Notationsin2x means (sinx)2. It is NOT the same as sin(x2).
Graphs of Trig Functions
Understanding the 'shape' of functions is key for limits and continuity.
Core Theorem
Sine and Cosine are continuous everywhere and oscillate between -1 and 1. Tangent has vertical asymptotes at x=2π+nπ.
Step-by-Step SOP
1
Point-Check Method
If you forget the graph, plot values for 0,π/2,π to quickly reconstruct the shape.
Practice Exercises
Example 01Medium
Find the vertical asymptotes of y=tanx on the interval [0,2π].
NEED A HINT?
Tangent is undefined where the denominator (Cosine) is zero.
SHOW DETAILED EXPLANATION
Step 1: Set Denominator to Zero
tanx=cosxsinx. Find where cosx=0.
Step 2: Solve on Interval
On the unit circle, cosx=0 at x=π/2 and x=3π/2.
Common Pitfalls
⚠
Amplitude vs. PeriodDon't confuse vertical stretch with horizontal frequency. In sin(2x), the '2' makes it go twice as fast, shortening the period to π.
Addition, Double-Angle & Half-Angle Formulas
These formulas are the 'power tools' of Calculus, used to transform complex trig integrals into manageable forms.
Since sin2x+cos2x=1, we get cosx1, which is secx.
Example 02Hard
Solve 2+cos2x=3cosx for x∈[0,2π].
NEED A HINT?
Use the double-angle formula to create a quadratic equation in terms of cosx.
SHOW DETAILED EXPLANATION
Double-Angle Substitution
Replace cos2x with 2cos2x−1. The equation becomes 2+(2cos2x−1)=3cosx.
Rearrange to Quadratic
2cos2x−3cosx+1=0.
Factor
(2cosx−1)(cosx−1)=0. So cosx=1/2 or cosx=1.
Final Angles
x=π/3,5π/3 (from 1/2) and x=0,2π (from 1).
Common Pitfalls
⚠
The cos2x ChoiceThere are three versions of the cos2x formula. Always pick the one that matches the other trig terms in your equation to simplify things.
⚠
The $\cos(\alpha \pm \beta)$ SignWatch out! The cosine addition formula flips the sign: cos(A+B) uses a minus (−), and cos(A−B) uses a plus (+).
Law of Sines & Cosines
Used in 'Related Rates' problems where triangles are not necessarily right-angled.
Core Theorem
1. Law of Sines: sinAa=sinBb=sinCc. 2. Law of Cosines: c2=a2+b2−2abcosC. 3. Area: Area=21absinC.
Practice Exercises
Example 01Medium
A triangle has sides a=3,b=5 and angle C=60∘. Find the length of side c.
NEED A HINT?
Use the Law of Cosines.
SHOW DETAILED EXPLANATION
Formula
c2=32+52−2(3)(5)cos(60∘).
Calculation
c2=9+25−30(0.5)=34−15=19.
Result
c=19.
Reduction Formulas
How to shift any trig function back to the first quadrant using the 'Odd-Even' rule.
Core Theorem
1. If using nπ±θ (even multiples of π/2): The function remains the same. 2. If using (n+1/2)π±θ (odd multiples of π/2): The function changes to its co-function (sin ↔ cos, tan ↔ cot). 3. Sign Rule: The ± sign is determined by the quadrant of the original function.
Step-by-Step SOP
1
The 3-Step Process
1. Identify the multiple of π/2. 2. Determine if the function changes. 3. Use ASTC to find the sign of the original function in the target quadrant.
Practice Exercises
Example 01Medium
Simplify cos(2π+θ).
NEED A HINT?
Is π/2 an odd or even multiple? Which quadrant is it in?
SHOW DETAILED EXPLANATION
Function Change
Since π/2 is 1×2π (odd), Cosine changes to its co-function: Sine.
Quadrant Check
Assuming θ is small, 2π+θ is in Quadrant II. In QII, the *original* function (Cosine) is **negative**.
Final Answer
Combining both: cos(2π+θ)=−sinθ.
Example 02Easy
Simplify sin(π−θ).
NEED A HINT?
π is 2×2π.
SHOW DETAILED EXPLANATION
Step 1: Function Type
π is an even multiple of π/2, so Sine stays as Sine.
Step 2: Quadrant
π−θ is in Quadrant II. In QII, Sine is **positive**.
Step 3: Result
sin(π−θ)=sinθ.
Inverse Trig Functions (Arcsine/Arccos/Arctan)
To make trig functions invertible, we restrict their domains. Inverse trig functions return the angle $\theta$ for a given value $x$.
Core Theorem
1. Domain and Range (Principal Values): - sin−1x:[−1,1]→[−2π,2π] - cos−1x:[−1,1]→[0,π] - tan−1x:(−∞,∞)→(−2π,2π) - sec−1x:(−∞,−1]∪[1,∞)→[0,2π)∪[π,23π) 2. Cancellation Identities - sin(sin−1x)=x for x∈[−1,1] - sin−1(sinx)=x ONLY if x∈[−2π,2π] 3. Negative Arguments: - sin−1(−x)=−sin−1x - cos−1(−x)=π−cos−1x
Step-by-Step SOP
1
The Triangle Method
For composite functions like sin(cos−1x), always draw a right triangle to find the missing side lengths.
Practice Exercises
Example 01Medium
Evaluate the following expressions: (1) sin−1(23) (2) cos−1(−21) (3) tan(sin−131)
NEED A HINT?
For (1) and (2), find the angle in the restricted range. For (3), draw a reference right triangle.
SHOW DETAILED EXPLANATION
Part 1: Arcsine Evaluation
For sin−1(23), we need θ∈[−2π,2π] such that sinθ=23. Since sin(3π)=23 and 3π is in the valid range, sin−1(23)=3π.
Part 2: Arccos Evaluation
For cos−1(−21), we need θ∈[0,π] such that cosθ=−21. We know cos(3π)=21. In Quadrant II (where cos is negative), the angle is π−3π=32π. Since 32π is in [0,π], cos−1(−21)=32π.
Part 3: Composite Function (Triangle Method)
Let θ=sin−1(31), so sinθ=31. Draw a right triangle with Opposite side =1 and Hypotenuse =3. Adjacent side =32−12=8=22. Therefore, tan(sin−131)=tanθ=adjopp=221 or 42.
Example 02Medium
Evaluate sec(2tan−131).
NEED A HINT?
Let θ=tan−131. Use the double-angle formula cos2θ=1+tan2θ1−tan2θ or find sinθ,cosθ via a triangle.
SHOW DETAILED EXPLANATION
Step 1: Set up the Angle
Let θ=tan−131, which means tanθ=31. We need to find sec(2θ), which is equivalent to cos2θ1.
Step 2: Triangle Calculation
Draw a right triangle with Opposite =1 and Adjacent =3. Hypotenuse =12+32=10. Thus, sinθ=101 and cosθ=103.
Step 3: Apply Double-Angle Formula
Using cos2θ=cos2θ−sin2θ: cos2θ=(103)2−(101)2=109−101=108=54.
Step 4: Final Evaluation
Since sec2θ=cos2θ1, we have: sec(2tan−131)=4/51=45.
Example 03Hard
Find the domain of f(x)=(sin−1(x−1))−1.
NEED A HINT?
Analyze the inner term 1/x for Arcsine's domain, then ensure the final denominator is not zero.
SHOW DETAILED EXPLANATION
Step 1: Arcsine Input Restriction
For sin−1(x1) to be defined, its input must satisfy: −1≤x1≤1.
Step 2: Solve the Inequality
The inequality ∣x1∣≤1 is equivalent to ∣x∣≥1 (provided x=0). This gives x∈(−∞,−1]∪[1,∞).
Step 3: Non-zero Denominator
The entire expression is a fraction 1/sin−1(x1), so the denominator cannot be zero: sin−1(x1)=0⟹x1=sin(0)=0. Since x1 can never be 0 for any real x, this condition is always satisfied within the existing domain.
Final Answer
Combining all conditions, the domain is (−∞,−1]∪[1,∞).
Example 04Hard
Compare f(x)=sin(sin−1x) and g(x)=sin−1(sinx).
NEED A HINT?
Focus on the domain of the INNER function first.
SHOW DETAILED EXPLANATION
Analyze f(x)
For f(x)=sin(sin−1x), the inner function sin−1x is only defined for x∈[−1,1]. Within this domain, they cancel out perfectly: f(x)=x.
Analyze g(x)
For g(x)=sin−1(sinx), the inner function sinx is defined for all x∈R. However, the outer function sin−1 always outputs values in [−2π,2π]. Thus, g(x)=x ONLY when x∈[−2π,2π]; for other x, it creates a 'sawtooth' pattern.
Graph Comparison
f(x) is a finite line segment from (−1,−1) to (1,1). g(x) is a continuous periodic zigzag wave.
Common Pitfalls
⚠
Notation Confusion(sinx)−1 means sinx1 (Cosecant), whereas sin−1x is the inverse function (Arcsine). They are completely different!
⚠
Domain ErrorInputting x=2 into sin−1(x) will result in an error because the domain is restricted to [−1,1].