SearcharxivSearch

arXiv subjects

Pawan Kumar

Publications and source records attributed to Pawan Kumar.

At least 163 records · Page 9Linked to original sources

Radio emission from the cocoon of a GRB jet: implications for relativistic supernovae and off-axis GRB emission

Relativistic supernovae constitute a sub-class of type Ic supernovae (SNe). Their non-thermal, radio emission differs notably from that of regular type Ic supernovae as they have a fast expansion speed (with velocities $\sim$ 0.6-0.8 c) which can not be explained by a "standard", spherical SN explosion but advocates for a quickly evolving, mildly relativistic ejecta associated with the SN. In this paper, we compute the synchrotron radiation emitted by the cocoon of a long gamma-ray burst jet (GRB). We show that the energy and velocity of the expanding cocoon, and the radio non-thermal light curves and spectra are consistent with those observed in relativistic SNe. Thus, the radio emission from this events is not coming from the SN shock front, but from the mildly relativistic cocoon produced by the passage of a GRB jet through the progenitor star. We also show that the cocoon radio emission dominates the GRB emission at early times for GRBs seen off-axis, and the flux can be larger at late times compared with on-axis GRBs if the cocoon energy is at least comparable with respect to the GRB energy.

astro-ph.HE

Thermal and non-thermal emission from the cocoon of a gamma-ray burst jet

We present hydrodynamic simulations of the hot cocoon produced when a relativistic jet passes through the gamma-ray burst (GRB) progenitor star and its environment, and we compute the lightcurve and spectrum of the radiation emitted by the cocoon. The radiation from the cocoon has a nearly thermal spectrum with a peak in the X-ray band, and it lasts for a few minutes in the observer frame; the cocoon radiation starts at roughly the same time as when $γ$-rays from a burst trigger detectors aboard GRB satellites. The isotropic cocoon luminosity ($\sim 10^{47}$ erg s$^{-1}$) is of the same order of magnitude as the X-ray luminosity of a typical long-GRB afterglow during the plateau phase. This radiation should be identifiable in the Swift data because of its nearly thermal spectrum which is distinct from the somewhat brighter power-law component. The detection of this thermal component would provide information regarding the size and density stratification of the GRB progenitor star. Photons from the cocoon are also inverse-Compton (IC) scattered by electrons in the relativistic jet. We present the IC lightcurve and spectrum, by post-processing the results of the numerical simulations. The IC spectrum lies in 10 keV--MeV band for typical GRB parameters. The detection of this IC component would provide an independent measurement of GRB jet Lorentz factor and it would also help to determine the jet magnetisation parameter.

astro-ph.HE

GW170817 Most Likely Made a Black Hole

There are two outstanding issues regarding the neutron-star merger event GW170817: the nature of the compact remnant and the interstellar shock. The mass of the remnant of GW170817, $\sim$2.7 $M_\odot$, implies the remnant could be either a massive, rotating, neutron star, or a black hole. We report Chandra Director's Discretionary Time observations made in 2017 December and 2018 January, and we reanalyze earlier observations from 2017 August and 2017 September, in order to address these unresolved issues. We estimate the X-ray flux from a neutron star remnant and compare that to the measured X-ray flux. If we assume that the spin-down luminosity of any putative neutron star is converted to pulsar wind nebula X-ray emission in the 0.5-8 keV band with an efficiency of $10^{-3}$, for a dipole magnetic field with $3 \times 10^{11}$ G < $B$ < $10^{14}$ G, a rising X-ray signal would result and would be brighter than that observed by day 107, we therefore conclude that the remnant of GW170817 is most likely a black hole. Independent of any assumptions of X-ray efficiency, however, if the remnant is a rapidly-rotating, magnetized, neutron star, the total energy in the external shock should rise by a factor $\sim$$10^2$ (to $\sim$$10^{52}$ erg) after a few years, therefore, Chandra observations over the next year or two that do not show substantial brightening will rule out such a remnant. The same observations can distinguish between two different models for the relativistic outflow, either an angular or radially varying structure.

astro-ph.HE

Observational evidence for the formation of trapping horizons in astrophysical black holes

Black holes in general relativity are characterized by their trapping horizon, a one-way membrane that can be crossed only inwards. The existence of trapping horizons in astrophysical black holes can be tested observationally using a reductio ad absurdum argument, replacing black holes by horizonless configurations with a physical surface and looking for inconsistencies with electromagnetic and gravitational wave observations. In this approach, the radius of the horizonless object is always larger than but arbitrarily close to the position where the horizon of a black hole of the same mass would be located. Upper bounds on the radius of these alternatives have been provided using electromagnetic observations (in optical/IR band) of astronomical sources at the center of galaxies, but lower bounds were lacking, leaving unconstrained huge regions of parameter space. We show here that lower bounds on the radius of horizonless objects that do not develop trapping horizons can be placed using observations of accreting systems. This result is model-independent and relies only on the local notion of causality dictated by the spacetime geometry around the horizonless object. These observational bounds reduce considerably the previously allowed parameter space, boosting the prospects of establishing the existence of trapping horizons using electromagnetic observations.

gr-qc

On the radiation mechanism of repeating fast radio bursts

Recent observations show that fast radio bursts (FRBs) are energetic but probably non-catastrophic events occurring at cosmological distances. The properties of their progenitors are largely unknown in spite of many attempts to determine them using the event rate, duration and energetics. Understanding the radiation mechanism for FRBs should provide the missing insights regarding their progenitors, which is investigated in this paper. The high brightness temperatures (>10^{35} K) of FRBs mean that the emission process must be coherent. Two general classes of coherent radiation mechanisms are considered --- maser and the antenna mechanism. We use the observed properties of the repeater FRB 121102 to constrain the plasma conditions needed for these two mechanisms. We have looked into a wide variety of maser mechanisms operating in either vacuum or plasma and find that none of them can explain the high luminosity of FRBs without invoking unrealistic or fine-tuned plasma conditions. The most favorable mechanism is antenna curvature emission by coherent charge bunches where the burst is powered by magnetic reconnection near the surface of a magnetar (B > 10^{14} G). We show that the plasma in the twisted magnetosphere of a magnetar may be clumpy due to two-stream instability. When magnetic reconnection occurs, the pre-existing density clumps may provide charge bunches for the antenna mechanism to operate. This model should be applicable to all FRBs that have multiple outbursts like FRB 121102.

astro-ph.HE

Efficient FPGA Implementation of Conjugate Gradient Methods for Laplacian System using HLS

In this paper, we study FPGA based pipelined and superscalar design of two variants of conjugate gradient methods for solving Laplacian equation on a discrete grid; the first version corresponds to the original conjugate gradient algorithm, and the second version corresponds to a slightly modified version of the same. In conjugate gradient method to solve partial differential equations, matrix vector operations are required in each iteration; these operations can be implemented as 5 point stencil operations on the grid without explicitely constructing the matrix. We show that a pipelined and superscalar design using high level synthesis written in C language leads to a significant reduction in latencies for both methods. When comparing these two, we show that the later has roughly two times lower latency than the former given the same degree of superscalarity. These reductions in latencies for the newer variant of CG is due to parallel implementations of stencil operation on subdomains of the grid, and dut to overlap of these stencil operations with dot product operations. In a superscalar design, domain needs to be partitioned, and boundary data needs to be copied, which requires padding. In 1D partition, the padding latency increases as the number of partitions increase. For a streaming data flow model, we propose a novel traversal of the grid for 2D domain decomposition that leads to 2 times reduction in latency cost involved with padding compared to 1D partitions. Our implementation is roughly 10 times faster than software implementation for linear system of dimension $10000 \times 10000.$

cs.DC

Optimizing Non-decomposable Measures with Deep Networks

We present a class of algorithms capable of directly training deep neural networks with respect to large families of task-specific performance measures such as the F-measure and the Kullback-Leibler divergence that are structured and non-decomposable. This presents a departure from standard deep learning techniques that typically use squared or cross-entropy loss functions (that are decomposable) to train neural networks. We demonstrate that directly training with task-specific loss functions yields much faster and more stable convergence across problems and datasets. Our proposed algorithms and implementations have several novel features including (i) convergence to first order stationary points despite optimizing complex objective functions; (ii) use of fewer training samples to achieve a desired level of convergence, (iii) a substantial reduction in training time, and (iv) a seamless integration of our implementation into existing symbolic gradient frameworks. We implement our techniques on a variety of deep architectures including multi-layer perceptrons and recurrent neural networks and show that on a variety of benchmark and real data sets, our algorithms outperform traditional approaches to training deep networks, as well as some recent approaches to task-specific training of neural networks.

stat.ML

Monte Carlo simulations of Photospheric emission in relativistic outflows

We study the spectra of photospheric emission from highly relativistic gamma-ray burst outflows using a Monte Carlo (MC) code. We consider the Comptonization of photons with a fast cooled synchrotron spectrum in a relativistic jet with photon to electron number ratio $N_γ/N_e = 10^5$. For all our simulations, we use mono-energetic protons which interact with thermalised electrons through the Coulomb interaction. The photons, electrons and protons are cooled adiabatically as the jet expands outwards. We find that the initial energy distribution of the protons and electrons do not have any appreciable effect on the photon peak energy and the power-law spectrum above the peak energy. We also find that the Coulomb interaction between the electrons and the protons does not affect the output photon spectrum significantly as the energy of the electrons is elevated only marginally. The peak energy and the spectral indices for the low and high energy power-law tails of the photon spectrum remain practically unchanged even in the presence of electron-proton coupling. Increasing the initial optical depth $τ_{in}$ results in shallower photon spectrum below the peak energy ($f_ν \propto ν^{1.1}$ for $τ_{in} = 2$ to $f_ν \propto ν^{0.3}$ for $τ_{in} = 16$) and fewer photons at the high-energy tail, although $f_ν \propto ν^{-0.5}$ above the peak energy up to $\sim 1$ MeV, independent of $τ_{in}$. The peak energy of the seed photon spectrum $E_{γ,peak}$ determines the peak energy and the shape of the output photon spectrum. Lastly, we find that our simulation results are quite sensitive to $N_γ/N_e$, for $N_{e} = 10^3$. For almost all our simulations, we obtain an output photon spectrum with power-law tail above $E_{γ,peak}$ extending up to $\sim 1$ MeV.

astro-ph.HE

Radiative interaction between the relativistic jet and optically thick envelope in tidal disruption events

Reverberation observations have uncovered an Fe Kα fluorescence line in the tidal disruption event (TDE) Swift J1644+57 (Kara et al. 2016). The discovery paper used the lag spectrum to argue that the X-ray continuum source was located very close to the blackhole (~30 gravitational radii) and moved sub-relativistically. We reanalyze the lag spectrum, pointing out that dilution effects cause it to indicate a geometric scale an order of magnitude larger than previously inferred. If the X-ray continuum is produced by a relativistic jet, as suggested by rapid variability, high luminosity and hard spectrum, this larger scale predicts an Fe ionization state consistent with efficient Kα production. Moreover, the momentum of the jet radiation impinging on the surrounding accretion flow on this larger scale accelerates a layer of gas to speeds ~0.1-0.2c, consistent with the blueshifted line profile. Implications of our results on the global picture of jetted TDEs are discussed. A power-law γ/X-ray spectrum may be produced by external UV-optical photons being repetitively inverse-Compton scattered by cold electrons in the jet, although our model for the Kα reverberation does not depend on the jet radiation mechanism (magnetic reconnection in a Poynting jet is still a viable mechanism). The non-relativistic wind driven by jet radiation may explain the late-time radio rebrightening in Swift J1644+57. This energy injection may also cause the thermal UV-optical emission from jetted TDEs to be systematically brighter than in non-jetted ones.

astro-ph.HE

Fast radio burst source properties and curvature radiation model

We use the observed properties of fast radio bursts (FRBs) and a number of general physical considerations to provide a broad-brush model for the physical properties of FRB sources and the radiation mechanism. We show that the magnetic field in the source region should be at least 10^{14} Gauss. This strong field is required to ensure that the electrons have sufficiently high ground state Landau energy so that particle collisions, instabilities, and strong electric and magnetic fields associated with the FRB radiation do not perturb electrons' motion in the direction transverse to the magnetic field and destroy their coherent motion; coherence is required by the high observed brightness temperature of FRB radiation. The electric field in the source region required to sustain particle motion for a wave period is estimated to be of order 10^{11} esu. These requirements suggest that FRBs are produced near the surface of magnetars perhaps via forced reconnection of magnetic fields to produce episodic, repeated, outbursts. The beaming-corrected energy release in these bursts is estimated to be ~10^{36} ergs, whereas the total energy in the magnetic field is at least ~10^{45} ergs. We provide a number of predictions for this model which can be tested by future observations. One of which is that short duration FRB-like bursts should exist at much higher frequencies, possibly up to optical.

