-3

Day -3

Prep Trigonometry Essentials


Right Triangle Definitions & Special Angles

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θ=OppositeHypotenuse* \sin \theta = \frac{Opposite}{Hypotenuse}
cosθ=AdjacentHypotenuse*\cos \theta = \frac{Adjacent}{Hypotenuse}
tanθ=OppositeAdjacent*\tan \theta = \frac{Opposite}{Adjacent}
cotθ=AdjacentOpposite,secθ=HypotenuseAdjacent,cscθ=HypotenuseOpposite*\cot \theta = \frac{Adjacent}{Opposite}, \sec \theta = \frac{Hypotenuse}{Adjacent}, \csc \theta = \frac{Hypotenuse}{Opposite}

2. Special Angle Values

Angle (rad)sinθcosθtanθsecθ
00101
π/6 (30°)1/2√3/21/√32/√3
π/4 (45°)√2/2√2/21√2
π/3 (60°)√3/21/2√32
π/2 (90°)10und.und.
Step-by-Step SOP
  1. 1

    Angle Conversion

    Always convert degrees to radians first: rad=degπ180\text{rad} = \text{deg} \cdot \frac{\pi}{180}.

Practice Exercises


Example 01Easy
A right triangle has a hypotenuse of 10 and an angle of π/6\pi/6. Find the lengths of the other two sides.
NEED A HINT?
Use sin(π/6)=1/2\sin(\pi/6) = 1/2 and cos(π/6)=3/2\cos(\pi/6) = \sqrt{3}/2.
SHOW DETAILED EXPLANATION

Opposite Side

10sin(π/6)=10(1/2)=510 \cdot \sin(\pi/6) = 10 \cdot (1/2) = 5.

Adjacent Side

10cos(π/6)=10(3/2)=5310 \cdot \cos(\pi/6) = 10 \cdot (\sqrt{3}/2) = 5\sqrt{3}.
Common Pitfalls
  • The 'Undefined' TrapAt π/2\pi/2 (9090^\circ), cosθ=0\cos\theta = 0. Since tanθ=sin/cos\tan\theta = \sin/\cos and secθ=1/cos\sec\theta = 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)

Quadrantsin θ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. 1

    Visualize the Circle

    Always sketch a quick circle to confirm the +/- sign before writing an answer.

Practice Exercises


Example 01Easy
Evaluate sin(7π6)\sin(\frac{7\pi}{6}) and cos(7π6)\cos(\frac{7\pi}{6}).
NEED A HINT?
Identify the quadrant and the reference angle.
SHOW DETAILED EXPLANATION

Step 1: Locate the Quadrant

