Solving Trigonometric Equations: Methods and Common Pitfalls | 三角方程的求解方法与常见陷阱

📚 Solving Trigonometric Equations: Methods and Common Pitfalls | 三角方程的求解方法与常见陷阱

Trigonometric equations appear frequently in mathematics examinations and require a careful combination of algebraic manipulation, knowledge of the unit circle, and an understanding of periodicity. A trigonometric equation usually has infinitely many solutions when no restricted interval is given, so we must learn how to express the general solution and how to find all solutions within a specified range.

三角方程在数学考试中非常常见,解题时既需要代数变形技巧,也需要对单位圆和周期性的深入理解。在没有限定区间时,三角方程通常有无穷多解,因此我们必须学会表示通解,也要掌握如何在指定范围内找出全部解。

1. Basic Definitions and the Unit Circle | 基本定义与单位圆

For a real angle θ, the values sin θ, cos θ and tan θ can be visualised on the unit circle. The x-coordinate of a point on the unit circle represents cos θ, the y-coordinate represents sin θ, and the slope of the radius represents tan θ. Because the unit circle repeats every 2π radians, both sin θ and cos θ have period 2π, while tan θ has period π.

对于实数角 θ,sin θ、cos θ 和 tan θ 的值可以在单位圆上直观理解。单位圆上点的横坐标表示 cos θ,纵坐标表示 sin θ,半径所在直线的斜率表示 tan θ。由于单位圆每 2π 弧度重复一次,sin θ 和 cos θ 的周期都是 2π,而 tan θ 的周期是 π。

Before solving equations, remember the principal values of inverse trigonometric functions: sin⁻¹x lies in [-π/2, π/2], cos⁻¹x lies in [0, π], and tan⁻¹x lies in (-π/2, π/2). These principal ranges are essential when using inverse functions to find one reference solution.

在解方程之前,需要记住反三角函数的主值范围:sin⁻¹x 在 [-π/2, π/2] 内,cos⁻¹x 在 [0, π] 内,tan⁻¹x 在 (-π/2, π/2) 内。用反三角函数求出一个参考解时,这些主值范围非常关键。


2. Solving Standard Equations of the Form sin θ = k, cos θ = k, tan θ = k | 解 sin θ = k、cos θ = k、tan θ = k 标准形式

When solving a basic equation, first check whether k is within the range of the function. Since -1 ≤ sin θ ≤ 1 and -1 ≤ cos θ ≤ 1, any equation such as sin θ = 2 has no real solution. If |k| < 1 or k = ±1, we use the symmetry of the unit circle to write the general solution.

解基本方程时,首先检查 k 是否在函数的值域内。因为 -1 ≤ sin θ ≤ 1 且 -1 ≤ cos θ ≤ 1,像 sin θ = 2 这样的方程没有实数解。若 |k| < 1 或 k = ±1,则可利用单位圆的对称性写出通解。

sin θ = k, |k| ≤ 1 ⇒ θ = nπ + (-1)ⁿ sin⁻¹k, n ∈ Z

cos θ = k, |k| ≤ 1 ⇒ θ = 2nπ ± cos⁻¹k, n ∈ Z

tan θ = k ⇒ θ = nπ + tan⁻¹k, n ∈ Z

For example, sin θ = 1/2 gives a reference angle π/6. Because sine is positive in the first and second quadrants, the solutions in [0, 2π) are θ = π/6 and θ = 5π/6, and the general solution is θ = nπ + (-1)ⁿ(π/6).

例如,sin θ = 1/2 的参考角是 π/6。由于正弦在第一、第二象限为正,所以在 [0, 2π) 内的解为 θ = π/6 和 θ = 5π/6,通解为 θ = nπ + (-1)ⁿ(π/6)。


3. Reducing an Equation to a Single Trigonometric Function | 将方程化为单一三角函数

Many equations contain both sin θ and cos θ. One powerful method is to rewrite a sin θ + b cos θ as R sin(θ + α) or R cos(θ – α), where R = √(a² + b²) and α is chosen so that the expansion matches the original expression. This technique is sometimes called the auxiliary angle method.

很多方程同时包含 sin θ 和 cos θ。一种强有力的方法是把 a sin θ + b cos θ 改写成 R sin(θ + α) 或 R cos(θ – α),其中 R = √(a² + b²),并适当选择 α 使展开式与原式一致。这种方法通常称为辅助角法。

a sin θ + b cos θ = R sin(θ + α), R = √(a² + b²), tan α = b/a

Consider sin θ + cos θ = 1. Here R = √2 and α = π/4, so the equation becomes √2 sin(θ + π/4) = 1, or sin(θ + π/4) = 1/√2. Thus θ + π/4 = π/4 + 2nπ or θ + π/4 = 3π/4 + 2nπ, giving θ = 2nπ or θ = π/2 + 2nπ.

考虑 sin θ + cos θ = 1。这里 R = √2,α = π/4,于是方程化为 √2 sin(θ + π/4) = 1,即 sin(θ + π/4) = 1/√2。因此 θ + π/4 = π/4 + 2nπ 或 θ + π/4 = 3π/4 + 2nπ,解得 θ = 2nπ 或 θ = π/2 + 2nπ。

This method is preferable because it directly produces the correct solution set without creating extraneous roots caused by squaring.

这种方法优于两边平方,因为它直接得到正确的解集,不会产生由平方带来的增根。


4. Quadratic Trigonometric Equations | 二次型三角方程

An equation such as 2 sin²θ + sin θ – 1 = 0 is quadratic in sin θ. Factorise it first, just as you would factorise a quadratic in x: (2 sin θ – 1)(sin θ + 1) = 0. Then solve the two linear trigonometric equations separately.

像 2 sin²θ + sin θ – 1 = 0 这样的方程关于 sin θ 是二次的。首先像对 x 的二次式一样因式分解:(2 sin θ – 1)(sin θ + 1) = 0。然后分别求解两个一次三角方程。

From 2 sin θ – 1 = 0, we get sin θ = 1/2. From sin θ + 1 = 0, we get sin θ = -1. In the interval [0, 2π), the first equation gives θ = π/6 or 5π/6, and the second gives θ = 3π/2.

由 2 sin θ – 1 = 0 得 sin θ = 1/2;由 sin θ + 1 = 0 得 sin θ = -1。在 [0, 2π) 内,第一个方程给出 θ = π/6 或 5π/6,第二个方程给出 θ = 3π/2。

Always check whether the solutions of the factorised equations are actually possible. For example, if a factor produces sin θ = 2, it must be rejected because it lies outside the range of the sine function.

务必检查因式分解后得到的解是否真的存在。例如,若某个因子给出 sin θ = 2,则该解必须舍去,因为它不在正弦函数的值域内。


5. Using Trigonometric Identities to Simplify Equations | 利用三角恒等式化简方程

Identities such as sin²θ + cos²θ = 1, tan θ = sin θ / cos θ, and the double-angle formulas are common tools for simplifying equations. These identities allow us to express everything in terms of one trigonometric function before solving.

sin²θ + cos²θ = 1、tan θ = sin θ / cos θ 以及倍角公式等都是常用的化简工具。利用这些恒等式,我们可以在求解前将所有项统一为同一个三角函数。

For instance, solve sin²θ – cos θ + 1 = 0. Using sin²θ = 1 – cos²θ, the equation becomes 1 – cos²θ – cos θ + 1 = 0, or cos²θ + cos θ – 2 = 0. This factors as (cos θ – 1)(cos θ + 2) = 0. Since cos θ + 2 = 0 has no solution, we take cos θ = 1, so θ = 2nπ.

例如,解 sin²θ – cos θ + 1 = 0。利用 sin²θ = 1 – cos²θ,方程化为 1 – cos²θ – cos θ + 1 = 0,即 cos²θ + cos θ – 2 = 0。因式分解得 (cos θ – 1)(cos θ + 2) = 0。由于 cos θ + 2 = 0 无解,所以取 cos θ = 1,因此 θ = 2nπ。

When using identities, be careful that some substitutions, especially those involving squares, may change the domain or introduce extra solutions

Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version