Tutorial 1, B. Tech. Sem III, 24 July, (Root Findings and Linear System of Equations)

Size: px
Start display at page:

Download "Tutorial 1, B. Tech. Sem III, 24 July, (Root Findings and Linear System of Equations)"

Transcription

1 Tutorial, B. Tech. Sem III, 24 July, 206 (Root Findings and Linear System of Equations). Find the root of the equation e x = 3x lying in [0,] correct to three decimal places using Bisection, Regula-Falsi and Newton-Raphson methods. 2. Use the interval halving method to improve a root of the equation x 4 + 2x 3 x = 0 lying in [0,] correct to three decimal places. 3. For smallest positive root of the equation: x 3 5x + = 0 correct to 3 D places. Use the methods Bisection, Regula-Falsi and Newton-Raphson methods. 4. Find positive root of the equation: tan x+tanh x = 0 by using Bisection and Regula-Falsi methods correct to 4 D places. 5. Solve the following system of equations up to 2D places by Gauss Seidel i. 20x + y 2 = 7; 3x + 20y = 8; 2x 3y + 20 = 25 with Initial root (0,0,0); Ans: x =, y =, = ii. 0x + 2y + = 9; x + 0y = 22; 2x + 3y + 0 = 2 with Initial root (0,0,0). Ans: x =, y = 2, = 3 iii. x 7x 2 + x 3 = 32; x + 5x 2 2x 3 = 8; 2x + 2x 2 + 7x 3 = 9; upto D places with Initial root (5,5,5) iv. x 2y + = 8; x + y + 2 = 9; 3x y + = 6 with Initial root (3,3,2); Ans: Verify that each of the following equations has a root on the interval (0,). Next, perform the bisection method to determine p 3, the third approximation to the location of the root (a) ln( + x) cos x = 0 (b) x 5 + 2x = 0 (c) e x x = 0 (d) cos x x = 0 7. It was noted that the function f(x) = x 3 + 2x 2 3x has a ero on the interval ( 3, 2) and another on the interval (-,0). Approximate both of these eroes to within an absolute tolerance of Approximate 3 3 to three decimal places by applying the bisection method to the equation x 3 3 = Approximate /37 to five decimal places by applying the bisection method to the equation /x 37 = onsider the function g(x) = cos x. (a) Graphically verify that this function has a unique fixed point on the real line. (b) an we prove that the fixed point is unique using the theorems of this section? Why or why not?

2 . onsider the function g(x) = + x 8 x3. (a) Analytically verify that this function has a unique fixed point on the real line. (b) an we prove that the fixed point is unique using the theorems of this section? Why or why not? 2. Each of the following equations has a root on the interval (0,). Perform Newton s method to determine p 4, the fourth approximation to the location of the root. (a) ln( + x) cos x = 0 (b) x 5 + 2x = 0 (c) e x x = 0 (d) cos x x = 0 3. The equation x 3 + x 2 3x 3 = 0 has a root on the interval (,2), namely x = The equation x 7 = 3 has a root on the interval (,2), namely x = The equation /x 37 = 0 has a ero on the interval (0.0,0.) namely x = / Show that when Newton s method is applied to the equation x 2 a = 0, the resulting iteration function is g(x) = 2 (x + a x ). 7. Show that when Newton s method is applied to the equation /x a = 0, the resulting iteration function is g(x) = x(2 ax). 8. For each of the functions given below, use Newton s method to approximate all real roots. Use an absolute tolerance of 0 6 as a stopping condition. (a) f(x) = e x + x 2 x 4 (b) f(x) = x 3 x 2 0x + 7 (c) f(x) =.05.04x + ln x 9. Each of the following equations has a root on the interval (0,). Perform the secant method to determine p 4, the fourth approximation to the location of the root. (a) ln( + x) cos x = 0 (b) x 5 + 2x = 0 (c) e x x = 0 (d) cos x x = For the following i-iii (a) Using scaled partial pivoting during the factor step, find matrices L, U and P such that LU = P A. (b) Solve the system Ax = b for each of the given right-hand-side vectors. 2

3 (i) A = , b = , b 2 = , b 3 = (ii) A = , b = 2 0, b 2 = 6 4, b 3 = (iii) A = , b = 36, b 2 = 6, b 3 = In Exercises -3, use the Gauss-Seidel method to solve the indicated linear system of equations. Take x (0) = 0, and terminate iteration when x (k+) x (0) falls below x + x 2 + x 3 + x 4 = 5 x + 8x 2 + 2x 3 + 3x 4 = 23 x + 2x 2 5x 3 = 9 x + 2x 3 + 4x 4 = 4 4x x 2 = 2 x + 4x 2 x 3 = 4 x 2 + 4x 3 = 0 7x + 3x 2 + = 4 3x + 9x 2 + x 3 = 6 x 2 + 3x 3 x 4 = 3 x 3 + 0x 4 4x 5 = 7 4x 4 + 6x 5 = Solve the following system of linear equations by Triangulariation /Factoriation or rout s method: (a) 2x + 3y + = 9; 3x + y + 2 = 8; x + 2y + 3 = 6; Ans:... (b) x + y + = 3; 2x y + 3 = 6; 3x + y = 3; Ans: x =, y = 2, = 4 (c) x+2y+3+4w = 20; 3x 2y+8+4w = 26; 2x+y 4+7w = 0, 4x+2y 8 4w = 2; Ans: x = 4, y = 3, = 2, w =

4 Tutorial 2, B. Tech. Sem III, 26 July, 206 ( Difference Operators and Interpolation). Prove the following operator relations: (i). E = + = ( ), (ii) = µδ + δ2, 2 (iii). log f(x) = log( + f(x) ) f(x) (iv). [f(x)g(x)] = f(x) g(x) + g(x + h) f(x), (v). = = = δ 2, (vi). = 2 δ2 + δ + δ2, (vii). 4 δ3 y = y 2 3y + 3y 0 y, 2 (viii). δ(f k g k ) = µf k δ(g k ) + µg k δ(f k ), 2+ (ix). + = 2, (x). = e hd, (xi). µδ = sinh(hd), (xii). e hd =, (xiii). f[x, y, ] = x + y +, f = x 3, (xiv). f[a, b, c] =, f =, abc a (xv). f[a, b, c,...(n symbols)...l] = n f(a) 2. Find for (h = ) (i). 2 (ab ex ), (ii). 2 x 3, Ex 3 (iii). tan (ax), (iv). n ( ), x ( (v). (vi). (x + cosx). ( ( 3. Prove that: e x = 2 E e x and E ex ). 2 e x ) n!h n f 0 + xf + x2 f 2! = e x (f 0 + x f 0 + x2 f 2! ) 2 E ) x 3, 4. Let P n (x) = (x x 0 )(x x )(x x 2 )...(x x n ), where x i = x 0 + ih, i being integer; show that P n = nhp n, hence show that r P n = n! (n r)! hr P n r, r = () n, and n P n = n!h n. 5. Find the third divided difference with argument 2, 4, 9, 0 of the function f(x) = x 3 2x. 6. Form a divided difference table for f(x) = x 4 + 6x 2 + x 2 for values of x = 3 () 3, show that 5th order diferences are ero. 7. Given that f(0) = 8, f() = 68, and f(5) = 23 determine f(2); calculate the error also. 8. Tabulate sin x for x 0 = 30 (2) 40 and interpolate sin 3 0 and sin ompare with exact values. 9. Tabulate e x for x =.7 (0.) 2.2 and interpolate at x =.7, Find log and log using the following data: x log 0 (x) and error in the result.. Use Lagrange s formula to interpolate the values of f(5) from x f(x) How much it deviates from 2 5.? 4

5 2. A third degree polynomial passes through the points (0, ), (, ), (2, ), (3, 2). Find the polynomial. Ans: 6 x3 2 x x 3. From the following data, find the number of students who obtained less than 45 marks: Marks No. of students Ans: approx Find the form of f(x), given that f(0) = 8, f() =, f(4) = 68 and f(5) = 23 also determine f(2). Ans: x 3 x 2 + 3x + 8, 8 5. Given that f(0) = 8, f() = 0 = f(3) = f(6), f(5) = 248 and f(9) = 304 find the form of f(x) assuming it to be a polynomial of degree 5th. {Hint: f(x) = (x )(x 3)(x 6)φ(x), φ(x) is a polynomial of degree 2 with φ(0) =, φ(5) = 3, φ(9) = 9 } Ans: x 5 9x 4 + 8x 3 x 2 + 9x 8 6. Find log 0 30 using Newton s Divided difference interpolation formula from the data: x Ans: log 0 (x) The values of y = x are listed below: x y ompute x corresponding to y = 2.5. Ans: What should be the minimum number of tabular points required for the piecewise linear interpolation for f(x) = cos(x) on [0, π], such that error does not exceed by /2 0 6? Ans: The number of subdivisions required n = 57. 5

6 Tutorial 3, B. Tech. Sem III, 22 August, 206 (Numerical Differentiation, Integration and Differential Equations). Find the gradient of the road at the initial point of the elevation above a datum line of seven points of road which are given below: x : y : Find the first three derivatives of the function at x =.5 from the data x : y : Ans: 4.75, 9.0, The table given below reveals the velocity v of a body during the time t specified. Find its acceleration at t =. t : v : Ans: Derive Newton ote s quadrature formula. Hence deduce (i) Trapeoidal rule, One third Simpson s and 3/8 Simpson s rule of Numerical integrations. (ii) alculate Truncation error as well as Max. Global error in the rules. 5. Evaluate dx, with h = 0.2 (up to 3D) by using Trapeoidal rule of Numerical 0 +x 2 integration. Hence find an approximate value of π. Give your decision about the statement an we apply One third Simpson s and 3/8 Simpson s rule of Numerical integrations for this problem Ans: 3.35, No 6. Evaluate 0 ex dx by One third Simpson s correct to 5 D places with proper choice of h. Ans: Evaluate 6 dx, up to 3D by using Trapeoidal rule and Simpson s rules of Numerical 0 +x 2 integrations. Also check your results by actual integration. Ans:.4,.366,.357, Actual value is onstruct the divided difference table for the following data set, and then write out the Newton form of the interpolating polynomial. x y onstruct the divided difference table for the following data set, and then write out the Newton form of the interpolating polynomial. x y Write out the Newton form of the interpolating polynomial for f(x) = sin x that passes through the points (0, sin 0), (π/4, sin π/4), and (π/2, sin π/2). 6

7 . Apply Picard s Method with 4-iterations upto 4D places to find the values of y at x = 0.(0.3)0.3, given that dy = y x, y(0) = 2. Ans: 2.2, 2.42, 2.65 dx 2. Apply Picard s Method with 3-iterations to find the values of y at x = 0., 0.2, given that dy dx = y2 + x 2, y(0) = 0. Ans: , By using Picard s Method with 5-iterations, find y at x = 0., 0.2 upto 4D places from the differential equation dy dx = x + x2 y, y(0) =. Ans:.0053, Write out the Newton form of the interpolating polynomial for f(x) = e x that passes through the points (, e ), (0, e 0 ), and (, e ). 5. Use Runge Kutta method of fourth order to find a numerical solution at x = 0.5 for dy (x y), y(0) = taking h = dx = 2 6. Solve the differential Equation dy = x+y+xy, y(0) = by using Taylor s series expansion dx to get y at x = 0.(0.)0.5 (use terms up to x 5 in the expansion ) by shifting the origin for each value. 7. Evaluate y upto 4D places for x = 0.(0.)0.5 by using Taylor s series method for dy dx = x + y 2, y(0) = Solve dy dx = x + y2, y(0) = 0 for x = 0.(0.)0.5 by using modified Euler s method correct to 4D places. 9. Solve dy = x + y + xy, y(0) = by using modified Euler s method correct to 4D places to dx obtain y at x = 0.(0.) Using Runge Kutta fourth order method compute y at x = 0.2(0.2)0.6 for dy dx = + y 2, y(0) = 0.9 correct to 3D places. 2. Using fourth order Runge Kutta method solve dy = xy, y(0) = in the interval [0,0.6] dx by taking h = 0.2 and compare the result with the values obtained from the exact solution. 22. Using Taylor s series method up to 5th terms to get y(.), y(.2) for dy dx = x2 +y 2, y() = 2. Ans , Find y at x = 0.2 by using Euler s method correct to 3D places to solve dy dx = x y2, y(0) = taking h = 0.. What is the value if modified Euler s method is applied under same conditions. Ans 0.8,

8 24. Review: Numerical Integration Formulae: are based on Polynomial Interpolation Types of Newton-otes Formulae:. Trapeoidal Rule (Two point formula) b a x x 0 x x 2... x n f(x) f(x 0 ) f(x ) f(x 3 )... f(x n ) f(x)dx = h 2 [f(x 0) + 2 (f(x ) + f(x 2 ) f(x n )) + f(x n )] Error in composite Trapeoidal rule Error in the ith interval [x i, x i ] is E T (I) = (x i x i ) 3 f (ξ i ) = h3 2 2 f (ξ i ) where ξ i (x i, x i )). Hence, the Max. error in composite rule (Global Error) is E T = h3 2 n f (ξ i ) or (b a)h2 = f (ξ), 2 where a < ξ < b, 2. Simpson s /3 Rule (Three Point formula); Then b a f(x)dx = x2 x 0 f(x)dx + x4 i= x 2 f(x)dx + + x2i x 2i 2 f(x)dx + + x2n = h 3 {f(x 0) + 4 [f(x ) + f(x 3 ) + f(x 5 ) + + f(x 2n )]+ +2 [f(x 2 ) + f(x 4 ) + f(x 6 ) + + f(x 2n 2 )] + f(x 2n )} x 2n 2 f(x)dx The Error in the omposite Simpson s 3 Rule i.e. error in the ith interval (x 2i 2, x 2i ) is E cs (I) = h5 90 f (4) (ξ i ), ξ i (x 2i 2, x 2i ) Max. Error in composite Simpson s /3-rule is given by E S = (b a) h4 80 f (4) (ξ), 8

9 where ξ [a, b] 3. omposite Simpson s 3 8 rule or (Four point formula); The [a, b] is divided into 3n equal subintervals. (h = b a.) and we apply 3 rule on each 3n 8 of the n intervals [x 3i 3, x 3i ] for i =, 2, 3,, n. Hence, Remember: b a f(x)dx x3 x 0 =a f(x)dx + x6 x 3 f(x)dx + + x3n =b x 3n 3 f(x)dx = 3h 8 [f 0 + 3f + 3f 2 + 2f 3 + 3f 4 + 3f 5 + 2f 6 + 3f f 3n + f 3n ] f with suffices of multiple 3 are multiplied by 2. Others by 3, except the end points. T. Error G. Error E s = 3h4 f (4) (ξ) where ξ [a, b] 80 E s = 3h5 80 f (4) (ξ i ), ξ i (x 3i 3, x 3i ) 9

10 Tutorial 4, B. Tech. Sem III, 5 Sep., 206 (Introduction of omplex numbers & Analytic functions). Find the locus of in each of the following relations: (i) 5 = 6, (ii) + 2i, (iii)re( + 2) =, (iv) i = + i, (v) = 4, (vi) 3 2, (vii) =. 2. For which complex number following are true, justify in each (i) =, (ii) =, (iii) =, (iv) = 3. Define an analytic function at a point and in a domain. 4. Prove that an analytic function of constant modulus is always constant. 5. Prove that Real and imaginary parts of an analytic function are harmonic. 6. Prove that an analytic function is always continuous but converse need not be true. Give an example. 7. State and prove the necessary and sufficient condition for a function f() = u + iv to be analytic. 8. Define an analytic function at a point. Illustrate such a function. 9. If f() = ( )2, 0; f(0) = 0 then f() satisfies auchy Riemann equations (R) at origin. 0. Using Milne Thomson method construct an analytic function f() = u + iv for which 2u + 3v = 3(x 2 y 2 ) + 2x + 3y.. State and Prove auchy Riemann equations in polar coordinate system. 2. Let f(x, y) = ( xy ), then (a) f x, f y do not exist at (0, 0); (b) f x (0, 0) = ; (c) f y (0, 0) = 0; (d) f is differentiable at (0, 0). Ans: c ( ) 2, 3. If function f() = when 0, f() = 0 for = 0, Then f() (a) satisfies.r. equations at = 0; (b) is not continuous at = 0; (c) is differentiable at = 0; (d) is analytic at = Ans: b 4. Show that f() = ( )2, when 0, f() = 0 for = 0, satisfies.r. equations at = 0; but is not differentiable at = The harmonic conjugate of u = x 2 y 2 + xy is (a) x 2 y 2 xy; (b) x 2 + y 2 xy; (c) /2( x 2 + y 2 ) + 2xy. (d) 2( x 2 + y 2 ) + /2 Ans: c 6. f() = ( ) 2 is (a) continuous everywhere but nowhere differentiable; (b) continuous at = 0 but differentiable everywhere; (c) continuous nowhere; (d) none of these. Ans: d 7. Examine the nature of the function f() = x2 y 5 (x+iy) ; if 0, otherwise 0, in a region x 4 +y 0 including the origin. 0

11 8. Prove that the function f() = u + iv, where f() = x3 (+i) y 3 ( i) ; if 0, otherwise x 2 +y 2 0 is continuous and that auchy Riemann equations are satisfied at the origin, yet f () does not exists there. 9. If f() = x3 y(y ix) ; if 0 and f(0) = 0, show that f() f(0) 0 as 0 along any x 6 +y 2 radius vector but not as 0 in any manner. 20. If f() = xy2 (x+iy) ; if 0 and f(0) = 0, prove that f() f(0) 0 as 0 along any x 2 +y 4 radius vector but not as 0 in any manner. 2. The function f() = is (a) analytic at = 0, (b) differentiable only at = 0;(c) satisfies.r. equations everywhere; (d) nowhere analytic. Ans: d 22. Derive the.r. equations for an analytic function f(r, θ) = u(r, θ) + i v(r, θ) and deduce that u rr + r u r + r 2 u θθ = Find the point where the.r. equations are satisfied for the function f() = xy 2 + ix 2 y. In which region f () exists? 24. f() = ( ) 2 is (a) continuous everywhere but nowhere differentiable except at 0; (b) continuous at = 0 but differentiable everywhere (c) continuous nowhere; (d) none of these. Ans: a 25. Prove that the function f() = is nowhere analytic. 26. If f() is an analytic function such that Ref () = 3x 2 4y 3y 2 and f( + i) = 0 then f() is (a) i, (b) 3 + 2i i, (c) 3 + 2i 2 2i, (d) i Ans: b Hint: u x = 3x 2 4y 3y 2 = φ (x, y)(say), integrating partially w.r.t. y we get u = x 3 4xy 3xy 2 + g(y) Therefore, u y = 4x 6xy + g (y) or u y = v x = φ 2 (x, y)(say) = 4x + 6xy g (y) Thus φ (, 0) = 3 2, φ 2 (, 0) = 4 + g (0) Now, applying Milne Thomson we get f() = (3 2 + i 4)d + constt. or f() = 3 + 2i 2 + constt. and applying f( + i) = 0 implies onstt = 6 2i 27. The orthogonal trajectory of u = e x (x cos y y sin y) is (a) e x (cos y + x sin y) + c; (b) e x x sin y + c ; (d) e x (y cos y + x sin y) + c. Ans: c 28. Find the locus of points in the plane satisfying the relation = 75. Ans: circle 29. The function f() = is (a) analytic at = 0, (b) continuous at = 0;(c) differentiable only at = 0; (d) analytic anywhere. Ans: b 30. If f() = u + iv is an analytic function and u v = (x y)(x 2 + 4xy + y 2 ) then f() is (a) 3 + c, (b) i 2 + ic, (c) i 3 + β, (d) 3 ic, Ans: c cos x+sin x e y 3. If f() = u + iv, is an analytic function of and u v = ; find f() if f() 2 cos x e y e y subject to the condition f(π/2) = 0. Ans: /2{ cot(/2)}

12 32. If f() = u(r, θ) + iv(r, θ) is an analytic function and u = r 3 sin 3θ then construct the analytic function f(). 2 sin 2x 33. If f() = u + iv, is analytic function of and u + v = ; find f() in terms 2 cos 2x+e 2y e 2y of. Ans: ( + i) cot + d hoose the correct code for matching list A and B. i ii iii (a) p r q (b) r p q (c) p q r A (u is given) B (f() = u + iv is an analytic function) p. x 3 3xy 2 + 3x + (i). sin + ci q. y 3 3x 2 y (ii) ci r. sin x cosh y (iii).i( 3 + c) Ans: b 35. if sin(α + iβ) = x + iy prove that (a) x 2 cosh 2 β + y2 =, (b) x 2 sinh 2 β cos 2 α y2 =. sin 2 α 36. Prove that ( 2 x y 2 ) f() 2 = 4 f () 2 for an analytic function f() = u + iv. 37. Find the harmonic conjugate of u = x 3 3xy 2 + 3x 2 3y 2 + 2x + and corresponding analytic function f() = u + iv. Ans: v = 3x 2 y y 3 + 6xy + 2y + d, f() = id. 38. Find orthogonal trajectory of v = e 2x (x cos 2y y sin 2y) Ans: e 2x (x sin 2y+y cos 2y)+d 2

13 Tutorial 5, B. Tech. Sem III, 4 Sep., 206 (omplex Integrations). Define simply and multiply connected regions? State and prove auchys theorem for an analytic function? Is it true for multiply connected regions? 2. State and prove auchy integral formula for nth derivative? Is it true for multiply connected regions? If yes, give your explanation with necessary proofs. 3. If f() is analytic in a simply connected region D and a, are two points in D, then a f()d is independent of the path in D joining a and. 4. Evaluate (2,4) (0,3) d along (a) parabola x = 2t, y = t2 + 3, (b) a straight line joining (0, 3) and (2, 4). Find whether both values are different, if yes, justify reason why it is so? 5. Evaluate d from = 0 to = 4 + 2i along the curve given by (i) = t2 + it; (ii) the line from = 0 to = 2i and then the line from = 2i to = 4 + 2i. Ans: (i) 0 8i 3 ; (ii)0 8i. 6. If F (a) = a F (4.5). Ans: Zero d, where is the ellipse (x/2) 2 + (y/3) 2 =. Find the value of 7. Evaluate d, where is any simple closed curve and = a is (i) outside ; (ii) a inside. Ans: (i) 0 ; (ii) 2πi. 8. Evaluate d ; n, n Z +, where is any simple closed curve and = a is ( a) n inside. Ans: Zero 9. Suppose f() is analytic inside and on a simple closed curve and = a is inside. Prove that d = d where a a is a circle center at a and totally contained in simple closed curve. 0. Evaluate ( ) 2 d ; where is the circle (i) =, (ii) = Ans: 4πi, 0.. Find d around (a) the circle 2 = 3, (b) the ellipse = 0, (c) the square with vertices 0, 2, 2i and 2 + 2i. Ans: 8πi, 40πi, 8i 2. Suppose f() is integrable along a curve having finite length l and there exists a positive real number M such that f() M on. Prove that f()d Ml. Remark: This result is helpful to evaluate the upper bound of an integral without evaluating it. 3. Work out the following integrals around the contour prescribed against it (i) cos π 2 +sin π 2 d; : = 3. Ans: 4πi. ( )( 2) (ii) d; : = 6. Ans:

14 (iii) (iv) 2πi (v) e 5 2i sin π d; : = 6. Ans: 2πie0i e d; : = 3. Ans: e2 2 2 d; is the rectangle with vertices 2 + i, 2 i, 2 + i, 2 i; is the rectangle with vertices i, 2 i, 2 + i, i. Ans: 0, 0. (vi) (vii) e πi e +cos ( 5)(+5i) Ans: 2πi(πi 5) π sin 6 π/6 d; : 2i = 2. Ans: πeiπ d; where is the boundary of a triangle with vertices:,, 7/2i. (2 cos πi sin πi) (viii) d; : = 2. Ans: πi2 5 (ix) Show that e 2 d = 2 ( i) πe2i ; where consists of = 2 anticlockwise and = clockwise. (x) e d; Ans: e 2 2πi (+2) 2 : =4 4. Evaluate d around = i + 2 5eit. Ans: 0 5. Evaluate ( /)d, : = 4. Ans: 8πi 6. Evaluate the upper bound of the integral without evaluating it? (a) (4 + )d, : Line segment from 0 to + i. Ans: 5 2. (b) d, : Line segment from 0 to i. Ans:. (c) 2d, : Line segment from i to 2 + i. Ans: 4 5. (d) (x2 + iy 2 )d, : = e it, π/2 < t < π/2. Ans: π 7. Which of the following integrals are compatible to apply the auchy theorem?. 2. sin +2i sin +2i d, : =. d, : + 3i =. 3. e d, : 3i = =b =3 2 +b+ d. e d, 0 < b <. 4

