Lesson Complex plane
Algebra
->
Complex Numbers Imaginary Numbers Solvers and Lesson
-> Lesson Complex plane
Log On
Algebra: Complex Numbers
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Complex plane'
This Lesson (Complex plane)
was created by by
ikleyn(53937)
:
View Source
,
Show
About ikleyn
:
<H2>Complex plane</H2> You have learned that real numbers may be represented in the straight <B>number line</B> (see, for example, <A HREF=http://www.algebra.com/algebra/homework/Number-Line/what-is-number-line.lesson> the lesson "What is number line"</A> in this site). <B>Number line</B> is a graphical representation of the set of real numbers. It is a straight line (see <B>Figure 1</B> below), with a point zero marked, where positive numbers are located to the right of zero and negative numbers to the left of zero. In <B>Figure 1</B> numbers 4.5, 7.2 and -4 are depicted by the red, green and blue points respectively. The location of a number is defined by its distance from zero, which is equal to the value of the number. Each real number is depicted by some point in the number line; each point in the number line represents some real number. {{{number_line( 600, -10, 10, 4.5, 7.2, -4 )}}} <B>Figure 1. Number Line</B> <H3>Complex plane in rectangular coordinates</H3> Complex numbers may be depicted in the <B><U>number plane</U></B>. To do this, let us consider the plane with rectangular coordinate system (see <B>Figure 2</B>) with the same scale in both axes. The complex number {{{a+b*red(i)}}} is depicted by the point <B>(x,y)</B> in the plane with abscissa (x-coordinate) equal to the real part of the complex number <B>x=a</B> and ordinate (y-coordinate) equal to the imaginary part of the complex number <B>y=b</B>. <TABLE> <TR> <TD> This <B>number plane</B> is also called the <B><U>complex plane</U></B>. In this way, every complex number uniquely corresponds to the point in the complex plane, and, in opposite, every point in the complex plane uniquely represents some complex number. <B>Examples</B> In <B>Figure 2</B> point <B>A</B> with abscissa <B>x=3</B> and ordinate <B>y=2</B> represents the complex number {{{3+2*red(i)}}}. Point <B>B</B> with abscissa <B>x=-2</B> and ordinate <B>y=4</B> represents the complex number {{{-2+4*red(i)}}}. Real numbers (in complex form they look like {{{a+0*red(i)}}}) are depicted by points on the X-axis. Pure imaginary numbers (in complex form they look like {{{0+b*red(i)}}}) are depicted by points on the Y-axis. </TD> <TD> {{{drawing( 300, 250, -5, 5, -5, 5, grid(1), circle(3, 2, 0.1), locate(3, 2, A ), line (0, 0, 3, 2), circle(-2, 4, 0.1), locate(-2.3, 4, B ), line ( 0, 0, -2, 4), circle(4, 0, 0.1), locate(4, 0.7, C ), line (0, 0, 4, 0), circle(-3.0, 0, 0.1), locate(-3.3, 0.7, D ), line (0, 0, -3, 0), circle(0, 3, 0.1), locate(0.1, 3, E ), line (0, 0, 3, 0), circle(0, -3, 0.1), locate(0.1, -3, F ), line (0, 0, -3, 0), circle(-2, -4, 0.1), locate(-2.3, -4, G ), line ( 0, 0, -2, -4) )}}} <B> Figure 2. Complex Plane</B> </TD> </TR> </TABLE> <B>Examples</B> In <B>Figure 2</B> point <B>C</B> with abscissa <B>x=4</B> and ordinate <B>y=0</B> represents the complex number {{{4+0*red(i)}}}, or, what is the same, the real number <B>4</B>. Point <B>D</B> with abscissa <B>x=-3</B> and ordinate <B>y=0</B> represents the complex number {{{-3+0*red(i)}}}, or, what is the same, the real number <B>-3</B>. Point <B>E</B> with abscissa <B>x=0</B> and ordinate <B>y=3</B> represents the complex number {{{0+3*red(i)}}}, or, what is the same, the pure imaginary number {{{3*red(i)}}}. Point <B>F</B> with abscissa <B>x=0</B> and ordinate <B>y=-3</B> represents the complex number {{{0-3*red(i)}}}, or, what is the same, the pure imaginary number {{{-3*red(i)}}}. Conjugate complex numbers are depicted in the complex plane as a pair of points symmetric to the abscissa axis. For example, points <B>B</B> and <B>G</B> in <B>Figure 2</B> represent conjugate complex numbers {{{-2+4*red(i)}}} and {{{-2-4*red(i)}}}. Points <B>E</B> and <B>F</B> also represent conjugate complex numbers {{{3*red(i)}}} and {{{-3*red(i)}}}. Complex numbers can also be displayed by line segments (vectors) issued from the system coordinate origin (0,0) and terminating at the appropriate point of the complex plane. In <B>Figure 2</B> such vectors are portrayed for the complex number {{{3+2*red(i)}}} (point <B>A</B>), complex number {{{-2+4*red(i)}}} (point <B>B</B>), and complex number {{{-2-4*red(i)}}} (point <B>G</B>). Both of two ways for representing complex numbers in the complex plane (depicting points and displaying vectors) are applicable. Let me remind you that vectors are the straight line segments having the length and the direction. The later means that the starting point and the ending point are defined for vectors. <H3>Complex plane in coordinates "radius - polar angle"</H3> In this lesson above we discussed a <B><U>coordinate presentation</U></B> of complex numbers in the complex plane with the rectangular coordinate system. Now we are going to introduce another presentation of complex numbers in the complex plane - so called <B><U>trigonometric presentation</U></B>. <TABLE> <TR> <TD> The <B><U>modulus</U></B> of the complex number {{{a+b*red(i)}}} is the length of the vector corresponding to this complex number. The modulus of the complex number {{{a+b*red(i)}}} denotes as {{{abs(a+bi)}}} and as {{{r}}}. From the drawing in the <B>Figure 3</B> we have {{{abs(a+bi) = r = sqrt(a^2+b^2)}}}. The modulus of the real number is the same as its absolute value. <B>Examples</B> The modulus of the complex number {{{3+4*red(i)}}} is equal to {{{r=sqrt(3^2+4^2)=sqrt(25)=5}}}. The modulus of the complex number {{{1+red(i)}}} is equal to {{{r=sqrt(1^2+1^2)=sqrt(2)=1.41}}} (approximately). The modulus of the complex (actually, real) number {{{5+0*red(i)}}} is equal to {{{r=sqrt(5^2+0^2)=sqrt(25)=5}}}. The modulus of the complex (actually, imaginary) number {{{0+3*red(i)}}} is equal to {{{r=sqrt(0^2+3^2)=sqrt(9)=3}}}. </TD> <TD> {{{drawing( 210, 175, -2, 5, -2, 5, grid(1), circle(3, 4, 0.1), locate(3.1, 4, A=a+bi ), line (0, 0, 3, 4), line (0, 0, 3, 0), line (3, 0, 3, 4), locate (1.5, 0.7, a), locate (3.1, 2.2, b), locate (1.5, 2.9, r), arc(0, 0, 2, 2, 300, 360) )}}} <B> Figure 3. The modulus and </B> <B> the argument of the complex number</B> </TD> </TR> </TABLE> The angle {{{alpha}}} between the axis of abscissas and the vector depicting the complex number {{{a+b*red(i)}}} is called an <B><U>argument</U></B> of the complex number {{{a+b*red(i)}}}. In <B>Figure 3</B> the vector OA is pointing to the complex number {{{3+4*red(i)}}}. The angle XOA is the argument of the complex number {{{3+4*red(i)}}}. For the complex number 0 (zero) an argument is not defined. For any non-zero complex number the argument has infinitely many values. These values differ by an integral number of complete rotations (i.e., by 360°*k, where k is any integer). Thus, for example, the argument of the complex number {{{1+red(i)}}} is 45°, 45°+360°=405°, 45°-360°=-315°, and, generally, 45°+/-360°*k. If two complex numbers are equal, then they have the same modulus, but their argument values may differ by an integral number of complete rotations (i.e., by 360°*k, where k is any integer). In opposite, if two complex numbers have the same modulus and their argument values differ by an integral number of complete rotations (i.e., by 360°*k, where k is any integer), then these complex numbers are equal. The argument of the complex number {{{a+b*red(i)}}} is expressed via the coordinates {{{a}}} and {{{b}}} by the following formulas: {{{tg(alpha) = b/a}}}, {{{sin(alpha) = b/sqrt(a^2+b^2)}}}, {{{cos(alpha) = a/sqrt(a^2+b^2)}}}. Note that each formula alone is not enough to determine (to restore) the argument in unique way, even in the range from 0° to 360°. In order to uniquely identify the argument {{{alpha}}} in this range, you have to take into account the quadrant in the complex plane where the given complex number is located. You can do it using values of coordinates {{{a}}} and {{{b}}}. <B>Examples</B> Find the argument of the complex number {{{1+red(i)}}}. {{{tg(alpha) = 1/1 = 1}}}, {{{arctg(1)}}} = 45°. Since {{{1+red(i)}}} belongs to the 1-st quadrant, the argument {{{alpha}}} is equal to 45° + k*360°, k is any integer. Find the argument of the complex number {{{-1+red(i)}}}. {{{tg(alpha) = 1/(-1) = -1}}}, {{{arctg(-1)}}} = -45°. Since {{{-1+red(i)}}} belongs to the 2-nd quadrant, the argument {{{alpha}}} is equal to -45° + 180° + k*360°, k is any integer. Find the argument of the complex number {{{-1-red(i)}}}. {{{tg(alpha) = -1/(-1) = 1}}}, {{{arctg(1)}}} = 45°. Since {{{-1-red(i)}}} belongs to the 3-rd quadrant, the argument {{{alpha}}} is equal to 45° + 180° + k*360°, k is any integer. Find the argument of the complex number {{{1-red(i)}}}. {{{tg(alpha) = -1/1 = -1}}}, {{{arctg(-1)}}} = -45°. Since {{{1-red(i)}}} belongs to the 4-th quadrant, the argument {{{alpha}}} is equal to -45° + k*360°, k is any integer. <H3>Trigonometric presentation of complex numbers</H3> Abscissa {{{a}}} and ordinate {{{b}}} of the complex number {{{a+b*red(i)}}} can be expressed in terms of the modulus {{{r}}} and the argument {{{alpha}}} by the formulas {{{a = r*cos(alpha)}}}, {{{b = r*sin(alpha)}}}. Therefore, every complex number can be represent in the form {{{r*(cos(alpha)+i*sin(alpha))}}}, where {{{r>=0}}}. This expression is called the <B><U>trigonometric form of the complex number</U></B>. <B>Examples</B> Represent complex number {{{-1-red(i)}}} in the trigonometric form. We have {{{1+i = sqrt((-1)^2+(-1)^2)*(cos(5*pi/4)+i*sin(5*pi/4)) = sqrt(2)*(cos(5*pi/4)+i*sin(5*pi/4))}}}. The trigonometric form of the complex number {{{3+0*red(i)}}} is {{{3*(cos(0)+i*sin(0))}}}. The trigonometric form of the complex number {{{-3+0*red(i)}}} is {{{3*(cos(pi)+i*sin(pi))}}}. The trigonometric form of the complex number {{{0+3*red(i)}}} is {{{3*(cos(pi/2)+i*sin(pi/2))}}}. The trigonometric form of the complex number {{{0-3*red(i)}}} is {{{3*(cos(3*pi/4)+i*sin(3*pi/4))}}}. For your convenience, below is the list of my relevant lessons on complex numbers in this site in the logical order. They all are under the current topic <B>Complex numbers</B> in the section <B>Algebra II</B>. - <A HREF=http://www.algebra.com/algebra/homework/complex/Complex-numbers-and-arithmetical-operations.lesson> Complex numbers and arithmetic operations on them</A> - <B>Complex plane</B> (this lesson) - <A HREF=http://www.algebra.com/algebra/homework/complex/Addition-and-subtraction-of-complex-numbers-in-complex-plane.lesson> Addition and subtraction of complex numbers in complex plane</A> - <A HREF=http://www.algebra.com/algebra/homework/complex/Multiplication-and-division-of-complex-numbers-in-complex-plane-.lesson> Multiplication and division of complex numbers in complex plane</A> - <A HREF=http://www.algebra.com/algebra/homework/complex/Raising-a-complex-number-to-an-integer-power.lesson> Raising a complex number to an integer power</A> - <A HREF=http://www.algebra.com/algebra/homework/complex/How-to-take-a-root-of-a-complex-number.lesson> How to take a root of a complex number</A> - <A HREF=http://www.algebra.com/algebra/homework/complex/Solution-of-the-quadratic-equation-with-real-coefficients-on-complex-domain.lesson> Solution of the quadratic equation with real coefficients on complex domain</A> - <A HREF=http://www.algebra.com/algebra/homework/complex/How-to-take-a-square-root-of-a-complex-number.lesson> How to take a square root of a complex number</A> - <A HREF=http://www.algebra.com/algebra/homework/complex/Solution-of-the-quadratic-equation-with-complex-coefficients-on-complex-domain.lesson> Solution of the quadratic equation with complex coefficients on complex domain</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Solved-problems-on-taking-roots-of-complex-numbers.lesson>Solved problems on taking roots of complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Solved-problems-on-arithmetic-operations-on-complex-numbers.lesson>Solved problems on arithmetic operations on complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Solved-problem-on-taking-square-roots-of-complex-numbers.lesson>Solved problem on taking square root of complex number</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Solving-polynomial--equations-in-complex-domain.lesson>Solving polynomial equations in complex domain</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Miscellaneous-problems-on-complex-numbers.lesson>Miscellaneous problems on complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Advanced-problem-in-complex-numbers.lesson>Advanced problems on complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Solved-problems-on-de%27Moivre-formula.lesson>Solved problems on de'Moivre formula</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Proving-identities-using-complex-numbers.lesson>Proving identities using complex numbers</A> - <A HREF=https://www.algebra.com/tutors/18-Calculating-1sin%281%B0%29%2B2sin%282%B0%29%2B3sin%283%B0%29%2B-%2B180sin%28180%B0%29.lesson>Calculating the sum 1*sin(1°) + 2*sin(2°) + 3*sin(3°) + . . . + 180*sin(180°)</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/An-equation-in-complex-numbers-which-HAS-NO-a-solution.lesson>A curious example of an equation in complex numbers which HAS NO a solution</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Solving-one-non-standard-equation-in-complex-numbers.lesson>Solving non-standard equations in complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Upper-level-problem-on-complex-numbers.lesson>Upper level problem on complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Determine-locus-of-points-using-complex-numbers.lesson>Determine locus of points using complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Joke-problems-on-complex-numbers.lesson>Joke problems on complex numbers</A> - <A HREF=https://www.algebra.com/algebra/homework/complex/Review-of-lessons-on-complex-numbers.lesson>OVERVIEW of lessons on complex numbers</A> Use this file/link <A HREF=https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-II - YOUR ONLINE TEXTBOOK</A> to navigate over all topics and lessons of the online textbook ALGEBRA-II.