alex3
- 43
- 0
I have a differential that depends only on \cos{\theta}
\frac{\operatorname{d}\sigma}{\operatorname{d} \Omega} = f(\cos{\theta})
I am numerically solving this differential equation for \sigma, which physically is a cross section, for 0 \leq \theta \leq \pi. The differential contains a parameter s. I am solving the differential for a given value of s, then incrementing this parameter and solving the differential again.
I am solving the differential over a range of s (3 to 200), in increments of 0.1 (s is, for the curious, my particle accelerator energy in GeV).
My problem is that I'm asked to now plot the transverse momentum
p_{T} = \lvert p_{f} \rvert \sin{\theta}
I've been told that I am effectively trying to plot
\frac{\operatorname{d} \sigma}{\operatorname{d} p_{T}}
and that I'll have to do some sort of histogram/binning to make my plot.
I'm not sure what I should binning; the differentials, the final integrated cross section?
So, in essence, my questions is how can I plot \frac{\operatorname{d} \sigma}{\operatorname{d} p_{T}} given that I have numerical data for \frac{\operatorname{d}\sigma}{\operatorname{d} \Omega} (and \sigma)?
\frac{\operatorname{d}\sigma}{\operatorname{d} \Omega} = f(\cos{\theta})
I am numerically solving this differential equation for \sigma, which physically is a cross section, for 0 \leq \theta \leq \pi. The differential contains a parameter s. I am solving the differential for a given value of s, then incrementing this parameter and solving the differential again.
I am solving the differential over a range of s (3 to 200), in increments of 0.1 (s is, for the curious, my particle accelerator energy in GeV).
My problem is that I'm asked to now plot the transverse momentum
p_{T} = \lvert p_{f} \rvert \sin{\theta}
I've been told that I am effectively trying to plot
\frac{\operatorname{d} \sigma}{\operatorname{d} p_{T}}
and that I'll have to do some sort of histogram/binning to make my plot.
I'm not sure what I should binning; the differentials, the final integrated cross section?
So, in essence, my questions is how can I plot \frac{\operatorname{d} \sigma}{\operatorname{d} p_{T}} given that I have numerical data for \frac{\operatorname{d}\sigma}{\operatorname{d} \Omega} (and \sigma)?
Last edited: