Numerical and Statistical Methods

Size: px
Start display at page:

Download "Numerical and Statistical Methods"

Transcription

1 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 the help of a flowchart, explain the of solving an engineering problem. Ans.: A mathematical model can be broadly defined as a formulation or equation that expresses the essential features of a physical system or process in mathematical terms. In a very general sense, it can be represented as a functional relationship of the form : Dependent variable f indepdent forcing, parameters, variables functions () where the dependent variable is a characteristic that usually reflects the behavior or state of the system; the independent variables are usually dimensions, such as time and space, along which the system s behavior is being determined; the parameters are reflective of the system s properties or composition; and the forcing functions are external influences acting upon the system. The actual mathematical expression of Eq. () can range from a simple algebraic relationship to large complicated sets of differential equations. For example, on the basis of his observations, Newton formulated his second law of motion, which states that the time rate of change of momentum of a body is equal to the resultant force acting on it. The mathematical expression, or model, of the second law is the well-known equation F ma () where F net force acting on the body (N, or kg m/s ), m mass of the object (kg), and a its acceleration (m/s ) Q.(b) Explain the terms : (i) Significant figures, (ii) Accuracy, (iii) Precision, (iv) Truncation error, (v) Round-off error

2 Vidyalankar : F.Y. B.Sc. (IT) NSM Ans.: (i) Significant figures : The concept of a significant figure or digit has been developed to formally designate the reliability of a numerical value. The significant digits of a number are those that can be used with confidence. (ii) Accuracy : Accuracy refers to how closely a computed or measured value agrees with a true value. (iii) Precision : Precision refers to how closely individual computed or measured values agree with each other. (iv) Truncation error : These errors are generated when only required significant digits are retained in the number and remaining are discarded. (v) Round-off error : Rounding off errors are errors arising from the process of rounding off during computation. Q.(c) Suppose that you have the task of measuring the lengths of a bridge and a rivet and come up with 9999 and 9 cm, respectively. If the true values are 0,000 and 0 cm, respectively, compute (i) the true error and (ii) the true percent relative error for each case. Ans.: (i) The error for measuring the bridge is Error True value Approximate value For bridge 0,000 9,999 cm For rivet 0 9 cm (ii) The percent relative error for the bridge is (Truevalueapprox.value) (E R ) Truevalue (E P ) (0, 0009, 999) 0,000 % error E P % Relative Error for rivet 09 (E R ) % Error (E P ) % 0, Q.(d) Use zero-through fourth-order Taylor series expansions to approximate the function f(x) 0.x 4 0.5x 3 0.5x 0.5x +. from x i 0 with h. That is, predict the function's value at x i+. Ans.: Because we are dealing with a known function, we can compute values for f(x) between 0 and. The results indicate that the function starts at f(0). and then curves downward to f() 0.. Thus, the true value that we are trying to predict is 0.. The Taylor series approximation with n 0 is f(x i ).

3 Prelim Question Paper Solution Q.(e) Evaluate and interpret the condition number for sin x f(x) for x.000 cos x sin x uv vu u sin x Ans.: f(x) cosx v v + cos x x.000 f(.000 ) f(.000 ) f'(x) f(x) Q.(f) Evaluate e 5 using the two formulae : e x 3 4 x x x x +...! 3! 4! and e x x 3 4 e x x x x... 3! 4! and compare with the true value Use five terms to evaluate each series and compute true and approximate relative errors as terms are added. Ans.: e (5) ! 3! e e ! 3! 4! 6 4! Error for first formula True value Approximate value Error while using second formula : True Value Approximate Value Q. Attempt any THREE of the following: [5] Q.(a) Find the roots of the equation x 3.x x using Regula-Falsi method correct up to 4 decimal places. Ans.: f() () 3.() () () () f() () 3.() () f() f() < 0 a, b af[b] bf[a] (0.6) (.5) x f[b] f[a] 0.6 (.5)

4 Vidyalankar : F.Y. B.Sc. (IT) NSM x.75 f(x ) f(.7) (.7) 3.(.7) (.7) f(.7) f() < 0 a.7, b f(a) 3.8, f(b) 0.6 af[b] bf[a] (.7) (0.6) () ( 3.8) x f[b] f[a] 0.6 ( 3.8) f(x ) f(.958) (.95) 3.(.95) (.95) f(.95) f() < 0, a.95, b f(a) 0.6, f(b) 0.6 af[b] bf[a] (.95) (0.6) () ( 0.6) x 3 f[b] f[a] (0.6) ( 0.6) x x.75 x.958 x approximate root.889 or.990 Q.(b) Find the roots of the equation x tan x near 4 using Newton Raphson method correct up to 4 decimal places. Ans.: f(x) x. tan x f(x) tan x + x.sec x Given x 0 4 f(x 0 ) f(4) x tan x 4 tan f(x 0 ) tan x + x.sec x f(x n) x n + x n f'(x n) f(x ) x x 4 0 f'(x ) x f(x ) f(3.6548) x tan x.0597 f(x ) f(3.6548) tan x + x.sec x f(x ) x x f'(x ) x x f(x ) 0.33, f(x ) 4.55 x 3 x f(x ) f'(x ) x x , x , x approx. root

