Normalizing Functions: Basics & Examples

  • Context: High School 
  • Thread starter Thread starter laser123
  • Start date Start date
  • Tags Tags
    Basics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
laser123
Messages
21
Reaction score
0
How does you normalize a function? Could someone explain it very basically and give an example.
 
Physics news on Phys.org
In Quantum Mechanics, when we talk about normalizing a function, we mean that we want its integral over all space to be equal to 1. So a function is normalized if [itex]\int^\infty_{-\infty}f(x)\:dx = 1[/itex]

If a function is not normalized, then we can normalize it by dividing the function by whatever its total integral is. So if we define [itex]A = \int^\infty_{-\infty}f(x)\:dx[/itex], and we define a new function [itex]f'(x) = \frac{f(x)}{A}[/itex], then by definition, [itex]\int^\infty_{-\infty}f'(x)\:dx = 1[/itex], so [itex]f'(x)[/itex] is normalized.
 
You're welcome, glad to help!

Also, I should point out that what I gave above was a very generic definition of normalization. In the specific case of quantum mechanics, what we're usually normalizing is the probability density, which is the magnitude squared of the wavefunction. So in practice, the way that you will usually see normalization conditions written is [itex]\int^\infty_{-\infty}|\Psi(x)|^2\:dx = 1[/itex].