Cubic Equation Solver logo
Cubic Equation Solver

근의 관계 계산기

실수근과 복소수근, Cardano 방법 단계, 3차 그래프 및 작업 예제를 갖춘 전용 3차 방정식 솔버입니다.

근의 관계 계산기

계수를 제공하여 세 근 사이의 거리, 분산 및 대수적 관계를 분석하세요.

3차 방정식 — ax³ + bx² + cx + d = 0

근의 관계 계산기

위의 다항식 계수를 입력하고 "근의 관계 분석"을 클릭하여 결과를 확인하세요.
문제를 풀면 그래프가 여기에 표시됩니다.

무엇입니까근의 관계 계산기?

  • 간단한 설명:루트 A가 루트 B에서 얼마나 멀리 떨어져 있는지 확인하거나 복잡한 쌍 간의 절대적인 차이를 분석합니다.
  • 삼차 방정식에서 이것이 중요한 이유:분산 측정법을 엔지니어링하고 다항식의 내부 회전 곡선의 구조적 "폭"을 결정하는 데에는 근 확산을 이해하는 것이 중요합니다.
공식 / 방법
  • 방법:계산기는 근을 결정합니다.r_1, r_2, r_3절대 거리를 매핑합니다.|r_1 - r_2|, |r_2 - r_3|, 등.
  • 변수 설명:* 루트 사이의 거리가 넓을수록 실제 적용 범위의 차이가 커집니다.

사용 방법

  1. 4개의 일반 방정식 계수를 입력합니다.
  2. "관계 분석"을 클릭하십시오.
  3. 발견된 교차점 사이의 수치 거리 차트를 검토합니다.

주요 특징

  • X축의 실제 거리 범위를 계산합니다.
  • 비교하기 전에 자동으로 루트를 순차적으로 정렬합니다.
  • 복잡한 모듈러스 거리를 적절하게 매핑합니다.
  • 구조 엔지니어를 위한 탁월한 데이터 검증 단계.
📈 시각적 다이어그램
수직선의 루트 관계 r&sub1; r&sub2; r&sub3; |r&sub2;−r&sub1;| |r&sub3;−r&sub2;| 루트 확산 = |r&sub3;−r&sub1;|

예제 개념

근 1, 2, 4의 경우: 첫 번째와 두 번째 사이의 거리 = 1 단위. 2번째와 3번째 사이의 거리 = 2단위. 총 스프레드(최대 - 최소) = 3개 단위.

대화형 심층 분석

The roots of a cubic equation are not isolated numbers — they have deep mathematical relationships with each other and with the equation's coefficients. The Roots Relationship Calculator goes beyond simply finding roots: it analyzes the distances between roots, the sum and product relationships (Vieta's formulas), and the symmetric functions that characterize the root configuration.

Key relationships include: the root spread (the range from smallest to largest real root), the centroid (average of all three roots, which equals the inflection point x-coordinate −b/3a), and the pairwise distances between roots. These metrics reveal whether roots are clustered, evenly spaced, or widely separated — information critical for numerical stability and physical interpretation.

Root relationships connect beautifully to the discriminant: a large positive discriminant means well-separated roots, zero discriminant means colliding roots, and negative discriminant means the roots extend into the complex plane. Understanding these relationships transforms root-finding from mechanical computation into geometric and algebraic insight.

🎯 실제 응용 분야

Engineering Tolerances

Root distances determine sensitivity bounds in control systems — closely spaced roots indicate near-critical behavior.

📈

Numerical Stability

When roots are very close together, numerical solvers lose precision. Root relationship analysis flags these risky configurations.

🔬

Physics Equilibria

Root spacing in energy equations reveals the separation between stable and unstable equilibrium states.

⚠ 피해야 할 일반적인 실수

1. Ignoring complex root distances

Complex roots also have well-defined distances in the complex plane. Don't limit analysis to real roots only.

2. Assuming equal spacing

Cubic roots are generally NOT equally spaced. Only special symmetric cubics have this property.

3. Forgetting the centroid

The average of all three roots always equals −b/(3a), a fact that provides an instant sanity check.

📋 빠른 참조표
Root CentroidAverage = −b/(3a)
Root Spread|largest − smallest|
Sum of Roots−b/a (Vieta)
Product of Roots−d/a (Vieta)
Discriminant LinkΔ>0 means well-separated real roots

자주 묻는 질문

뿌리 사이의 거리가 0이면 어떻게 될까요?

두 뿌리 사이의 거리가 0으로 평가되면 정확한 위치에 반복된 뿌리가 있다는 의미입니다.

거리에 복소수가 포함될 수 있나요?

예, 평면 위의 두 복소근 사이의 거리는 기하학적 계수(피타고라스 정리 접근 방식)를 사용하여 평가됩니다.

'd'를 수정하면 거리가 변경되나요?

'd'를 이동하면 곡선이 위아래로 이동하며, 이는 x축이 분할하는 위치로 정확하게 이동하여 루트 거리를 변경합니다!

루트 거리를 아는 것이 왜 유용한가요?

루트 거리는 구조적 응력 허용 오차를 이해하기 위한 엔지니어링과 수치 솔루션의 경계 오류 범위에 대한 수학에 도움이 됩니다.

근확산은 판별식과 어떤 관련이 있나요?

더 큰 양의 판별식은 일반적으로 뿌리가 더 많이 퍼져 있음을 의미합니다. 판별식이 0이면 적어도 두 개의 뿌리가 같은 위치로 붕괴됩니다.