15 6. +i 0 3 d, along y = x.. Evaluate 2. Evaluate 0 =3 2 2 d, Ans: 0 3 d where is the boundary of a triangle with vertices, 0 and 2i. Ans: 3. Evaluate the following integrals around the contour prescribed against it (i) +e d; : = 7e it, 0 t 2π. Ans: πi. (+iπ) 3 (ii) d; : 3 = 2, Ans: 3πi. 3 ( 2) 2 8 (iii) +e d; : = 7e it, 0 t 2π. Ans: πi. (+iπ) 3 (iv) d; : = 3, Ans: 0. 3 ( 2) 3 (v) 3 4 d. Ans: πi ( 6i) =0 (vi) d. Ans: 0. 4 =5 (vii) d. Ans: 4πi. 4 (+i) i =3/2 e 2 (viii) d. Ans: 2πi(2e 4 ); ( 2) 3 =3 sin (ix) d. Ans: 2πi cos ; ( ) 2 =2 cos (x) d. Ans: 0; (+3i) 6 +i =3/2 3 (xi) d; : = 5, Ans: 0. 2 (+i) 2 e (xii) d. Ans: 2πi sin a; 2 +a 2 a =2a e (xiii) d. Ans: eia π 2 +a 2 a (xiv) ia =a + e (+3) d; : i = 2, Ans: Evaluate (x 2 + iy 2 )ds; : = 2 where s is the arc length. Ans: 8π( + i) 5

