The imaginary numbers are those that give a solution to the equation in which the unknown, squared, is equal to a negative real number. The imaginary unit is i = √ (-1).
In the equation: ztwo= - a, z is an imaginary number that is expressed as follows:
z = √ (-a) = i√ (a)
Being to a positive real number. Yes a = 1, then z = i, where i is the imaginary unit.
In general, a pure imaginary number z is always expressed in the form:
z = y⋅i
Where Y is a real number e i is the imaginary unit.
Just as real numbers are represented on a line, called the real straight, in an analogous way the imaginary numbers are represented on the imaginary line.
The imaginary line is always orthogonal (90º shape) to the real straight and the two lines define a Cartesian plane called the complex plane.
In figure 1 the complex plane is shown and on it some real numbers are represented, some imaginary numbers and also some complex numbers:
X1, Xtwo, X3 they are real numbers
Y1, Ytwo, Y3 they are imaginary numbers
Ztwo and Z3 they are complex numbers
The number O is the real zero and it is also the imaginary zero, so the origin O is the complex zero expressed by:
0 + 0i
Article index
The set of imaginary numbers is denoted by:
I = …, -3i,…, -2i,…., - i,…., 0i,…., I,…., 2i,…., 3i,…
And you can define some operations on this numerical set. An imaginary number is not always obtained from these operations, so let's look at them in a little more detail:
Imaginary numbers can be added and subtracted from each other, resulting in a new imaginary number. For example:
3i + 2i = 5i
4i - 7i = -3i
When the product of one imaginary number with another is made, the result is a real number. Let's do the following operation to check it:
2i x 3i = 6 x itwo = 6 x (√ (-1))two = 6 x (-1) = -6.
And as we can see, -6 is a real number, although it has been obtained by multiplying two pure imaginary numbers.
If a real number is multiplied by i, the result will be an imaginary number, which corresponds to a 90 degree rotation counterclockwise.
And it is that itwo corresponds to two consecutive rotations of 90 degrees, which is equivalent to multiplying by -1, that is itwo = -1. It can be seen in the following diagram:
For example:
-3 x 5i = -15i
-3 x i = -3i.
You can define the potentiation of an imaginary number to an integer exponent:
i1 = i
itwo = i x i = √ (-1) x √ (-1) = -1
i3 = i x itwo = -i
i4 = itwo x itwo = -1 x -1 = 1
i5 = i x i4 = i
In general you have to in = i ^ (n mod 4), where mod is the remainder of the division between n Y 4.
Negative integer potentiation can also be performed:
i-1 = 1 / i1 = i / (i x i1) = i / (itwo) = i / (-1) = -i
i-two = 1 / itwo = 1 / (-1) = -1
i-3= 1 / i3 = 1 / (- i) = (-1) / i = -1 x i-1 = (-1) x (-i) = i
In general, the imaginary number b⋅i raised to the power n is:
(b⋅i) in = bn in = bn i ^ (n mod 4)
Some examples are the following:
(5 i)12 = 512 i12 = 512 i0 = 512 x 1 = 244140625
(5 i)eleven = 5eleven ieleven = 5eleven i3 = 5eleven x (-i) = -48828125 i
(-2 i)10 = -210 i10 = 210 itwo = 1024 x (-1) = -1024
When you add a real number with an imaginary one, the result is neither real nor imaginary, it is a new type of number called complex number.
For example, if X = 3.5 and Y = 3.75i, then the result is the complex number:
Z = X + Y = 3.5 + 3.75 i
Note that in the sum the real and imaginary parts cannot be grouped together, so a complex number will always have a real part and an imaginary part.
This operation extends the set of real numbers to the widest of complex numbers.
The name of imaginary numbers was proposed by the French mathematician René Descartes (1596-1650) as a mockery or disagreement with the proposal of the same made by the Italian mathematician of the century Raffaelle Bombelli.
Other great mathematicians, such as Euler and Leibniz, supported Descartes in this disagreement and called imaginary numbers amphibian numbers, that were torn between being and nothing.
The name of imaginary numbers remains today, but their existence and importance is very real and palpable, since they appear naturally in many fields of physics such as:
-The theory of relativity.
-In electromagnetism.
-Quantum mechanics.
Find the solutions of the following equation:
ztwo + 16 = 0
ztwo = -16
Taking the square root of both members, we have:
√ (ztwo ) = √ (-16)
± z = √ (-1 x 16) = √ (-1) √ (16) = i x 4 = 4i
In other words, the solutions of the original equation are:
z = + 4i or z = -4i.
Find the result of raising the imaginary unit to the power 5 minus the subtraction of the imaginary unit raised to the power -5.
i5 - i-5 = i5 - 1 / i5 = i - 1 / i = i - (i) / (i x i) = i - i / (- 1) = i + i = 2i
Find the result of the following operation:
(3i)3 + 9i
33 i3 - 9 = 9 (-i) + 9i = -9i + 9i = 0i
Find the solutions of the following quadratic equation:
(-2x)two + 2 = 0
The equation is rearranged as follows:
(-2x)two = -2
Then the square root of both members is taken
√ ((- 2x)two) = √ (-2)
± (-2x) = √ (-1 x 2) = √ (-1) √ (2) = i √ (2) = √2 i
Then we solve for x to finally obtain:
x = ± √2 / 2 i
That is, there are two possible solutions:
x = (√2 / 2) i
Or this other:
x = - (√2 / 2) i
Find the value of Z defined by:
Z = √ (-9) √ (-4) + 7
We know that the square root of a negative real number is an imaginary number, for example √ (-9) is equal to √ (9) x √ (-1) = 3i.
On the other hand, √ (-4) is equal to √ (4) x √ (-1) = 2i.
So the original equation can be replaced by:
3i x 2i - 7 = 6 itwo - 7 = 6 (-1) - 7 = -6 - 7 = -13
Find the value of Z resulting from the following division of two complex numbers:
Z = (9 - itwo) / (3 + i)
The numerator of the expression can be factored using the following property:
A difference of squares is the product of the sum and the difference of the binomials without squaring.
Then:
Z = [(3 - i) (3 + i)] / (3 + i)
The resulting expression is simplified below, leaving
Z = (3 - i)
Yet No Comments