Calculate the conjugate of a complex number

142 Views Asked by At

ok, so I have to calculate the conjuage of ${(8-2i)^4\over(4+3i)^5}$ using the properties such as $\overline{\left(\frac{z_1}{z_2}\right)}=\frac{\bar z_1}{\bar z_2}$ and $\overline{(z_1z_2)}=\bar z_1\bar z_2$. Using these properties, Im assuming that the answer is $\frac{(8+2i)^4}{(4-3i)^5}$ Is this correct?

1

There are 1 best solutions below

0
On BEST ANSWER

$$(8-4i)(8-4i)(8-4i)(8-4i)\over(4+3i)(4+3i)(4+3i)(4+3i)(4+3i)$$ $$f(a,b) = a -bi$$ solving for the complex conjugate of the numerator $$f(8,4) = 8 - (-4)i $$ $$ f(8,4) = 8 + 4i $$ solving for the complex conjugate of the denominator $$f(4,3) = 4 - (3)i $$ $$ f(4,3) = 4 - 3i $$ thus$$\overline{(8-4i)^4\over(4+3i)^5}$$ = $$(8+4i)^4\over(4-3i)^5$$ last identity need not be used but the prove is as follows. $$\overline{z_1z_2} = \bar z_1\bar z_2$$ $$\overline{z_1z_2} = \overline{(a_1 + a_2) + (b_1 + b_2)i} $$ $$(a_1 + a_2) - (b_1 + b_2)i$$ $$(a_1 - b_1i)(a_2 - b_2i)$$