Cubic Equation Solver logo
Cubic Equation Solver

극점 계산기

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

극점 계산기

계수를 입력하여 3차 곡선의 로컬 최대값 및 최소값(극점)을 찾으세요.

3차 함수 — ax³ + bx² + cx + d = 0

극점 계산기

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

무엇입니까극점 계산기?

  • 간단한 설명:방향을 변경하기 전에 기울기가 완전히 0으로 평평해지는 그래프의 위치입니다. 그것은 언덕 꼭대기나 그릇 바닥처럼 보입니다.
  • 삼차 방정식에서 이것이 중요한 이유:전환점을 알면 경제학의 이익 극대화, 물리학의 궤적 한계, 곡선의 일반적인 "불퉁함"을 이해하는 데 도움이 됩니다.
공식 / 방법
  • 방법:1차 미분 설정f'(x) = 3ax² + 2bx + c0과 같고 이차 공식을 사용하여 결과 이차 방정식을 푼다.
  • 변수 설명:* 이차 판별식이 양수이면 삼차식에는 두 개의 전환점이 있습니다. * 음수 또는 0인 경우, 3차 곡선은 실제로 회전하지 않고 단순히 위쪽 또는 아래쪽으로 영원히 미끄러집니다.

사용 방법

  1. 3차 계수를 입력하세요.
  2. "전환점 찾기"를 클릭하세요.
  3. 곡선에 두 개의 회전이 있는지 또는 0이 있는지 확인하려면 출력을 읽으십시오.
  4. 존재하는 경우 정확한 내용을 복사하세요.(x, y)최대 및 최소 좌표.

주요 특징

  • 도함수를 수동으로 플롯할 필요가 없습니다.
  • 어느 지점이 최대이고 어느 지점이 최소인지 정확하게 표시합니다.
  • 곡선이 엄격하게 단조로운 경우(회전 없음) 자동으로 경고합니다.
  • 깔끔한 매핑 형식.
📈 시각적 다이어그램
지역 최대값 지역 최소값 증가 ↑ 감소 ↓ 증가 ↑

예제 개념

을 위한y = x³ - 3x: 파생상품은3x² - 3 = 0, 의미x = \pm 1. 계산기는 Local Max를 다음과 같이 출력합니다.(-1, 2)및 로컬 분(1, -2).

대화형 심층 분석

Turning points (also called local extrema) are locations where a cubic function changes direction — from increasing to decreasing (local maximum) or from decreasing to increasing (local minimum). They are found by solving the first derivative equation: f'(x) = 3ax² + 2bx + c = 0, which is a quadratic in x.

The discriminant of the first derivative, D = 4b² − 12ac, determines whether turning points exist. When D > 0, the cubic has two turning points (one max, one min). When D = 0, there is a single horizontal inflection (a saddle point). When D < 0, the cubic is monotonic with no turning points — it always increases or always decreases.

Turning points are critical for optimization, graphing, and understanding function behavior. The vertical distance between turning points determines the “amplitude” of the cubic's wiggle, and their x-coordinates define the boundaries between increasing and decreasing intervals. Engineers use them to find maximum stress, peak voltage, or optimal production levels.

🎯 실제 응용 분야
📈

Profit Optimization

Finding the local maximum of a cubic revenue model reveals the optimal production quantity for maximum profit.

Mechanical Design

Peak stress and deflection in structural components often occur at turning points of the governing cubic equation.

🌱

Ecological Modeling

Population models with cubic dynamics use turning points to identify carrying capacities and extinction thresholds.

⚠ 피해야 할 일반적인 실수

1. Confusing turning and inflection points

Turning points are where f'(x)=0 (direction changes). Inflection points are where f''(x)=0 (concavity changes). They are different.

2. Forgetting D < 0 means no turning points

When 4b² − 12ac is negative, the cubic is monotonic. Don't try to force turning points that don't exist.

3. Not classifying max vs. min

Finding the x-values isn't enough. Use the second derivative test: f''(x) > 0 means minimum, f''(x) < 0 means maximum.

📋 빠른 참조표
Derivativef'(x) = 3ax² + 2bx + c = 0
D > 0Two turning points (1 max + 1 min)
D = 0Saddle point (horizontal inflection)
D < 0No turning points (monotonic)
ClassificationUse f''(x) to identify max vs. min

자주 묻는 질문

큐빅에는 단 하나의 전환점이 있을 수 있나요?

아니요, 삼차방정식은 일반적으로 정확히 두 개의 전환점이 있거나 전혀 없습니다(엄격히 증가하거나 감소합니다).

전환점은 뿌리와 어떤 관련이 있나요?

전환점이 정확히 x축에 있는 경우 방정식은 해당 좌표에 "반복" 또는 "이중" 근을 갖습니다.

뿌리를 찾으려면 이것을 계산해야 합니까?

아니요, 하지만 기하학을 시각화하는 데 큰 도움이 됩니다.

큐빅에 전환점이 있는지 여부를 결정하는 것은 무엇입니까?

1차 도함수의 판별식(2차식)이 이를 결정합니다. 4b² - 12ac > 0이면 3차에는 두 개의 전환점이 있습니다. 그렇지 않으면 아무 것도 없습니다.

두 전환점이 모두 x축 위 또는 아래에 있을 수 있나요?

예. 두 전환점이 모두 x축 위에 있으면(또는 둘 다 아래에 있으면) 삼차에는 실수 근이 하나만 있습니다. 복소근이 나타나는 경우가 바로 이것이다.