5 Prelim Question Paper Solution Q.(c) The following table shows the number of students and range of marks. Find the number of students who have secured less than 45 marks. Marks No. of Students Ans.: Marks less than x No. of Students h x x x x 0 + hk k By Newtons forward difference Interpolation formula. k(k 3 Y(x) y 0 + k y 0 + ) k(k ) (k ) y y 0 0! 3! k(k)(k )(k 3) 4 + y0 4! 0.5(0.5) Y(45) (0.5 ) (0.5 ) ( 5) (0.5 ) (0.5 ) (0.5 3) 37 4! x y y y 3 y 4 y y(45) Q.(d) Given : x f(x) find f(7.5) using Newton s backward interpolation formula. Ans.: Newton s backward interpolation formula Y(x) kyn k(k) k(k) (k) 3 x y y... n n n!! 3! x y y y 3 y 4 y 5 y 6 y 7 y

6 Vidyalankar : F.Y. B.Sc. (IT) NSM ( 0.5)( 0.088) ( 0.5)( 0.5 )(0.0) Y(7.5) 8!! ( 0.5)( 0.5 )( 0.05 )(0.059) 3! ( 0.5)( 0.5 )( 0.05 )( 0.5 3)(0.75) 4! ( 0.5)( 0.5)( 0.05)( 0.53)( 0.54)(0.44) 5! ( 0.5)( 0.5)( 0.5)( 0.5 3)( 0.54)( 0.5 5)(.006) 6! ( 0.5)( 0.5)( 0.05)( 0.53)( 0.54)( 0.55)( 0.56)(.087) 7! 0.98 Q.(e) Determine the real root of f(x) 4x 3 6x + 7x.3 using bisection method correct upto 3 decimal places. Ans.: f(x) 4x 3 6x + 7x.3 f(0) 4(0) 3 6(0) + 7(0).3.3 f() 4() 3 6() + 7().3.7 f(0) f() < 0 Root lies in (0, ) Iterations are x x x i a b f(x i The solution after successful iteration is Q.(f) Given log 0.300, log , log and log Using Lagrange s formula, find log 47. Ans.: x 0 x x x 3 x log log 3 log 5 log 7 Y f(x) by using Lagrange s Interpolation is given by : f(x) (xx ) (xx ) (xx ) 3 f(x ) 0 (x x ) (x x ) (x x ) (xx ) (xx ) (xx ) 0 3 f(x ) (x x ) (x x )(x x ) 0 3 (xx ) (xx ) (xx ) 0 3 f(x ) (x x ) (x x ) (x x ) 0 3 (xx ) (xx ) (xx ) 0 f(x ) 3 (x x ) (x x ) (x x )

7 Prelim Question Paper Solution ( ) ( ) ( ) 0.30 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) + ( ) ( ) ( ) ( ) ( ) ( ) + ( ) ( ) ( ) ( ) ( ) ( ).670 Q.3 Attempt any THREE of the following: [5] Q.3(a) Solve the following simultaneous equations by Gauss -Jordan elimination method: x + 6x x 3 4, 5x x + x 3 9, x 3 3x 4x 4 Ans.: x + 6x x 3 4 () 5x x + x 3 9 () x 3 3x 4x 4 (3) Operate () 5 () 9 6x + x 3 64 Operate (3) + 3 () 5x x 7 3 The new reduced system of equations are x + 6x x 3 4 (4) 9 6x x 64 (5) 3 5x x 7 (6) 3 Operate (4) + 6 (5) x x Operate (6) (5) 9 x the new reduced system of equations are x x 0 (7) x x 64 (8) 3 9 x3 3 Operate (7) Operate (8) 3 (9) 6 (9) (7) 9 3 x 4 9, x x 44 9 x 9 x (9) 3 x (9) 9 7

8 Vidyalankar : F.Y. B.Sc. (IT) NSM Final solution is x x x Q.3(b) Solve the following simultaneous equations by Gauss-Seidel method : 0x + x + x 3, x + 0x + x 3 3, x + x + 0x 3 4 x x 3 Ans.: x 0 3x x 3 x 0 4x x x 3 0 () () (3) Iteration : x 0, x 3 0 (x ) (x ) 0. Put x., x.06, x 3 0 (x ) 0 3() (x 3 ) 0 4(.) (.06) 0 (x 3 ) Iteration : (x ) (x ).0053 (x 3 ) Iteration 3 : (x ) (x ).000 (x 3 ).0000 After 3 iterations x x x 3 Q.3(c) Evaluate x 0 e x dx using trapezoidal rule and Simpson s 3/8 rule. Ans.: Let n 5 ( ) Hence h 5 0. x Y Y Y Y Y Y Trapezoidal Rule x x0 ydx h [y 0 + (y + y + + y n ) + y n ] By Simpson s 3/8 th rule Q.3(d) Evaluate Ans.: Let n 6 0 x 0 0, x n, h sin x dx 5 4 cos x x x n 0 n using Simpson s 3/8 th rule

9 Prelim Question Paper Solution Simpson s th 3 rule 8 y 3h 8 [(y 0 + y n ) + (terms of y which are multiple of 3) + 3(remaining terms of y)] a 0, b, n 6 x 0 /6 /3 / /3 5/6 y y 3 [ (0 + 0) + (terms of y which one multiple of 3) (remaining terms of y)] y 0.40 Q.3(e) Solve dy log (x + y); y() for x. and x.4 using Euler s modified dx method, taking h 0.. Ans.: f(x, y) log (x + y) y 0 (), x 0, y 0, h 0. f(x 0 y 0 ) log(x 0 + y 0 ) log ( + ) log To find y at x. y(.) y 0 + f(x 0 y 0 )h + log f(x y ) f(.,.7) log(. +.7).95 y(.4) y + f(x y ) * h * y(.4).465 Q.3(f) Solve dy dx y x, where y(0), to find y(0.) using Runge-Kutta method. y x y x Ans.: f(x, y) y x x 0 0 y 0 h 0. k h.f(x 0, y 0 ) 0. f(0, ) k 0. k hf (x 0 + h, y 0 + k ) k 0. f(0.05, 0.) k 0.06 k (k k ) k 0.08 y y 0 + k y y.08 at x 0. Q.4 Attempt any THREE of the following: [5] Q.4(a) Fit a straight line to the x and y values in the two rows: x y Ans.: M 7 which is odd Let three required set line for best fit be Y a + bx () 9

