(Blanked the page)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=What is Feynman's Technique?=
 
  
Feynman's Technique of integration utilizes parametrization and a mix of other different mathematical properties in order to integrate an integral that is can't be integrated through normal processes like u-substitution or integration by parts. It primarily focuses on setting a function equal to an integral, and then differentiating the function to get an integral that is easier to work with. A simple example would be an integral such as:
 
<center><math> \int_{0}^{\infty}(e^{-x^2}*cos(2x)) dx</math></center>
 
As we can see, there isn't any particular place that we can use u-substitution or integration by parts to produce a solution easily, but Feynman shows us how we can parameterize the integral as a function, focusing on the cosine factor of the integrand. By writing the integral as a function, we can change the expression to:
 
<center><math> F(a) = \int_{0}^{\infty}(e^{-x^2}*cos(a*x)) dx</math> (where a = 2)</center>
 
This allows us to extract an x from the cosine segment of the integrand by differentiating with respect to a, making the left portion of the integrand <math>x*e^{-x^2}</math>, which is much easier to deal with than just <math>e^{-x^2}</math>
 
 
From here, our differentiated equation is <math> F'(a) = \int_{0}^{\infty}(-x*e^{-x^2}*sin{(a*x)}) dx</math>, which we can then integrate using integration by parts.
 
Doing so, however, would only get us:
 
<center><math> \frac{sin{(a*x)}}{2e^{x^2}}\Big|_{0}^{\infty} - \frac{a}{2}\int_{0}^{\infty}(e^{-x^2}*cos(a*x)) dx</math></center>
 
With this, we can see that the left side of the subtraction operation evaluates to 0, while the right side is just <math>-\frac{a}{2}F(a)</math>
 
 
Thus, our result is <math>F'(a) = -\frac{a}{2}F(a)</math>
 
 
Now, to proceed with the rest of the calculation, we need to express this equation in terms of differential fractions. By that, I mean writing it in the form <math> \frac{dF}{da} = (-\frac{a}{2})F</math> (source: blackpenredpen's explanation). With this, we can manipulate the equation to show <math>\frac{dF}{F} = -\frac{a}{2}da</math>
 
 
After integrating both sides, we are left with <math>\ln{F} = -\frac{a^2}{4} + C</math>
 
 
[[ Walther MA271 Fall2020 topic14 | Back to Feynman Integrals]]
 

Latest revision as of 20:35, 30 November 2020

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn