All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Maximizing Complex Ratios (Posted on 2024-06-14) Difficulty: 3 of 5
If z is a complex number such that |z|=3, then find the maximum value of the expression |z-i|/|z+1|.

No Solution Yet Submitted by Danish Ahmed Khan    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution computer solution | Comment 1 of 3
mx=0;
for theta=0:.00000005:2*pi
  a=3*cos(theta); b=3*sin(theta);
  r=norm([a,b-1])/norm([a+1,b]);
  if r>mx 
    mx=r;
    mxa=a; mxb=b;
  end
end
mx
disp([mxa mxb])


mx =
          1.66225322815709
  Column 1
         -2.82093725734824
  Column 2
         -1.02093730958594
         
The maximum is approximately 1.66225322815709, at

 z = -2.82093725734824 - 1.02093730958594 i

Edited on June 14, 2024, 9:36 am
  Posted by Charlie on 2024-06-14 09:35:05

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (4)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information