10 Vidyalankar : F.Y. B.Sc. (IT) NSM Normal equations are y ma + b x () xy ax + bx (3) Consider the table no. x y xy x x 8 y 3.7 xy 8 x 40 Substituting in equation () and (3) we get 3.7 7a + 8 b a + 40 b Solving we get a 0.045, b Required straight line is y x Q.4(b) Fit a second degree parabola for the following : x y Ans.: Here x 4.5, y 0.7, x 5.5 x 3 3.6, x xy 6.86 x y 30.0 m 7 The equation of second degree parabola is y a + bx + cx Solve y na + bx + cx xy a x + b x + cx 3 x y ax + bx + cx 4 Substitute the values b + 5.5c () a + 5.5b 3.65c () a 3.65 b c (3) Solving we get, a 6.0, b 0.76, c second degree parabola is, y x x Q.4(c) Use multiple regression to fit the following data : x x y

11 Prelim Question Paper Solution Ans.: x x y x z y x z x y z x 6.5, y 4, z 54 x 76.5, z 944, xy 48 xz yz 00 y a + bx + cz required regression. y ma + b x + c z y x a x + b x + c z x y z a z + b z x + c z Substitute the values in eq. (), (), (3) 4 6a + 6.5b + 54c () a b c () a b c (3) by solving equation (), (), (3) simultaneously and removing the variables we get, a.667, b.333, c Q.4(d) Maximize 50x + 00y subject to 0x + 5y 500, 4x + 0y 000, x +.5y 450 and x 0; y 0. Ans.: Maximize Z 50x + 00y Subject to 0x + 5y 500 () 4x + 0y 000 () x +.5y 450 (3) and x 0, y 0 convert the given constraints into equations 0x + 5y 500 4x + 0y 000 x +.5y 450 Consider 0x + 5y 500 we get x 0 50 y Consider 4x + 0y 000 we get x y y Consider 4x + 0y 000 we get x y b () () Feasible region is ABCDA A(0, 0), B(0, 00), C(00, 0) D(50, 0) 00 0 a c (3) d x

12 Vidyalankar : F.Y. B.Sc. (IT) NSM Points Z 50x + 00y A 0 B 0000 C 000 D 500 Optimal Value of z is at C X 00 and Y 0 is optimal solution. Q.4(e) A firm makes two types of furniture chairs and tables. The contribution for each product as calculated by the accounting department is Rs. 0 per chair and Rs. 30 per table. Both products are processed on three machines M, M and M 3.The time required in hours by each product and total time available in hours per week on each machine are as follows: MACHINE CHAIR TABLE AVAILABLE TIME M M 5 50 M How should the manufacturer schedule his production in order maximize contribution? Ans.: Maximize Z 0 x + 30y Subject to 3x + 3y 36 5x + y 50 x + 6y 60 Non Negative constraints x 0, y 0 3x + 3y 36 5x + y 50 x + 6y 60 x 0 x 0 0 x 0 30 y 0 y 5 0 y 0 0 Vertex Z 0x + 30y O (0, 0) 0 A (0, 0) y B (5, 8) C (4, 5) 30 D (0, 0) a b The maximum contribution come upto point b (5, 8) as x 5 and y a c d x Q.4(f) An aged person must receive 4000 units of vitamin, 50 units of minerals and 400 calories a day. A dietician advises to thrive on two foods Fand F that cost Rs 4 and Rs respectively per unit of food. It one unit of F contains 00 units of vitamins, unit of mineral and 40 calories and one unit of F contains 00 units of vitamins units of minerals and 40 calories, formulate a linear programming model to minimize the cost of diet.

13 Prelim Question Paper Solution Ans.: Product Food F Food F Requirements Vitamins Minerals 50 Calories Cost /Units 4 Z 4x + y Subject to 00x + 00 y 4000 x + y 50 40x x, y 0 Q.5 Attempt any THREE of the following: [5] Q.5(a) State and explain the properties of distribution functions. Ans.: Let x be a random variable, the function f defined for all real values x by f(x) P[X x] for all real x is called distribution function. A distribution function is also called as cumulative probability distribution function. Properties of distribution function : ) If f is the distribution function of random variable x if a < b then P[a < x b] f(b) f(a) ) Values of all distribution function lies between 0 and i.e. 0 f(x) for all x 3) All distribution functions are monotonically decreasing i.e. if x < y then f(x) < f(y). 4) f() f() lim f(x) x lim f(x) x 0 5) If x is discrete random variable then f(x) P(x ) xi x 6) If values of discrete random variable x are like x < x < x 3 < x 4 then P(V n + ) f(x n + ) f(x n ) 7) If x is discrete random variable then distribution function is step function. Q.5(b) A random variable x has the following probability distributions : x p(x) 0 k k k 3k k k 7k + k (i) Find k, (ii) Evaluate P(x < 6), P (x 6) and P(0 < x < 5), (iii) If P(x c) >, find the minimum value of c, and (iv) Determine the distribution function of x. Ans.: i) Find k, Sum of all probabilities is unity x7 p(x) x0 0 + k + k + 3k + k + k + 7k + k k 0 ii) Evaluate P(x < 6) P(x 0) + P(x ) + P(x ) + P(x 3) + P(x 4) + P(x 5) 0 + k + k + k + 3k + k

