----- Original Message ----
From: "rwg@sdf.lonestar.org" <rwg@sdf.lonestar.org> To: math-fun <math-fun@mailman.xmission.com> Sent: Tuesday, October 7, 2008 4:02:59 AM Subject: [math-fun] Theta_3(0,q) near the unit circle
... PS, how can a natural boundary grow only like 1/sqrt(-log q)? The other thetas are *much* wilder. _______________________________________________
Einar Hille gives the following example (Analytic Function Theory, vol. 1, p.133).
sum( z^(2^n) / n!, n=0..infinity)
This function and its derivatives of all orders are continuous and bounded in the closed unit disk. Yet the unit circle is a natural boundary.
Gene ?? Surely it blows up at z=+-1. Interestingly, it has an infinitude of roots (but trickily, no accumulation point) inside the unit circle: 0, -.65862675430016392241347283058, .120314841052762693451935272875 +- .934605942791339747870826388582 i, -.685206279747129651080553110888 +- .670534105899025904030180437365 i,... .
ParametricPlot3D[{r*Cos[t], r*Sin[t], Abs[Sum[(r*E^(I*t))^2^n, {n, 0, Infinity}]]}, {r, 0, 1}, {t, 0, 2*Pi}] reveals the first few and suggests a few more, but they're so abrupt Mma would need to rootfind to look convincing. If it found too many, the inner ones would be hidden behind a curtain of needles at the boundary, although in a super-accurate plot, those ought to be pretty transparent. --rwg