1:
2: \documentclass[12pt]{article}
3: %New program
4:
5:
6: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7:
8: % LATEX FILE (RUN IT TWICE TO GET CROSS-REFERENCES RIGHT)
9: %*******************************************************************************
10:
11:
12: \jot = 1.5ex
13: \def\baselinestretch{1.65}
14: \parskip 5pt plus 1pt
15: \def\ie{\hbox{\it i.e.}{}} \def\etc{\hbox{\it etc.}{}}
16: \def\eg{\hbox{\it e.g.}{}} \def\cf{\hbox{\it cf.}{}}
17: \def\etal{\hbox{\it et al.}}
18:
19: \catcode`\@=11
20:
21:
22:
23: % This causes equations to be numbered by section
24:
25: \@addtoreset{equation}{section}
26: %\def\theequation{\arabic{equation}}
27: \def\theequation{\thesection\arabic{equation}}
28:
29: \def\@normalsize{\@setsize\normalsize{15pt}\xiipt\@xiipt
30: \abovedisplayskip 14pt plus3pt minus3pt%
31: \belowdisplayskip \abovedisplayskip
32: \abovedisplayshortskip \z@ plus3pt%
33: \belowdisplayshortskip 7pt plus3.5pt minus0pt}
34: \def\small{\@setsize\small{13.6pt}\xipt\@xipt
35: \abovedisplayskip 13pt plus3pt minus3pt%
36: \belowdisplayskip \abovedisplayskip
37: \abovedisplayshortskip \z@ plus3pt%
38: \belowdisplayshortskip 7pt plus3.5pt minus0pt
39: \def\@listi{\parsep 4.5pt plus 2pt minus 1pt
40: \itemsep \parsep
41: \topsep 9pt plus 3pt minus 3pt}}
42:
43: \def\underline#1{\relax\ifmmode\@@underline#1\else
44: $\@@underline{\hbox{#1}}$\relax\fi}
45: \@twosidetrue \relax
46:
47:
48: \catcode`@=12
49:
50: % set page size
51: \evensidemargin 0.0in \oddsidemargin 0.0in \topmargin -0.2in
52: \textwidth 6.4in \textheight 8.9in
53: %\headsep .50in
54:
55: % reset section commands
56:
57: % reset section commands
58:
59: \catcode`\@=11
60: \def\lover#1{
61: \raisebox{1.3ex}{\rlap{$\leftarrow$}} \raisebox{ 0ex}{$#1$}}
62: \def\section{\@startsection{section}{1}{\z@}{3.5ex plus 1ex minus
63: .2ex}{2.3ex plus .2ex}{\large\bf}}
64: \def\thesection{\arabic{section}.}
65: \def\thesubsection{\Roman{section}-\Alph{subsection}.}
66: % reset the page style
67: \def\FERMIPUB{}
68: \def\FERMILABPub#1{\def\FERMIPUB{#1}}
69: \def\ps@headings{\def\@oddfoot{}\def\@evenfoot{}
70: \def\@oddhead{\hbox{}\hfill
71: \makebox[.5\textwidth]{\raggedright\ignorespaces --\thepage{}--
72: \hfill }}
73: \def\@evenhead{\@oddhead}
74: \def\subsectionmark##1{\markboth{##1}{}}
75: }
76:
77: \ps@headings
78:
79: \catcode`\@=12
80:
81: \relax
82: \def\r#1{\ignorespaces $^{#1}$}
83: % This defines the figure caption environment.
84: % The environments are begun with a \begin{figcap} and ended
85: % with a \end{figcap}. Titles are printed at the begining. Every
86: % time the \item command is used the counter is advance by one.
87: %
88:
89: \def\figcap{\section*{Figure Captions\markboth
90: {FIGURECAPTIONS}{FIGURECAPTIONS}}\list
91: {Fig. \arabic{enumi}:\hfill}{\settowidth\labelwidth{Fig. 999:}
92: \leftmargin\labelwidth
93: \advance\leftmargin\labelsep\usecounter{enumi}}}
94: \let\endfigcap\endlist \relax
95: \def\tablecap{\section*{Table Captions\markboth
96: {TABLECAPTIONS}{TABLECAPTIONS}}\list
97: {Table \arabic{enumi}:\hfill}{\settowidth\labelwidth{Table 999:}
98: \leftmargin\labelwidth
99: \advance\leftmargin\labelsep\usecounter{enumi}}}
100: \let\endtablecap\endlist \relax
101: \def\reflist{\section*{References\markboth
102: {REFLIST}{REFLIST}}\list
103: {[\arabic{enumi}]\hfill}{\settowidth\labelwidth{[999]}
104: \leftmargin\labelwidth
105: \advance\leftmargin\labelsep\usecounter{enumi}}}
106: \let\endreflist\endlist \relax
107:
108: \catcode`\@=11
109:
110: \def\marginnote#1{}
111: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
112: \newcount\hour
113: \newcount\minute
114: \newtoks\amorpm
115: \hour=\time\divide\hour by60 \minute=\time{\multiply\hour by60
116: \global\advance\minute by- \hour}
117: \edef\standardtime{{\ifnum\hour<12 \global\amorpm={am}%
118: \else\global\amorpm={pm}\advance\hour by-12 \fi
119: \ifnum\hour=0 \hour=12 \fi
120: \number\hour:\ifnum\minute<100\fi\number\minute\the\amorpm}}
121: \edef\militarytime{\number\hour:\ifnum\minute<100\fi\number\minute}
122: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
123: \def\draftlabel#1{{\@bsphack\if@filesw {\let\thepage\relax
124: \xdef\@gtempa{\write\@auxout{\string
125: \newlabel{#1}{{\@currentlabel}{\thepage}}}}}\@gtempa
126: \if@nobreak \ifvmode\nobreak\fi\fi\fi\@esphack}
127: \gdef\@eqnlabel{#1}}
128: \def\@eqnlabel{}
129: \def\@vacuum{}
130: \def\draftmarginnote#1{\marginpar{\raggedright\scriptsize\tt#1}}
131: \def\draft{\oddsidemargin -.5truein
132: \def\@oddfoot{\sl preliminary draft \hfil
133: \rm\thepage\hfil\sl\today\quad\militarytime}
134: \let\@evenfoot\@oddfoot \overfullrule 3pt
135: \let\label=\draftlabel
136: \let\marginnote=\draftmarginnote
137:
138: \def\@eqnnum{(\theequation)\rlap{\kern\marginparsep\tt\@eqnlabel}%
139: \global\let\@eqnlabel\@vacuum} }
140: \def\preprint{\twocolumn\sloppy\flushbottom\parindent 1em
141: \leftmargini 2em\leftmarginv .5em\leftmarginvi .5em
142: \oddsidemargin -.5in \evensidemargin -.5in
143: \columnsep 15mm \footheight 0pt
144: \textwidth 250mmin \topmargin -.4in
145: \headheight 12pt \topskip .4in
146: \textheight 175mm
147: \footskip 0pt
148:
149: \def\@oddhead{\thepage\hfil\addtocounter{page}{1}\thepage}
150: \let\@evenhead\@oddhead \def\@oddfoot{} \def\@evenfoot{}
151: }
152: \def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn
153: \else \newpage \fi \thispagestyle{empty}\c@page\z@
154: \def\thefootnote{\fnsymbol{footnote}} }
155: \def\endtitlepage{\if@restonecol\twocolumn \else \fi
156: \def\thefootnote{\arabic{footnote}}
157: \setcounter{footnote}{0}} %\c@footnote\z@ }
158: \catcode`@=12 \relax
159: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
160:
161: % reset the page style
162: \def\FERMIPUB{}
163: \def\FERMILABPub#1{\def\FERMIPUB{#1}}
164: \def\ps@headings{\def\@oddfoot{}\def\@evenfoot{}
165: \def\@oddhead{\hbox{}\hfill
166: \makebox[.5\textwidth]{\raggedright\ignorespaces --\thepage{}--
167: \hfill }}
168: \def\@evenhead{\@oddhead}
169: \def\subsectionmark##1{\markboth{##1}{}}
170: }
171:
172: \ps@headings
173:
174: \relax
175:
176:
177:
178:
179: %end of new program
180:
181: %\usepackage[greek]{babel}
182: %\usepackage[iso-8859-7]{inputenc}
183:
184: %\newcommand{\eng}[1]{\latintext #1\greektext}
185:
186:
187:
188: %\usepackage[greek]{babel}
189: %\usepackage[iso-8859-7]{inputenc}
190:
191: \usepackage{graphicx}
192:
193:
194: %\newcommand{\eng}[1]{\latintext#1\greektext}
195:
196:
197:
198: \begin{document}
199: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
200: %\begin{figure}[h]
201: %\centering
202: %\includegraphics[scale=0.5]{a:figure1p.ps}
203: %\end{figure}
204: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
205:
206:
207:
208:
209:
210:
211: \begin{titlepage}
212: %
213: %
214: \begin{flushright}
215:
216: NTUA--7--01 \\
217: hep-th/0111052
218:
219:
220: \end{flushright}
221: %
222:
223: \begin{centering}
224: %
225: \vspace{.41in}
226: %
227: {\large {\bf Cosmological Evolution of a Brane Universe in a Type
228: 0 String Background.}}\\
229:
230: %
231: \vspace{.2in}
232:
233:
234: {\bf I. Pappa$^{a} $} \\
235: \vspace{.2in}
236:
237: National Technical University of Athens, Physics
238: Department, Zografou Campus,\\ GR 157 80, Athens, Greece. \\
239:
240: %
241:
242: \vspace{0.5in}
243:
244: {\bf Abstract} \\
245:
246: \end{centering}
247:
248: \vspace{.1in}
249: %
250: We study the cosmological evolution of a D3-brane Universe in a
251: type 0 string background. We follow the brane universe along the
252: radial coordinate of the background and we calculate the energy
253: density which is induced on the brane because of its motion in the
254: bulk. For constant values of tachyon and dilaton an inflationary
255: phase is appearing. For non constant values of tachyon and dilaton
256: and for a particular range of values of the scale factor of the
257: brane-universe, the effective energy density is dominated by a
258: term proportional to $\frac{1}{(\log\alpha)^{4}}$ indicating a
259: slowly varying inflationary phase.
260:
261: %
262:
263:
264: \vspace{0.5in}
265: %
266: \begin{flushleft}
267:
268: $^{a} $ e-mail
269: address:gpappa@central.ntua.gr
270:
271:
272:
273:
274: \end{flushleft}
275: %
276: %
277:
278:
279: \end{titlepage}
280:
281: \newpage
282: \section{Introduction}
283:
284:
285: There has been much recent interest in the idea that our universe
286: may be a brane embedded in some higher dimensional space
287: \cite{Reg}. It has been shown that the hierarchy problem can be
288: solved if the higher dimensional Planck scale is low and the
289: extra dimensions large \cite{Dim}. Randall and Sundrum \cite{Rand}
290: proposed a solution of the hierarchy problem
291: without the need for large extra dimensions but instead through
292: curved five-dimensional spacetime $AdS_{5}$ that generates an
293: exponential suppression of scales.
294:
295:
296: This idea of a brane-universe can naturally be applied to string
297: theory. In this context, the Standard Model gauge bosons as well as
298: charged matter arise as fluctuations of the D-branes. The universe
299: is living on a collection of coincident branes, while gravity and
300: other universal interactions is living in the bulk space
301: \cite{Pol}.
302:
303: This new concept of brane-universe naturally leads to a new
304: approach to cosmology. Any cosmological evolution like inflation
305: has to take place on the brane while gravity acts globally on
306: the whole space.
307:
308: Another approach to cosmological evolution of our brane-universe
309: is to consider the motion of the brane in higher
310: dimensional spacetimes. In \cite{Cha} the motion of a domain wall
311: (brane) in such a space was studied. The Israel matching conditions
312: were used to relate the bulk to the domain wall (brane) metric, and
313: some interesting cosmological solutions were found. In
314: \cite{Keh} a universe three-brane is considered in motion
315: in ten-dimensional space in the presence of a gravitational field
316: of other branes. It was shown that this motion in ambient space
317: induces cosmological expansion (or contraction) on our universe,
318: simulating various kinds of matter.
319:
320: In \cite{Papa} we examine the motion of a three-brane in a
321: background of the type 0 string theory.
322: Employing the technics of ref. \cite{Keh}, we will show that a cosmological evolution is induced
323: on the three-brane as it moves in the type 0 string background,
324: which for some range of the parameters has an inflationary epoch. As we will
325: discuss in the following, the tachyon function $f(T)$ which couples to
326: the $F_{5}$ form of the type 0 strings, is crucial for the
327: inflationary evolution of the brane-universe.
328:
329: Type 0 string theories \cite{Tset}
330: are interesting because of their connection
331: \cite{Typ0} to four-dimensional
332: $SU(N)$ gauge theory. The type 0 string does not have spacetime
333: supersymmetry and because of that contains in its spectrum a
334: non-vanishing tachyon field. In \cite{Tset} it was argued that one
335: could construct the dual of an SU(N) gauge theory with 6 real
336: adjoint scalars by stacking N electric D3 branes
337: of the type 0 model on top of each other. The tachyon field
338: couples to the five form field strength, which drives the tachyon
339: to a nonzero expectation value.
340:
341: Asymptotic solutions of the dual gravity background were
342: constructed in \cite{Tset,Minah}. At large radial coordinate
343: the tachyon is constant and one
344: finds a metric of the form $AdS_{5} \times S^{5}$ with vanishing
345: coupling which was interpreted as a UV fixed point. The solution
346: exhibits a logarithmic running in qualitative agreement with the
347: asymptotic freedom property of the field theory. At small radial
348: coordinate the tachyon vanishes and one finds again a solution of the
349: form $AdS_{5} \times S^{5}$ with infinite coupling, which was
350: interpreted as a strong coupling IR fixed point.
351: A gravity solution which describes the flow from the UV
352: fixed point to the IR fixed point is given in \cite{Magg}.
353:
354: In \cite{Pappa} we study the cosmological evolution of the brane-universe as the brane
355: moves from the UV to the IR fixed point. In the following we will calculate
356: the effective energy density which is induced
357: on the brane because of its motion in the particular background
358: of a type 0 string. Using the approximate solutions of
359: {\cite{Tset,Minah,Magg}, we find that for large values of the
360: radial coordinate $r$, in the UV region, the effective energy density
361: takes a constant value, which means that the universe has an
362: inflationary period. For smaller values of $r$, or of the scale factor
363: $\alpha$, the energy density is dominated by a term proportional to
364: $ \frac{1}{(\log \alpha)^{4}} $, where $\alpha$ is the scale factor of the
365: brane-universe. This value of the energy density indicates that
366: the universe is in a slow inflationary phase,
367: in a "logarithmic inflationary" phase as we can call it, in contrast to
368: "constant inflationary" phase which characterizes the usual
369: exponential behaviour.
370: For even smaller values of $r$,
371: the approximation breaks down and we cannot trust
372: the solutions anymore. If we go to the IR region the energy density is
373: dominated by the term $ \frac{1}{\alpha^{4}} $ and again
374: we find the "logarithmic inflation" for larger values of $r$. The
375: approximation breaks down again for some larger values of $r$. It is well
376: known that it is very difficult to connect the IR to the UV
377: solutions. Therefore our failure to present a full cosmological
378: evolution, relies exactly on this fact .
379:
380: We note here that what we find is somewhat peculiar, in the sense that one
381: does not expect the effective energy density to be dominated, for
382: a range of values of the scale factor, by terms proportional to
383: $ \frac{1}{(\log \alpha)^{4}}$. We understand this behaviour, as due entirely
384: to mirage matter which is induced on the brane, from this particular background.
385:
386: Our work is organized as follows. In section two, we briefly
387: review the technics of ref. \cite{Keh}. In section three, using
388: this solution we find the cosmological evolution of the
389: three-brane in a background of type 0 string with constant dilaton and tachyon. In section four
390: we study the cosmological evolution of the
391: three-brane in a background of type 0 string with non constant dilaton
392: and tachyon. Finally in the last
393: section we discuss our results.
394:
395: \section{Brane Universe}
396:
397: We will consider a probe brane moving in a generic static,
398: spherically symmetric background \cite{Keh}. We assume the brane
399: to be light compared to the background so that we will neglect
400: the back-reaction. As the brane moves the induced world-volume
401: metric becomes a function of time, so there is a cosmological
402: evolution from the brane point of view. The metric of a D3-brane
403: is parameterized as
404: \begin{equation}\label{in.met}
405: ds^{2}_{10}=g_{00}(r)dt^{2}+g(r)(d\vec{x})^{2}+
406: g_{rr}(r)dr^{2}+g_{S}(r)d\Omega_{5}
407: \end{equation}
408: and there is also a dilaton field $\Phi$ as well as a $RR$
409: background $C(r)=C_{0...3}(r)$ with a self-dual field strength. The
410: action on the brane is given by
411: \begin{eqnarray}\label{B.I. action}
412: S&=&T_{3}~\int~d^{4}\xi
413: e^{-\Phi}\sqrt{-det(\hat{G}_{\alpha\beta}+(2\pi\alpha')F_{\alpha\beta}-
414: B_{\alpha\beta})}
415: \nonumber \\&&
416: +T_{3}~\int~d^{4}\xi\hat{C}_{4}+anomaly~terms
417: \end{eqnarray}
418: At last we get for the induced metric on the brane
419: \begin{equation}\label{fin.ind.metric}
420: d\hat{s}^{2}=-d\eta^{2}+g(r(\eta))(d\vec{x})^{2}
421: \end{equation}
422: with $\eta$ the cosmic time.
423:
424: This equation is the standard form of a flat expanding universe.
425: If we define the scale factor as $\alpha^{2}=g$ then we can
426: interpret the quantity $(\frac{\dot{\alpha}}{\alpha})^{2}$ as an
427: effective matter density on the brane with the result
428: \begin{equation}\label{dens}
429: \frac{8\pi}{3}\rho_{eff}=\frac{(C+E)^{2}g_{S}e^{2\Phi}-|g_{00}|(g_{S}g^{3}+\ell^{2}e^{2\Phi})}
430: {4|g_{00}|g_{rr}g_{S}g^{3}}(\frac{g'}{g})^{2}
431: \end{equation}
432:
433: Therefore the motion of a D3-brane on a general spherically
434: symmetric background had induced on the brane a matter density. As
435: it is obvious from the above relation, the specific form of the
436: background will determine the cosmological evolution on the brane.
437:
438:
439: \section{Brane-inflation}
440: We consider a D3-brane moving along a geodesic in the background
441: of a type 0 string. For the case of constant tachyon and dilaton
442: the solution for the induced metric on the brane is \cite{Tset}
443: \begin{equation}\label{Sol}
444: g_{00}=-H^{-\frac{1}{2}},
445: g(r)=H^{-\frac{1}{2}}, g_{S}(r)=H^{\frac{1}{2}}r^{2},
446: g_{rr}(r)=H^{\frac{1}{2}}, H=1+\frac{e^{\Phi_{0}}Q}{2r^{4}}
447: \end{equation}
448: the four form is
449: \begin{equation}\label{Cterm}
450: C=e^{-\Phi_{0}}f^{-1}(T)(1+\frac{e^{\Phi_{0}}Q}{2r^{4}})^{-1}+Q_{1}
451: \end{equation}
452: where $Q_{1}$ is a constant and f(T) is the function
453: \begin{equation}\label{ftac}
454: f(T)=1+T+\frac{1}{2} T^{2}
455: \end{equation}
456: by which the tachyon is coupled to the $RR$ field.
457:
458: The effective density on the brane
459: (\ref{dens}), using eq.(\ref{Sol}) and (\ref{Cterm}) becomes
460: \begin{equation}\label{cre}
461: \frac{8\pi}{3}\rho_{eff}=\frac{1}{4}[(f^{-1}(T)+EHe^{\Phi_{0}})^{2}-(1+\frac{\ell^{2}e^{
462: 2\Phi_{0}}}{2}H)]
463: \frac{Q^{2}e^{2\Phi_{0}}}{r^{10}}H^{-\frac{5}{2}}
464: \end{equation}
465: where the constant $Q_{1}$ was absorbed in a redefinition of the
466: parameter $E$. Identifying $g=\alpha^{2}$ and using
467: $g=H^{-\frac{1}{2}}$ we get from (\ref{cre})
468: \begin{eqnarray}\label{aro}
469: \frac{8\pi}{3}\rho_{eff}&=&(\frac{2e^{-\Phi_{0}}}{Q})^{\frac{1}{2}}
470: \Big{[} \Big{(} f^{-1}(T)+\frac{Ee^{\Phi_{0}}}{\alpha^{4}} \Big{)}^{2}
471: -\Big{(}1+\frac{\ell^{2}e^{2\Phi_{0}}}
472: {\alpha^{6}}(\frac{2e^{-\Phi_{0}}}{Q})^{\frac{1}{2}}\nonumber \\&&
473: (1-\alpha^{4})^{\frac{1}{2}} \Big{)} \Big{]} (1-\alpha^{4})
474: ^{\frac{5}{2}}
475: \end{eqnarray}
476: From the relation $g=H^{-\frac{1}{2}}$ we find
477: \begin{equation}\label{ro}
478: r= (\frac{\alpha^{4}}{1-\alpha^{4}})
479: ^{\frac{1}{4}}(\frac{Qe^{\Phi_{0}}}{2})^{\frac{1}{4}}
480: \end{equation}
481: This relation restricts the range of $\alpha$ to $0\leq \alpha
482: <1$, while the range of $r$ is $0\leq r< \infty$. We can calculate
483: the scalar curvature of the four-dimensional universe as
484: \begin{equation}\label{curv}
485: R_{brane}=8\pi(4+\alpha\partial_{\alpha})\rho_{eff}
486: \end{equation}
487: If we use the effective density of (\ref{aro}) it is easy to see
488: that $R_{brane}$ of (\ref{curv}) blows up at $\alpha=0$. On the
489: contrary if $r\rightarrow 0$,then the $ds^{2}_{10}$ of
490: (\ref{in.met}) becomes
491: \begin{equation}\label{ads}
492: ds^{2}_{10}= \frac{r^{2}}{L} (-dt^{2}+(d\vec{x})^{2})+
493: \frac{L}{r^{2}} dr^{2}+ L d\Omega_{5}
494: \end{equation}
495: with $L=(\frac{e^{\Phi_{0}}Q}{2})^{\frac{1}{2}}$. This space is a
496: regular $AdS \times S^{5}$ space.
497:
498: Therefore the brane develops an initial singularity as it reaches
499: $r=0$, which is a coordinate singularity and otherwise a regular
500: point of the $AdS_{5}$ space. This is another example in Mirage
501: Cosmology \cite{Keh} where we can understand the initial
502: singularity as the point where the description of our theory
503: breaks down.
504:
505: If we take $\ell^{2}=0$, set the function $f(T)$ to each minimum
506: value and also taking $\Phi_{0}=0$, the effective density
507: (\ref{aro}) becomes
508: \begin{equation}\label{laro}
509: \frac{8\pi}{3}\rho_{eff}=(\frac{2}{Q})^{\frac{1}{2}}
510: \Big{(}(2+\frac{E}{\alpha^{4}})^{2} -1 \Big{)} (1-\alpha^{4})
511: ^{\frac{5}{2}}
512: \end{equation}
513: As we can see in the above relation, there is a constant term,
514: coming from the tachyon function $f(T)$. For small $\alpha$ and
515: for some range of the parameters $E$ and $Q$ it gives an
516: inflationary phase to the brane cosmological evolution. In Fig. 1
517: we have plotted $\rho_{eff}$ as a function of $\alpha$ for $Q=2$.
518:
519:
520: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
521: %\begin{figure}[h]
522: %\centering
523: %\includegraphics[scale=0.7]{figure.eps}
524: %\caption {The induced energy density on the brane as a function of
525: %the brane scale factor.}
526: %\end{figure}
527: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
528:
529: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
530: \begin{figure}[h]
531: \centering
532: \includegraphics[scale=0.7]{figure.eps}
533: %\centerline{\hbox{\psfig{figure=figure.eps,height=10cm}}}
534: \caption {The induced energy density on the brane as a function of
535: the brane scale factor.}
536: \end{figure}
537: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
538:
539:
540: \section{Cosmological evolution of the Brane-Universe }
541:
542: In the case of non constant dilaton and tachyon the effective
543: energy density using the solutions given by Tseytlin, Klebanov and
544: Minahan \cite{Typ0}, \cite{Minah} is calculated.
545:
546: We consider again a D3-brane moving along a geodesic in the
547: background of a type 0 string. Having all the solutions in the
548: ultra violet and the infrared, we can follow the cosmological
549: evolution of our universe as it moves along the radial coordinate
550: $r$. In the presence of a non trivial tachyon field the coupling
551: $e^{-\Phi}$ which appears in the Dirac-Born-Infeld action in
552: (\ref{B.I. action}), is modified by a tachyonic function
553: $\kappa(T)=1+\frac{1}{4}T+O(T^{2})$. Then we can define an
554: effective coupling \cite{Typ0}
555: \begin{equation}\label{effphi}
556: e^{-\Phi}_{eff}=\kappa(T) e^{-\Phi}
557: \end{equation}
558:
559: The bulk
560: fields are also coordinate dependent and the induced metric on the
561: brane will depend on a non trivial way on the dilaton field.
562: Therefore the metric in the string frame will be connected to the
563: metric in the Einstein frame through
564: $g_{St}=e^{\frac{\Phi}{2}}_{eff} g_{E}$. All the quantities used
565: so far were defined in the string frame. We will follow our
566: cosmological evolution in the Einstein frame. Then the relation
567: (\ref{dens}) becomes
568: \begin{equation}\label{eindens}
569: \frac{8\pi}{3}\rho_{eff}= (\frac {\dot{\alpha}}{\alpha})^{2}=
570: \frac{(C+E)^{2}g_{S}-|g_{00}|(g_{S}g^{3}+\ell^{2})}
571: {4|g_{00}|g_{rr}g_{S}g^{3}}(\frac{g'}{g})^{2}
572: \end{equation}
573:
574: Having the approximate solution in the UV we can calculate the
575: metric components and the $RR$ field C. So, we can calculate the
576: effective energy density from (\ref{eindens}) setting $\ell^{2}=0$
577: and we get
578:
579: \begin{eqnarray}\label{rhonimah}
580: \frac{8\pi}{3}\rho_{eff}& =&
581: \Big{[} \Big{(}1-\frac{1}{Q\alpha^{4}}Ei[log2Q + 4log\alpha] +
582: \frac{E} {2\alpha^{4}} \Big{)}^{2} \nonumber \\ && -
583: \frac{1}{4}\Big{(}1-\frac{1}{2(log2Q + 4log\alpha)}\Big{)}^{4}
584: \Big{ ]}\Big{(}1-\frac{1}{2(log2Q +
585: 4log\alpha)}\Big{)}^{-4}\Big{(}1-\frac{9}{2(log2Q +
586: 4log\alpha)}\Big{)}^{-1} \nonumber \\&& \Big{(}1+\frac{1}{(log2Q +
587: 4log\alpha)^{2}}\frac{1}{\Big{(}1-\frac{1}{2(log2Q +
588: 4log\alpha)}\Big{)}}\Big{)}^{2}
589: \end{eqnarray}
590:
591: For some typical value of the parameters Q=1 and E=1, and for
592: large values of $\alpha$, it is obvious that $\rho_{eff}$ has a
593: constant value. Therefore an observer on the brane will see an
594: expanding inflating universe. It is interesting to see what
595: happens for small values of $\alpha$. As $\alpha$ gets smaller, a
596: term proportional to $\frac{1}{(\log\alpha)^{4}}$ starts to
597: contribute to $\rho_{eff}$. Therefore the universe for small
598: values of scale factor has a slow expanding inflationary phase
599: which we call it "logarithmic inflationary" phase. For smaller
600: value of $\alpha$ we cannot trust the solution which is reflected
601: in the fact that $\rho_{eff}$ gets infinite. The behaviour of the
602: effective energy density as a function of the scale factor is
603: shown in Figure 2.
604:
605:
606: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
607: %\begin{figure}[h]
608: %\centering
609: %\includegraphics[scale=0.7]{a:figure1a.ps}
610: %\centerline{\hbox{\psfig{figure1=figure1.eps,height=10cm}}}
611: %\caption {The induced energy density on the brane as a function of
612: %the brane scale factor.}
613: %\end{figure}
614: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
615:
616:
617: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
618: \begin{figure}[h]
619: \centering
620: \includegraphics[scale=0.9]{figure1a.ps}
621: %\centerline{\hbox{\psfig{figure1b=figure1b.eps,height=10cm}}}
622: \caption {The induced energy density on the brane as a function of
623: the brane scale factor.}
624: \end{figure}
625: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
626:
627: To have an idea how the slow inflationary phase proceeds, we can
628: assume for the moment that the effective energy density scales as
629: \begin{equation}
630: \frac{8\pi}{3}\rho_{eff}=(\frac{\dot{\alpha}}{\alpha})^{2}
631: =\frac{1}{(\log\alpha)^{p}}
632: \end{equation}
633: The solution of the above equation is
634: \begin{equation}
635: \alpha=e^{ \textstyle t^{ \textstyle (\frac{2}{p+2}) } }
636: \end{equation}
637:
638: Therefore we remain in an exponentially growing universe, but
639: various values of p have the effect of making the universe to slow
640: down its expansion. We note here that in order to estimate the
641: behaviour and the duration of this "logarithmic inflationary"
642: phase, we have to resolve the problem of the singularity.
643:
644: Going now to IR $\rho_{eff}$ becomes,
645:
646: \begin{eqnarray}\label{tserho}
647: \frac{8\pi}{3}\rho_{eff}& =& \Big{[} \Big{
648: (}-1-2\frac{1}{\sqrt{2}Q\alpha^{4}}Ei[log\sqrt{2}Q + 4log\alpha] +
649: \frac{E}{\sqrt{2}\alpha^{4}} \Big{)}^{2} - \nonumber
650: \\ &&
651: \frac{1}{2}\Big{(}1+\frac{9}{2(log\sqrt{2}Q +
652: 4log\alpha)}\Big{)}^{4} \Big{]}\Big{(}1+ \frac{9}{2(log\sqrt{2}Q +
653: 4log\alpha)}\Big{)}^{-4} \nonumber \\&&
654: \Big{(}1+\frac{1}{2(log\sqrt{2}Q + 4log\alpha)}\Big{)}^{-1}
655: \nonumber
656: \\&&
657: \Big{(}1-\frac{9}{2(4log\alpha+ log\sqrt{2}Q)^{2}}
658: \frac{1}{\Big{(}1-\frac{9}{2(log\sqrt{2}Q + 4log\alpha)}\Big{)}}\Big{)}^{2}
659: \end{eqnarray}
660:
661: As we can see, the above relation is the same as the energy
662: density in the UV (relation (\ref{rhonimah})) up to some numerical
663: factors, as expected. The difference is, that now it is valid for
664: small $\alpha$. For small $\alpha$ first the term $
665: \frac{1}{\alpha^{8}}$ dominates and then the term
666: $\frac{1}{\alpha^{4}}$. As $\alpha$ increases the term $
667: \frac{1}{(\log\alpha)^{4}}$ takes over and drives the universe to
668: a slow inflationary expansion.
669:
670:
671: \section{Discussion}
672:
673: We had followed a probe brane along a geodesic in the background
674: of type 0 string. Assuming that the universe is described by a
675: four-dimensional brane, we calculate the effective energy density
676: which is induced on the brane because of this motion. We study
677: this mirage matter as the brane-universe moves along the radial
678: coordinate.
679:
680: At first we found, that the motion of the brane-universe in this
681: particular background induces an inflationary phase on the brane.
682: We made the analysis in the limited case where the dilaton and
683: tachyon fields were constants. This assumption simplified the
684: calculation because there is an exact solution of the equations of
685: motion.
686:
687: We also extended our study to a background where all the fields
688: were functions of the radial coordinate. Using the solutions given
689: by \cite{Typ0}, \cite{Minah}, we calculated the energy densities
690: that are induced on the brane. What we found is that for large
691: values of the scale factor as it is measured on the brane (large
692: values of the radial coordinate) the universe enters a slow
693: inflationary phase, in which the energy density is proportional to
694: an inverse power of the logarithm of the scale factor. As the
695: scale factor grows the induced energy density takes a constant
696: value and the universe enters a normal exponential expansion. For
697: small values of the scale factor the induced energy density scales
698: as the inverse powers of the scale factor and then the logarithmic
699: terms take over and the universe enters a slow exponential
700: expansion.
701:
702: The energy densities we calculated break down for some specific
703: values of the scale factor. This is a reflection of the fact that
704: the approximate solutions in the IR cannot be continued to the UV.
705: To answer the question if there is a true phase of "logarithmic
706: inflation" in which the universe inflates but with a slow rate, we
707: must resolve the problem of singularities, where our theory breaks
708: down.
709:
710: \begin{thebibliography}{99}
711:
712: \bibitem{Reg}
713: T.Regge and C.Teitelboim, Marcel Grossman Meeting on General
714: Relativity,Trieste 1975, North Holland ;
715:
716: V.A. Rubakov and M.E. Shaposhnikov, {\it Do we live inside a
717: domain wall? Phys. Lett.},{\bf{B 125}} {\it (1983) 136 }.
718:
719: \bibitem{Dim}
720: N.Arkani-Hamed, S.Dimopoulos and G.Dvali, {\it The hierarchy
721: problem and new dimensions at a millimeter, Phys. Lett.} {\bf{B
722: 429}}{\it (1998) 263} [hep-ph/9803315]; {\it Phenomenology,
723: astrophysics and cosmology of theories with submillimeter
724: dimensions and TeV scale quantum gravity, Phys. Rev.}{\bf{D 59}}
725: {\it (1999) 086004}[hep-ph/9807344];
726:
727: I.Antoniadis, N.Arkani-Hamed, S.Dimopoulos and G.Dvali, {\it New
728: dimensions at a millimeter to a Fermi and superstrings at a TeV,
729: Phys. Lett.} {\bf{B 436}} {\it (1998) 257} [hep-ph/9804398]
730:
731: \bibitem{Rand}
732: R.Sundrum, {\it Effective field theory for a three-brane universe,
733: Phys. Rev.} {\bf{D 59}} {\it (1999) 085009} [hep-ph/9805471]; {\it
734: Compactification for a three brane universe, Phys. Rev.} {\bf{D
735: 59}} {\it (1999) 085010} [hep-ph/9807348];
736:
737: L.Randall and R.Sundrum, {\it Out of this world supersymmetry
738: breaking, Nucl. Phys.} {\bf{B.557}} {\it (1999) 79}
739: [hep-th/9810155]; {\it A large mass hierarchy from a small extra
740: dimension, Phys. Rev. Lett. {\bf{83}} (1999) 3370}
741: [hep-ph/9905221].
742:
743: \bibitem{Pol}
744: J.Polchinski, {\it Dirichlet branes and Ramond-Ramond charges,
745: Phys. Rev. Lett.} {\bf{75}} {\it (1995) 4724} [hep-th/9510017]
746:
747: \bibitem{Wit}
748: P.Horava and E.Witten, {\it Heterotic and type-I string dynamics
749: from eleven dimensions, Nucl. Phys.} {\bf{B 460}} {\it (1996) 506}
750: [hep-th/9510209]
751:
752:
753: \bibitem{Cha}
754: H.A.Chamblin and H.S.Reall, {\it Dynamic dilatonic domain walls,}
755: hep-th/9903225; A.Chamblin, M.J/Perry and H.S.Reall, {\it Non-BPS
756: D8-branes and dynamic domain walls in massive IIA supergravities,
757: J.High Energy Phys.} {\bf{09}} {\it (1999) 014} [hep-th/9908047].
758:
759: P.Kraus, {\it Dynamics of Anti-de Sitter Domain Walls, JHEP
760: 9912:011 (1999)} [hep-th/9910149]
761:
762: \bibitem{Keh}
763: A.Kehagias and E.Kiritsis, {\it Mirage cosmology, JHEP 9911:022 (1999)}
764: [hep-th/9910174]
765:
766: \bibitem{Papa}
767: E.Papantonopoulos and I.Pappa, {\it Type 0 Brane Inflation from Mirage
768: Cosmology,} [hep-th/0001183]
769:
770: \bibitem{Minah}
771: J.A.Minahan, {\it Asymptotic Freedom and Confinement from Type 0
772: String Theory, JHEP 9904:007 (1999)} [hep-th/9902074]
773:
774: \bibitem{Magg}
775: R.Grena,S.Lelli,M.Maggiore,A.Rissone, {\it Confinement,asymptotic
776: freedom and renormalons in type 0 string duals,} [hep-th/0005213]
777:
778:
779: \bibitem{Tset}
780: I.R.Klebanov and A.A.Tseytlin, {\it D-Branes and Dual Gauge
781: Theories in Type 0 Strings, Nucl.Phys.} {\bf{B 546}}{\it (1999)
782: 155} [hep-th/9811035].
783:
784:
785: \bibitem{Typ0}
786: I.R.Klebanov and A.Tseytlin, {\it Asymptotic Freedom and Infrared
787: Behavior in the type 0 String Approach to gauge theory,
788: Nucl.Phys.} {\bf{B 547}} {\it (1999) 143} [hep-th/9812089]
789:
790: \bibitem{Kleb}
791: I.R.Klebanov {\it Tachyon Stabilization in the AdS/CFT
792: Correspondence } [hep-th/9906220]
793:
794: \bibitem{Pappa}
795: E.Papantonopoulos and I.Pappa, {\it Cosmological Evolution of a
796: Brane Universe in a Type 0 String Background Phys. Rev.}
797: {\bf D63} {\it (2001) 103506 } [hep-th/0010014]
798:
799: \end{thebibliography}
800:
801: \end{document}
802: