Skip to main content

kgrad (Kappa Gradient)

:::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 kgrad profile implements a constant external convergence (κ) gradient with an optional constant sheet. This is useful for modeling the effects of large-scale structure or nearby mass concentrations that produce a linear gradient in the convergence across the lens system.

This profile is similar to the kappa profile but parametrized by gradient magnitude and direction instead of separate x and y slopes.

Mathematical Definition

Convergence

κ(x,y)=k0+a(xx0)+b(yy0)\kappa(x,y) = k_0 + a(x - x_0) + b(y - y_0)

where:

  • k0k_0 = constant convergence sheet
  • x0,y0x_0, y_0 = centroid of the gradient
  • a,ba, b = gradients in x and y directions

Parametrization

The profile is parametrized by:

  • k0k_0 = constant sheet
  • κ\nabla\kappa = gradient magnitude κ=a2+b2|\nabla\kappa| = \sqrt{a^2 + b^2}
  • θ\theta = angle/direction of the gradient

Angle Convention

Following the external shear angle convention:

  • θ=0°\theta = 0° → gradient along +y axis
  • θ=90°\theta = 90° → gradient along +x axis

For a gradient purely in the y-direction:

κ(x,y)=k0+b(yy0)\kappa(x,y) = k_0 + b(y - y_0)

where b=κb = \nabla\kappa (the gradient magnitude parameter).

Lens Potential

The lens potential corresponding to κ(x,y)=k0+b(yy0)\kappa(x,y) = k_0 + b(y - y_0) is:

ψ(x,y)=12k0(x2+y2)+14by3+14bx2y\psi(x,y) = \frac{1}{2}k_0(x'^2 + y'^2) + \frac{1}{4}b y'^3 + \frac{1}{4}b x'^2 y'

where x=xx0x' = x - x_0 and y=yy0y' = y - y_0.

Deflection Angles

αx(x,y)=k0x+12bxy\alpha_x(x,y) = k_0 x' + \frac{1}{2}b x' y' αy(x,y)=k0y+14b(3y2+x2)\alpha_y(x,y) = k_0 y' + \frac{1}{4}b(3y'^2 + x'^2)

:::note Potential Ambiguity The above potential is one valid solution for κ=k0+b(yy0)\kappa = k_0 + b(y-y_0). The general solution is not unique due to freedom in third-order terms:

ψ=vy3+wx2yκ=3vy+wy\psi = v y^3 + w x^2 y \quad \Rightarrow \quad \kappa = 3v y + w y

Any combination satisfying 3v+w=b3v + w = b is valid. The symmetric choice (v=w=b4v = w = \frac{b}{4}) is used in GLEE.

Terms like cx+dy+ec x' + d y' + e (constant deflections/potential offsets) have no effect on time delays and are omitted. :::

GLEE Configuration

Basic Usage

kgrad
4.400000 #x-coord exact:
4.000000 #y-coord exact:
0.000000 #k0 exact:
2.2009e-05 #kgrad flat:0,1 step:0.03
1.592562 #theta noprior: step:0.05

Parameter Summary

#ParameterDescriptionUnitsNotes
1xx-coordinate of centroidarcsecGradient reference point
2yy-coordinate of centroidarcsecGradient reference point
3k0Constant convergence sheetdimensionlessCan be 0
4kgradConvergence gradient magnitude κ\|\nabla\kappa\|arcsec1\text{arcsec}^{-1}0\geq 0
5thetaDirection of gradient (radians, CCW from +y axis)radians[0,2π)[0, 2\pi)

Physical Interpretation

Constant Sheet (k0k_0)

  • Uniform convergence across the field
  • Does not produce deflection (only magnification)
  • Often degenerate with other parameters (mass-sheet degeneracy)

Gradient (κ\nabla\kappa)

  • Linear change in convergence across the lens
  • Produces position-dependent deflection
  • Sources:
    • Nearby large-scale structure (filaments, groups)
    • Asymmetric matter distribution around lens
    • Second-order tidal field expansion

Gradient Direction (θ\theta)

  • θ=0°\theta = 0°: convergence increases in +y direction
  • θ=90°\theta = 90°: convergence increases in +x direction
  • Can be constrained by environmental studies (weak lensing, galaxy counts)

Use Cases

Environmental Effects:

  • Model the influence of a nearby cluster or group
  • Account for line-of-sight structure
  • Combine with weak lensing analysis of surrounding field

Perturbation Analysis:

  • Test sensitivity of time delays to external κ gradients
  • Quantify systematic uncertainties from line-of-sight structure

Mass-Sheet Degeneracy Breaking:

  • Constant k0k_0 combined with gradient can partially break degeneracies
  • Use with independent constraints (e.g., velocity dispersion)

Typical Values

For galaxy-scale strong lenses:

  • k0k_0: typically 0.1-0.1 to +0.1+0.1
  • κ\nabla\kappa: typically 10510^{-5} to 10310^{-3} arcsec1^{-1} (small!)
  • Gradient is usually a small perturbation to the main lens
ProfileParametrizationUse Case
kgradMagnitude + angleClean parametrization for gradients
kappaSeparate κ/x\partial\kappa/\partial x, κ/y\partial\kappa/\partial y slopesDirect mapping from theory
shearExternal shear γ + PAQuadrupole distortion (no monopole)

:::tip Relationship to Shear External shear produces a quadrupole pattern (no net convergence gradient). kgrad produces a dipole pattern (linear gradient). They are complementary:

  • Shear: models tidal field at quadrupole order
  • kgrad: models tidal field at dipole order :::

References