I'm trying to solve for the following equation:
$$|(1+50*i*x)^2|$$ I keep getting the form $$-2500x^2 + 100ix + 1 $$ when the problem needs to have the following form:
$$2500x^2 + 1$$
What steps are necessary for me to take to reach the latter response?
recall that $|a+bi|^2=|(a+bi)^2|$, because $$|a+bi|^2=(\sqrt{a^2+b^2})^2=a^2+b^2$$ and $$|(a+bi)^2|=|a^2-b^2+2abi|=\sqrt{(a^2-b^2)^2+4a^2b^2}=a^2+b^2$$ So $$|(1+50xi)^2|=|1+50xi|^2=(\sqrt{1+(50x)^2})^2=2500x^2+1$$