무엇입니까카르다노법 계산기?
- 간단한 설명:변수를 대입하여 제곱항을 없애고 더 간단한 방정식을 만들어 풀어줌으로써 삼차 방정식의 정확한 근을 찾는 데 사용되는 대수 공식입니다.
- 삼차 방정식에서 이것이 중요한 이유:이는 삼차해법의 역사적 기초이다. 이는 2차에 대한 2차 공식과 마찬가지로 3차 다항식에 대한 일반 공식이 존재한다는 것을 증명합니다.
실수근과 복소수근, Cardano 방법 단계, 3차 그래프 및 작업 예제를 갖춘 전용 3차 방정식 솔버입니다.
카르다노법 계산기
위의 다항식 계수를 입력하고 "Cardano 방법 적용"을 클릭하여 결과를 확인하세요.Cardano's method, published by Gerolamo Cardano in 1545, is the first known general algebraic solution for cubic equations. The method works by transforming the general cubic ax³ + bx² + cx + d = 0 into a depressed cubic (one without the x² term) using the substitution x = t − b/(3a). The resulting equation t³ + pt + q = 0 is simpler to solve algebraically.
The solution relies on a clever decomposition: set t = u + v, which leads to the system u³ + v³ = −q and uv = −p/3. Solving this system produces the discriminant Δ = q²/4 + p³/27. When Δ > 0, the cube roots are straightforward. When Δ < 0, the famous casus irreducibilis occurs — all three roots are real, yet the formula requires passage through complex numbers.
Despite its age, Cardano's method remains the foundation of cubic equation theory and is still taught in advanced algebra courses worldwide. Understanding it builds essential bridges to group theory, Galois theory, and the deeper question of why no analogous formula exists for polynomials of degree five or higher.
Cardano's method is a cornerstone of university algebra curricula, teaching students how general polynomial solutions are derived.
Characteristic equations of third-order systems are solved analytically using Cardano's approach for exact pole placement.
Exact cubic solutions are needed in optics (Snell's law extensions), fluid dynamics, and orbital mechanics calculations.
You must eliminate the x² term first. Applying Cardano's formula directly to the general form yields incorrect results.
When Δ < 0, the formula involves complex cube roots even though all roots are real. Use trigonometric substitution instead.
The depressed coefficients involve fractions with 3a, 27a³, etc. Double-check these intermediate values carefully.
| Substitution | x = t − b/(3a) |
| Depressed Form | t³ + pt + q = 0 |
| Discriminant | Δ = q²/4 + p³/27 |
| Published | 1545 by Gerolamo Cardano |
| Limitation | Casus irreducibilis when Δ < 0 |
세 개의 실제 뿌리(Δ > 0)가 있는 경우 "casus irreducibilis"라는 걸림돌이 발생합니다. 이 단계에서는 실제 답을 찾으려면 복소수가 필요합니다.
아니요, 계산기는 자동으로 다음을 수행합니다.<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">t - b/3a</span>당신을 대신합니다.
아니요, 세 개의 실수 근이 존재할 때 삼각법 방법이 선호되는 경우가 많습니다.
이는 1545년 Gerolamo Cardano가 그의 저서 Ars Magna에서 출판했지만, 기본 기술은 Scipione del Ferro와 Niccolò Tartaglia에 의해 부분적으로 발견되었습니다.
예, 단순히 답변을 복사하는 것이 아니라 방법을 따라하고 배울 수 있도록 특별히 설계되었습니다.