Next Article in Journal
Preface of the 41st International Workshop on Bayesian Inference and Maximum Entropy Methods in Science and Engineering
Previous Article in Journal
Geothermal Energy in Algeria and the Contribution of Geophysics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

The GRB Afterglows Flowchart †

Laboratoire de Physique Mathématique et Subatomique, Frères Mentouri Constantine 1 University, BP, 325 Route de Ain El Bey, Constantine 25017, Algeria
*
Author to whom correspondence should be addressed.
Presented at the 2nd Electronic Conference on Universe, 16 February–2 March 2023; Available online: https://ecu2023.sciforum.net/.
Phys. Sci. Forum 2023, 7(1), 51; https://doi.org/10.3390/ECU2023-14045
Published: 16 February 2023
(This article belongs to the Proceedings of The 2nd Electronic Conference on Universe)

Abstract

:
In this paper, we present a flowchart of the Gamma Ray Burst (GRB) afterglows, aiming to create a numerical FORTRAN code. Considering several proposed models, the hydrodynamic evolution describing the external shock of the jet with the environment surrounding the GRB source or the Interstellar medium is discussed. A comparison of the results and data, considering the synchrotron emission as a basic mechanism for the radiation part, was also carried out.

1. Introduction

“Gamma-Ray Bursts observations of a cosmic origin” is the title of the first article on this subject, published in 1973 [1], in which it was announced that this is the brightest event in the universe after the Bing Bang. Since then, many satellite missions and terrestrial projects have been carried out to solve this enigma. One of these satellites, called Beppo-SAX, definitively confirmed the cosmological origin of these bursts by detecting the first remnant emission (afterglow) of the GRB970228 with a Redshift = 0.835 [2], defined as the external shock of the jet with the environmental medium of the source of the gamma rays burst [3]. Most theorists focused their studies on the fireball model [4,5,6], which can describe the external shock. Accordingly, three hydrodynamic models were proposed in the literature to describe the evolution of the Lorentz factor: those of Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9]. A flowchart of these models will be presented in the following.

2. Hydrodynamic Evolution

2.1. Hydrodynamic Models

The bulk kinetic energy of the GRB fireball is expressed by [10]:
E k = ( Γ 1 ) ( M 0 + m ) c 2 + Γ U
where Γ is the bulk Lorentz factor of the deceleration, m the mass of the surrounding medium that is swept up by the fireball. The radiated differential energy is given by [11]:
d E r a d = ε Γ ( Γ 1 ) d m c 2
and
ε = ε e t s y n 1 t s y n 1 + t e x 1
where ε is the fraction of internal energy radiated by the fireball [12,13], t s y n , t e x are the synchrotron cooling and expansion times in the co-moving frame, respectively, and U is the internal energy, which has has many proposed definitions, as shown in Table 1. Finally, the global conservation of energy is d E k = d E r a d , where the evolution of the Lorentz factor Γ can describe the hydrodynamic evolution of the GRBs afterglows, as shown in Table 1.

2.2. The Flowchart of the Hydrodynamic Evolution

The basic aim of this work is to draw a flowchart of the hydrodynamic evolution for the GRB afterglows, then choose the most compatible model using the observational data (see Section 3.2). All steps for the first part are shown in Figure 1:
  • Start with the initial parameters for all necessary physical quantities, such as those of the fireball and the external environment.
  • Use the substitution x = log 10 (R/cm) (logarithmic scale), which is suitable for large scales, dealing with large distances and long periods of time, such as the distance traveled.
  • Specify the state of the fireball, such as whether it is radiated, constant or variable (depending on the effectiveness of the radiation). We will also choose a model with a minimum Lorentz factor.
  • Choose the hydrodynamic model, then use the finite differences method as a numerical tool to obtain approximate solutions of the Lorentz factor differential equations as a function of the mass m of the surrounding medium that is swept up by the fireball. This method appears to be the simplest one. Furthermore, using this method in our code provides results that converge to the Sedov solution [14], and to the analytical solutions in case of an expanded and constant radiation.

