Proving |z|<1 and n is a positive integer: Complex Analysis Proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
daudaudaudau
Messages
297
Reaction score
0

Homework Statement


Given |z|<1 and n a positive integer prove that
[tex] \left|\frac{1-z^n}{1-z}\right|\le n[/tex]

The Attempt at a Solution


I try to find the maximum of the function by differentiation

[tex] \frac{d}{dz}\frac{1-z^n}{1-z}=\frac{-nz^{n-1}*(1-z)+(1-z^n)}{(1-z)^2}=0\Rightarrow (1-z^n)=nz^{n-1}*(1-z)[/tex]

I then plug this in

[tex] \left|\frac{nz^{n-1}*(1-z)}{1-z}\right|=n\left|z^{n-1}\right|\le n[/tex]

I guess this works. Does someone have another way to prove it?
 
Physics news on Phys.org
Ah that is clever

[tex] \left|\frac{1-z^n}{1-z}\right|=\left|\sum_{k=0}^{n-1}z^k\right|\le \sum_{k=0}^{n-1}|z|^k\le n[/tex]