1.9
מערכת המספרים הממשיים אינה יכולה לייצג את השורש הריבועי של מספר שלילי, עובדה המגבילה את מרחב הפתרונות למשוואות מסוימות, כגון משוואות ריבועיות בעלות די…
לחלק מהמשוואות אין פתרון אמיתי מכיוון שהן מערבות את השורשים הריבועיים של מספרים שליליים.
כדי לטפל בכך, מוצגים מספרים מרוכבים, המגדירים את השורש הריבועי של -1 כיחידה הדמיונית i.
ניתן לדמיין זאת במישור המרוכב, שבו החלקים האמיתיים והדמיוניים יוצרים צירים מאונכים, ומציבים כל מספר מרוכב כנקודה.
חיבור של מספרים מרוכבים כרוך בהוספה נפרדת של החלקים הממשיים והדמיוניים שלהם.
כפל של מספרים מרוכבים עוקב אחר תכונת ההתפלגות. מכיוון ש-i2=-1, כל מופע של i2 מוחלף ב-1 במהלך הפשטה.
חלוקת מספרים מרוכבים כרוכה בהכפלת המונה והמכנה במצומד של המכנה - שיש לו את אותו החלק הממשי והחלק הדמיוני הנגדי - כדי לבטל את החלק הדמיוני.
בדיוק כפי שלכל מספר ממשי חיובי יש שני שורשים ריבועיים, לכל מספר ממשי שלילי יש גם שני שורשים ריבועיים מרוכבים, שהם מצומדים מרוכבים.
מספרים מרוכבים משמשים בהדמיית תהודה מגנטית, שבה הסורק אוסף נתוני אותות מורכבים הנקראים k-space. נתונים אלה מומרים לתמונות מרחביות באמצעות טרנספורמציות פורייה הפוכות.
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.