3. Radiation Parte

3.1. Synchrotron Radiation and Self-Absorption

The synchrotron radiation power (OTS) at frequency ν from all the accelerated electrons in the commoving frame is given by [15]:
P ν = 2 3 e 2 ν L c Γ m i n Γ m a x N e ( Γ e ) F ν ν c d Γ e
where F ( x ) is the symchrotron function [16], ν L is the Larmor frequency and N e represents the electrons accelerated by the shock in the absence of radiation losses, written as a bower low distribution [13]:
N e ( Γ e ) = d N e d Γ e = C t e Γ e P , Γ m i n Γ e Γ m a x
where Γ m a x (resp. Γ m i n ) is defined in [17,18] (resp. [19]).
Due to the cosmological nature of the GRBs, we must use the relativistic transformations: [15,20]:
ν = ( 1 + β ) Γ 1 + z ν
d Ω = 1 ( 1 + β ) 2 Γ 2 d Ω
t o b s = ( 1 + z ) t
to obtain the general expression of the instantaneous intensity in the Jansky of synchrotron emission as a function of the luminosity distance D L ( z ) , where z is the redshift:
( F ν ) O T S = 1 4 π D L ( z ) 2 4 π d P ν d Γ O T S
The synchrotron self-absorption (SSA) at low frequencies plays an important role; when α ν , the optical depth is [21]:
α ν = ( p + 1 ) 8 Π m e ν Γ m i n Γ m a x P e ( Γ ν , e ) N e ( Γ e ) Γ e d Γ e
so the instantaneous intensity for the SSA will be [22]:
d P ν d Γ S S A = d P ν d Γ O T S 1 α ν Δ ( 1 e α ν Δ )

3.2. The Flowchart of the Radiation Emission

In the second part (Figure 2), we produce the light curves represented by the intensity as a function of time Equation (9). Similarly for the afterglow spectra, the same quantity is used as a function of the frequency.
Finally, the numerical curve presenting the frequency of the maximum emission is presented in terms of ν F ( ν ) .
  • To observe the nature of the energy emitted by the afterglows as a function of time with the light curves, we introduce the frequency in the observations, then create a DO loop for various time values to calculate the spectral intensity F ν ( t ) . In this loop, we call the subroutines of the relativistic transformation for each distance R.
  • For the spectra, the opposite is carried out; that is, we set the time then open a DO loop to evolve the frequency, and call the subroutine of the relativistic transformation at every distance R.
  • For the third calculations, we make changes to the time and frequency with two DO loops and use the condition IF to save the frequency that gives the maximum of ν F ( ν ) .
To recognize this part, we use the F ( x ) synchrotron function to determine the spectral power, by calculate the distribution of the radiating electrions, and consider the numbers of the electrons that radiate or do not radiate (adiabatic electrons, for which the characteristic time of emission is very small compared to the time scales). We identify all the relativistic transformations representing the physical quantities in the host galaxy ( ν , d Ω ) due to the cosmological distance, which is used as the luminosity distance D L ( z ) . Finally, we calculate the absorption coefficient α ν Equation (10) to obtain the instantaneous intensity for the SSA Equation (11) and present our results.

4. Numerical Results and Discussion