16 Tutorial 6, B. Tech. Sem III, 5 October, 206 (Laurent s Expansions). State and prove Laurents series expansion of a function f(). 2. Find Laurents series expansion about the indicated singularity for each of the following functions. Name the singularity in each case and give the region of convergence of each series. e (i). 2 ; = ( ) 3 Ans: e 2 [ ( ) +...; = is a pole of order 3 and Series ( ) 3 ( ) 2 ( ) 3 3 converges for all. (ii). ( 3) sin ; = 2; (+2) Ans: ; = 2 is an essential singularity and +2 6(+2) 2 6(+2) 3 20(+2) 4 Series converges for all 2. (iii). sin ; = 0; Z 3 Ans: 2 4..; = 0 is a removable singularity. Series converges for all. 3! 5! 7! (iv). ; = 2; (+)(+2) 2 Ans: + + ( + 2) + ( )2 +..; = 2 a simple pole and Series converges for all in 0 < + 2 <. (v). ; = 3 2 ( 3) 2 Ans: 2 + ( 3) +...; = 3 is a pole of order 2 and Series converges 9( 3) 2 27( 3) for all in 0 < 3 < Expand f() = in a Laurent s series valid for expansion (a). < < 3, (+)(+3) (b). > 3, (c) 0 < + < 2, (d) <, Ans: (a) ; (b) ; (c). + (+) ( + 2(+) )2 + ; (d) Expand f() = in a Laurents series valid for (a). < < 2; (b). > 2; ( )(2 ) (c). 0 < 2 < ; (d). < ; (e). >. Ans: (a) ; (b) ; (c). 2 ( 2) + ( 2 2)2 ( 2) 3 + ( 2) 4 ; (d) (e). 2 2 ; ( ) ( ) 2 ( ) 3 5. Expand f() = in a Laurents series valid for (a). < 3; (b). > 3 3 Ans: (a). (i) /3 /9 /27 2 /8 3 ; (ii) Expand f() = ( 2) Ans: (a). 2 n=0 in a Laurent s series valid for (a). 0 < < 2; (b). > 2 n 2 ; (b). n ; 2 n+2 n+ n= 6

17 7. Find Taylor s series expansion about the indicated points for each of the following functions. Give the region of convergence of each series. (i). ; = 0; e + sin (ii). ; = Ans: (i) < π; (ii) < 2 7

18 Tutorial 7, B. Tech. Sem IV, 24 Feb, 206 (Singularities and Residues). Discuss the types of each singularity for the following functions: (i). ; = π/4 is a simple pole. cos sin cot π (ii). ; = a is a pole of order 2. ( a) 2 e (iii). ; = ±i is a simple pole and = is an essential singularity. 2 + (iv). ; =, 2 are simple poles. (+)(+2) e (v). ; = kπ, k I is a simple pole. sin (vi). arcsin ; = /nπ, (n I+ ) simple pole and = 0 an isolated essential singularity. (vii). arctan π; = /n, (n I + ) is simple pole and = 0 isolated essential singularity. (viii). sin ; = 0 is a removable singularity. + 3 (ix). ; = 0, 2 are simple poles. 2 2 (x). 2 ; = 2 is a simple pole and = is a pole of order 2. (xi). (xii). ( ) 2 (+2) ; 4 + e i ; 2 +a 2 e (iπ+2kπ) 4, k = 0,, 2, 3, 4 each is a simple pole. = ±ai are simple poles. (xiii). e2 ; 3 = 0, a pole of order 2. e (xiv). 2 ; +e = iπ is a simple pole. e (xv). 2 ; = 0 is a simple pole. e (xvi). sin ; = 0 is a pole of order 2. 5 (xvii). ; = 0 is a pole of order 3. 2 (e ) (xviii). sinh ; = 0 is a simple pole. 2 ( (xix). 2 +)e = is a pole of order 3 and = i is a removable singularity. ( ) 3 ( i) ; 2. Examine the nature of singularity for the following functions and find its residue: Hint: residue is defined as coefficient of ( 0 in Laurent s series expansion of a function ) f() about a point 0. Thus, d residue for a pole of order m is lim m (( (m )! 0 d m 0 ) m f()) residue for a removable singularity=0. residue for an essential singularity 0 can be find by finding coefficient of 0 in its Laurent s series expansion about a point 0. (i). e +sin ; = 0 is a removable singularity, Residue= 0 4 (ii). ; = i is a a pole of order 3. Residue = 3. (+i) 3 6i e (iii). i ; = ±ai are simple poles. Residues are = e a. and= ea. 2 +a (iv). ; = 0 a pole of order 3. Residue= 2 sinh 6 3. Using Residue theorem evaluate the following integrals: (i). 2π dθ, 2π Ans: 0 2+cos θ. 3 (ii). 2π dθ, a > Ans: a cos θ+a 2 (iii). π +2 cos θ dθ, Ans: π cos θ 24 (iv). 2π cos 2θ dθ, Ans: π cos θ 6 (v). 2π 0 cos 2 3θ 5 4 cos 2θ dθ, Ans: 3π 8 8

19 (Bays rule) Tutorial 9, B. Tech. Sem III, 22 October, 206. Two third of the students in a class are girls and rest boys. If it is known that probability of a boy getting first class is 0.25, that of a girl is Find the probability that a student chosen at random will get first class. Ans: The chances that doctor will diagnose a disease X correctly is 60%. The chances that a patient will die by his treatment after correct diagnosis is 40% and the chance of death by wrong diagnosis is 70%. A patient of the doctor, who had disease X, died. What is the probability that his disease was diagnose correctly. Ans: A manufacturing firm produces steel pipes in three plants with daily production volumes of 500, 000 & 2000 units respectively. According to past experience it is known that the fraction of defective output produced by three plants are respectively 0.005, 0.008, 0.0. What is the probability that a pipe is selected at random from a day s output and found to be defective? Ans: In a university 4% of male students and % of female students are taller than 6 feet. Further 60% of the students are female. Now, if a randomly selected student is taller than 6 feet, what is the probability that the student is a female? Ans: Two shipment of parts are received. The first shipment contained 000 parts with 0% defectives and the second shipment contains 500 parts with 5% defectives. One shipment is selected at random, two parts were tested at random and found to be good. Find the probability that tested parts were selected from first shipment. Ans: A coin is tossed. If it turn up H, two balls will be drown from urn A, otherwise 2 balls will be drawn from urn B. Urn A contains 3 Red and 5 Blue balls, Urn B contains 7 Red and 5 Blue balls. What is the probability that urn A is used, given that both balls are blue. (Find in both cases, when balls were chosen with replacement and without replacement). Ans: There are 0 urns of which each of 3 contains W, 9B balls, each others 3 contains 9W, B balls and remaining 4 each contains 5W, 5B balls. One of the urn was selected at random and a ball was chosen from it. (i) what is the probability that it is white ball? (ii) If ball is black, what is the chance that it comes out from the urn consisting 9W and B balls. Ans: There are two bags A and B. A contains n white and 2 black balls and B contains 2 white and n black balls. One of the two bags is selected at random and two balls are chosen from it without replacement. If both the balls drawn are white and the probability that the bag A was used to draw the ball is 6, find out the value of n. Ans: n =

North MaharashtraUniversity ; Jalgaon.

North MaharashtraUniversity ; Jalgaon. North MaharashtraUniversity ; Jalgaon. Question Bank S.Y.B.Sc. Mathematics (Sem II) MTH. Functions of a omplex Variable. Authors ; Prof. M.D.Suryawanshi (o-ordinator) Head, Department of Mathematics, S.S.V.P.S.

More information

Complex Homework Summer 2014

Complex Homework Summer 2014 omplex Homework Summer 24 Based on Brown hurchill 7th Edition June 2, 24 ontents hw, omplex Arithmetic, onjugates, Polar Form 2 2 hw2 nth roots, Domains, Functions 2 3 hw3 Images, Transformations 3 4 hw4

More information

Math 417 Midterm Exam Solutions Friday, July 9, 2010

Math 417 Midterm Exam Solutions Friday, July 9, 2010 Math 417 Midterm Exam Solutions Friday, July 9, 010 Solve any 4 of Problems 1 6 and 1 of Problems 7 8. Write your solutions in the booklet provided. If you attempt more than 5 problems, you must clearly

More information

Math 312 Fall 2013 Final Exam Solutions (2 + i)(i + 1) = (i 1)(i + 1) = 2i i2 + i. i 2 1

Math 312 Fall 2013 Final Exam Solutions (2 + i)(i + 1) = (i 1)(i + 1) = 2i i2 + i. i 2 1 . (a) We have 2 + i i Math 32 Fall 203 Final Exam Solutions (2 + i)(i + ) (i )(i + ) 2i + 2 + i2 + i i 2 3i + 2 2 3 2 i.. (b) Note that + i 2e iπ/4 so that Arg( + i) π/4. This implies 2 log 2 + π 4 i..

More information

EE2012 ~ Page 9 / Part 2. ben m chen, nus ece

EE2012 ~ Page 9 / Part 2. ben m chen, nus ece omplex Analysis EE ~ Page 9 / Part Flow hart of Material in omplex Analysis x iy t () xt () iyt () f( ) uivu( x, y) iv( x, y) Starting omplex function of a real variable ~ define a curve on a complex plane

More information

Numerical and Statistical Methods

Numerical and Statistical Methods F.Y. B.Sc.(IT) : Sem. II Numerical and Statistical Methods Time : ½ Hrs.] Prelim Question Paper Solution [Marks : 75 Q. Attempt any THREE of the following : [5] Q.(a) What is a mathematical model? With

More information

BTL What is the value of m if the vector is solenoidal. BTL What is the value of a, b, c if the vector may be irrotational.

BTL What is the value of m if the vector is solenoidal. BTL What is the value of a, b, c if the vector may be irrotational. VALLIAMMAI ENGINEERING OLLEGE SRM NAGAR, KATTANDKULATHUR Department of Mathematics MA65 - MATHEMATIS II QUESTION BANK - 6 UNIT - I VETOR ALULUS Part - A. Find, if at (, -, ). BTL-. Find the Directional

More information

Numerical and Statistical Methods

Numerical and Statistical Methods F.Y. B.Sc.(IT) : Sem. II Numerical and Statistical Methods Time : ½ Hrs.] Prelim Question Paper Solution [Marks : 75 Q. Attempt any THREE of the following : [5] Q.(a) What is a mathematical model? With

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad 1 P a g e INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 04 Name : Mathematics-II Code : A0006 Class : II B. Tech I Semester Branch : CIVIL Year : 016 017 FRESHMAN ENGINEERING

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad MECHANICAL ENGINEERING TUTORIAL QUESTION BANK

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad MECHANICAL ENGINEERING TUTORIAL QUESTION BANK Course Name Course Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 500 043 Mathematics-II A30006 II-I B. Tech Freshman Engineering Year 016 017 Course Faculty MECHANICAL ENGINEERING

More information

1 Res z k+1 (z c), 0 =

1 Res z k+1 (z c), 0 = 32. COMPLEX ANALYSIS FOR APPLICATIONS Mock Final examination. (Monday June 7..am 2.pm) You may consult your handwritten notes, the book by Gamelin, and the solutions and handouts provided during the Quarter.

More information

MTH 3102 Complex Variables Final Exam May 1, :30pm-5:30pm, Skurla Hall, Room 106

MTH 3102 Complex Variables Final Exam May 1, :30pm-5:30pm, Skurla Hall, Room 106 Name (Last name, First name): MTH 02 omplex Variables Final Exam May, 207 :0pm-5:0pm, Skurla Hall, Room 06 Exam Instructions: You have hour & 50 minutes to complete the exam. There are a total of problems.

More information

M.SC. PHYSICS - II YEAR

M.SC. PHYSICS - II YEAR MANONMANIAM SUNDARANAR UNIVERSITY DIRECTORATE OF DISTANCE & CONTINUING EDUCATION TIRUNELVELI 627012, TAMIL NADU M.SC. PHYSICS - II YEAR DKP26 - NUMERICAL METHODS (From the academic year 2016-17) Most Student

More information

Question Bank (I scheme )

Question Bank (I scheme ) Question Bank (I scheme ) Name of subject: Applied Mathematics Subject code: 22206/22224/22210/22201 Course : CH/CM/CE/EJ/IF/EE/ME Semester: II UNIT-3 (CO3) Unit Test : II (APPLICATION OF INTEGRATION)

More information

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1.

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1. The Bisection method or BOLZANO s method or Interval halving method: Find the positive root of x 3 x = 1 correct to four decimal places by bisection method Let f x = x 3 x 1 Here f 0 = 1 = ve, f 1 = ve,

More information

EE2007 Tutorial 7 Complex Numbers, Complex Functions, Limits and Continuity

EE2007 Tutorial 7 Complex Numbers, Complex Functions, Limits and Continuity EE27 Tutorial 7 omplex Numbers, omplex Functions, Limits and ontinuity Exercise 1. These are elementary exercises designed as a self-test for you to determine if you if have the necessary pre-requisite

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1 Chapter 01.01 Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 Chapter 01.02 Measuring errors 11 True error 11 Relative

More information

= 2πi Res. z=0 z (1 z) z 5. z=0. = 2πi 4 5z

= 2πi Res. z=0 z (1 z) z 5. z=0. = 2πi 4 5z MTH30 Spring 07 HW Assignment 7: From [B4]: hap. 6: Sec. 77, #3, 7; Sec. 79, #, (a); Sec. 8, #, 3, 5, Sec. 83, #5,,. The due date for this assignment is 04/5/7. Sec. 77, #3. In the example in Sec. 76,

More information

Math 185 Fall 2015, Sample Final Exam Solutions

Math 185 Fall 2015, Sample Final Exam Solutions Math 185 Fall 2015, Sample Final Exam Solutions Nikhil Srivastava December 12, 2015 1. True or false: (a) If f is analytic in the annulus A = {z : 1 < z < 2} then there exist functions g and h such that

More information

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder.

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder. Lent 29 COMPLEX METHODS G. Taylor A star means optional and not necessarily harder. Conformal maps. (i) Let f(z) = az + b, with ad bc. Where in C is f conformal? cz + d (ii) Let f(z) = z +. What are the

More information

Basic Mathematics - XII (Mgmt.) SET 1

Basic Mathematics - XII (Mgmt.) SET 1 Basic Mathematics - XII (Mgmt.) SET Grade: XII Subject: Basic Mathematics F.M.:00 Time: hrs. P.M.: 40 Model Candidates are required to give their answers in their own words as far as practicable. The figures

More information

Part IB. Complex Analysis. Year

Part IB. Complex Analysis. Year Part IB Complex Analysis Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 Paper 1, Section I 2A Complex Analysis or Complex Methods 7 (a) Show that w = log(z) is a conformal

More information

COMPLEX NUMBERS AND QUADRATIC EQUATIONS

COMPLEX NUMBERS AND QUADRATIC EQUATIONS Chapter 5 COMPLEX NUMBERS AND QUADRATIC EQUATIONS 5. Overview We know that the square of a real number is always non-negative e.g. (4) 6 and ( 4) 6. Therefore, square root of 6 is ± 4. What about the square

More information

Mathematics (Course B) Lent Term 2005 Examples Sheet 2

Mathematics (Course B) Lent Term 2005 Examples Sheet 2 N12d Natural Sciences, Part IA Dr M. G. Worster Mathematics (Course B) Lent Term 2005 Examples Sheet 2 Please communicate any errors in this sheet to Dr Worster at M.G.Worster@damtp.cam.ac.uk. Note that

More information

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004 Department of Applied Mathematics and Theoretical Physics AMA 204 Numerical analysis Exam Winter 2004 The best six answers will be credited All questions carry equal marks Answer all parts of each question

More information

(c) n (d) n 2. (a) (b) (c) (d) (a) Null set (b) {P} (c) {P, Q, R} (d) {Q, R} (a) 2k (b) 7 (c) 2 (d) K (a) 1 (b) 3 (c) 3xyz (d) 27xyz

(c) n (d) n 2. (a) (b) (c) (d) (a) Null set (b) {P} (c) {P, Q, R} (d) {Q, R} (a) 2k (b) 7 (c) 2 (d) K (a) 1 (b) 3 (c) 3xyz (d) 27xyz 318 NDA Mathematics Practice Set 1. (1001)2 (101)2 (110)2 (100)2 2. z 1/z 2z z/2 3. The multiplication of the number (10101)2 by (1101)2 yields which one of the following? (100011001)2 (100010001)2 (110010011)2

More information

RAJASTHAN P.E.T. MATHS-1995

RAJASTHAN P.E.T. MATHS-1995 RAJASTHAN P.E.T. MATHS-1995 1. The equation of the normal to the circle x2 + y2 = a2 at point (x y ) will be : (1) x y - xy = (2) xx - yy = (3) x y + xy = (4) xx + yy = 2. Equation of the bisector of the

More information

Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series

Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series Power Series for Functions We can create a Power Series (or polynomial series) that can approximate a function around

More information

Virtual University of Pakistan

Virtual University of Pakistan Virtual University of Pakistan File Version v.0.0 Prepared For: Final Term Note: Use Table Of Content to view the Topics, In PDF(Portable Document Format) format, you can check Bookmarks menu Disclaimer:

More information

UNIVERSIDAD CARLOS III DE MADRID Escuela Politécnica Superior Departamento de Matemáticas

UNIVERSIDAD CARLOS III DE MADRID Escuela Politécnica Superior Departamento de Matemáticas UNIVERSIDAD CARLOS III DE MADRID Escuela Politécnica Superior Departamento de Matemáticas a t e a t i c a s PROBLEMS, CALCULUS I, st COURSE 2. DIFFERENTIAL CALCULUS IN ONE VARIABLE BACHELOR IN: Audiovisual

More information

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places.

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places. NUMERICAL METHODS 1. Rearranging the equation x 3 =.5 gives the iterative formula x n+1 = g(x n ), where g(x) = (2x 2 ) 1. (a) Starting with x = 1, compute the x n up to n = 6, and describe what is happening.

More information

1. 4 2y 1 2 = x = x 1 2 x + 1 = x x + 1 = x = 6. w = 2. 5 x

1. 4 2y 1 2 = x = x 1 2 x + 1 = x x + 1 = x = 6. w = 2. 5 x .... VII x + x + = x x x 8 x x = x + a = a + x x = x + x x Solve the absolute value equations.. z = 8. x + 7 =. x =. x =. y = 7 + y VIII Solve the exponential equations.. 0 x = 000. 0 x+ = 00. x+ = 8.

More information

Final Year M.Sc., Degree Examinations

Final Year M.Sc., Degree Examinations QP CODE 569 Page No Final Year MSc, Degree Examinations September / October 5 (Directorate of Distance Education) MATHEMATICS Paper PM 5: DPB 5: COMPLEX ANALYSIS Time: 3hrs] [Max Marks: 7/8 Instructions

More information

Mathematics of Physics and Engineering II: Homework problems

Mathematics of Physics and Engineering II: Homework problems Mathematics of Physics and Engineering II: Homework problems Homework. Problem. Consider four points in R 3 : P (,, ), Q(,, 2), R(,, ), S( + a,, 2a), where a is a real number. () Compute the coordinates

More information

B.Tech. Theory Examination (Semester IV) Engineering Mathematics III

B.Tech. Theory Examination (Semester IV) Engineering Mathematics III Solved Question Paper 5-6 B.Tech. Theory Eamination (Semester IV) 5-6 Engineering Mathematics III Time : hours] [Maimum Marks : Section-A. Attempt all questions of this section. Each question carry equal

More information

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics ॐ Subbalakshmi Lakshmipathy College of Science Department of Mathematics As are the crests on the hoods of peacocks, As are the gems on the heads of cobras, So is Mathematics, at the top of all Sciences.

More information

Numerical Analysis & Computer Programming

Numerical Analysis & Computer Programming ++++++++++ Numerical Analysis & Computer Programming Previous year Questions from 07 to 99 Ramanasri Institute W E B S I T E : M A T H E M A T I C S O P T I O N A L. C O M C O N T A C T : 8 7 5 0 7 0 6

More information

1 z n = 1. 9.(Problem) Evaluate each of the following, that is, express each in standard Cartesian form x + iy. (2 i) 3. ( 1 + i. 2 i.

1 z n = 1. 9.(Problem) Evaluate each of the following, that is, express each in standard Cartesian form x + iy. (2 i) 3. ( 1 + i. 2 i. . 5(b). (Problem) Show that z n = z n and z n = z n for n =,,... (b) Use polar form, i.e. let z = re iθ, then z n = r n = z n. Note e iθ = cos θ + i sin θ =. 9.(Problem) Evaluate each of the following,

More information

(a) To show f(z) is analytic, explicitly evaluate partials,, etc. and show. = 0. To find v, integrate u = v to get v = dy u =

(a) To show f(z) is analytic, explicitly evaluate partials,, etc. and show. = 0. To find v, integrate u = v to get v = dy u = Homework -5 Solutions Problems (a) z = + 0i, (b) z = 7 + 24i 2 f(z) = u(x, y) + iv(x, y) with u(x, y) = e 2y cos(2x) and v(x, y) = e 2y sin(2x) u (a) To show f(z) is analytic, explicitly evaluate partials,,

More information

Mathematical Methods for Numerical Analysis and Optimization

Mathematical Methods for Numerical Analysis and Optimization Biyani's Think Tank Concept based notes Mathematical Methods for Numerical Analysis and Optimization (MCA) Varsha Gupta Poonam Fatehpuria M.Sc. (Maths) Lecturer Deptt. of Information Technology Biyani

More information

MATH 417 Homework 4 Instructor: D. Cabrera Due July 7. z c = e c log z (1 i) i = e i log(1 i) i log(1 i) = 4 + 2kπ + i ln ) cosz = eiz + e iz

MATH 417 Homework 4 Instructor: D. Cabrera Due July 7. z c = e c log z (1 i) i = e i log(1 i) i log(1 i) = 4 + 2kπ + i ln ) cosz = eiz + e iz MATH 47 Homework 4 Instructor: D. abrera Due July 7. Find all values of each expression below. a) i) i b) cos i) c) sin ) Solution: a) Here we use the formula z c = e c log z i) i = e i log i) The modulus

More information

Engg. Math. II (Unit-IV) Numerical Analysis

Engg. Math. II (Unit-IV) Numerical Analysis Dr. Satish Shukla of 33 Engg. Math. II (Unit-IV) Numerical Analysis Syllabus. Interpolation and Curve Fitting: Introduction to Interpolation; Calculus of Finite Differences; Finite Difference and Divided

More information

Preface. 2 Linear Equations and Eigenvalue Problem 22

Preface. 2 Linear Equations and Eigenvalue Problem 22 Contents Preface xv 1 Errors in Computation 1 1.1 Introduction 1 1.2 Floating Point Representation of Number 1 1.3 Binary Numbers 2 1.3.1 Binary number representation in computer 3 1.4 Significant Digits

More information

ENGINEERING MATHEMATICS (For ESE & GATE Exam) (CE, ME, PI, CH, EC, EE, IN, CS, IT)

ENGINEERING MATHEMATICS (For ESE & GATE Exam) (CE, ME, PI, CH, EC, EE, IN, CS, IT) ENGINEERING MATHEMATICS (For ESE & GATE Exam) (CE, ME, PI, CH, EC, EE, IN, CS, IT) Salient Features : 89 topics under 31 chapters in 8 units 67 Solved Examples for comprehensive understanding 1386 questions

More information

Complex Practice Exam 1

Complex Practice Exam 1 Complex Practice Exam This practice exam contains sample questions. The actual exam will have fewer questions, and may contain questions not listed here.. Be prepared to explain the following concepts,

More information

X. Numerical Methods

X. Numerical Methods X. Numerical Methods. Taylor Approximation Suppose that f is a function defined in a neighborhood of a point c, and suppose that f has derivatives of all orders near c. In section 5 of chapter 9 we introduced

More information

Introductory Numerical Analysis

Introductory Numerical Analysis Introductory Numerical Analysis Lecture Notes December 16, 017 Contents 1 Introduction to 1 11 Floating Point Numbers 1 1 Computational Errors 13 Algorithm 3 14 Calculus Review 3 Root Finding 5 1 Bisection

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x + iy, x,y

More information

1 Discussion on multi-valued functions

1 Discussion on multi-valued functions Week 3 notes, Math 7651 1 Discussion on multi-valued functions Log function : Note that if z is written in its polar representation: z = r e iθ, where r = z and θ = arg z, then log z log r + i θ + 2inπ

More information

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2 Math 8, Exam, Study Guide Problem Solution. Use the trapezoid rule with n to estimate the arc-length of the curve y sin x between x and x π. Solution: The arclength is: L b a π π + ( ) dy + (cos x) + cos

More information

MTH4101 Calculus II. Carl Murray School of Mathematical Sciences Queen Mary University of London Spring Lecture Notes

MTH4101 Calculus II. Carl Murray School of Mathematical Sciences Queen Mary University of London Spring Lecture Notes MTH40 Calculus II Carl Murray School of Mathematical Sciences Queen Mary University of London Spring 20 Lecture Notes Complex Numbers. Introduction We have already met several types of numbers. Natural

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK KINGS COLLEGE OF ENGINEERING MA5-NUMERICAL METHODS DEPARTMENT OF MATHEMATICS ACADEMIC YEAR 00-0 / EVEN SEMESTER QUESTION BANK SUBJECT NAME: NUMERICAL METHODS YEAR/SEM: II / IV UNIT - I SOLUTION OF EQUATIONS

More information

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook.

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook. Phys374, Spring 2008, Prof. Ted Jacobson Department of Physics, University of Maryland Complex numbers version 5/21/08 Here are brief notes about topics covered in class on complex numbers, focusing on

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

MockTime.com. (b) 9/2 (c) 18 (d) 27

MockTime.com. (b) 9/2 (c) 18 (d) 27 212 NDA Mathematics Practice Set 1. Let X be any non-empty set containing n elements. Then what is the number of relations on X? 2 n 2 2n 2 2n n 2 2. Only 1 2 and 3 1 and 2 1 and 3 3. Consider the following

More information

USHA RAMA COLLEGE OF ENGINEERING & TECHNOLOGY

USHA RAMA COLLEGE OF ENGINEERING & TECHNOLOGY Code No: R007/R0 Set No. I B.Tech I Semester Supplementary Examinations, Feb/Mar 04 MATHEMATICAL METHODS ( Common to Civil Engineering, Electrical & Electronics Engineering, Computer Science & Engineering,

More information

BASIC MATHEMATICS - XII SET - I

BASIC MATHEMATICS - XII SET - I BASIC MATHEMATICS - XII Grade: XII Subject: Basic Mathematics F.M.:00 Time: hrs. P.M.: 40 Candidates are required to give their answers in their own words as far as practicable. The figures in the margin

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

Midterm Examination #2

Midterm Examination #2 Anthony Austin MATH 47 April, 9 AMDG Midterm Examination #. The integrand has poles of order whenever 4, which occurs when is equal to i, i,, or. Since a R, a >, the only one of these poles that lies inside

More information

13. Complex Variables

13. Complex Variables . Complex Variables QUESTION AND ANSWERE Complex Analysis:. The residue of the function f() = ( + ) ( ) (a) (b) (c) 6 6 at = is (d) [EC: GATE-8]. (a) d Residue at = is lim ( ) f() d d = lim d + = lim +

More information

Math 122 Test 3. April 17, 2018

Math 122 Test 3. April 17, 2018 SI: Math Test 3 April 7, 08 EF: 3 4 5 6 7 8 9 0 Total Name Directions:. No books, notes or April showers. You may use a calculator to do routine arithmetic computations. You may not use your calculator

More information

Final Exam 2011 Winter Term 2 Solutions

Final Exam 2011 Winter Term 2 Solutions . (a Find the radius of convergence of the series: ( k k+ x k. Solution: Using the Ratio Test, we get: L = lim a k+ a k = lim ( k+ k+ x k+ ( k k+ x k = lim x = x. Note that the series converges for L

More information

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : ,

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : , MCN COMPLEX NUMBER C The complex number Complex number is denoted by ie = a + ib, where a is called as real part of (denoted by Re and b is called as imaginary part of (denoted by Im Here i =, also i =,

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 auchy s integral formula 4. Introduction auchy s theorem is a big theorem which we will use almost daily from here on out. Right away it will reveal a number of interesting

More information

MATH 452. SAMPLE 3 SOLUTIONS May 3, (10 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic.

MATH 452. SAMPLE 3 SOLUTIONS May 3, (10 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic. MATH 45 SAMPLE 3 SOLUTIONS May 3, 06. (0 pts) Let f(x + iy) = u(x, y) + iv(x, y) be an analytic function. Show that u(x, y) is harmonic. Because f is holomorphic, u and v satisfy the Cauchy-Riemann equations:

More information

Math 122 Test 3. April 15, 2014

Math 122 Test 3. April 15, 2014 SI: Math 1 Test 3 April 15, 014 EF: 1 3 4 5 6 7 8 Total Name Directions: 1. No books, notes or 6 year olds with ear infections. You may use a calculator to do routine arithmetic computations. You may not

More information

MATH 106 HOMEWORK 4 SOLUTIONS. sin(2z) = 2 sin z cos z. (e zi + e zi ) 2. = 2 (ezi e zi )

MATH 106 HOMEWORK 4 SOLUTIONS. sin(2z) = 2 sin z cos z. (e zi + e zi ) 2. = 2 (ezi e zi ) MATH 16 HOMEWORK 4 SOLUTIONS 1 Show directly from the definition that sin(z) = ezi e zi i sin(z) = sin z cos z = (ezi e zi ) i (e zi + e zi ) = sin z cos z Write the following complex numbers in standard

More information

RESIDUE THEORY. dx, Topics to Review Laurent series and Laurent coefficients

RESIDUE THEORY. dx, Topics to Review Laurent series and Laurent coefficients Topics to Review Laurent series and Laurent coefficients from Section 4.5 are used to define residues in Section 5.. auchy s theorem for multiply connected regions Theorem 6, Section 3.4 is the basis for

More information

Interpolation and Polynomial Approximation I

Interpolation and Polynomial Approximation I Interpolation and Polynomial Approximation I If f (n) (x), n are available, Taylor polynomial is an approximation: f (x) = f (x 0 )+f (x 0 )(x x 0 )+ 1 2! f (x 0 )(x x 0 ) 2 + Example: e x = 1 + x 1! +

More information

Introduction to Numerical Analysis

Introduction to Numerical Analysis Introduction to Numerical Analysis S. Baskar and S. Sivaji Ganesh Department of Mathematics Indian Institute of Technology Bombay Powai, Mumbai 400 076. Introduction to Numerical Analysis Lecture Notes

More information

18.04 Practice problems exam 1, Spring 2018 Solutions

18.04 Practice problems exam 1, Spring 2018 Solutions 8.4 Practice problems exam, Spring 8 Solutions Problem. omplex arithmetic (a) Find the real and imaginary part of z + z. (b) Solve z 4 i =. (c) Find all possible values of i. (d) Express cos(4x) in terms

More information

Solution of Algebric & Transcendental Equations

Solution of Algebric & Transcendental Equations Page15 Solution of Algebric & Transcendental Equations Contents: o Introduction o Evaluation of Polynomials by Horner s Method o Methods of solving non linear equations o Bracketing Methods o Bisection

More information

CALCULUS AB/BC SUMMER REVIEW PACKET (Answers)

CALCULUS AB/BC SUMMER REVIEW PACKET (Answers) Name CALCULUS AB/BC SUMMER REVIEW PACKET (Answers) I. Simplify. Identify the zeros, vertical asymptotes, horizontal asymptotes, holes and sketch each rational function. Show the work that leads to your

More information

Numerical methods. Examples with solution

Numerical methods. Examples with solution Numerical methods Examples with solution CONTENTS Contents. Nonlinear Equations 3 The bisection method............................ 4 Newton s method.............................. 8. Linear Systems LU-factorization..............................

More information

ASSIGNMENT BOOKLET. Numerical Analysis (MTE-10) (Valid from 1 st July, 2011 to 31 st March, 2012)

ASSIGNMENT BOOKLET. Numerical Analysis (MTE-10) (Valid from 1 st July, 2011 to 31 st March, 2012) ASSIGNMENT BOOKLET MTE-0 Numerical Analysis (MTE-0) (Valid from st July, 0 to st March, 0) It is compulsory to submit the assignment before filling in the exam form. School of Sciences Indira Gandhi National

More information

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES abc General Certificate of Education Mathematics Further Pure SPECIMEN UNITS AND MARK SCHEMES ADVANCED SUBSIDIARY MATHEMATICS (56) ADVANCED SUBSIDIARY PURE MATHEMATICS (566) ADVANCED SUBSIDIARY FURTHER

More information

Engineering Mathematics through Applications

Engineering Mathematics through Applications 89 80 Engineering Mathematics through Applications Finite Differences, Numerical Differentiations and Integrations 8 8 Engineering Mathematics through Applications Finite Differences, Numerical Differentiations

More information

EE2 Mathematics : Complex Variables

EE2 Mathematics : Complex Variables EE Mathematics : omplex Variables J. D. Gibbon (Professor J. D Gibbon 1, Dept of Mathematics) j.d.gibbon@ic.ac.uk http://www.imperial.ac.uk/ jdg These notes are not identical word-for-word with my lectures

More information

MATH1013 Calculus I. Derivatives II (Chap. 3) 1

MATH1013 Calculus I. Derivatives II (Chap. 3) 1 MATH1013 Calculus I Derivatives II (Chap. 3) 1 Edmund Y. M. Chiang Department of Mathematics Hong Kong University of Science & Technology October 16, 2013 2013 1 Based on Briggs, Cochran and Gillett: Calculus

More information

Root Finding (and Optimisation)

Root Finding (and Optimisation) Root Finding (and Optimisation) M.Sc. in Mathematical Modelling & Scientific Computing, Practical Numerical Analysis Michaelmas Term 2018, Lecture 4 Root Finding The idea of root finding is simple we want

More information

MTH 3102 Complex Variables Final Exam May 1, :30pm-5:30pm, Skurla Hall, Room 106

MTH 3102 Complex Variables Final Exam May 1, :30pm-5:30pm, Skurla Hall, Room 106 Name (Last name, First name): MTH 32 Complex Variables Final Exam May, 27 3:3pm-5:3pm, Skurla Hall, Room 6 Exam Instructions: You have hour & 5 minutes to complete the exam. There are a total of problems.

More information

SETS. set of natural numbers by N set of integers by Z set of rational numbers by Q set of irrational numbers by T

SETS. set of natural numbers by N set of integers by Z set of rational numbers by Q set of irrational numbers by T Chapter SETS. Overview This chapter deals with the concept of a set, operations on sets.concept of sets will be useful in studying the relations and functions... Set and their representations A set is

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

More information

Complex Analysis Prelim Written Exam Spring 2015

Complex Analysis Prelim Written Exam Spring 2015 Prelim Written Exam Spring 2015 Questions are equally weighted. Give essential explanations and justifications: a large part of each question is demonstration that you understand the context and understand

More information

1 + z 1 x (2x y)e x2 xy. xe x2 xy. x x3 e x, lim x log(x). (3 + i) 2 17i + 1. = 1 2e + e 2 = cosh(1) 1 + i, 2 + 3i, 13 exp i arctan

1 + z 1 x (2x y)e x2 xy. xe x2 xy. x x3 e x, lim x log(x). (3 + i) 2 17i + 1. = 1 2e + e 2 = cosh(1) 1 + i, 2 + 3i, 13 exp i arctan Complex Analysis I MT333P Problems/Homework Recommended Reading: Bak Newman: Complex Analysis Springer Conway: Functions of One Complex Variable Springer Ahlfors: Complex Analysis McGraw-Hill Jaenich:

More information

Transweb Educational Services Pvt. Ltd Tel:

Transweb Educational Services Pvt. Ltd     Tel: . An aeroplane flying at a constant speed, parallel to the horizontal ground, km above it, is observed at an elevation of 6º from a point on the ground. If, after five seconds, its elevation from the same

More information

NORTH MAHARASHTRA UNIVERSITY JALGAON.

NORTH MAHARASHTRA UNIVERSITY JALGAON. NORTH MAHARASHTRA UNIVERSITY JALGAON. Syllabus for S.Y.B.Sc. (Mathematics) With effect from June 013. (Semester system). The pattern of examination of theory papers is semester system. Each theory course

More information

Examples: Solving nth Order Equations

Examples: Solving nth Order Equations Atoms L. Euler s Theorem The Atom List First Order. Solve 2y + 5y = 0. Examples: Solving nth Order Equations Second Order. Solve y + 2y + y = 0, y + 3y + 2y = 0 and y + 2y + 5y = 0. Third Order. Solve

More information

ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes.

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. SECTION A 1. State the maximal domain and range of the function f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. 2. By evaluating f(0),

More information

LECTURE NOTES ELEMENTARY NUMERICAL METHODS. Eusebius Doedel

LECTURE NOTES ELEMENTARY NUMERICAL METHODS. Eusebius Doedel LECTURE NOTES on ELEMENTARY NUMERICAL METHODS Eusebius Doedel TABLE OF CONTENTS Vector and Matrix Norms 1 Banach Lemma 20 The Numerical Solution of Linear Systems 25 Gauss Elimination 25 Operation Count

More information

Module Two: Differential Calculus(continued) synopsis of results and problems (student copy)

Module Two: Differential Calculus(continued) synopsis of results and problems (student copy) Module Two: Differential Calculus(continued) synopsis of results and problems (student copy) Srikanth K S 1 Syllabus Taylor s and Maclaurin s theorems for function of one variable(statement only)- problems.

More information

MATHEMATICS. SECTION A (80 Marks) Find the number of ways in which 6 men and 5 women can dine at a round table if no two women are to sit together.

MATHEMATICS. SECTION A (80 Marks) Find the number of ways in which 6 men and 5 women can dine at a round table if no two women are to sit together. MATHEMATICS (Three hours) (Candidates are allowed additional 15 minutes for only reading the paper. They must NOT start writing during this time.) ---------------------------------------------------------------------------------------------------------------------

More information

x x2 2 + x3 3 x4 3. Use the divided-difference method to find a polynomial of least degree that fits the values shown: (b)

x x2 2 + x3 3 x4 3. Use the divided-difference method to find a polynomial of least degree that fits the values shown: (b) Numerical Methods - PROBLEMS. The Taylor series, about the origin, for log( + x) is x x2 2 + x3 3 x4 4 + Find an upper bound on the magnitude of the truncation error on the interval x.5 when log( + x)

More information

Study Guide/Practice Exam 3

Study Guide/Practice Exam 3 Study Guide/Practice Exam 3 This study guide/practice exam covers only the material since exam. The final exam, however, is cumulative so you should be sure to thoroughly study earlier material. The distribution

More information

SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS BISECTION METHOD

SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS BISECTION METHOD BISECTION METHOD If a function f(x) is continuous between a and b, and f(a) and f(b) are of opposite signs, then there exists at least one root between a and b. It is shown graphically as, Let f a be negative

More information

Complex Integration Line Integral in the Complex Plane CHAPTER 14

Complex Integration Line Integral in the Complex Plane CHAPTER 14 HAPTER 14 omplex Integration hapter 13 laid the groundwork for the study of complex analysis, covered complex numbers in the complex plane, limits, and differentiation, and introduced the most important

More information

Applied Numerical Analysis

Applied Numerical Analysis Applied Numerical Analysis Using MATLAB Second Edition Laurene V. Fausett Texas A&M University-Commerce PEARSON Prentice Hall Upper Saddle River, NJ 07458 Contents Preface xi 1 Foundations 1 1.1 Introductory

More information

Numerical Methods. Scientists. Engineers

Numerical Methods. Scientists. Engineers Third Edition Numerical Methods for Scientists and Engineers K. Sankara Rao Numerical Methods for Scientists and Engineers Numerical Methods for Scientists and Engineers Third Edition K. SANKARA RAO Formerly,

More information