7π6\frac{7\pi}{6} is slightly more than π\pi (6π/66\pi/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\pi/6 (30circ30^circ). sin(π/6)=1/2\sin(\pi/6) = 1/2 and cos(π/6)=3/2\cos(\pi/6) = \sqrt{3}/2.

Step 4: Final Result

sin(7π/6)=1/2\sin(7\pi/6) = -1/2 and cos(7π/6)=3/2\cos(7\pi/6) = -\sqrt{3}/2.
Example 02Easy
Find the value of tan(3π4)\tan(\frac{3\pi}{4}).
NEED A HINT?
tanθ=sinθcosθ\tan \theta = \frac{\sin \theta}{\cos \theta}.
SHOW DETAILED EXPLANATION

Step 1: Quadrant

3π/43\pi/4 is in QII. Sine is (+), Cosine is (-).

Step 2: Values

At π/4\pi/4, both magnitude are 2/2\sqrt{2}/2.

Step 3: Solve

tan(3π/4)=2/22/2=1\tan(3\pi/4) = \frac{\sqrt{2}/2}{-\sqrt{2}/2} = -1.
Common Pitfalls
  • Degree TrapCalculus formulas like ddxsinx=cosx\frac{d}{dx}\sin x = \cos x ONLY work in radians. If you use degrees, your answers will be off by a factor of π/180\pi/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.

Core Theorem
1. Reciprocal Identities:
-
cscx=1sinx,secx=1cosx,cotx=1tanx\csc x = \frac{1}{\sin x}, \quad \sec x = \frac{1}{\cos x}, \quad \cot x = \frac{1}{\tan x}

2. Pythagorean Identities:
-
sin2x+cos2x=1\sin^2 x + \cos^2 x = 1
-
1+tan2x=sec2x1 + \tan^2 x = \sec^2 x
-
1+cot2x=csc2x1 + \cot^2 x = \csc^2 x
Step-by-Step SOP
  1. 1

    Look for Squares

    Whenever you see trig functions squared, look for a Pythagorean substitution.

Practice Exercises


Example 01Easy
Simplify the expression: f(x)=1cos2xsinxf(x) = \frac{1 - \cos^2 x}{\sin x}.
NEED A HINT?
Use the Pythagorean identity to replace the numerator.
SHOW DETAILED EXPLANATION

Step 1: Substitute

Since sin2x+cos2x=1\sin^2 x + \cos^2 x = 1, we know 1cos2x=sin2x1 - \cos^2 x = \sin^2 x.

Step 2: Reduce

sin2xsinx=sinx\frac{\sin^2 x}{\sin x} = \sin x.
Example 02Easy
Simplify the expression: f(x)=tanxcosxf(x) = \tan x \cdot \cos x.
NEED A HINT?
Convert tanx\tan x into its sine and cosine components.
SHOW DETAILED EXPLANATION

Step 1: Rewrite Tangent

Using the quotient identity, tanx=sinxcosx\tan x = \frac{\sin x}{\cos x}.

Step 2: Simplify

sinxcosxcosx=sinx\frac{\sin x}{\cos x} \cdot \cos x = \sin x.
Example 03Medium
Show that sec2xtan2x=1\sec^2 x - \tan^2 x = 1.
NEED A HINT?
Start with the Pythagorean identity 1+tan2x=sec2x1 + \tan^2 x = \sec^2 x.
SHOW DETAILED EXPLANATION

Step 1: Rearrange Identity

From the theorem 1+tan2x=sec2x1 + \tan^2 x = \sec^2 x, subtract tan2x\tan^2 x from both sides.

Step 2: Conclusion

1=sec2xtan2x1 = \sec^2 x - \tan^2 x. This is a very useful identity for simplifying integrals involving secant and tangent.
Example 04Medium
Simplify g(x)=cscxcotxg(x) = \frac{\csc x}{\cot x}.
NEED A HINT?
Convert both terms to sinx\sin x and cosx\cos x.
SHOW DETAILED EXPLANATION

Step 1: Use Reciprocal and Quotient Identities

cscx=1sinx\csc x = \frac{1}{\sin x} and cotx=cosxsinx\cot x = \frac{\cos x}{\sin x}.

Step 2: Divide Fractions

1sinx÷cosxsinx=1sinxsinxcosx=1cosx\frac{1}{\sin x} \div \frac{\cos x}{\sin x} = \frac{1}{\sin x} \cdot \frac{\sin x}{\cos x} = \frac{1}{\cos x}.

Step 3: Final Form

Using the reciprocal identity: 1cosx=secx\frac{1}{\cos x} = \sec x.
Common Pitfalls
  • The Square Notationsin2x\sin^2 x means (sinx)2(\sin x)^2. It is NOT the same as sin(x2)\sin(x^2).

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πx = \frac{\pi}{2} + n\pi.
Step-by-Step SOP
  1. 1

    Point-Check Method

    If you forget the graph, plot values for 0,π/2,π0, \pi/2, \pi to quickly reconstruct the shape.

Practice Exercises


Example 01Medium
Find the vertical asymptotes of y=tanxy = \tan x on the interval [0,2π][0, 2\pi].
NEED A HINT?
Tangent is undefined where the denominator (Cosine) is zero.
SHOW DETAILED EXPLANATION

Step 1: Set Denominator to Zero

tanx=sinxcosx\tan x = \frac{\sin x}{\cos x}. Find where cosx=0\cos x = 0.

Step 2: Solve on Interval

On the unit circle, cosx=0\cos x = 0 at x=π/2x = \pi/2 and x=3π/2x = 3\pi/2.
Common Pitfalls
  • Amplitude vs. PeriodDon't confuse vertical stretch with horizontal frequency. In sin(2x)\sin(2x), the '2' makes it go twice as fast, shortening the period to π\pi.

Addition, Double-Angle & Half-Angle Formulas

These formulas are the 'power tools' of Calculus, used to transform complex trig integrals into manageable forms.

Core Theorem
1. Addition/Subtraction:
-
sin(α±β)=sinαcosβ±cosαsinβ\sin(\alpha \pm \beta) = \sin\alpha\cos\beta \pm \cos\alpha\sin\beta
-
cos(α±β)=cosαcosβsinαsinβ\cos(\alpha \pm \beta) = \cos\alpha\cos\beta \mp \sin\alpha\sin\beta

2. Double-Angle:
-
sin2α=2sinαcosα\sin 2\alpha = 2\sin\alpha\cos\alpha
-
cos2α=cos2αsin2α=2cos2α1=12sin2α\cos 2\alpha = \cos^2\alpha - \sin^2\alpha = 2\cos^2\alpha - 1 = 1 - 2\sin^2\alpha

3. Half-Angle (Power Reduction):
-
sin2α2=1cosα2\sin^2 \frac{\alpha}{2} = \frac{1-\cos\alpha}{2}
-
cos2α2=1+cosα2\cos^2 \frac{\alpha}{2} = \frac{1+\cos\alpha}{2}

Practice Exercises


Example 01Medium
Prove that tanxsinx+cosx=secx\tan x \sin x + \cos x = \sec x.
NEED A HINT?
Convert everything to sine and cosine first.
SHOW DETAILED EXPLANATION

Substitution

sinxcosxsinx+cosx=sin2xcosx+cosx\frac{\sin x}{\cos x} \cdot \sin x + \cos x = \frac{\sin^2 x}{\cos x} + \cos x.

Common Denominator

sin2x+cos2xcosx\frac{\sin^2 x + \cos^2 x}{\cos x}.

Pythagorean Identity

Since sin2x+cos2x=1\sin^2 x + \cos^2 x = 1, we get 1cosx\frac{1}{\cos x}, which is secx\sec x.
Example 02Hard
Solve 2+cos2x=3cosx2 + \cos 2x = 3 \cos x for x[0,2π]x \in [0, 2\pi].
NEED A HINT?
Use the double-angle formula to create a quadratic equation in terms of cosx\cos x.
SHOW DETAILED EXPLANATION

Double-Angle Substitution

Replace cos2x\cos 2x with 2cos2x12\cos^2 x - 1. The equation becomes 2+(2cos2x1)=3cosx2 + (2\cos^2 x - 1) = 3 \cos x.

Rearrange to Quadratic

2cos2x3cosx+1=02\cos^2 x - 3\cos x + 1 = 0.

Factor

(2cosx1)(cosx1)=0(2\cos x - 1)(\cos x - 1) = 0. So cosx=1/2\cos x = 1/2 or cosx=1\cos x = 1.

Final Angles

x=π/3,5π/3x = \pi/3, 5\pi/3 (from 1/21/2) and x=0,2πx = 0, 2\pi (from 11).
Common Pitfalls
  • The cos2x ChoiceThere are three versions of the cos2x\cos 2x 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)\cos(A+B) uses a minus (-), and cos(AB)\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: asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}.
2. Law of Cosines:
c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab \cos C.
3. Area:
Area=12absinC\text{Area} = \frac{1}{2}ab \sin C.

Practice Exercises


Example 01Medium
A triangle has sides a=3,b=5a=3, b=5 and angle C=60C=60^\circ. Find the length of side cc.
NEED A HINT?
Use the Law of Cosines.
SHOW DETAILED EXPLANATION

Formula

c2=32+522(3)(5)cos(60)c^2 = 3^2 + 5^2 - 2(3)(5)\cos(60^\circ).

Calculation

c2=9+2530(0.5)=3415=19c^2 = 9 + 25 - 30(0.5) = 34 - 15 = 19.

Result

c=19c = \sqrt{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π±θn\pi \pm \theta (even multiples of π/2\pi/2): The function remains the same.
2. If using
(n+1/2)π±θ(n + 1/2)\pi \pm \theta (odd multiples of π/2\pi/2): The function changes to its co-function (sin \leftrightarrow cos, tan \leftrightarrow cot).
3. Sign Rule: The
±\pm sign is determined by the quadrant of the original function.
Step-by-Step SOP
  1. 1

    The 3-Step Process

    1. Identify the multiple of π/2\pi/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+θ)\cos(\frac{\pi}{2} + \theta).
NEED A HINT?
Is π/2\pi/2 an odd or even multiple? Which quadrant is it in?
SHOW DETAILED EXPLANATION

Function Change

Since π/2\pi/2 is 1×π21 \times \frac{\pi}{2} (odd), Cosine changes to its co-function: Sine.

Quadrant Check

Assuming θ\theta is small, π2+θ\frac{\pi}{2} + \theta is in Quadrant II. In QII, the *original* function (Cosine) is **negative**.

Final Answer

Combining both: cos(π2+θ)=sinθ\cos(\frac{\pi}{2} + \theta) = -\sin \theta.
Example 02Easy
Simplify sin(πθ)\sin(\pi - \theta).
NEED A HINT?
π\pi is 2×π22 \times \frac{\pi}{2}.
SHOW DETAILED EXPLANATION