astro-ph.HE

Stellar disruption events support the existence of the black hole event horizon

Many black hole (BH) candidates have been discovered in X-ray binaries and in the nuclei of galaxies. The prediction of Einstein's general relativity is that BHs have an event horizon --- a one-way membrane through which particles fall into the BH but cannot exit. However, except for the very few nearby supermassive BH candidates, our telescopes are unable to resolve and provide a direct proof of the event horizon. Here, we propose a novel observation that supports the existence of event horizons around supermassive BH candidates heavier than 10^{7.5} solar masses. Instead of an event horizon, if the BH candidate has a hard surface, when a star falls onto the surface, the shocked baryonic gas will form a radiation pressure supported envelope that shines at the Eddington luminosity for an extended period of time from months to years. We show that such emission has already been ruled out by the Pan-STARRS1 3pi survey if supermassive BH candidates have a hard surface at radius larger than 1 + 10^{-4.4} times the Schwarzschild radius. Future observations by LSST should be able to improve the limit to 1 + 10^{-6}.

astro-ph.HE

Demonetization and Its Impact on Employment in India

On November 08, the sudden announcement to demonetization the high denomination currency notes sent tremors all across the country. Given the timing, and socioeconomic and political repercussions of the decision, many termed it a financial emergency. Given high proportion of these notes in circulation, over 86 percent, it led to most economic activities, particularly employment, affected in a big way. Political parties, however, seemed divided on the issue, i.e. those in favor of the decision feel it will help to curb the galloping size of black money, fake currency, cross boarder terrorism, etc. In sharp contrast, the others believe it is a purely misleading, decision, based on no or poor understanding of black economy, and hence is only politically motivated in wake of the assembly elections due in a couple of states.

econ.GN

A universal energy distribution function for repeating fast radio bursts?

Assuming: fast radio bursts (FRBs) are produced by neutron stars at cosmological distances; FRB rate tracks core-collapse supernova rate; and all FRBs repeat with a universal energy distribution function (EDF) dN/dE ~ E^(-beta) with a high-end cutoff at burst energy E_max. We find that observations so far are consistent with a universal EDF with a power-law index 1.5 < beta < 2.2, high-end cutoff E_max/E_0 > 30 and normalization N_0 < 2 per day; where N_0 is the integrated rate above the reference burst energy E_0 = 1.2e39 f_r^(-1) erg (f_r is the radio emission efficiency). Implications of such an EDF are discussed.

astro-ph.HE

Swift J1644+57: an Ideal Test Bed of Radiation Mechanisms in a Relativistic Super-Eddington Jet

Within the first 10 days after Swift discovered the jetted tidal disruption event (TDE) Sw J1644+57, simultaneous observations in the radio, near-infrared, optical, X-ray and gamma-ray bands were carried out. These multiwavelength data provide a unique opportunity to constrain the emission mechanism and make-up of a relativistic super-Eddington jet. We consider an exhaustive variety of radiation mechanisms for the generation of X-rays in this TDE, and rule out many processes such as SSC, photospheric and proton synchrotron. The infrared to gamma-ray data for Sw J1644+57 are consistent with synchrotron and external-inverse-Compton (EIC) processes provided that electrons in the jet are continuously accelerated on a time scale shorter than ~1% of the dynamical time to maintain a power-law distribution. The requirement of continuous electron acceleration points to magnetic reconnection in a Poynting flux dominated jet. The EIC process may require fine tuning to explain the observed temporal decay of the X-ray lightcurve, whereas the synchrotron process in a magnetic jet needs no fine tuning for this TDE.

astro-ph.HE

External inverse-Compton emission from jetted tidal disruption events

