Posts

Showing posts from January 14, 2019

If $f(z)=z+a_2z^2+…+a_nz^n$ is injective on the unit disk, then $|a_2|≤frac12(n-1)$

Image
7 1 $begingroup$ Suppose $f(z)=z+a_2z^2+...+a_nz^n$ is injective in $D:={z:|z|<1}$ . Show that $|a_2|≤(n-1)/2$ and $|a_n|≤1/n$ . Partial Solution Assume without loss of generality that $a_nne0$ . If $f$ is injective, then $f'(z)≠0$ in $D$ . Now, $$f'(z)=1+2a_2z+...+na_nz^{n-1}$$ By the fundamental theorem of algebra, $$f'(z)=na_n(z-r_1)...(z-r_{n-1})$$ where $r_1,...,r_{n-1}$ are the roots of $f'(z)$ , and $$f'(0)=1=na_n(-1)^nr_1r_2...r_{n-1}$$ Note that $|r_i|geq1$ for each $i=1,...,n-1$ , hence $$|r_1r_2...r_{n-1}|geq1$$ and, finally, $$|a_n|=frac1{n,|r_1r_2...r_{n-1}|}leqfrac{1}{n}$$ What I cannot figure out, though, is how to prove that $|a_2|≤(n-1)/2$ . I have tried similar arguments, but cannot seem to get it. Any hints would be greatly appreciated.

loader function is not working in chrome. how to do it?

Image
0 Loader function is now working in chrome but it's working in firefox. I tried with time out function then its not passing to next ajax call, and changed async : true, here also same problem. Jquery Plugin Model:: https://www.jqueryscript.net/demo/jQuery-Plugin-For-Creating-Loading-Overlay-with-CSS3-Animations-waitMe/ code: waitMe_loader('element', 'body'); ajax({ async:false, }); $('body').waitMe_loader('hide'); jquery google-chrome asynchronous wait loader share | improve this question edited Nov 28 '18 at 5:02 Meeravali