Question

In: Math

Complex numbers

Simplify the complex numbers in term of i.

z= (1+3i)/(1-4i) 

Solutions

Expert Solution

Multiply numerator and denominator by the complex conjugate of the denominator (1+4i).

(1+3i)/(1-4i) ×(1+4i)/(1+4i)

=[ (1+3i)×(1+4i)] /[(1)^2-(4i)^2]

=(1+7i+12i^2)/(1-16i^2)

Take.   i^2=-1

= (1+7i+12(-1))/(1-16(-1))

=(7i-11)/17

Or z= 7i/17-11/17


After simplify we will get

z=7/17i-11/17

Related Solutions

n Java, Create a class called Complex for performing arithmetic with complex numbers. Complex numbers have...
n Java, Create a class called Complex for performing arithmetic with complex numbers. Complex numbers have the form realPart + imaginaryPart * i where i is square root of -1 Use floating-point variables to represent the private data of the class. Provide a constructor that enables an object of this class to be initialized when it is declared. Provide a no-argument constructor with default values in case no initializers are provided. Provide public methods that perform the following operations: a)...
Find all the complex numbers z for which the multiple-valued function (1+i)^z provides complex numbers which...
Find all the complex numbers z for which the multiple-valued function (1+i)^z provides complex numbers which all have the same absolute value.
Write minimal code to declare a class Complex that enables operations on complex numbers, and also...
Write minimal code to declare a class Complex that enables operations on complex numbers, and also to overload the multiplication * operator.
(a) look at these the complex numbers z1 = − √ 3 + i and z2...
(a) look at these the complex numbers z1 = − √ 3 + i and z2 = 3cis(π/4). write the following complex numbers in polar form, writing your answers in principal argument: i. z1 ii. z1/|z1|. Additionally, convert only this answer into Cartesian form. iii. z1z2 iv. z2/z1 v. (z1) -3 vi. All complex numbers w that satisfy w 3 = z1. (b) On an Argand diagram, sketch the subset S of the complex plane defined by S = {z...
Construct the field of complex numbers as an extension of the field of rationales. Please, be...
Construct the field of complex numbers as an extension of the field of rationales. Please, be thorough.
How to construct a field of complex numbers as an extension of the field of rationales?
How to construct a field of complex numbers as an extension of the field of rationales?
Implement a class named Complex that represents immutable complex numbers. Your class needs two private final...
Implement a class named Complex that represents immutable complex numbers. Your class needs two private final fields of type double to store the real and imaginary parts. Try to use constructor chaining to implement 2 of the 3 required constructors. If you cannot complete one or more of the methods, at least make sure that it returns some value of the correct type; this will allow the tester to run, and it will make it much easier to evaluate your...
Write the following complex numbers in polar form, as ??^??. 1/3+4i
Write the following complex numbers in polar form, as ??^??. 1/3+4i
Complex Numbers: What's the difference between Log(z), log(z) and ln(z)? where z is a complex number,...
Complex Numbers: What's the difference between Log(z), log(z) and ln(z)? where z is a complex number, z = x + iy
Due October 25. Let R denote the set of complex numbers of the form a +...
Due October 25. Let R denote the set of complex numbers of the form a + b √ 3i, with a, b ∈ Z. Define N : R → Z≥0, by N(a + b √ 3i) = a 2 + 3b 2 . Prove: (i) R is closed under addition and multiplication. Conclude R is a ring and also an integral domain. (ii) Prove N(xy) = N(x)N(y), for all x, y ∈ R. (ii) Prove that 1, −1 are the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT