Inflection points occur where the concavity of a function changes from up to down or vice versa. Mathematically, these points appear where the second derivative is zero or undefined, provided there's a sign change.
The function \( f(x) = e^{-x^2 / 2} \) has a second derivative:\[ f''(x) = (x^2 - 1)e^{-x^2 / 2} \]To find where \( f''(x) = 0 \), solve:\[ x^2 - 1 = 0 \]This simplifies to \( x^2 = 1 \), giving solutions \( x = 1 \) and \( x = -1 \). These are the potential inflection points.
- Verify a sign change in \( f''(x) \) around these points to confirm they are true inflection points.
At \( x = -1 \), the solution transitions from concave up \((-\infty, -1)\) to concave down \((-1, 1)\). Similarly, at \( x = 1 \), it changes from concave down \((-1, 1)\) to concave up \((1, \infty)\). Therefore, \( x = -1 \) and \( x = 1 \) are indeed inflection points because of this concavity change.