We used a fireball with an initial mass outflow, M 0 = 2 × 10 6 M , Lorentz factor Γ 0 = 65 and a half-opening angle of the jet θ j e t = 10 , a deceleration within the ISM with a constant density n = 1 cm 3 and k = 0 (n, k are parameters depending on the medium), z = 3.645 , lateral expansion g = 0 , numerical and spectral parameters a = 4 and p = 2.3 , respectively. We also used ε e = 0.1 , ε B = 0.9 as the electronic and magnetic efficiencies, with ε e + ε B = 1 . The main goal of this code is to study and understand this phenomenon. In fact, using this flowchart, we highlighted the most important results:
  • Figure 3 shows that, in the adiabatic expansion case, the deceleration of the Lorentz factor is slower compared to that of a radiative regime that generates a faster deceleration due to radiation. Moreover, we can observe three sections of the deceleration, corresponding to:
    1.
    The ultra-relativistic phase.
    2.
    The relativistic phase.
    3.
    The non-relativistic phase.
  • Figure 4 displays the evolution of the radiative efficiency of the fireball as a function of the distance R, showing that the radiation in Haung’s models is more effective than that of Feng.
  • Figure 5 shows the ratio between the absorption coefficient α ν for a radio frequency ν o b s = 3 · 10 8   H z and an UV one λ o b s 1 = 500   c m 1 . Note that this is more important at low frequencies. This result is confirmed in Figure 6, where the spectra of GRB afterglow consist of an increased absorption at low frequencies compared to higher frequencies.
  • Figure 7 shows that the majority of the radiation during the GRB-afterglow emissions starts by the hard gamma to the radio bands. Therefore, the detection of the prompt emission of GRBs overlaps with the early afterglows
  • Figure 8 shows a good concordance between the GRB170202 data supporting the proposed model.

5. Conclusions

In the presented work, we studied the evolving hydrodynamics of the afterglow and its emission. We show that the Feng’s model is the most interesting [23,24]. From the perspective of efficiency, the changes made later in the evolution of the fireball make it more realistic to describe the internal energy. It is worth mentioning that the Feng models are consistent with the Sedov solution, both the non-relativistic phase and adiabatic regime. We then studied the basic radiation of the GRB afterglow using the synchrotron emissions, which are not negligible. The self synchrotron absorption is an effect that plays an important role in the low-frequency range, providing a fairly good approximation of the real data, as in our case, where the profile of the GRB 170202 afterglow was detected by Swift/XRT.

Author Contributions

Conceptualization, E.Z.; methodology, E.Z.; software, E.Z.; validation, E.Z.; formal analysis, E.Z.; investigation, E.Z.; resources, E.Z.; data curation, E.Z.; writing—original draft preparation, E.Z.; writing—review and editing, N.M.; visualization, E.Z.; supervision, N.M.; project administration, E.Z.; funding acquisition, E.Z. The author E.Z. have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

