Beginner

参考角计算器

求任意角度的锐角参考角,并确定终边所在的象限。

°

Any angle, positive or negative

单位

Reference angle
30°

Quadrant 3

Quadrant
Q3
Normalized angle
210 °
Reference angle
30 °
04590135180225270315360Normalized angle position (0–360°) — each interval is one quadrant
Step by step
  1. 1

    Normalize to [0, 360°)

    ((210 mod 360) + 360) mod 360 = 210
  2. 2

    Reference angle (Q3)

    210 − 180 = 30
    In Quadrant 3, the reference angle is the acute angle between the terminal side and the nearest x-axis.
结果仅为一般参考性的估算,并非专业建议——在依赖这些重要结果之前,请务必自行独立核实。 阅读完整免责声明.
快速解答

这个计算器是如何工作的?

参考角是角度终边与 x 轴之间的锐角。将角度归一化到 [0, 360),找到所在象限,然后取 n、180-n、n-180 或 360-n。本工具以度数或弧度完成此操作并显示象限。

公式
Q1: ref = n; Q2: ref = 180 - n; Q3: ref = n - 180; Q4: ref = 360 - n,其中 n = 归一化到 [0, 360) 的角度
How this is calculated

输入角度并选择以度数还是弧度度量。弧度输入先乘以 180/π 转换为度数,以便统一使用相同的逻辑。

角度使用 n = ((d mod 360) + 360) mod 360 归一化到 [0, 360) 范围。这可以处理负角度和超过一整圈的角度,例如 390 度角与 30 度共终边,-30 度与 330 度共终边。终边的象限直接从 n 读出:[0, 90) 为第一象限,[90, 180) 为第二象限,[180, 270) 为第三象限,[270, 360) 为第四象限。

参考角是终边与 x 轴形成的锐角(0 至 90 度之间)。在第一象限等于 n,在第二象限等于 180 - n,在第三象限等于 n - 180,在第四象限等于 360 - n。结果转换回所选单位显示。象限角如 0、90、180 和 270 度位于坐标轴上,其参考角为 0 或 90。

常见问题

它是角度终边与 x 轴之间最小的正锐角,始终在 0 到 90 度之间(0 到 π/2 弧度)。

适用。负角度和超过 360 度的角度首先归一化为 [0, 360) 内的共终边角,因此参考角和象限仍然正确。

任何角度的三角函数值等于其参考角的三角函数值(相差一个由象限决定的符号),因此可以简化正弦、余弦和正切的求值。

也称为

参考角
参考角计算
象限角
求参考角
锐角参考
三角参考角

APA

TG we-Calculate Editorial Team. (2026). 参考角计算器 [Online calculator]. TG we-Calculate. https://we-calculate.com/zh/calculator/reference-angle-calculator

Chicago

TG we-Calculate Editorial Team. "参考角计算器." TG we-Calculate. 2026. https://we-calculate.com/zh/calculator/reference-angle-calculator.

IEEE

TG we-Calculate Editorial Team, "参考角计算器," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/zh/calculator/reference-angle-calculator

BibTeX

@misc{wecalculate_reference_angle_calculator, title = {参考角计算器}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/zh/calculator/reference-angle-calculator}}, year = {2026}, note = {TG we-Calculate} }

这个计算器对您有帮助吗?