To Iterate or Not to Iterate? (Part 3)

Calculus Level 5

2 + cos ( x ) = 0 \large{2 + \cos(x)=0}

Suppose that x x is a complex number in general, with a form A + B i A+Bi (where i = 1 ) i=\sqrt{-1}) .

Find the solution ( x ) x) to the above equation with the minimum value of A 2 + B 2 \sqrt{A^{2}+B^{2}} .

Enter the corresponding value of A 2 + B 2 \sqrt{A^{2}+B^{2}} to three decimal places.


The answer is 3.406.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Guilherme Niedu
Sep 15, 2016

It's possible to get an exact solution. I will denote the imaginay unit as j j since I am an electronical engineer =D

e ( j ( a + j b ) ) + e ( j ( a + j b ) ) 2 + 2 = 0 \frac{ e^{(j\cdot(a + jb))} + e^{(-j\cdot(a + jb))}}{2} + 2 = 0

e ( j a b ) + e ( j a + b ) = 4 e^{(ja -b )} + e^{(-ja + b )} = -4

e b ( c o s ( a ) + j s i n ( a ) ) + e b ( c o s ( a ) j s i n ( a ) ) = 4 e^{-b}\cdot(cos(a) + j\cdot sin(a) ) + e^b \cdot (cos(a) - j\cdot sin(a)) = -4

Separating real and imaginary equations:

( i ) (i) c o s ( a ) ( e b + e b ) = 4 cos(a)\cdot(e^b + e^{-b}) = -4

( i i ) (ii) s i n ( a ) ( e b e b ) = 0 sin(a)\cdot(e^{-b} - e^b) = 0

From ( i i ) (ii) , either e b = e b e^b = e^{-b} , which will lead to b = 0 b=0 or s i n ( a ) = 0 sin(a) = 0 , which will lead to a = k π , k Z a = k\pi, k \in \mathbb{Z}

Pluggin b = 0 b = 0 in ( i ) (i) we will have c o s ( a ) = 2 cos(a) = -2 , which have no solution for real a a . Hence, a = k π a = k\pi . Pluggin this in ( i ) (i) :

( 1 ) k ( e b + e b ) = 4 (-1)^k \cdot (e^b + e^{-b}) = -4

Or:

( e b + e b ) = 4 (e^b + e^{-b}) = -4 ( k (k e v e n ) even)

( e b + e b ) = 4 (e^b + e^{-b}) = 4 ( k (k o d d ) odd)

Since both e b e^b and e b e^{-b} are greater than 0, the first equation cannot be true. Hence, k k is odd and in order to a 2 + b 2 \sqrt{a^2 + b^2} to be minimum, a a should be equal to ± π \pm \pi

Substituting e b e^b as y y in the second equation, we will have y 2 4 y + 1 = 0 y^2 - 4y + 1 = 0 , or y = 2 ± 3 y = 2 \pm \sqrt{3}

Hence, b will be equal to l n ( 2 ± 3 ) = ± 1.317... ln(2 \pm \sqrt{3}) = \pm \fbox{1.317... }

Substituing a a as ± π \pm \pi and b b as ± 1.317... \pm 1.317... we have a 2 + b 2 = 3.406... \sqrt{a^2 + b^2} = \fbox{3.406...}

Very nice, thanks. As it turns out, I'm a EE as well. I generally use "i" on Brilliant, but I always have the urge to use "j".

Steven Chase - 4 years, 9 months ago

Log in to reply

Thank you, mate!

Guilherme Niedu - 4 years, 9 months ago
Steven Chase
Sep 13, 2016

I used the multivariate Newton Raphson method, as in Parts 1 and 2. The Jacobian derivation is given below. The "minimum" solutions come out to be ( ± π ± 1.317 i ) (\pm\pi\pm1.317i) , which all have a magnitude of approximately 3.406.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...