1.9
실수 체계는 음수의 제곱근을 표현할 수 없으므로, 음의 판별식을 갖는 이차방정식과 같은 일부 방정식의 해가 제한적입니다. 이를 보완하기 위해 허수 단위 i, 즉 i = √(-1)을 도입한 복소수 체계가 개발되었습니다. 이 확장을 통해 음의 피제곱수를 포함하는 경우까지…
일부 방정식은 음수의 제곱근을 포함하기 때문에 실제 해가 없습니다.
이 문제를 해결하기 위해 -1의 제곱근을 허수 단위 i로 정의하는 복소수가 도입되었습니다.
이것은 실수 부분과 허수 부분이 수직 축을 형성하고 각 복소수를 점으로 배치하는 복소수 평면에서 시각화할 수 있습니다.
복소수를 더하는 것은 실수 부분과 허수 부분을 별도로 추가하는 것을 포함합니다.
복소수의 곱셈은 분배 특성을 따릅니다. i2=-1이므로 단순화 중에 i2의 모든 발생은 -1로 대체됩니다.
복소수를 나누는 것은 분자와 분모에 분모의 활용(동일한 실수 부분과 반대 허수 부분을 갖는 것)을 곱하여 허수 부분을 제거하는 것을 포함합니다.
모든 양의 실수가 두 개의 제곱근을 갖는 것처럼 모든 음의 실수에도 복소수 공액인 두 개의 복소수 제곱근이 있습니다.
복소수는 스캐너가 k-공간이라는 복잡한 신호 데이터를 수집하는 자기 공명 영상에서 사용됩니다. 이 데이터는 역푸리에 변환을 사용하여 공간 이미지로 변환됩니다.
View the full transcript and gain access to JoVE Core videos
Q1: Why are complex numbers necessary in mathematics?
Complex numbers extend the real number system to solve equations that have no real solutions, particularly those involving square roots of negative numbers. The imaginary unit i is defined as the square root of −1, allowing equations like x² + 1 = 0 to have solutions within the complex number system. This expansion ensures all polynomial equations can be solved.
Q2: How do you add and subtract complex numbers?
Complex numbers are added and subtracted by combining their real and imaginary parts separately. For example, to add (x + yi) and (u + vi), add the real parts (x + u) and the imaginary parts (y + v) to get (x + u) + (y + v)i. Subtraction follows the same process, subtracting corresponding parts independently.
Q3: What happens when you multiply complex numbers?
Multiplying complex numbers uses the distributive property, treating i as a variable. The key simplification rule is i² = −1, which replaces any occurrence of i² with −1 during simplification. For example, (2 + 3i)(1 + i) = 2 + 2i + 3i + 3i² = 2 + 5i − 3 = −1 + 5i.
Q4: How do you divide complex numbers?
To divide complex numbers, multiply both the numerator and denominator by the conjugate of the denominator. The conjugate of (u + vi) is (u − vi). This eliminates the imaginary part from the denominator, leaving a real number that allows simplification of the entire fraction.
Q5: What is a complex conjugate and why is it useful?
The complex conjugate of (x + yi) is (x − yi), with the same real part and opposite imaginary part. When a complex number is multiplied by its conjugate, the result is always a real number. This property is essential for division and simplification, as it converts complex denominators into real numbers.
Q6: How are complex numbers visualized?
Complex numbers are visualized on the complex plane, where the real part is plotted on the horizontal axis and the imaginary part on the vertical axis. Each complex number corresponds to a unique point on this plane, with perpendicular axes representing the real and imaginary dimensions.
Q7: What are real-world applications of complex numbers?
Complex numbers are used in electrical engineering to express impedance in alternating current circuits, where the imaginary part represents reactance. In signal processing and control systems, they model oscillations, phase shifts, and frequency responses. Medical imaging, such as Magnetic Resonance Imaging, uses complex signal data called k-space, converted into spatial images using inverse Fourier transforms.