I dedicate this paper to the memory of my supervisor Professor N. Mebarki who sadly passed away.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Klebesadel, R.W.; Strong, I.B.; Olson, R.A. Observation of Gamma-Ray Bursts of Cosmic Origin. Astrophys. J. 1973, 182, L85–L88. [Google Scholar] [CrossRef]
  2. Costa, E.; Frontera, F.; Heise, J.; Feroci, M.; in ’t Zand, J.; Fiore, F.; Cinti, M.N.; Fiume, D.D.; Nicastro, L.; Orlandini, M.; et al. Discovery of an X-ray afterglow associated with the γ-ray burst of 28 February 1997. Nature 1997, 387, 783–785. [Google Scholar] [CrossRef]
  3. Shaviv, N.J.; Dar, A. Fireballs in dense stllar regions as an explanation of gamma-ray bursts. Mon. Not. R. Astron. Soc. 1995, 277, 287–296. [Google Scholar]
  4. Sari, R.; Piran, T. Variability in gamma-ray bursts: A clue. Astrophys. J. 1997, 485, 270–273. [Google Scholar] [CrossRef]
  5. Dermer, C.D.; Mitman, K.E. Short-timescale variability in the external shock model of gamma-ray bursts. Astrophys. J. 1999, 513, L5–L8. [Google Scholar] [CrossRef]
  6. Zouaoui, E.; Mebarki, N.; Benslama, A. A dynamical evolution of GRB-afterglows in a new generic model. Mod. Phys. Lett. A 2021, 36, 2150268. [Google Scholar] [CrossRef]
  7. Chiang, J.; Dermer, C.D. Synchrotron and synchrotron self-compton emission and the blast-wave model of gamma-ray bursts. Astrophys. J. 1999, 512, 699–710. [Google Scholar] [CrossRef]
  8. Huang, Y.F.; Dai, Z.G.; Lu, T. A generic dynamical model of gamma-ray burst remnants. Mon. Not. R. Astron. Soc. 1999, 309, 513–516. [Google Scholar] [CrossRef]
  9. Feng, J.B.; Huang, Y.F.; Dai, Z.G.; Lu, T. Dynamical evolution of gamma-ray burst remnants with evolving radiative efficiency. Chin. J. Astron. Astrophys. 2002, 2, 525–532. [Google Scholar] [CrossRef]
  10. Panaitescu, A.; Mészáros, P.; Rees, M.J. Multiwavelength afterglows in gamma-ray bursts: Refreshed shock and jet effects. Astrophys. J. 1998, 503, 314–315. [Google Scholar] [CrossRef]
  11. Blandford, R.D.; McKee, C.F. Fluid dynamics of relativistic blast waves. Phys. Fluids 1976, 19, 1130–1138. [Google Scholar] [CrossRef]
  12. Dai, Z.G.; Lu, T. Gamma-ray burst afterglows: Effects of radiative corrections and non-uniformity of the surrounding medium. Mon. Not. R. Astron. Soc. 1998, 298, 87–92. [Google Scholar] [CrossRef]
  13. Dai, Z.G.; Huang, Y.F.; Lu, T. Gamma-ray burst afterglows from realistic fireballs. Astrophys. J. 1999, 520, 634–640. [Google Scholar] [CrossRef]
  14. Sedov, L. Similarity and Dimensional Methods in Mechanics; Ch. IV; Academic: New York, NY, USA, 1969. [Google Scholar]
  15. Rybicki, G.B.; Lightman, A.P. Radiative Processes in Astrophysics; Wiley and Sons: New York, NY, USA, 1979. [Google Scholar]
  16. Abramowiotz, M.; Stegum, I.A. Handbook of Mathematical Function; Dover: New York, NY, USA, 1965. [Google Scholar]
  17. De jager, O.C.; Harding, A.K. The expected high-energy to ultra-high-energy gamma-ray spectrum of the Crab Nebula. Astrophys. J. 1992, 4396, 161–172. [Google Scholar] [CrossRef]
  18. De Jager, O.C.; Harding, A.K.; Michelson, P.F.; Nel, H.I.; Nolan, P.L.; Sreekumar, P.; Thompson, D.J. Gamma-Ray Observations of the Crab Nebula: A Study of the Synchro-Compton Spectrum. Astrophys. J. 1996, 457, 253–266. [Google Scholar] [CrossRef]
  19. Sari, R.; Piran, T.; Narayan, R. Spectra and light curves of gamma-ray burst afterglows. Astrophys. J. Lett. 1998, 497, L17–L20. [Google Scholar] [CrossRef]
  20. Lind, K.R.; Blandford, R.D. Semidynamical models of radio jets-Relativistic beaming and source counts. Astrophys. J. 1985, 295, 358–367. [Google Scholar] [CrossRef]
  21. Jonathan, G.; Tsvi, P.; Reém, S. Synchrotron self-absorption in gamma-ray burst afterglow. Astrophys. J. 1999, 527, 236–246. [Google Scholar]
  22. Zouaoui, E.; Mebarki, N. Synchrotron Emission and Self-Absorption in GRB Afterglows. J. Phys. Conf. Ser. 2019, 1269, 012010. [Google Scholar] [CrossRef]
  23. Zouaoui, E.; Fouka, M.; Ouichaoui, S. Hydrodynamical Evolution of GRBs Afterglows: Realistic model with evolving radiative efficiency. Aip Conf. Proc. 2012, 1444, 359–362. [Google Scholar]
  24. Zouaoui, E.; Fouka, M.; Ouichaoui, S. L’evolution hydrodynamique des afterglows pour le modele de feng. Sci. Technol. A 2015, 41, 71–74. [Google Scholar]