Step 1: Function Type

π\pi is an even multiple of π/2\pi/2, so Sine stays as Sine.

Step 2: Quadrant

πθ\pi - \theta is in Quadrant II. In QII, Sine is **positive**.

Step 3: Result

sin(πθ)=sinθ\sin(\pi - \theta) = \sin \theta.

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):
-
sin1x:[1,1][π2,π2]\sin^{-1} x: [-1, 1] \to [-\frac{\pi}{2}, \frac{\pi}{2}]
-
cos1x:[1,1][0,π]\cos^{-1} x: [-1, 1] \to [0, \pi]
-
tan1x:(,)(π2,π2)\tan^{-1} x: (-\infty, \infty) \to (-\frac{\pi}{2}, \frac{\pi}{2})
-
sec1x:(,1][1,)[0,π2)[π,3π2)\sec^{-1} x: (-\infty, -1] \cup [1, \infty) \to [0, \frac{\pi}{2}) \cup [\pi, \frac{3\pi}{2})

2. Cancellation Identities
-
sin(sin1x)=x\sin(\sin^{-1} x) = x for x[1,1]x \in [-1, 1]
-
sin1(sinx)=x\sin^{-1}(\sin x) = x ONLY if x[π2,π2]x \in [-\frac{\pi}{2}, \frac{\pi}{2}]

3. Negative Arguments:
-
sin1(x)=sin1x\sin^{-1}(-x) = -\sin^{-1} x
-
cos1(x)=πcos1x\cos^{-1}(-x) = \pi - \cos^{-1} x
Step-by-Step SOP
  1. 1

    The Triangle Method

    For composite functions like sin(cos1x)\sin(\cos^{-1} x), always draw a right triangle to find the missing side lengths.

Practice Exercises


Example 01Medium
Evaluate the following expressions:
(1)
sin1(32)\sin^{-1}(\frac{\sqrt{3}}{2}) (2) cos1(12)\cos^{-1}(-\frac{1}{2}) (3) tan(sin113)\tan(\sin^{-1} \frac{1}{3})
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 sin1(32)\sin^{-1}(\frac{\sqrt{3}}{2}), we need θ[π2,π2]\theta \in [-\frac{\pi}{2}, \frac{\pi}{2}] such that sinθ=32\sin \theta = \frac{\sqrt{3}}{2}.
Since
sin(π3)=32\sin(\frac{\pi}{3}) = \frac{\sqrt{3}}{2} and π3\frac{\pi}{3} is in the valid range, sin1(32)=π3\sin^{-1}(\frac{\sqrt{3}}{2}) = \frac{\pi}{3}.

Part 2: Arccos Evaluation

For cos1(12)\cos^{-1}(-\frac{1}{2}), we need θ[0,π]\theta \in [0, \pi] such that cosθ=12\cos \theta = -\frac{1}{2}.
We know
cos(π3)=12\cos(\frac{\pi}{3}) = \frac{1}{2}. In Quadrant II (where cos\cos is negative), the angle is ππ3=2π3\pi - \frac{\pi}{3} = \frac{2\pi}{3}.
Since
2π3\frac{2\pi}{3} is in [0,π][0, \pi], cos1(12)=2π3\cos^{-1}(-\frac{1}{2}) = \frac{2\pi}{3}.

Part 3: Composite Function (Triangle Method)

Let θ=sin1(13)\theta = \sin^{-1}(\frac{1}{3}), so sinθ=13\sin \theta = \frac{1}{3}.
Draw a right triangle with Opposite side
=1= 1 and Hypotenuse =3= 3.
Adjacent side
=3212=8=22= \sqrt{3^2 - 1^2} = \sqrt{8} = 2\sqrt{2}.
Therefore,
tan(sin113)=tanθ=oppadj=122\tan(\sin^{-1} \frac{1}{3}) = \tan \theta = \frac{\text{opp}}{\text{adj}} = \frac{1}{2\sqrt{2}} or 24\frac{\sqrt{2}}{4}.
Example 02Medium
Evaluate sec(2tan113)\sec(2\tan^{-1}\frac{1}{3}).
NEED A HINT?
Let θ=tan113\theta = \tan^{-1}\frac{1}{3}. Use the double-angle formula cos2θ=1tan2θ1+tan2θ\cos 2\theta = \frac{1-\tan^2\theta}{1+\tan^2\theta} or find sinθ,cosθ\sin\theta, \cos\theta via a triangle.
SHOW DETAILED EXPLANATION

