Skip to main content

dPIE (Dual Pseudo-Isothermal Elliptical)

:::info Migrated from Old Wiki This content was migrated from the old wiki using GitHub Copilot and should be double-checked for accuracy. :::

Overview​

The dPIE (Dual Pseudo-Isothermal Elliptical) profile, also known as a truncated PIEMD, is a mass distribution with both a core radius and a truncation/scale radius. This profile is particularly useful for modeling satellite galaxies or dark matter subhalos that have been tidally truncated.

The dPIE profile approaches zero at large radii (unlike PIEMD which extends to infinity), making it physically motivated for substructures in a host halo.

Mathematical Definition​

Convergence​

ΞΊ(x,y)=Elimit2β‹…s2s2βˆ’w2(1w2+rem2βˆ’1s2+rem2)\kappa(x,y) = \frac{E_{\text{limit}}}{2} \cdot \frac{s^2}{s^2 - w^2} \left( \frac{1}{\sqrt{w^2 + r_{\text{em}}^2}} - \frac{1}{\sqrt{s^2 + r_{\text{em}}^2}} \right)

where:

rem=x2(1+e)2+y2(1βˆ’e)2r_{\text{em}} = \sqrt{\frac{x^2}{(1+e)^2} + \frac{y^2}{(1-e)^2}}
  • ElimitE_{\text{limit}} = strength (Einstein radius of SIS in limiting case sβ†’βˆž,wβ†’0s \to \infty, w \to 0)
  • ww = core radius
  • ss = truncation/scale radius (must satisfy s>ws > w)
  • ee = ellipticity, e=1βˆ’q1+qe = \frac{1-q}{1+q}
  • qq = axis ratio (minor/major), q≀1q \leq 1

Corresponding 3D Density​

The convergence corresponds to the following 3D density distribution (without Ξ£crit\Sigma_{\text{crit}} factor):

ρ(x,y,z)=ρ0(1+r3D2/w2)(1+r3D2/s2),s>w\rho(x,y,z) = \frac{\rho_0}{(1 + r_{3D}^2/w^2)(1 + r_{3D}^2/s^2)}, \quad s > w

where:

  • r3D=rem2+z2r_{3D} = \sqrt{r_{\text{em}}^2 + z^2}
  • ρ0\rho_0 and ElimitE_{\text{limit}} are related by: Elimit=2πρ0w2E_{\text{limit}} = 2\pi\rho_0 w^2

Parameter Calculation​

Without scale:​

Elimit=ΞΈE(5thΒ parameter)E_{\text{limit}} = \theta_E \quad \text{(5th parameter)}

With scale:​

E0=ΞΈEE_0 = \theta_E Elimitβ‹…s2s2βˆ’w2=E02(w2+E02βˆ’w)βˆ’(s2+E02βˆ’s)E_{\text{limit}} \cdot \frac{s^2}{s^2-w^2} = \frac{E_0^2}{(\sqrt{w^2+E_0^2}-w) - (\sqrt{s^2+E_0^2}-s)}

This ensures that the effective Einstein radius (area-averaged) equals E0E_0.

Logarithmic Parameters​

The parameters ΞΈE\theta_E (5th), ww (6th), and ss (7th) all support the log: option, allowing sampling in logarithmic space for parameters spanning multiple orders of magnitude.

GLEE Configuration​

Basic Usage​

dpie
30.000000 #x-coord exact:
30.000000 #y-coord exact:
0.750000 #b/a exact:
0.800000 #theta exact:
10.000000 #theta_e exact:
5.000000 #r_core exact: (w parameter in kappa equation)
100.000000 #r_trunc exact: (s parameter in kappa equation)

Parameter Summary​

#ParameterDescriptionOptionsConstraints
1xx-coordinate of centroid (arcsec)
2yy-coordinate of centroid (arcsec)
3qAxis ratio (b/a, minor/major)0<q≀10 < q \leq 1
4thetaPosition angle (radians, CCW from +x axis)
5theta_eEinstein radius / strengthlog:, scale:
6r_coreCore radius ww (arcsec)log:w>0w > 0
7r_truncTruncation radius ss (arcsec)log:s>ws > w

:::warning Radius Constraint The truncation radius ss must be greater than the core radius ww. GLEE will produce errors or unphysical results if s≀ws \leq w. :::

Physical Interpretation​

Core Radius (ww)​

  • Central region with approximately constant density
  • Suppresses central cusp (like PIEMD)
  • Typical range: 0.1–5 arcsec for galaxy-scale lenses

Truncation Radius (ss)​

  • Outer boundary where mass distribution drops to zero
  • Physically motivated by tidal truncation radius
  • For satellites: set by tidal radius rt∝(Msat/Mhost)1/3rorbitr_t \propto (M_{\text{sat}}/M_{\text{host}})^{1/3} r_{\text{orbit}}

Limiting Cases​

LimitResult
sβ†’βˆžs \to \inftyApproaches PIEMD (no truncation)
w→0w \to 0Singular isothermal truncated profile
sβ†’βˆž,wβ†’0s \to \infty, w \to 0Approaches SIS
wβ‰ˆsw \approx sVery compact, strongly truncated profile

Use Cases​

Satellite Galaxies:

  • Model companion galaxies in group/cluster environments
  • Truncation radius constrained by tidal stripping
  • Example: Perturbers in quad lens systems

Dark Matter Subhalos:

  • Substructure in strong lens galaxies
  • s/ws/w ratio from N-body simulations: typically s/w∼10s/w \sim 10–2020

Compact Components:

  • Bulge + disk decomposition in spiral lenses
  • Bulge component with finite extent

Comparison with PIEMD​

FeaturePIEMDdPIE
ExtentInfiniteFinite (truncated)
Parameters67 (adds truncation radius)
MassDiverges at large rrFinite total mass
Use caseMain lens galaxiesSatellites, subhalos
ComplexitySimplerMore physical for substructure
  • PIEMD - Pseudo-isothermal elliptical (no truncation)
  • PIEMDMFL - Mass-follows-light version of PIEMD
  • SPEMD - Softened power-law elliptical

References​

  • ElΓ­asdΓ³ttir, Á. et al. (2007). Where is the dark matter? Probing structure with strong lensing. arXiv:0710.5636
  • Suyu, S. H. & Halkola, A. (2010). The halos of satellite galaxies: the companion of the massive elliptical lens SL2S-J08544-0121. A&A, 524, A94