Math graphic
📐 Concept diagram

02-08 - Trigonometric Functions

Phase: 2 | Subject: 02-08 Prerequisites: 02-07-unit-circle-and-radians.md Next subject: 02-09-trigonometric-identities.md


Learning Objectives

By the end of this subject, you will be able to:

  1. Sketch graphs of sin(x), cos(x), and tan(x)
  2. Identify amplitude, period, phase shift, and vertical shift
  3. Apply transformations to trig functions
  4. Find the equation of a transformed trig function from its graph
  5. Understand the properties of inverse trig functions

Core Content

Graphs of Basic Trig Functions

sin(x)

cos(x)

tan(x)

Transformations: y = a·sin(b(x - c)) + d

⚠️ THIS IS CRITICAL — understanding how a, b, c, d transform any periodic function is essential for signal processing, Fourier analysis, and modelling real-world oscillations.

Parameter Effect
a Amplitude =
b Period = 2π/b (for sin/cos) or π/b (for tan)
c Phase shift: right by c (if c > 0)
d Vertical shift: up by d (if d > 0)

Example: y = 2·sin(3x) - 1

Example: y = -cos(2(x - π/4))

Finding the Equation from a Graph

Steps: 1. Find the midline (vertical shift d) = (max + min)/2 2. Find amplitude a = (max - min)/2 3. Find the period from the graph, then b = 2π/period 4. Find phase shift by seeing where a "standard" point (like a zero crossing going up) has moved

Inverse Trig Functions

sin⁻¹(x), cos⁻¹(x), tan⁻¹(x) give the ANGLE whose trig function equals x.

Important: To be functions (one output per input), we restrict their domains:

Function Domain Range
sin⁻¹(x) [-1, 1] [-π/2, π/2]
cos⁻¹(x) [-1, 1] [0, π]
tan⁻¹(x) All real (-π/2, π/2)


Key Terms

Worked Examples

Example 1: Sketch y = 3·cos(2x)

Example 2: Find equation from a graph

Graph has max 4, min -2, period π, starts at max when x = π/6.

  1. Midline d = (4 + (-2))/2 = 1
  2. Amplitude a = (4 - (-2))/2 = 3
  3. Period π → b = 2π/π = 2
  4. Phase shift: cos starts at max at x = 0, but here max is at π/6. Shift right π/6.
  5. Equation: y = 3·cos(2(x - π/6)) + 1

Example 3: Equations from key features

A cosine function oscillates between y = -1 and y = 5 with period π. Its minimum occurs at x = π/3. Find the equation.

  1. Midline d = (5 + (-1))/2 = 2
  2. Amplitude a = (5 - (-1))/2 = 3
  3. Period π → b = 2π/π = 2
  4. Cosine normally has its maximum at x = 0. Here the minimum is at π/3. Using a negative amplitude (-3) flips the function so its "max" becomes a min. With -3·cos(2x), the minimum is at x = 0. Shifted right π/3: c = π/3.
  5. Equation: y = -3·cos(2(x - π/3)) + 2

Verify: at x = π/3: y = -3·cos(0) + 2 = -1 ✓. At x = π/3 + π/2 = 5π/6: y = -3·cos(π) + 2 = 5 ✓.



Quiz

Q1: What does the concept of Finding the Equation from a Graph primarily refer to in this subject?

A) A visual representation of Finding the Equation from a Graph B) The definition and application of Finding the Equation from a Graph C) A computational error related to Finding the Equation from a Graph D) A historical anecdote about Finding the Equation from a Graph

Correct: B)

Q2: What is the primary purpose of Function?

A) It is primarily a historical notation system B) It is used to function in mathematical analysis C) It is used only in advanced research contexts D) It replaces all other methods in this domain

Correct: B)

Q3: Which statement about Graphs of Basic Trig Functions is TRUE?

A) Graphs of Basic Trig Functions is a fundamental concept covered in this subject B) Graphs of Basic Trig Functions is an advanced topic beyond this subject's scope C) Graphs of Basic Trig Functions is mentioned only as a historical footnote D) Graphs of Basic Trig Functions is not related to this subject

Correct: A)

Q4: Based on the worked examples in this subject, what is the correct result?

A) An unrelated numerical value B) A different result from a common mistake C) The inverse of the correct answer D) π/2

Correct: D)

Q5: How are Graphs of Basic Trig Functions and Inverse Trig Functions related?

A) Graphs of Basic Trig Functions and Inverse Trig Functions are closely related concepts B) Graphs of Basic Trig Functions is a special case of Inverse Trig Functions C) Graphs of Basic Trig Functions and Inverse Trig Functions are completely unrelated topics D) Graphs of Basic Trig Functions is the inverse of Inverse Trig Functions

Correct: A)

Q6: What is a common pitfall when working with Sin(X)?

A) Sin(X) is always computed the same way in all contexts B) Sin(X) has no common misconceptions C) The main error with Sin(X) is using it when it is not needed D) A common mistake is confusing Sin(X) with a similar concept

Correct: D)

Q7: When should you apply Cos(X)?

A) Avoid Cos(X) unless explicitly instructed B) Cos(X) is not practically useful C) Use Cos(X) only in pure mathematics contexts D) Apply Cos(X) to solve problems in this subject's domain

Correct: D)

Practice Problems

  1. Period of y = sin(4x) Answer: 2π/4 = π/2

  2. Amplitude of y = -2·cos(x) + 5 Answer: |-2| = 2

  3. Sketch description: y = 0.5·sin(3x) Answer: Amplitude 0.5, period 2π/3, range [-0.5, 0.5]

  4. Range of y = 2·cos(x) - 1 Answer: [-3, 1]

  5. If tan⁻¹(1) = θ, what is θ? Answer: π/4 (45°)

  6. Period of y = tan(2x) Answer: π/2


Summary

Key takeaways:

Pitfalls



Next Steps

Next up: 02-09-trigonometric-identities.md