Figure 1. The flowchart of the hydrodynamic evolution of GRBs afterglows for Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9].
Figure 1. The flowchart of the hydrodynamic evolution of GRBs afterglows for Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9].
Psf 07 00051 g001
Figure 2. The flowchart of the radiation of GRBs’ afterglows.
Figure 2. The flowchart of the radiation of GRBs’ afterglows.
Psf 07 00051 g002
Figure 3. Evolution of the Lorentz factor Γ as a function of the distance R (in logarithmic scale), for Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9], for radiative and adiabatic cases.
Figure 3. Evolution of the Lorentz factor Γ as a function of the distance R (in logarithmic scale), for Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9], for radiative and adiabatic cases.
Psf 07 00051 g003
Figure 4. Evolution of the radiative efficiency of the fireball ε as a function of the distance R (in logarithmic scale), for Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9].
Figure 4. Evolution of the radiative efficiency of the fireball ε as a function of the distance R (in logarithmic scale), for Chiang Dermer (1999) [7], Huang et al. (1999) [8] and Feng et al. (2002) [9].
Psf 07 00051 g004
Figure 5. Evolution of absorption coeffcient α ν for radio frequency and UV frequency (for Feng model).
Figure 5. Evolution of absorption coeffcient α ν for radio frequency and UV frequency (for Feng model).
Psf 07 00051 g005
Figure 6. Spectra of GRB afterglow in the two cases of OTS and SSA emissions (for Feng model).
Figure 6. Spectra of GRB afterglow in the two cases of OTS and SSA emissions (for Feng model).
Psf 07 00051 g006
Figure 7. Frequency ν ( ν F ) m a x corresponding to the maximum emission in terms of ν F ν as a function of the distance R (for Feng model).
Figure 7. Frequency ν ( ν F ) m a x corresponding to the maximum emission in terms of ν F ν as a function of the distance R (for Feng model).
Psf 07 00051 g007
Figure 8. Comparison of calculated afterglow light curves (our code) to the observed data using the XRT / Swift satellite, considering of the integrated fluence, S B (in erg.s 1 .cm 2 units) in the X-ray band (E = 0.2–10 keV).
Figure 8. Comparison of calculated afterglow light curves (our code) to the observed data using the XRT / Swift satellite, considering of the integrated fluence, S B (in erg.s 1 .cm 2 units) in the X-ray band (E = 0.2–10 keV).
Psf 07 00051 g008
Table 1. Different internal energy for each model and its Lorentz factor evolution.
Table 1. Different internal energy for each model and its Lorentz factor evolution.
ModelsInternal EnergyLorentz Factor Evolution
Chaing [7] U = ( Γ 1 ) d m d U = ( Γ 1 ) d m d Γ d m = Γ 2 1 M
Huang [8] U = ( Γ 1 ) m c 2 d U = ( Γ 1 ) d m c 2 + m c 2 d Γ d Γ d m = Γ 2 1 M 0 + ε m + 2 ( 1 ε ) Γ m
Feng [9] U = ( 1 ε ) d U e x d U = ( 1 ε ) d U e x \ \ d U e x = ( Γ 1 ) d m c 2 + m c 2 d Γ d Γ d m = Γ 2 1 M 0 + m + U / c 2 + ( 1 ε ) Γ m
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zouaoui, E.; Mebarki, N. The GRB Afterglows Flowchart. Phys. Sci. Forum 2023, 7, 51. https://doi.org/10.3390/ECU2023-14045

AMA Style

Zouaoui E, Mebarki N. The GRB Afterglows Flowchart. Physical Sciences Forum. 2023; 7(1):51. https://doi.org/10.3390/ECU2023-14045

Chicago/Turabian Style

Zouaoui, Esma, and Noureddine Mebarki. 2023. "The GRB Afterglows Flowchart" Physical Sciences Forum 7, no. 1: 51. https://doi.org/10.3390/ECU2023-14045

Article Metrics

Back to TopTop