Consider that I am some height $r$ above a cylinder (measured from the centre) that has its axis in the direction of $z$. I wish to integrate a 2D Gaussian (of SD $\sigma$) along some part of its length and have the following double integral: $$ \int_0^{2\pi} \int_0^L \exp\left[-(a^2 + r^2 + z^2 - 2ar\cos\phi)/2\sigma^2\right] \mathrm{d}z\, \mathrm{d}\phi, $$ where $a$ is the radius of the cylinder. I can then rearrange this to form: $$ \int_0^{2\pi} \exp \left[ -(a^2 + r^2 - 2ar\cos\phi) / 2\sigma^2 \right] \mathrm{d}\phi \int_0^L \exp \left[ -z^2 / 2\sigma^2 \right] \mathrm{d}z. $$ The second integral gives $$ \DeclareMathOperator{\erf}{erf} \sqrt{\frac{\pi}{2}} \sigma \erf \left( \frac{L}{\sqrt{2} \sigma} \right), $$ but I can't see any way of doing the first integral. Wolfram|Alpha also seems to agree. Have I missed a trick, or is this indeed not do-able with standard functions? Is it possible that a solution could be found if I parameterised my problem differently?
2025-01-12 23:32:07.1736724727
Integrating a Gaussian over a cylinder
254 Views Asked by Student's Teapot https://math.techqa.club/user/student-s-teapot/detail At
1
There are 1 best solutions below
Related Questions in INTEGRATION
- Integrating using Green's Theorem
- Finding the value of a constant given a probability density function
- How to show that $\int_{\delta D} x\ dx $ is area of $D$
- How to find probability after finding the CDF of a max?
- Convergence of difference of series
- Why is it legal to take the antiderivative of both sides of an equation?
- question over a integration changes order and hard to compute
- Estimate of a (integral) function
- Using the chain rule of differentiation to evaluate an integral along a curve
- Name of multidimensional propagator integral
Related Questions in SURFACE-INTEGRALS
- Gauss Divergence theorem gives a wrong result for a surface integral
- Surface Integral over a cone
- How to to choose approximation for calculus/integral calculation? (example for surface of revolution)
- Compute a surface integral
- Surface area common to two perpendicularly intersecting cylinders
- Area of parametric surface (theory)
- Verification of Green's Theorem homework help
- Some questions about the normal vector and Jacobian factor in surface integrals,
- Integrating a Gaussian over a cylinder
- Counter clockwise flux integral
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Use the fact that
$$\int_0^{2 \pi} d\phi \, e^{x \cos{\phi}} = 2 \pi I_0(x) $$
where $I_0$ is the modified Bessel function of the first kind of zeroth order.