SOLUTION: Find modulus of complex number z= (((3-4j)(3j-2))/-j)
i have tried
=((9j-6-12j^2+8j)/-j)
=((17j+6)/-j)
modulus = (sqrt(17^2 +6^2))/-j = (sqrt(325))/-j
Is this correct
Question 1136493: Find modulus of complex number z= (((3-4j)(3j-2))/-j)
i have tried
=((9j-6-12j^2+8j)/-j)
=((17j+6)/-j)
modulus = (sqrt(17^2 +6^2))/-j = (sqrt(325))/-j
Is this correct Found 2 solutions by rothauserc, greenestamps:Answer by rothauserc(4718) (Show Source):
You can put this solution on YOUR website! z = (((3-4j)(3j-2))/-j) =
:
perform complex number division
:
Note this problem uses j instead of i, therefore j = square root(-1) and j^2 = -1
:
multiply numerator and denominator by j
:
(((3-4j)(3j-2))/-j) * (j/j) =
:
Note the denominator becomes -j^2 = -(-1) = 1
:
(((3-4j)(-2+3j)) * j =
:
perform complex number multiplication
:
(-6 +9j +8j -12j^2) * j =
:
(-6 +9j +8j +12) * j =
:
(6 +17j) * j =
:
6j -17 =
:
-17 +6j
:
************************************************
modulus = square root( (-17)^2 + 6^2 ) = 18.0278
************************************************
: