Find all real numbers x such that $\mid x-14i\mid=1-x$.

60 Views Asked by At

Find all real numbers x such that $\mid x-14i\mid=1-x$.

The first thing I tried was to just guess an approximate answer and use the calculator to determine that.

If x=-97.5 then,

$$\mid x-14i\mid= \sqrt{(-97.5)^2+14^2}=98.5=1-(-97.5)=1-x$$

But this is only one solution and the questions asks for all real numbers. Maybe this question has only one solution since $14i$ is a constant.

Also, I wanted to show this in a cleaner algebraic fashion instead of just guessing the value.

I assume I have to break up $\mid x-14i\mid$ such that $x$ has an imaginary part equal to zero because the right hand side has no imaginary part but I'm not sure what the method is or what steps to follow to solve this problem algebraically.

Any help would be greatly appreciated.

Thanks

3

There are 3 best solutions below

0
On BEST ANSWER

If $x$ is real, then

$$|x-14i|=1-x\implies x^2+196=1-2x+x^2\iff x=-195/2=-97.5$$

It remains to check that $-97.5$ actually is a solution (i.e., that the "$\implies$" goes the other way as well). This is what the OP did.

3
On

\begin{align*} |x-14i|&=1-x\\ |x-14i|^2&=(1-x)^2\\ x^2+14^2&=1+x^2-2x\\ x&=\frac{1-14^2}2 \end{align*} Since it's a "if and only if" chain, the above value for $x$ is the one and only.

0
On

Well, the thing you need to solve when $x\in\mathbb{R}$ is:

$$\sqrt{x^2+\left(-14\right)^2}=1-x\tag1$$

And that gives only one solution, and that is $x=-\frac{195}{2}$.