14 Vidyalankar : F.Y. B.Sc. (IT) NSM iii) If P(x c) >, find the minimum value of c P(x 0) P(x 0) 0 False not P(x ) P(0) + P(x ) not P(x ) P(0) + P() + P() not P(x 3) P(0) + P() + P() + P(3) P(x 4) P(0) + P() + P() + P(3) +P(4) condition is true. Minimum value of c 4 not iv) f(0) P[x 0] P(0) 0 f() P[x ] P(0) + P() f() P[x ] P(0) + P() + P() f(3) P[x 3] P(0) + P() + P() + P(3) f(4) P[x 4] P(0) + P() + P() + P(3) + P(4) f(5) P[x 5] P(0) + P() + P() + P(3) + P(4) + P(5) f(6) ; f(7) P(x 7) 8 00 Q.5(c) The price for a litre of whole milk is uniformly distributed between Rs. 45 and Rs. 55 during July in Mumbai. Give the equation and graph the pdf for X, the price per litre of whole milk during July. Also determine the percent of stores that charge more than Rs. 54 per litre. Ans.: The equation of pdf is f(x) < x < elsewhere The pdf is shown in the figure below: 4

15 Prelim Question Paper Solution The probability P(X > 54) is shaded in the figure below: The area of the shaded region is 0.* 0. Hence 0.0* 00 0% of the stores charge more than Rs. 54/ per litre. Q.5(d) What is exponential distribution? Suppose the time till death after infection with Cancer, is exponentially distributed with mean equal to 8 years. If X represents the time till death after infection with Cancer, then find the percentage of people who die within five years after infection with Cancer. Ans.: Exponential distribution : The exponential probability distribution is a continuous probability distribution that is useful in describing the time it takes to complete some task. The pdf for an exponential probability distribution and e.788 five decimal places. f(x) x e for x 0 The graph for the pdf of a typical exponential distribution is shown : The percentage of people who die within five years after infection with cancer is 5 8 P(X 5) e e i.e. 46.5% Q.5(e) The probability mass function of a random variable X is zero except at the points i 0,,. At these points it has the values p (0) 3c 3, p() 4c 0c, p() 5c for some c > 0. (i) Determine the value of c. (ii) Compute the following probabilities, P (X < ) and P ( < X < ). (iii) Describe the distribution function and draw its graph. (iv) Find the largest x such that F (x) < (v) Find the smallest x such that F (x) 3 Ans.: Given : P(0) 3a 3, P() 4a 0a and P() 5a and 0 for all the other values (i) We know that if p(x) is a PMF, then P(x) P(0) + P() + P() 3a 3 + 4a 0a + 5a 3a 3 0a + 9a 0 (a ) (3a 7a + ) 0 x 5

16 Vidyalankar : F.Y. B.Sc. (IT) NSM (a ) (3a ) (a ) 0 a,, 3 If a, then P(0) 3 >, which is not possible. Similarly, a 3 P(0) P() 4a 0a P() 5a The probability distribution function is x 0 P(X x) 9 **Consider a as c 9 (ii) P(X < ) P(X 0) + P(X ) P( < X ) P (X ) (iii) The distribution function is F(x) 0, x < 0,0 x 9 3, x 9, x 6 9 (iv) Since F(x), the largest value of x for which f(x) < is x. 3 Since F(x) 3 for x and F(x) for x, the smallest value of x for which f(x) 3 is x. Q.5(f) The monthly worldwide average number of airplane crashes of commercial airlines is.. What is the probability that there will be (i) more than such accidents in the next month? (ii) more than 4 such accidents in the next months? Ans.: The number of crashes over a period of time is simply a random variable with a Poisson distribution. In this case, the sum of two passion random variables is just a new random variable with the new rate being the sum of the old rates. (a) We have X ~ Poisson (x :.); this is just P(X > ) P(X ). (.) e e.e! (b) Let X be the number of accidents that happen in a two month period. By additively of the Poisson, X ~ Poisson (x :. +.). Thus P(X > 4) P(X 4)

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

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

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

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 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

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

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

BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES

BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES No. of Printed Pages : 5 BCS-054 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 058b9 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES Time : 3 hours Maximum Marks

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

Unit I (Testing of Hypothesis)

Unit I (Testing of Hypothesis) SUBJECT NAME : Statistics and Numerical Methods SUBJECT CODE : MA645 MATERIAL NAME : Part A questions REGULATION : R03 UPDATED ON : November 07 (Upto N/D 07 Q.P) Unit I (Testing of Hypothesis). State level

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

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error In this method we assume initial value of x, and substitute in the equation. Then modify x and continue till we

More information

Engineering Mathematics

