Skip to main content

Solving inequalities with complex numbers without breaking a sweat

Let us take a look at a problem that came in JEE Mains 2018 CBT.

If $|z-3+2i|\le 4$ then the difference between the greatest value and the least value of $|z|$ is:
1. $4+\sqrt{13}$
2. $2\sqrt{13}$
3. $8$
4. $\sqrt{13}$

This can be approached using the conventional formula to get the answer. But what if you are not sure about the formula? Even if you do remember the formula, what if you want to arrive at the solution faster?

There is an excellent graphical method to solve this problem.

Consider $z=x+3+(y-2)i$. Note that I am considering this way so that the inequality is neat and clean: $$\sqrt{x^2+y^2}\le 4\\ \therefore x^2+y^2\le 4^2$$
The red region here represents the inequality shown. The region thus contains all and the only values that $x$ and $y$ can take. Let's find out $|z|$ now. $$|z|=\sqrt{(x+3)^2+(y-2)^2}$$ In a graphical point of view, $|z|$ represents the distance between any point in the red area and $(-3,2)$.
It is obvious that the point $(-3,2)$ itself lies inside the red region i.e., satisfy the inequality. Thus the minimum value of $|z|$ must be $0$.
$$|z|_{\text{min}} = 0$$ The maximum value of $|z|$ will be the distance between $(-3,2)$ and the point that lies the farthest away from $(-3,2)$.


It is obvious from the graph that the distance between $(-3,2)$ and $(x,y)$ will be the maximum, when $(x,y)$ satisfies the inequality.
$$\therefore |z|_{\text{max}} = AB = AO+OB\\ AO=\sqrt{(-3-0)^2+(2-0)^2}=\sqrt{13}$$ $OB$ is the radius of the circle $x^2+y^2=4^2$.
$$OB=4\\ \therefore |z|_{\text{max}} = 4+\sqrt{13}$$ Therefore, the answer will be $|z|_{\text{max}}-|z|_{\text{min}} = 4+\sqrt{13}$
If you practice this method a few times and understand how it works, you will be able to answer this kind of problem in a minute!

Comments

Popular posts from this blog

Factorials, and the Gamma Function

What is the Gamma function? What does it have to do with the factorial of a number? And why does such a formula even work? The Factorial In our high school combinatorics course, we were introduced to the factorial of a natural number. We defined the factorial of a number $n$ to be the product of all the natural numbers till $n$. Or symbolically: $$n! = 1 . 2 . 3 ... (n-2)  (n-1)  n$$ This is a very useful function in Counting problems. This function also pops up in the exponential function: $$e^x = 1+\frac{x}{1!}+\frac{x^2}{2!}+\frac{x^3}{3!}+...$$ Setting this aside, we think: can we 'extend' this function to all real number? Surely, even if we were to come up with such a function, what would it mean to take this new 'factorial' of some real number? Well, let's take a look at one important property of the factorial function: $$n! = n(n-1)!$$ and this is true for all natural numbers $n$. So, even if we came up with this homologous function, we...

The $\operatorname{erf}$ function

Can a function be 'defined' as the anti-derivative of another function? $\operatorname{erf}$ is one such function. Even though it has various proper infinite series expansions (as in Wolfram MathWorld - Erf ), it is defined by mathematicians as such: $$\operatorname{erf}(z) \equiv \frac{2}{\sqrt{\pi}}\int_0^ze^{-t^2}dt$$ This function has extensive implications in statistics, and can be used to express the integral of $e^{-x^2}$ and $e^{x^2}$. See the post that tries to find  integral of $e^{x^2}$  - we need not use integration by parts there, but rather can use the $\operatorname{erf}$ function. Source: Wolfram MathWorld

Why $y^2 = x^3 + 7$ has no integral solutions?

Consider the given equation... $$y^2-7=x^3=(x^{\frac{3}{2}})^2$$ $$y^2-(x^{\frac{3}{2}})^2=7$$ If $x^{\frac{3}{2}}$ is a decimal, then $y$ should also be some decimal to make the equation an integer, i.e., $7$. So $y$ will be a decimal in this case. But consider when $x^{\frac{3}{2}}$ is an integer. The only integers whose difference of squares is $7$, is $4$ and $3$ (why?). $$4^2 - 3^2 =7$$ But compare it to the equation $y^2-(x^{\frac{3}{2}})^2=7$. Then $$x^{\frac{3}{2}} = 3$$ $$x = 3^{\frac{2}{3}}$$ But here $x$ is a decimal! Therefore, at least one of the variables $x$ and $y$ is a decimal in the given equation, thus proving the fact that it has no integral solutions.