This document provides an explanation of integrals and their evaluations using contour plots and Fourier transforms. It includes solved examples, MATLAB codes, and step-by-step solutions.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: INTEGRAL INTEGRAL Name of the Student Name of the University Author Note
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
1INTEGRAL 4. The given integral is I =∫ 0 2π 1 cos(θ)+2sin(θ)+3dθ The contour of the function is a polar plot asθis real and in radians. There are no singular points of the function in the range 0 to2πor the function is not zero anywhere within specified range. MATLAB code for contour plot: theta = linspace(0,360,50); func = 1./(cos(theta) + 2.*sin(theta) + 3); theta_radians = deg2rad(theta); polarplot(theta_radians,func) grid on Contour Plot:
3INTEGRAL 5. The given integral is I=∫ −∞ ∞ 1 x3−x2+xdx Now, the integral has singularities at points x1 = 0, x2 = 0.5 + 0.866i, x3 = 0.5 – 0.866i. As, only one real singularity point is at x = 0. Hence, the Cauchy principle value of the integral I will be I =lim¿e→0¿¿ Evaluating these integrals gives, I = -(ln(e^2 + e + 1)/2) – atan (2√3e+√3) 3 √3+π 2√3+1+ (ln(e^2 + e + 1)/2) - atan (2√3e+√3) 3 √3 + π 2√3 =π √3 MATLAB code for contour plot: x = -10000:1:10000; func = 1./(x.^3 - x.^2 + x); polarplot(x,func) Plot:
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
4INTEGRAL 0 30 60 90 120 150 180 210 240 270 300 330 0 0.2 0.4 0.6 0.8 1 With the expansion of the contour the integral of the contour approaches to zero as the only discontinuity is at x= 0 and the value of the closed path evaluates to zero. 6. a)f(t)=1 t2+2+2 Fourier transform of the function is given by, F(t)=∫ −∞ ∞ 1 t2+2+2exp(−iwt)dt Evaluating the integral we get F(t) in terms of w F(t) =√π/6exp(w−√3w)(when w>0). b)^f(w)=1 (w+i)2(w−i)
5INTEGRAL The inverse Fourier transform is given by, f(t) =F−1(^f(w)) =1 2π∫ −∞ ∞ 1 (w+i)2(w−i)exp(iwt)dw Evaluating the integral and assuming t>0 we get, f(t) =(−1 2)i√π 2exp(−t)(2t+1)