Engineering Mathematics F.Y. Diploma : Sem. II [AE/CD/CE/CH/CM/CO/CR/CS/CV/CW/DE/ED/EE/EI/EJ/EN/ EP/ET/EV/EX/FE/IC/IE/IF/IS/IU/ME/MH/MI/MU/PG/PS/PT] Engineering Mathematics Time: Hrs.] Pre Question Paper Solution [Marks : 00

More information

UNIT - 2 Unit-02/Lecture-01

UNIT - 2 Unit-02/Lecture-01 UNIT - 2 Unit-02/Lecture-01 Solution of algebraic & transcendental equations by regula falsi method Unit-02/Lecture-01 [RGPV DEC(2013)] [7] Unit-02/Lecture-01 [RGPV JUNE(2014)] [7] Unit-02/Lecture-01 S.NO

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

Name of the Student: Unit I (Solution of Equations and Eigenvalue Problems)

Name of the Student: Unit I (Solution of Equations and Eigenvalue Problems) Engineering Mathematics 8 SUBJECT NAME : Numerical Methods SUBJECT CODE : MA6459 MATERIAL NAME : University Questions REGULATION : R3 UPDATED ON : November 7 (Upto N/D 7 Q.P) (Scan the above Q.R code for

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

NUMERICAL ANALYSIS SYLLABUS MATHEMATICS PAPER IV (A)

NUMERICAL ANALYSIS SYLLABUS MATHEMATICS PAPER IV (A) NUMERICAL ANALYSIS SYLLABUS MATHEMATICS PAPER IV (A) Unit - 1 Errors & Their Accuracy Solutions of Algebraic and Transcendental Equations Bisection Method The method of false position The iteration method

More information

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V Unit I-Syllabus Solutions of Algebraic and Transcendental equations, Bisection method, Iteration Method, Regula Falsi method, Newton

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

AIMS Exercise Set # 1

AIMS Exercise Set # 1 AIMS Exercise Set #. Determine the form of the single precision floating point arithmetic used in the computers at AIMS. What is the largest number that can be accurately represented? What is the smallest

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

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

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

MALLA REDDY ENGINEERING COLLEGE

MALLA REDDY ENGINEERING COLLEGE MODULE I MALLA REDDY ENGINEERING COLLEGE (Autonomous) I B.Tech II Semester (MR15) I- Mid Question Bank Subject: Computational Mathematics (Common for CE, ME, CSE and Min.E) 1. If f(x) is continuous in

More information

Program : M.A./M.Sc. (Mathematics) M.A./M.Sc. (Final) Paper Code:MT-08 Numerical Analysis Section A (Very Short Answers Questions)

Program : M.A./M.Sc. (Mathematics) M.A./M.Sc. (Final) Paper Code:MT-08 Numerical Analysis Section A (Very Short Answers Questions) Program : M../M.Sc. (Mathematics) M../M.Sc. (Final) Paper Code:MT-08 Numerical nalysis Section (Very Short nswers Questions) 1. Write two examples of transcendental equations. (i) x 3 + sin x = 0 (ii)

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

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

MTH603 FAQ + Short Questions Answers.

MTH603 FAQ + Short Questions Answers. Absolute Error : Accuracy : The absolute error is used to denote the actual value of a quantity less it s rounded value if x and x* are respectively the rounded and actual values of a quantity, then absolute

More information

Previous Year Questions & Detailed Solutions

Previous Year Questions & Detailed Solutions Previous Year Questions & Detailed Solutions. The rate of convergence in the Gauss-Seidal method is as fast as in Gauss Jacobi smethod ) thrice ) half-times ) twice 4) three by two times. In application

More information

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is . If P(A) = x, P = 2x, P(A B) = 2, P ( A B) = 2 3, then the value of x is (A) 5 8 5 36 6 36 36 2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time

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

Zeroes of Transcendental and Polynomial Equations. Bisection method, Regula-falsi method and Newton-Raphson method

Zeroes of Transcendental and Polynomial Equations. Bisection method, Regula-falsi method and Newton-Raphson method Zeroes of Transcendental and Polynomial Equations Bisection method, Regula-falsi method and Newton-Raphson method PRELIMINARIES Solution of equation f (x) = 0 A number (real or complex) is a root of the

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

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS Math 473: Practice Problems for Test 1, Fall 011, SOLUTIONS Show your work: 1. (a) Compute the Taylor polynomials P n (x) for f(x) = sin x and x 0 = 0. Solution: Compute f(x) = sin x, f (x) = cos x, f

More information

Solution of Nonlinear Equations

Solution of Nonlinear Equations Solution of Nonlinear Equations In many engineering applications, there are cases when one needs to solve nonlinear algebraic or trigonometric equations or set of equations. These are also common in Civil

More information

CO-ORDINATE GEOMETRY

CO-ORDINATE GEOMETRY CO-ORDINATE GEOMETRY 1 To change from Cartesian coordinates to polar coordinates, for X write r cos θ and for y write r sin θ. 2 To change from polar coordinates to cartesian coordinates, for r 2 write

More information

12 STD BUSINESS MATHEMATICS

12 STD BUSINESS MATHEMATICS STD BUSINESS MATHEMATICS 6 MARK FAQ S: CHAPTER :. APPLICATION OF MATRICES AND DETERMINANTS. Given, A verify that A AdjA (J 7; O 7 ; O ). Find the inverse of, b a A and verify that I AA. (J 6). Verify A

More information

SOLUTION OF EQUATION AND EIGENVALUE PROBLEMS PART A( 2 MARKS)

SOLUTION OF EQUATION AND EIGENVALUE PROBLEMS PART A( 2 MARKS) CHENDU COLLEGE OF ENGINEERING AND TECHNOLOGY (Approved by AICTE New Delhi, Affiliated to Anna University Chennai. Zamin Endathur Village, Madurntakam Taluk, Kancheepuram Dist.-603311.) MA6459 - NUMERICAL

More information

Math Numerical Analysis Mid-Term Test Solutions

Math Numerical Analysis Mid-Term Test Solutions Math 400 - Numerical Analysis Mid-Term Test Solutions. Short Answers (a) A sufficient and necessary condition for the bisection method to find a root of f(x) on the interval [a,b] is f(a)f(b) < 0 or f(a)

More information

UNIT II SOLUTION OF NON-LINEAR AND SIMULTANEOUS LINEAR EQUATION

UNIT II SOLUTION OF NON-LINEAR AND SIMULTANEOUS LINEAR EQUATION UNIT II SOLUTION OF NON-LINEAR AND SIMULTANEOUS LINEAR EQUATION. If g x is continuous in a, b, then under what condition the iterative method x = g x has a unique solution in a, b? g x < in a, b. State

More information

NUMERICAL AND STATISTICAL COMPUTING (MCA-202-CR)

NUMERICAL AND STATISTICAL COMPUTING (MCA-202-CR) NUMERICAL AND STATISTICAL COMPUTING (MCA-202-CR) Autumn Session UNIT 1 Numerical analysis is the study of algorithms that uses, creates and implements algorithms for obtaining numerical solutions to problems

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

PLC Papers. Created For:

PLC Papers. Created For: PLC Papers Created For: Algebra and proof 2 Grade 8 Objective: Use algebra to construct proofs Question 1 a) If n is a positive integer explain why the expression 2n + 1 is always an odd number. b) Use

More information

Page No.1. MTH603-Numerical Analysis_ Muhammad Ishfaq

Page No.1. MTH603-Numerical Analysis_ Muhammad Ishfaq Page No.1 File Version v1.5.3 Update: (Dated: 3-May-011) This version of file contains: Content of the Course (Done) FAQ updated version.(these must be read once because some very basic definition and

More information

STATISTICS AND NUMERICAL METHODS

STATISTICS AND NUMERICAL METHODS STATISTICS AND NUMERICAL METHODS Question IV November / December 2011 Part-A 1. The heights of college students in Chennai are normally distributed with standard deviation 6 cm and sample of 100 students

More information

MATH 2053 Calculus I Review for the Final Exam

MATH 2053 Calculus I Review for the Final Exam MATH 05 Calculus I Review for the Final Exam (x+ x) 9 x 9 1. Find the limit: lim x 0. x. Find the limit: lim x + x x (x ).. Find lim x (x 5) = L, find such that f(x) L < 0.01 whenever 0 < x

More information

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS UNIT-I HYPOTHESIS TESTING 1. What are the applications of distributions? * Test the hypothesis

More information

Contraction Mappings Consider the equation

Contraction Mappings Consider the equation Contraction Mappings Consider the equation x = cos x. If we plot the graphs of y = cos x and y = x, we see that they intersect at a unique point for x 0.7. This point is called a fixed point of the function

More information

SAZ3C NUMERICAL AND STATISTICAL METHODS Unit : I -V

SAZ3C NUMERICAL AND STATISTICAL METHODS Unit : I -V SAZ3C NUMERICAL AND STATISTICAL METHODS Unit : I -V UNIT-I Introduction Mathematical Preliminaries Errors: Computations, Formula Errors in a Series Approximation Roots of Equations Linear Equations Bisection

More information

Computational Methods

Computational Methods Numerical Computational Methods Revised Edition P. B. Patil U. P. Verma Alpha Science International Ltd. Oxford, U.K. CONTENTS Preface List ofprograms v vii 1. NUMER1CAL METHOD, ERROR AND ALGORITHM 1 1.1

More information

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam Jim Lambers MAT 460/560 Fall Semester 2009-10 Practice Final Exam 1. Let f(x) = sin 2x + cos 2x. (a) Write down the 2nd Taylor polynomial P 2 (x) of f(x) centered around x 0 = 0. (b) Write down the corresponding

More information

School of Sciences Indira Gandhi National Open University Maidan Garhi, New Delhi (For January 2012 cycle)

School of Sciences Indira Gandhi National Open University Maidan Garhi, New Delhi (For January 2012 cycle) MTE-0 ASSIGNMENT BOOKLET Bachelor's Degree Programme Numerical Analysis (MTE-0) (Valid from st January, 0 to st December, 0) School of Sciences Indira Gandhi National Open University Maidan Garhi, New

More information

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

Tutorial 1, B. Tech. Sem III, 24 July, (Root Findings and Linear System of Equations) 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

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

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn Review Taylor Series and Error Analysis Roots of Equations Linear Algebraic Equations Optimization Numerical Differentiation and Integration Ordinary Differential Equations Partial Differential Equations

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

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

Name Class. (a) (b) (c) 4 t4 3 C

Name Class. (a) (b) (c) 4 t4 3 C Chapter 4 Test Bank 77 Test Form A Chapter 4 Name Class Date Section. Evaluate the integral: t dt. t C (a) (b) 4 t4 C t C C t. Evaluate the integral: 5 sec x tan x dx. (a) 5 sec x tan x C (b) 5 sec x C

More information

Numerical Analysis MTH603

Numerical Analysis MTH603 Numerical Analysis Course Contents Solution of Non Linear Equations Solution of Linear System of Equations Approximation of Eigen Values Interpolation and Polynomial Approximation Numerical Differentiation

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

SCHEME OF WORK FOR LEVEL 5 MECHANICAL ENGINEERING

SCHEME OF WORK FOR LEVEL 5 MECHANICAL ENGINEERING Lesson 1: Working with matrix algebra Learning Outcome: 1 Be able to use matrix algebra to solve engineering problems. Suggested Teaching Time: 22 hours AC1.1 Perform operations in matrix algebra AC 1.2

More information

Notes on floating point number, numerical computations and pitfalls

Notes on floating point number, numerical computations and pitfalls Notes on floating point number, numerical computations and pitfalls November 6, 212 1 Floating point numbers An n-digit floating point number in base β has the form x = ±(.d 1 d 2 d n ) β β e where.d 1

More information

KINGS COLLEGE OF ENGINEERING

KINGS COLLEGE OF ENGINEERING MA54 STATISTICS AND NUMERICAL METHODS KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR - / EVEN SEMESTER QUESTION BANK SUBJECT NAME: STATISTICS AND NUMERICAL METHODS YEAR/SEM: II/IV

More information

Numerical Methods. King Saud University

Numerical Methods. King Saud University Numerical Methods King Saud University Aims In this lecture, we will... find the approximate solutions of derivative (first- and second-order) and antiderivative (definite integral only). Numerical Differentiation

More information

GENG2140, S2, 2012 Week 7: Curve fitting

GENG2140, S2, 2012 Week 7: Curve fitting GENG2140, S2, 2012 Week 7: Curve fitting Curve fitting is the process of constructing a curve, or mathematical function, f(x) that has the best fit to a series of data points Involves fitting lines and

More information

MATHEMATICAL METHODS INTERPOLATION

MATHEMATICAL METHODS INTERPOLATION MATHEMATICAL METHODS INTERPOLATION I YEAR BTech By Mr Y Prabhaker Reddy Asst Professor of Mathematics Guru Nanak Engineering College Ibrahimpatnam, Hyderabad SYLLABUS OF MATHEMATICAL METHODS (as per JNTU

More information

Root Finding: Close Methods. Bisection and False Position Dr. Marco A. Arocha Aug, 2014

Root Finding: Close Methods. Bisection and False Position Dr. Marco A. Arocha Aug, 2014 Root Finding: Close Methods Bisection and False Position Dr. Marco A. Arocha Aug, 2014 1 Roots Given function f(x), we seek x values for which f(x)=0 Solution x is the root of the equation or zero of the

More information

Fourth Order RK-Method

Fourth Order RK-Method Fourth Order RK-Method The most commonly used method is Runge-Kutta fourth order method. The fourth order RK-method is y i+1 = y i + 1 6 (k 1 + 2k 2 + 2k 3 + k 4 ), Ordinary Differential Equations (ODE)

More information

(f(x) P 3 (x)) dx. (a) The Lagrange formula for the error is given by

(f(x) P 3 (x)) dx. (a) The Lagrange formula for the error is given by 1. QUESTION (a) Given a nth degree Taylor polynomial P n (x) of a function f(x), expanded about x = x 0, write down the Lagrange formula for the truncation error, carefully defining all its elements. How

More information

CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD

CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD Presenter: Dr. Zalilah Sharer 2018 School of Chemical and Energy Engineering Universiti Teknologi Malaysia 16 September 2018 Chemical Engineering, Computer &

More information

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 2. Predictor-Corrector Methods

Chapter 8. Numerical Solution of Ordinary Differential Equations. Module No. 2. Predictor-Corrector Methods Numerical Analysis by Dr. Anita Pal Assistant Professor Department of Matematics National Institute of Tecnology Durgapur Durgapur-7109 email: anita.buie@gmail.com 1 . Capter 8 Numerical Solution of Ordinary

More information

Taylor Series and Numerical Approximations

Taylor Series and Numerical Approximations Taylor Series and Numerical Approximations Hilary Weller h.weller@reading.ac.uk August 7, 05 An introduction to the concept of a Taylor series and how these are used in numerical analysis to find numerical

More information

Lecture 28 The Main Sources of Error

Lecture 28 The Main Sources of Error Lecture 28 The Main Sources of Error Truncation Error Truncation error is defined as the error caused directly by an approximation method For instance, all numerical integration methods are approximations

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

Numerical Analysis MTH603. Virtual University of Pakistan Knowledge beyond the boundaries

Numerical Analysis MTH603. Virtual University of Pakistan Knowledge beyond the boundaries Numerical Analysis MTH6 Virtual University of Pakistan Knowledge beyond the boundaries Table of Contents Lecture # Topics Page # Lecture Introduction Lecture Errors in Computations 6 Lecture Solution of

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

Edexcel GCE Further Pure Mathematics (FP1) Required Knowledge Information Sheet. Daniel Hammocks

Edexcel GCE Further Pure Mathematics (FP1) Required Knowledge Information Sheet. Daniel Hammocks Edexcel GCE Further Pure Mathematics (FP1) Required Knowledge Information Sheet FP1 Formulae Given in Mathematical Formulae and Statistical Tables Booklet Summations o =1 2 = 1 + 12 + 1 6 o =1 3 = 1 64

More information

SLOW LEARNERS MATERIALS BUSINESS MATHEMATICS SIX MARKS QUESTIONS

SLOW LEARNERS MATERIALS BUSINESS MATHEMATICS SIX MARKS QUESTIONS SLOW LEARNERS MATERIALS BUSINESS MATHEMATICS SIX MARKS QUESTIONS 1. Form the differential equation of the family of curves = + where a and b are parameters. 2. Find the differential equation by eliminating

More information

Chapter 4. Solution of Non-linear Equation. Module No. 1. Newton s Method to Solve Transcendental Equation

Chapter 4. Solution of Non-linear Equation. Module No. 1. Newton s Method to Solve Transcendental Equation Numerical Analysis by Dr. Anita Pal Assistant Professor Department of Mathematics National Institute of Technology Durgapur Durgapur-713209 email: anita.buie@gmail.com 1 . Chapter 4 Solution of Non-linear

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

Calculus I Practice Final Exam B

Calculus I Practice Final Exam B Calculus I Practice Final Exam B This practice exam emphasizes conceptual connections and understanding to a greater degree than the exams that are usually administered in introductory single-variable

More information

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number.

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number. L7-1 Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions Recall that a power function has the form f(x) = x r where r is a real number. f(x) = x 1/2 f(x) = x 1/3 ex. Sketch the graph of

More information

Differential Equations

Differential Equations Differential Equations Definitions Finite Differences Taylor Series based Methods: Euler Method Runge-Kutta Methods Improved Euler, Midpoint methods Runge Kutta (2nd, 4th order) methods Predictor-Corrector

More information

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435 PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435 Professor Biswa Nath Datta Department of Mathematical Sciences Northern Illinois University DeKalb, IL. 60115 USA E mail: dattab@math.niu.edu

More information

WEST BENGAL STATE UNIVERSITY B.Sc. Honours PART-II Examinations, 2017

WEST BENGAL STATE UNIVERSITY B.Sc. Honours PART-II Examinations, 2017 WEST BENGAL STATE UNIVERSITY B.Sc. Honours PART-II Examinations, 017 COMPUTER SCIENCE-HONOURS PAPER-CMSA-III Time Allotted: 4 Hours Full Marks: 100 The figures in the margin indicate full marks. Candidates

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

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations

An Overly Simplified and Brief Review of Differential Equation Solution Methods. 1. Some Common Exact Solution Methods for Differential Equations An Overly Simplified and Brief Review of Differential Equation Solution Methods We will be dealing with initial or boundary value problems. A typical initial value problem has the form y y 0 y(0) 1 A typical

More information

Chapter 5: Numerical Integration and Differentiation

Chapter 5: Numerical Integration and Differentiation Chapter 5: Numerical Integration and Differentiation PART I: Numerical Integration Newton-Cotes Integration Formulas The idea of Newton-Cotes formulas is to replace a complicated function or tabulated

More information

SET-A U/2015/16/II/A

SET-A U/2015/16/II/A . n x dx 3 n n is equal to : 0 4. Let f n (x) = x n n, for each n. Then the series (A) 3 n n (B) n 3 n (n ) (C) n n (n ) (D) n 3 n (n ) f n is n (A) Uniformly convergent on [0, ] (B) Po intwise convergent

More information

Math Exam III - Spring

Math Exam III - Spring Math 3 - Exam III - Spring 8 This exam contains 5 multiple choice questions and hand graded questions. The multiple choice questions are worth 5 points each and the hand graded questions are worth a total

More information

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) =

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) = Math 90 Final Review Find all points where the function is discontinuous. ) Find all vertical asymptotes of the given function. x(x - ) 2) f(x) = x3 + 4x Provide an appropriate response. 3) If x 3 f(x)

