y=xex2y = xe^{-x^2}

Graph of the Function y=xex2y = xe^{-x^2}

y=xex2y = xe^{-x^2} is a linear function multiplied by a Gaussian. Since the derivative of the Gaussian ex2e^{-x^2} is 2xex2-2xe^{-x^2}, this function is, up to a constant factor, the slope of the Gaussian. Being odd, it shows one crest and one trough.

Domain and symmetry

The domain is all real numbers. Since f(x)=f(x)f(-x) = -f(x) the function is odd, with point symmetry about the origin. It is positive for x>0x > 0 and negative for x<0x < 0, and the origin is its only xx-intercept.

Monotonicity and extrema

The product rule gives the following.

y=(12x2)ex2y' = (1 - 2x^2)e^{-x^2}

Since ex2e^{-x^2} is positive the sign comes from 12x21 - 2x^2, which vanishes at x=±12x = \pm\dfrac{1}{\sqrt{2}}.

xxyyPosition
120.707-\dfrac{1}{\sqrt{2}} \approx -0.7070.4289\approx -0.4289local minimum
0000inflection point
120.707\dfrac{1}{\sqrt{2}} \approx 0.7070.4289\approx 0.4289local maximum
321.225\sqrt{\dfrac{3}{2}} \approx 1.2250.2733\approx 0.2733inflection point

The extreme values are ±12e\pm\dfrac{1}{\sqrt{2e}}, and the range lies between them. The linear factor stretches with xx, but the exponential decay overtakes it at once, so the crest never rises very high.

Asymptote

As x±x \to \pm\infty the decay of ex2e^{-x^2} overwhelms the growth of xx, so y0y \to 0 and the xx-axis is a horizontal asymptote. The rational function x1+x2\dfrac{x}{1+x^2} is likewise odd with a crest and a trough, but it falls off only as 1x\dfrac{1}{x}, whereas this one drops to 00 at a stroke.

Inflection points

The second derivative is y=2x(2x23)ex2y'' = 2x(2x^2 - 3)e^{-x^2}. Its sign changes at x=0x = 0 and at x=±32x = \pm\sqrt{\dfrac{3}{2}}, so there are three inflection points.

Relation to the Gaussian

ddxex2=2xex2=2y\frac{d}{dx}e^{-x^2} = -2xe^{-x^2} = -2y

This function is the derivative of the Gaussian multiplied by 12-\dfrac{1}{2}, and something can be read off from that. The inflection points of the Gaussian sit at x=±12x = \pm\dfrac{1}{\sqrt{2}}, exactly where this function has its extrema. The general rule that the derivative attains an extremum where the original function has an inflection point is made visible here.

Integral

The antiderivative is 12ex2-\dfrac{1}{2}e^{-x^2}.

0xex2dx=12\int_0^{\infty} xe^{-x^2}\,dx = \frac{1}{2}

Being odd, its integral over the whole line is 00. Restricting to x0x \geq 0 and doubling gives 2xex22xe^{-x^2}, whose integral is 11: the density of the Rayleigh distribution1.

Applications

In image processing, rather than smoothing with a Gaussian and then differentiating, one convolves with this already-differentiated form as a filter. It is the basis of edge detection, from the Canny method onward, and the standard way to obtain a derivative that is robust against noise2.

In physics, the distribution of molecular speeds of a two-dimensional gas takes this shape. When each component of the velocity is normally distributed, small speeds have few directions available and large ones are held down by the exponential factor, so a crest forms in between.

  1. Rayleigh distribution, Wikipedia
  2. Canny edge detector, Wikipedia