Step 1: Set up the Angle

Let θ=tan113\theta = \tan^{-1}\frac{1}{3}, which means tanθ=13\tan \theta = \frac{1}{3}. We need to find sec(2θ)\sec(2\theta), which is equivalent to 1cos2θ\frac{1}{\cos 2\theta}.

Step 2: Triangle Calculation

Draw a right triangle with Opposite =1= 1 and Adjacent =3= 3.
Hypotenuse
=12+32=10= \sqrt{1^2 + 3^2} = \sqrt{10}.
Thus,
sinθ=110\sin \theta = \frac{1}{\sqrt{10}} and cosθ=310\cos \theta = \frac{3}{\sqrt{10}}.

Step 3: Apply Double-Angle Formula

Using cos2θ=cos2θsin2θ\cos 2\theta = \cos^2 \theta - \sin^2 \theta:
cos2θ=(310)2(110)2=910110=810=45\cos 2\theta = (\frac{3}{\sqrt{10}})^2 - (\frac{1}{\sqrt{10}})^2 = \frac{9}{10} - \frac{1}{10} = \frac{8}{10} = \frac{4}{5}.

Step 4: Final Evaluation

Since sec2θ=1cos2θ\sec 2\theta = \frac{1}{\cos 2\theta}, we have:
sec(2tan113)=14/5=54\sec(2\tan^{-1}\frac{1}{3}) = \frac{1}{4/5} = \frac{5}{4}.
Example 03Hard
Find the domain of f(x)=(sin1(x1))1f(x) = (\sin^{-1}(x^{-1}))^{-1}.
NEED A HINT?
Analyze the inner term 1/x1/x for Arcsine's domain, then ensure the final denominator is not zero.
SHOW DETAILED EXPLANATION

Step 1: Arcsine Input Restriction

For sin1(1x)\sin^{-1}(\frac{1}{x}) to be defined, its input must satisfy:
11x1-1 \le \frac{1}{x} \le 1.

Step 2: Solve the Inequality

The inequality 1x1|\frac{1}{x}| \le 1 is equivalent to x1|x| \ge 1 (provided x0x \neq 0).
This gives
x(,1][1,)x \in (-\infty, -1] \cup [1, \infty).

Step 3: Non-zero Denominator

The entire expression is a fraction 1/sin1(1x)1/\sin^{-1}(\frac{1}{x}), so the denominator cannot be zero:
sin1(1x)0    1xsin(0)=0\sin^{-1}(\frac{1}{x}) \neq 0 \implies \frac{1}{x} \neq \sin(0) = 0.
Since
1x\frac{1}{x} can never be 00 for any real xx, this condition is always satisfied within the existing domain.

Final Answer

Combining all conditions, the domain is (,1][1,)(-\infty, -1] \cup [1, \infty).
Example 04Hard
Compare f(x)=sin(sin1x)f(x) = \sin(\sin^{-1} x) and g(x)=sin1(sinx)g(x) = \sin^{-1}(\sin x).
NEED A HINT?
Focus on the domain of the INNER function first.
SHOW DETAILED EXPLANATION

Analyze f(x)

For f(x)=sin(sin1x)f(x) = \sin(\sin^{-1} x), the inner function sin1x\sin^{-1} x is only defined for x[1,1]x \in [-1, 1]. Within this domain, they cancel out perfectly: f(x)=xf(x) = x.

Analyze g(x)

For g(x)=sin1(sinx)g(x) = \sin^{-1}(\sin x), the inner function sinx\sin x is defined for all xRx \in \mathbb{R}. However, the outer function sin1\sin^{-1} always outputs values in [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}].
Thus,
g(x)=xg(x) = x ONLY when x[π2,π2]x \in [-\frac{\pi}{2}, \frac{\pi}{2}]; for other xx, it creates a 'sawtooth' pattern.

Graph Comparison

f(x)f(x) is a finite line segment from (1,1)(-1, -1) to (1,1)(1, 1). g(x)g(x) is a continuous periodic zigzag wave.
Common Pitfalls
  • Notation Confusion(sinx)1(\sin x)^{-1} means 1sinx\frac{1}{\sin x} (Cosecant), whereas sin1x\sin^{-1} x is the inverse function (Arcsine). They are completely different!
  • Domain ErrorInputting x=2x = 2 into sin1(x)\sin^{-1}(x) will result in an error because the domain is restricted to [1,1][-1, 1].