More information

Mathematics, Algebra, and Geometry

Mathematics, Algebra, and Geometry Mathematics, Algebra, and Geometry by Satya http://www.thesatya.com/ Contents 1 Algebra 1 1.1 Logarithms............................................ 1. Complex numbers........................................

More information

The iteration formula for to find the root of the equation

The iteration formula for to find the root of the equation SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY, COIMBATORE- 10 DEPARTMENT OF SCIENCE AND HUMANITIES SUBJECT: NUMERICAL METHODS & LINEAR PROGRAMMING UNIT II SOLUTIONS OF EQUATION 1. If is continuous in then under

More information

ENGINEERING MATHEMATICS I. CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 PART-A

ENGINEERING MATHEMATICS I. CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 PART-A ENGINEERING MATHEMATICS I CODE: 10 MAT 11 IA Marks: 25 Hrs/Week: 04 Exam Hrs: 03 Total Hrs: 52 Exam Marks:100 PART-A Unit-I: DIFFERENTIAL CALCULUS - 1 Determination of n th derivative of standard functions-illustrative

More information

Numerical Analysis: Solving Nonlinear Equations

Numerical Analysis: Solving Nonlinear Equations Numerical Analysis: Solving Nonlinear Equations Mirko Navara http://cmp.felk.cvut.cz/ navara/ Center for Machine Perception, Department of Cybernetics, FEE, CTU Karlovo náměstí, building G, office 104a

More information

PARTIAL DIFFERENTIAL EQUATIONS

PARTIAL DIFFERENTIAL EQUATIONS MATHEMATICAL METHODS PARTIAL DIFFERENTIAL EQUATIONS I YEAR B.Tech By Mr. Y. Prabhaker Reddy Asst. Professor of Mathematics Guru Nanak Engineering College Ibrahimpatnam, Hyderabad. SYLLABUS OF MATHEMATICAL

More information

MA1023-Methods of Mathematics-15S2 Tutorial 1

MA1023-Methods of Mathematics-15S2 Tutorial 1 Tutorial 1 the week starting from 19/09/2016. Q1. Consider the function = 1. Write down the nth degree Taylor Polynomial near > 0. 2. Show that the remainder satisfies, < if > > 0 if > > 0 3. Show that

More information

Lösning: Tenta Numerical Analysis för D, L. FMN011,

Lösning: Tenta Numerical Analysis för D, L. FMN011, Lösning: Tenta Numerical Analysis för D, L. FMN011, 090527 This exam starts at 8:00 and ends at 12:00. To get a passing grade for the course you need 35 points in this exam and an accumulated total (this

More information