The recent discoveries of Swift J1644+57 and J2058+05 show that tidal disruption events (TDEs) can launch relativistic jets. Super-Eddington accretion produces a strong radiation field of order Eddington luminosity. In a jetted TDE, electrons in the jet will inverse-Compton scatter the external radiation field from the accretion disk and wind. Motivated by observations of thermal optical-UV spectra in Swift J2058+05 and several other TDEs, we assume the spectrum of the external radiation field intercepted by the relativistic jet to be blackbody. Hot electrons in the jet scatter this thermal radiation and produce luminosities 10^45-10^48 erg/s in the X/gamma-ray band. This model of thermal plus inverse-Compton radiation is applied to Swift J2058+05. First, we show that the blackbody component in the optical-UV spectrum most likely has its origin in the super-Eddington wind from the disk. Then, using the observed blackbody component as the external radiation field, we show that the X-ray luminosity and spectrum are consistent with the inverse-Compton emission, under the following conditions: (1) the jet Lorentz factor is ~5-10; (2) electrons in the jet have a powerlaw distribution with minimum Lorentz factor ~1 and powerlaw index p = 2.4; (3) the wind is mildly relativistic (Lorentz factor >~1.5) and has isotropic-equivalent mass-loss rate ~5 M_sun/yr. We describe the implications for jet composition and the radius where jet energy is converted to radiation.

astro-ph.HE

An Optimal Block Diagonal Preconditioner for Heterogeneous Saddle Point Problems in Phase Separation

The phase separation processes are typically modeled by Cahn-Hilliard equations. This equation was originally introduced to model phase separation in binary alloys, where phase stands for concentration of different components in alloy. When the binary alloy under preparation is subjected to a rapid reduction in temperature below a critical temperature, it has been experimentally observed that the concentration changes from a mixed state to a visibly distinct spatially separated two phase for binary alloy. This rapid reduction in the temperature, the so-called "deep quench limit", is modeled effectively by obstacle potential. The discretization of Cahn-Hilliard equation with obstacle potential leads to a block $2 \times 2$ {\em non-linear} system, where the $(1,1)$ block has a non-linear and non-smooth term. Recently a globally convergent Newton Schur method was proposed for the non-linear Schur complement corresponding to this non-linear system. The proposed method is similar to an inexact active set method in the sense that the active sets are first approximately identified by solving a quadratic obstacle problem corresponding to the $(1,1)$ block of the block $2 \times 2$ system, and later solving a reduced linear system by annihilating the rows and columns corresponding to identified active sets. For solving the quadratic obstacle problem, various optimal multigrid like methods have been proposed. In this paper, we study a non-standard norm that is equivalent to applying a block diagonal preconditioner to the reduced linear systems. Numerical experiments confirm the optimality of the solver and convergence independent of problem parameters on sufficiently fine mesh.

math.NA

Inverse-Compton drag on a Highly Magnetized GRB jet in Stellar Envelope

The collimation and evolution of relativistic outflows in $γ$-ray bursts (GRBs) are determined by their interaction with the stellar envelope through which they travel before reaching the much larger distance where the energy is dissipated and $γ$-rays are produced. We consider the case of a Poynting flux dominated relativistic outflow and show that it suffers strong inverse-Compton (IC) scattering drag near the stellar surface and the jet is slowed down to sub-relativistic speed if its initial magnetization parameter ($σ_0$) is larger than about 10$^5$. If the temperature of the cocoon surrounding the jet were to be larger than about 10 keV, then an optically thick layer of electrons and positrons forms at the interface of the cocoon and the jet, and one might expect this pair screen to protect the interior of the jet from IC drag. However, the pair screen turns out to be ephemeral, and instead of shielding the jet it speeds up the IC drag on it. Although a high $σ_0$ jet might not survive its passage through the star, a fraction of its energy is converted to 1-100 MeV radiation that escapes the star and appears as a bright flash lasting for about 10 s.

astro-ph.HE

X-ray flares in GRBs: general considerations and photospheric origin

Observations of X-ray flares from Gamma Ray Bursts (GRBs) imply strong constraints on possible physical models. We provide a general discussion of these. In particular, we show that in order to account for the relatively flat and weak optical flux during the X-ray flares, the size of the emitting region should be $\lesssim 3\times 10^{14}$cm. The bolometric luminosity of flares also strongly constrain the energy budget, and are inconsistent with late time activity of a central engine powered by the spin-down of a magnetar. We provide a simple toy model according to which flares are produced by an outflow of modest Lorentz factor (a few tens instead of hundreds) that is launched more or less simultaneously with the highly relativistic jet which produced the prompt gamma-ray emission. The "slower" moving outflow produces the flare as it reaches its photosphere. The existence of such a component would naturally resolve the observational challenges imposed by flares, outlined in this work.

astro-ph.HE