VED e\monish-k\tit-5kch IInd Kerala (Semester V)

Size: px
Start display at page:

Download "VED e\monish-k\tit-5kch IInd Kerala (Semester V)"

Transcription

1 e\monish-k\tit-5kch IInd A TEXTBOOK OF ENGINEERING MATHEMATICS

2

3 A TEXTBOOK OF ENGINEERING MATHEMATICS For BTECH (5 th Semester) Computer Science and Information Technology FOR MAHATMA GANDHI UNIVERSITY, KOTTAYAM, KERALA (Strictly According to the Latest Syllabus) NP BALI Former Principal SB College, Gurgaon Haryana By JAYASREE TG Asst Professor in Mathematics Adishankara Institute of Engineering and Technology Kalady, Kerala UNIVERSITY SCIENCE PRESS (An Imprint of Lami Publications Pvt Ltd) BANGALORE l CHENNAI l COCHIN l GUWAHATI l HYDERABAD JALANDHAR l KOLKATA l LUCKNOW l MUMBAI l RANCHI NEW DELHI l BOSTON, USA e\monish-k\tit-5kch IInd

4 Copyright 013 by Lami Publications Pvt Ltd All rights reserved No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise without the prior written permission of the publisher Published by : UNIVERSITY SCIENCE PRESS (An Imprint of Lami Publications Pvt Ltd) 113, Golden House, Daryaganj, New Delhi Phone : Fa : wwwlamipublicationscom info@lamipublicationscom Price : ` 1500 Only First Edition : 013 OFFICES India & Bangalore & Jalandhar & Chennai & Kolkata & Cochin , & Lucknow & Guwahati , & Mumbai , & Hyderabad & Ranchi UEM ENGG MATH V MGU (KE)-JAY Typeset at : Goswami Associates, Delhi C 5443/01/07 Printed at : Ajit Printer, Delhi e\monish-k\tit-5kch IInd

5 CONTENTS Preface Syllabus (vii) (viii) Pages Module 1: Finite Differences The Forward Difference Operator D 1 1 Differences of Factorial Polynomial 5 13 Backward Difference Operator Ñ 6 14 The Displacement (or Shift) Operator E 6 15 (a) Relations Between D, Ñ and E 7 15 (b) Other Operators 9 15 (c) Relations Between the Operators 9 16 Interpolation and Etrapolation Newton-Gregory Formulae for Equal Intervals Lagrange s Formula for Unequal Intervals (a) Divided Differences 1 19 (b) Newton s Divided Difference Formula is 110 Numerical Differentiation Numerical Integration 9 11 (a) Newton-cote s Quadrature Formula (b) Trapezoidal Rule (n = 1) (c) Simpson s One-Third Rule (n = ) (d) Simpson s Three-Eighth Rule (n = 3) 31 Module : Z-Transforms Definition 36 Some Standard Z-Transforms 36 3 Properties 37 4 Convolutions Theorem 46 5 Evaluation of Inverse Z-Transforms 47 6 Applications to Difference Equations 51 Module 3: Discrete Numeric Functions and Generating Functions Introduction 56 3 Manipulation of Numeric Functions Generating Functions Properties of Generating Functions 60 ( v ) e\monish-k\tit-5kch IInd

6 ( vi ) 35 Recurrence Relations Linear Recurrence Relation with Constant Coefficients Homogeneous Solution Particular Solution Solution by the Method of Generating Functions Simultaneous Difference Equations 71 Module 4: Comple Integration Introduction 73 4 Function of a Comple Variable Limit of f (z) Continuity of f(z) Derivative of f(z) Analytic Function Necessary and Sufficient Conditions for f(z) to be Analytic Cauchy-Riemann Equations in Polar Coordinates Harmonic Functions Orthogonal System Application of Analytic Functions to Flow Problems Comple Integration Simply and Multiply Connected Regions Cauchy's Integral Theorem Cauchy s Integral Formula Series of Comple Terms Taylor s Series Laurent s Series Singular Points, Residues Residue Theorem Calculation of Residues Application of Residues to Evaluate Real Integrals 114 Module 5: Queuing Theory Introduction 13 5 Characteristic of Queuing Model Transient and Steady State of the System Waiting Time and Idle Time Kendall s Notation for Queuing Models Model 1 {(M/M/1): ( /FCFS)} Model {(M/M/1): (N/FCFS)} Queuing Formula Little s Formula Model 3 {(M/M/1): (N/FCFS)}: Single Server, Finite (or Limited) Queue Model 137 e\monish-k\tit-5kch IInd

7 PREFACE The objective of this book is to provide the readers with the thorough understanding of the topics included in the courses of Computer Science in an easy and simple way The topics which are very relevant with respect to university syllabus are fully covered by this book and will support in self study Each module of this book covers the latest syllabus prescribed by Mahatma Gandhi University (MGU) for the fifth semester of BTech Courses in Computer Science Almost all problems are worked out and additional problems are incorporated from latest Mahatma Gandhi University Question papers to increase the flavor of the book All efforts have been made to keep the book free from errors Although suggestions and recommendations for the improvement of the book, are invited We wish our readers good luck for brilliant success in life Authors ( vii ) e\monish-k\tit-5kch IInd

8 SYLLABUS EN B ENGINEERING MATHEMATICS IV (CS, IT) Teaching sheme Credits 4 hours lecture and hour tutorial per week Objective: To use basic numerical techniques for solving problems and to know the importance of learning theories in mathematics and in queueing system Module 1 : Finite differences (1 hours) Finite difference operators D, Ñ, E, m, d-interpolation using Newtons forward and backward formula Newton s divided difference formula Numerical differentiation using Newtons forward and backward formula Numerical integration Trapezoidal rule Simpsons 1/3 rd and 3/8 th rule Module : Z transforms (1 hours) Definition of Z transforms transform of polynomial function and trignometric functions shifting property, convolution property-inverse transformation solution of 1 st and nd order difference equations with constant coefficients using Z transforms Module 3 : Discrete numeric functions (1 hours) Discrete numeric functions Manipulations of numeric functions-generating functions Recurrence relations Linear recurrence relations with constant coefficients Homogeneous solutions Particular solutions Total solution solution by the method of generating functions Module 4 : Comple integration (1 hours) Functions of comple variable analytic function Line integral Cauchy s integral theorem Cauchy s integral formula Taylor s series, Laurent s series Zeros and singularities types of singularities Residues Residue theorem evaluation of real integrals in unit circle Contour integral in semi circle when poles lie on imaginary ais Module 5 : Queueing Theory (1 hours) General concepts Arrival pattern service pattern Queue disciplines The Markovian model M/M/1/, M/M/1/N steady state solutions Little s formula ( viii ) e\monish-k\tit-5kch IInd

9 MODULE 1 Finite Differences 11 THE FORWARD DIFFERENCE OPERATOR D Let y = f() The values, which the independent variable takes, are called arguments and the corresponding values of f() are called entries The difference between consecutive values of is called the interval of differencing If the interval of differencing be h and the first argument be a, then Arguments : a, a + h, a + h, a + 3h, Entries f() : f(a), f(a + h), f(a + h), f(a + 3h), For brevity, these entries are denoted by y 0, y 1, y, y 3, y 1 y 0 = f(a + h) f(a) is called the first forward difference of y 0 and is denoted by D y 0 or D f(a) Thus ÿÿd y 0 = y 1 y 0 or ÿdÿf(a) = f(a + h) f(a) Similarly, D y 1 = y y 1, D y = y 3 y In general, D y n = y n + 1 y n or D f() = f( + h) f() The differences of the first forward differences are called second forward differences Thus D (D y 0 ) = D (y 1 y 0 ) or D y 0 = D y 1 D y 0 is called the second forward difference of y 0 Similarly, D y 1 = Dy Dy 1, D y = Dy 3 Dy In general, ÿd y n = Dy n+1 D y n Similarly, we can define differences of higher order The table showing the various forward differences is called forward differences table and is given below Argument Entry First Diff Second Diff Third Diff y D y D y D 3 y a y 0 y 1 y 0 = Dy 0 a + h y 1 D y 1 D y 0 = D y 0 y y 1 = D y 1 D y 1 D y 0 = D 3 y 0 a + h y D y D y 1 = D y 1 y 3 y = D y a + 3h y 3 y 0 is called the leading term and Dy 0, D y 0, D 3 y 0, are called the leading differences 1

10 A TEXTBOOK OF ENGINEERING MATHEMATICS The operator D has the following properties : (i) Dc = 0, c being a constant (ii) Dcf() = c Df() (iii) D [a f() + bg()] = a Df() + b Dg() (iv) The n th difference of an n th degree polynomial is a constant = (co-eff of n ) n h n and hence higher order differences are zero Eample 1 Prove that : ILLUSTRATIVE EXAMPLES f( ) g( ) f( ) f( ) g( ) (i) D [f() g()] = f( + h) Dg() + g() Df() (ii) D g ( ) % % g ( h) g ( ) Sol (i) D [f() g()] = f( + h) g( + h) f() g() = f( + h) g( + h) f( + h) g() + f( + h) g() f() g() = f( + h) [g( + h) g()] + g() [f( + h) f()] = f( + h) Dg() + g() Df() (ii) D f( ) g ( ) f( h) g ( h) f( ) g ( ) f( h) g( ) f( ) g( h) g ( h) g ( ) = f ( h ) g ( ) f ( ) g ( ) f ( ) g ( ) f ( ) g ( h ) g ( h) g ( ) = g ( ) [ f ( h ) f ( )] f ( )[ g ( h ) g ( )] = g ( ) % f ( ) f ( ) % g ( ) g ( h) g ( ) g ( h) g ( ) Eample Evaluate the following, interval of differencing being unity (i) D tan 1 e a (ii) D (iii) D ( 1) e e Sol (i) D tan 1 a = tan 1 a( + 1) tan 1 a a( a = tan 1 1) a = tan 1 1 a ( 1) a 1 a a (ii) ÿd (iii) D e e e 1 = ( ) ( 1) ( ) ( 1) ( ) e 1 e e 1 ( 1) e e e ( ) (iv) D (e log 3) e e e e e e = 1 ( 1) 1 1 [ e e ]( e e ) ( e e )( e e ) (iv) D (e log 3) = e (+1) log 3( + 1) e log 3 = e (+1) log 3( + 1) e (+1) log 3 + e (+1) log 3 e log 3 = e (+1) [log 3( + 1) log 3] + [e (+1) e ] log 3 1 ( ) e\l-kerala\5kch1-1 IInd IIIrd IVth 7-1-1

11 FINITE DIFFERENCES 3 = e + log 3 ( 1 ) + e (e 1) log 3 3 = e 1 e log 1 ( e 1) log 3 Eample 3 Evaluate the following, interval of differencing being h: (i) D ( + sin ) (ii) D (sin cos 4) (iii) D cot a (iv) D Sol (i) D ( + sin ) = D + D sin = [( + h) ] + [sin ( + h) sin ] = h + h + cos h h sin (ii)ÿd(sin cos 4) = D ( 1 = h(h + ) + sin h cos h cos 4 sin ) sin = 1 D (sin 6 sin ) = 1 (D sin 6 D sin ) = 1 [{sin 6( + h) sin 6} {sin ( + h) sin }] = 1 [ cos (6 + 3h) sin 3h cos ( + h) sin h] = sin 3h cos 3( + h) sin h cos ( + h) (iii) D cot a = cot a +h cot a = cos sin a a h h cos a sin a (iv) ÿd sin h h sin a cos a cos a sin a = h sin a sin a = ( h) = sin ( h) sin h = sin ( a a ) sin a ( 1 a ) h h sin a sin a sin a sin a ( h) sin sin ( h) sin ( h) sin ( h) sin sin sin sin ( h) sin ( h) sin h = [( h) ] sin [sin ( h) sin ] sin ( h) sin = hh ( )sin sin h cos( h ) sin ( h) sin Eample 4 Evaluate the following, the interval of differencing being h: (i) D (cos ) (ii) D (ab ) (iii) D n a c+d (iv) D n cos (c + d) Sol (i) D cos = cos ( + h) cos = sin ( + h) sin h = sin h sin ( + h) e\l-kerala\5kch1-1 IInd IIIrd IVth 7-1-1

12 4 A TEXTBOOK OF ENGINEERING MATHEMATICS ÿ D cos = D (D cos ) = D ( sin h sin ( + h)) = sin h D sin ( + h) = sin h [sin {( + h) + h} sin ( + h)] = sin h cos ( + h) sin h = h sin h cos ( + h) (ii) ÿd (a b ) = a D (b ) = a (b +h b ) = a b (b h 1) = a (b h 1) b ÿÿ ÿ ÿd (ab ) = D (D ab ) = D[a(b h 1) b ] = a (b h 1) Db = a (b h 1) b (b h 1) = a (b h 1) b (iii) ÿd a c+d = a c(+h)+d a c+d = a c+d (a ch 1) = (a ch 1) a c+d ÿd a c+d = D (D a c+d ) = D (a ch 1) a c+d = (a ch 1) D a c+d = (a ch 1) (a ch 1) a c+d = (a ch 1) a c+d D 3 a c+d = (a ch 1) 3 a c+d and so on Similarly, Generalising, D n a c+d = (a ch 1) n a c+d (iv) ÿd cos (c + d) = cos [c( + h) + d] cos (c + d) = sin ch ch c d sin = sin ch c d ch Q cos Q ' sin R cos R = sin ch c d ch Q cos Thus the first difference of cos (c + d) is obtained by multiplying by the constant factor sin ch and increasing the angle by ch Q ÿÿd cos (c + d) = D [D cos (c + d)] ch = D sin cos c d ch Q Similarly, D 3 cos (c + d) = 3 ch sin cos c d ch = sin cos c d ch % Q = sin ch sin ch cos c d ch Q ch = sin cos c d 3 ch Q ch Q n Generalising, D n ch cos (c + d) = sin cos c d n ch Q e\l-kerala\5kch1-1 IInd IIIrd IVth 7-1-1

13 FINITE DIFFERENCES 5 1 DIFFERENCES OF FACTORIAL POLYNOMIAL If n is a positive integer, then the epression ( h) ( h) ( n 1h) involving n factors, beginning with and decreasing by h every time, is called a factorial polynomial of degree n and is denoted by (n) For eample, (1) =, () = ( h), (3) = ( h) ( h) D (n) = ( + h) (n) (n) = [( + h) () ( h) ( n h)] = ( h) ( n h) [( + h) ( n 1h)] = nh ( h) ( n h) = nh (n 1) Similarly, D (n) = D ( (n) ) = nh D (n-1) [( h) ( n h) ( n 1 h)] = nh (n 1) h (n ) = n(n 1) h (n ) ÿd 3 (n) = n(n 1) (n ) h 3 (n 3) D n (n) = n(n 1)(n ) 1 h n = n h n = constant D n+1 (n) = 0 Note If h = 1, D (n) = n (n 1) Þ Differencing is analogous to differentiation Þ The process of getting the function whose first differences are given is analogous to integration Eample 5 Epress the function f() = and its successive differences in factorial notation Also obtain a function whose first difference is f() Sol We first epress f() in factorial notation Let f() = A 0 (3) + A 1 () + A (1) + A = A = A 4 9 = A 1 = A 0 [Eplanation Write the co-efficients of f() in the first row Divide f() by The remainder is 4 = A 3 and the quotient is Separate the remainder from the quotient by drawing a vertical line Divide by 1 For this, draw a vertical line to the left of the leading co-efficient and write 1 to its left In the quotient, the leading co-efficients is Multiply by 1 and add the product to 3, thus getting 5 Multiply 5 by 1 and add the product to 5, thus getting 0 The remainder is 0 = A and the quotient is + 5 Divide ( + 5) by For this, write to the left of the vertical line In the quotient, the leading co-efficient is Multiply by and add the product 4 to 5, thus getting 9 The remainder is 9 = A 1 and the quotient is This last quotient, which is a constant, is A 0 e\l-kerala\5kch1-1 IInd IIIrd IVth 7-1-1

14 6 A TEXTBOOK OF ENGINEERING MATHEMATICS Thus A 3, A, A 1, A 0 are the successive remainders in the division of f() by, 1, ] \ f() = (3) + 9 () + 4 ; ÿÿdf() = 6 () + 9 (1) ÿÿd f() = 1 (1) + 9 ; D 3 f() = 1 Differences of higher order are zero Now, let F() be the function whose first difference is f() Then, ÿdf() = f() Þ F() = 1 % f() = 1 % [(3) + 9 () + 4] = ( 4) (3) (1) + c = 1 ( 1) ( ) ( 3) + 3( 1) ( ) c = 1 [( ) + 6( 3 + ) + 8] + c = 1 ( ) + c 13 BACKWARD DIFFERENCE OPERATOR Ñ The backward difference operator Ñ is defined by Ñy n = y n y n1 or Ñf(a) = f(a) f(a h) Thus Ñy 0 = y 0 y 1, Ñy 1 = y 1 y 0 Ñy = y y 1 etc ÿÿñ y 0 = Ñ(Ñy 0 ) = Ñ(y 0 y 1 ) = Ñy 0 Ñy 1 ÿñ y 1 = Ñy 1 Ñy 0, Ñ y = Ñy Ñy 1 etc The table showing the various backward differences is called backward difference table given below y Ñy Ñ y Ñ 3 y a 3h y 3 y y 3 = Ñy a h y Ñy 1 Ñy = Ñ y 1 y 1 y = Ñy 1 Ñ y 0 Ñ y 1 = Ñ 3 y 0 a h y 1 Ñy 0 Ñy 1 = Ñ y 0 y 0 y 1 = Ñy 0 a y 0 14 THE DISPLACEMENT (OR SHIFT) OPERATOR E The operator E increases the value of the argument by one interval If : a, a + h, a + h, and y 0 = f(a), y 1 = f(a + h), y = f(a + h), then Ef(a) = f(a + h) or Ey 0 = y 1 ; Ef(a + h) = f(a + h) or Ey 1 = y When the operator E is applied twice, the value of the argument increases by two intervals E y 0 = y, E y 1 = y 3, E y n = y n+ In general E r y n = y n+r, E r y n = y n r The operator E has the following properties : (i) Ecf() = cef() ; (ii) E[af() + bg()] = aef() + beg() (iii) E m [E n f()] = E m+n f() ; (iv) E and D are commutative, ie, EDf() = DEf() e\l-kerala\5kch1-1 IInd IIIrd IVth 7-1-1

15 FINITE DIFFERENCES 7 15 (a) Relations Between D, Ñ and E (i) E º 1 + D and D º E 1 ÿÿdy n = y n+1 y n = Ey n y n = (E 1)y n Þ ÿ D º E 1 and E º 1 + D Note In general E n º (1 + D) n (ii) Ñ º 1 E 1 ÿñy n = y n y n 1 = y n E 1 y n = (1 E 1 )y n Þ Ñ º 1 E 1 (iii) Ñ º DE 1 ÿÿñy n = y n y = Dy n 1 n 1 = DE 1 y n ÿþ Ñ º DE 1 Eample 6 Prove that ÑE = EÑ = D = E 1 Sol ÑEy n = Ñy n+1 = y n+1 y n = Dy n EÑy n = E(y n y n 1 ) = y n+1 y n = Dy n (E 1)y n = y n+1 y n = Dy n Hence ÿÿ ÑE = EÑ = D = E 1 Eample 7 Evaluate (Ñ + D) ( + ), h = 1 Sol (Ñ + D) ( + ) = (1 E 1 + E 1) ( + ) = (E E 1 ) ( + ) = (E + E ) ( + ) = E ( + ) ( + ) + E ( + ) = [( + ) + ( + )] ( + ) + [( ) + ( )] = ( ) ( + ) + ( 3 + ) = 8 Eample 8 Eplain the difference between % E u() and % u() Eu() % (E 1) E E 1 Sol u ( ) E E $ # u ( ) u() E = (E + E 1 ) u() = u( + 1) u() + u( 1) % u ( ) = ( ) ( ) E 1 u ( E E 1) u ( ) u ( ) u ( 1) u ( ) Eu ( ) u ( 1) u ( 1) u ( 1) The difference is evident Eample 9 Prove that : % f() (i) D log f() = log 1 f() (ii) % E 3 = 6 interval of differencing being unity Sol (i) ÿd log f() = log f( + 1) log f() f( 1) = log = log f( ) = log E f( ) f( ) ( 1 %) f( ) ( ) ( ) ( ) log log 1 ( ) f % f ( ) % f f f f( ) e\l-kerala\5kch1-1 IInd IIIrd IVth 7-1-1

16

CO-ORDINATE GEOMETRY

CO-ORDINATE GEOMETRY CO-ORDINATE GEOMETRY MATHS SERIES CO-ORDINATE GEOMETRY By N.P. BALI FIREWALL MEDIA (An Imprint of Laxmi Publications Pvt. Ltd.) BANGALORE CHENNAI COCHIN GUWAHATI HYDERABAD JALANDHAR KOLKATA LUCKNOW MUMBAI

More information

ENGINEERING MECHANICS

ENGINEERING MECHANICS ENGINEERING MECHANICS ENGINEERING MECHANICS (In SI Units) For BE/B.Tech. Ist YEAR Strictly as per the latest syllabus prescribed by Mahamaya Technical University, Noida By Dr. R.K. BANSAL B.Sc. Engg.

More information

THEORY OF MACHINES I

THEORY OF MACHINES I THEORY OF MACHINES I (Kinematics of Machines) (In SI Units) For BE/B.Tech. 3rd YEAR (Strictly as per the latest syllabus prescribed by U.P.T.U., U.P.) By Dr. R.K. BANSAL B.Sc. Engg. (Mech.), M.Tech., Hons.

More information

A TEXTBOOK APPLIED MECHANICS

A TEXTBOOK APPLIED MECHANICS A TEXTBOOK OF APPLIED MECHANICS A TEXTBOOK OF APPLIED MECHANICS (Including Laboratory Practicals) S.I. UNITS By R.K. RAJPUT M.E. (Heat Power Engg.) Hons. Gold Medallist ; Grad. (Mech. Engg. & Elect. Engg.)

More information

COMPLEX ANALYSIS-I. DR. P.K. SRIVASTAVA Assistant Professor Department of Mathematics Galgotia s College of Engg. & Technology, Gr.

COMPLEX ANALYSIS-I. DR. P.K. SRIVASTAVA Assistant Professor Department of Mathematics Galgotia s College of Engg. & Technology, Gr. COMPLEX ANALYSIS-I DR. P.K. SRIVASTAVA Assistant Professor Department of Mathematics Galgotia s College of Engg. & Technology, Gr. Noida An ISO 9001:2008 Certified Company Vayu Education of India 2/25,

More information

ENGINEERING MATHEMATICS

ENGINEERING MATHEMATICS A TEXTBOOK OF ENGINEERING MATHEMATICS For B.Sc. (Engg.), B.E., B. Tech., M.E. and Equivalent Professional Examinations By N.P. BALI Formerly Principal S.B. College, Gurgaon Haryana Dr. MANISH GOYAL M.Sc.

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

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

Engineering Mathematics

Engineering Mathematics Thoroughly Revised and Updated Engineering Mathematics For GATE 2017 and ESE 2017 Prelims Note: ESE Mains Electrical Engineering also covered Publications Publications MADE EASY Publications Corporate

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

Dr. P.K. Srivastava Assistant Professor of Mathematics Galgotia College of Engineering & Technology Greater Noida (U.P.)

Dr. P.K. Srivastava Assistant Professor of Mathematics Galgotia College of Engineering & Technology Greater Noida (U.P.) Engineering Mathematics-III Dr. P.K. Srivastava Assistant Professor of Mathematics Galgotia College of Engineering & Technology Greater Noida (U.P.) (An ISO 9001:008 Certified Company) Vayu Education of

More information

Pharmaceutical Mathematics with Application to Pharmacy

Pharmaceutical Mathematics with Application to Pharmacy Pharmaceutical Mathematics with Application to Pharmacy (ii) (iii) Pharmaceutical Mathe ematics with Application to Pharmacy D.H. Panchaksharappa Gowda Assistant Professor, J.S.S. College of Pharmacy,

More information

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year 2012-2013 Basic MATHEMATICS First Year Diploma Semester - I First

More information

B.Sc. (Second Year)(Third Semester)(Mathematics)

B.Sc. (Second Year)(Third Semester)(Mathematics) B.Sc. Mathematics II Semester III - 1 - B.Sc. (Second Year)(Third Semester)(Mathematics) Paper No. MAT 301: (Number Theory) 1. Divisibility Theory in the integers: The Division Algorithm, The greatest

More information

Engineering. Mathematics. GATE 2019 and ESE 2019 Prelims. For. Comprehensive Theory with Solved Examples

Engineering. Mathematics. GATE 2019 and ESE 2019 Prelims. For. Comprehensive Theory with Solved Examples Thoroughly Revised and Updated Engineering Mathematics For GATE 2019 and ESE 2019 Prelims Comprehensive Theory with Solved Examples Including Previous Solved Questions of GATE (2003-2018) and ESE-Prelims

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

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

A Text book of MATHEMATICS-I. Career Institute of Technology and Management, Faridabad. Manav Rachna Publishing House Pvt. Ltd.

A Text book of MATHEMATICS-I. Career Institute of Technology and Management, Faridabad. Manav Rachna Publishing House Pvt. Ltd. A Tet book of ENGINEERING MATHEMATICS-I by Prof. R.S. Goel E. Principal, Aggarwal College, Ballabhgarh Senior Faculty of Mathematics Career Institute of Technology and Management, Faridabad Dr. Y.K. Sharma

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

FY B. Tech. Semester II. Complex Numbers and Calculus

FY B. Tech. Semester II. Complex Numbers and Calculus FY B. Tech. Semester II Comple Numbers and Calculus Course Code FYT Course Comple numbers and Calculus (CNC) Prepared by S M Mali Date 6//7 Prerequisites Basic knowledge of results from Algebra. Knowledge

More information

MEAN VALUE THEOREMS FUNCTIONS OF SINGLE & SEVERAL VARIABLES

MEAN VALUE THEOREMS FUNCTIONS OF SINGLE & SEVERAL VARIABLES MATHEMATICS-I MEAN VALUE THEOREMS FUNCTIONS OF SINGLE & SEVERAL VARIABLES I YEAR B.TECH By Y. Prabhaker Reddy Asst. Professor of Mathematics Guru Nanak Engineering College Ibrahimpatnam, Hyderabad. Name

More information

Calculus and Ordinary Differential Equations L T P Credit Major Minor Total

Calculus and Ordinary Differential Equations L T P Credit Major Minor Total BS-136A Calculus and Ordinary Differential Equations L T P Credit Major Minor Total Time Test Test 3 1-4 75 5 1 3 h Purpose To familiarize the prospective engineers with techniques inmultivariate integration,

More information

Written as per the new syllabus prescribed by the Maharashtra State Bureau of Textbook Production and Curriculum Research, Pune. STD.

Written as per the new syllabus prescribed by the Maharashtra State Bureau of Textbook Production and Curriculum Research, Pune. STD. Written as per the new syllabus prescribed by the Maharashtra State Bureau of Textbook Production and Curriculum Research, Pune. Mathematics Part I STD. X Salient Features Written as per the new textbook.

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

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

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year 2012-2013 Basic MATHEMATICS First Year Diploma Semester - I First

More information

Course Plan for Spring Semester 2018

Course Plan for Spring Semester 2018 Course Plan for Spring Semester 2018 Tezpur University Course: MS 103, Mathematics-II (For the B. Tech. Students of the School of Engineering) L3-T1-P0-CH4-CR4 Name of the instructors: 1. Mr. Parama Dutta

More information

FINITE DIFFERENCES. Lecture 1: (a) Operators (b) Forward Differences and their calculations. (c) Backward Differences and their calculations.

FINITE DIFFERENCES. Lecture 1: (a) Operators (b) Forward Differences and their calculations. (c) Backward Differences and their calculations. FINITE DIFFERENCES Lecture 1: (a) Operators (b) Forward Differences and their calculations. (c) Backward Differences and their calculations. 1. Introduction When a function is known explicitly, it is easy

More information

Solutions to Problem Sheet for Week 6

Solutions to Problem Sheet for Week 6 THE UNIVERSITY OF SYDNEY SCHOOL OF MATHEMATICS AND STATISTICS Solutions to Problem Sheet for Week 6 MATH90: Differential Calculus (Advanced) Semester, 07 Web Page: sydney.edu.au/science/maths/u/ug/jm/math90/

More information

DIFFERENTIAL EQUATIONS-II

DIFFERENTIAL EQUATIONS-II MATHEMATICS-I DIFFERENTIAL EQUATIONS-II I YEAR B.TECH By Y. Prabhaker Reddy Asst. Professor of Mathematics Guru Nanak Engineering College Ibrahimpatnam, Hyderabad. SYLLABUS OF MATHEMATICS-I (AS PER JNTU

More information

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF MATHEMATICS QUESTION BANK

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur DEPARTMENT OF MATHEMATICS QUESTION BANK SUBJECT VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 63 3. DEPARTMENT OF MATHEMATICS QUESTION BANK : MA6351- TRANSFORMS AND PARTIAL DIFFERENTIAL EQUATIONS SEM / YEAR : III Sem / II year (COMMON

More information

Syllabus (Session )

Syllabus (Session ) Syllabus (Session 2016-17) Department of Mathematics nstitute of Applied Sciences & Humanities AHM-1101: ENGNEERNG MATHEMATCS Course Objective: To make the students understand the concepts of Calculus,

More information

Introduction to the z-transform

Introduction to the z-transform z-transforms and applications Introduction to the z-transform The z-transform is useful for the manipulation of discrete data sequences and has acquired a new significance in the formulation and analysis

More information

F I F T H E D I T I O N. Introductory Methods of Numerical Analysis. S.S. Sastry

F I F T H E D I T I O N. Introductory Methods of Numerical Analysis. S.S. Sastry F I F T H E D I T I O N Introductory Methods of Numerical Analysis S.S. Sastry Introductory Methods of Numerical Analysis Introductory Methods of Numerical Analysis Fifth Edition S.S. SASTRY Formerly,

More information

AP Calculus BC. Course: AP Calculus BC

AP Calculus BC. Course: AP Calculus BC AP Calculus BC Course: AP Calculus BC Course Overview: This course is taught over a school year (2 semesters). During the first semester on a 90 minute mod, students cover everything in the Calculus AP

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

1. The COMPLEX PLANE AND ELEMENTARY FUNCTIONS: Complex numbers; stereographic projection; simple and multiple connectivity, elementary functions.

1. The COMPLEX PLANE AND ELEMENTARY FUNCTIONS: Complex numbers; stereographic projection; simple and multiple connectivity, elementary functions. Complex Analysis Qualifying Examination 1 The COMPLEX PLANE AND ELEMENTARY FUNCTIONS: Complex numbers; stereographic projection; simple and multiple connectivity, elementary functions 2 ANALYTIC FUNCTIONS:

More information

FIRST MULTICOLOUR EDITION

FIRST MULTICOLOUR EDITION FIRST MULTICOLOUR EDITION Including Balancing of Equations By Ion-Electron Method By Oxidation Number Method G.D. TULI Ex-Principal Shyamlal College Delhi University, Delhi P.L. SONI Formerly, Head of

More information

COMPLEX VARIABLES. Principles and Problem Sessions YJ? A K KAPOOR. University of Hyderabad, India. World Scientific NEW JERSEY LONDON

COMPLEX VARIABLES. Principles and Problem Sessions YJ? A K KAPOOR. University of Hyderabad, India. World Scientific NEW JERSEY LONDON COMPLEX VARIABLES Principles and Problem Sessions A K KAPOOR University of Hyderabad, India NEW JERSEY LONDON YJ? World Scientific SINGAPORE BEIJING SHANGHAI HONG KONG TAIPEI CHENNAI CONTENTS Preface vii

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad Course Title Course Code INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 CIVIL ENGINEERING COURSE DESCRIPTION MATHEMATICS-II A30006 Course Structure Lectures Tutorials

More information

Then, Lagrange s interpolation formula is. 2. What is the Lagrange s interpolation formula to find, if three sets of values. are given.

Then, Lagrange s interpolation formula is. 2. What is the Lagrange s interpolation formula to find, if three sets of values. are given. SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY, COIMBATORE- 10 DEPARTMENT OF SCIENCE AND HUMANITIES SUBJECT NUMERICAL METHODS & LINEAR PROGRAMMING ( SEMESTER IV ) IV- INTERPOLATION, NUMERICAL DIFFERENTIATION

More information

Table of Contents. Unit 3: Rational and Radical Relationships. Answer Key...AK-1. Introduction... v

Table of Contents. Unit 3: Rational and Radical Relationships. Answer Key...AK-1. Introduction... v These materials may not be reproduced for any purpose. The reproduction of any part for an entire school or school system is strictly prohibited. No part of this publication may be transmitted, stored,

More information

Mathematics. B.A./B.Sc. III year. Paper-I. Linear Algebra and Linear Programming

Mathematics. B.A./B.Sc. III year. Paper-I. Linear Algebra and Linear Programming Mathematics B.A./B.Sc. III year Paper-I Linear Algebra and Linear Programming M.M:50 question from both parts (viz. Linear Algebra and Linear Programming). Questions in section C will be of descriptive

More information

x 2e e 3x 1. Find the equation of the line that passes through the two points 3,7 and 5, 2 slope-intercept form. . Write your final answer in

x 2e e 3x 1. Find the equation of the line that passes through the two points 3,7 and 5, 2 slope-intercept form. . Write your final answer in Algebra / Trigonometry Review (Notes for MAT0) NOTE: For more review on any of these topics just navigate to my MAT187 Precalculus page and check in the Help section for the topic(s) you wish to review!

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

Advanced. Engineering Mathematics

Advanced. Engineering Mathematics Advanced Engineering Mathematics A new edition of Further Engineering Mathematics K. A. Stroud Formerly Principal Lecturer Department of Mathematics, Coventry University with additions by Dexter j. Booth

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

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002 171, Calculus 1 Summer 1, 018 CRN 5048, Section 001 Time: MTWR, 6:0 p.m. 8:0 p.m. Room: BR-4 CRN 5048, Section 00 Time: MTWR, 11:0 a.m. 1:0 p.m. Room: BR-4 CONTENTS Syllabus Reviews for tests 1 Review

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY, SURAT. SYLLABUS FOR B.Sc. (MATHEMATICS) Semester: III, IV Effective from July 2015

VEER NARMAD SOUTH GUJARAT UNIVERSITY, SURAT. SYLLABUS FOR B.Sc. (MATHEMATICS) Semester: III, IV Effective from July 2015 Semester: III, IV Semester Paper Name of the Paper Hours Credit Marks III IV MTH-301 Advanced Calculus I 3 3 100 Ordinary Differential (30 Internal MTH-302 3 3 Equations + MTH-303 Numerical Analysis I

More information

x y x 2 2 x y x x y x U x y x y

x y x 2 2 x y x x y x U x y x y Lecture 7 Appendi B: Some sample problems from Boas Here are some solutions to the sample problems assigned for hapter 4 4: 8 Solution: We want to learn about the analyticity properties of the function

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

A PRACTICAL MANUAL OF PHARMACEUTICAL ENGINEERING

A PRACTICAL MANUAL OF PHARMACEUTICAL ENGINEERING A PRACTICAL MANUAL OF PHARMACEUTICAL ENGINEERING A PRACTICAL MANUAL OF PHARMACEUTICAL ENGINEERING P.S. SONA M Pharma Associate Professor, Department of Pharmaceutics Parul Institute of Pharmacy, Limda,

More information

Mathematics for Chemists

Mathematics for Chemists Mathematics for Chemists MATHEMATICS FOR CHEMISTS D. M. Hirst Department of Molecular Sciences, university of Warwick, Coventry M D. M. Hirst 1976 All rights reserved. No part of this publication may be

More information

SHIVAJI UNIVERSITY, KOLHAPUR CBCS SYLLABUS WITH EFFECT FROM JUNE B. Sc. Part I Semester I

SHIVAJI UNIVERSITY, KOLHAPUR CBCS SYLLABUS WITH EFFECT FROM JUNE B. Sc. Part I Semester I SHIVAJI UNIVERSITY, KOLHAPUR CBCS SYLLABUS WITH EFFECT FROM JUNE 2018 B. Sc. Part I Semester I SUBJECT: MATHEMATICS DSC 5A (DIFFERENTIAL CALCULUS) Theory: 32 hrs. (40 lectures of 48 minutes) Marks-50 (Credits:

More information

WBJEEM Answer Keys by Aakash Institute, Kolkata Centre MATHEMATICS

WBJEEM Answer Keys by Aakash Institute, Kolkata Centre MATHEMATICS WBJEEM - 05 Answer Keys by, Kolkata Centre MATHEMATICS Q.No. μ β γ δ 0 B A A D 0 B A C A 0 B C A * 04 C B B C 05 D D B A 06 A A B C 07 A * C A 08 D C D A 09 C C A * 0 C B D D B C A A D A A B A C A B 4

More information

Contents. I Basic Methods 13

Contents. I Basic Methods 13 Preface xiii 1 Introduction 1 I Basic Methods 13 2 Convergent and Divergent Series 15 2.1 Introduction... 15 2.1.1 Power series: First steps... 15 2.1.2 Further practical aspects... 17 2.2 Differential

More information

CIVIL ENGINEERING

CIVIL ENGINEERING CIVIL ENGINEERING ESE SUBJECTWISE CONVENTIONAL SOLVED PAPER-I 1995-018 Office: F-16, (Lower Basement), Katwaria Sarai, New Delhi-110 016 Phone: 011-65 064 Mobile: 81309 090, 97118 53908 Email: info@iesmasterpublications.com,

More information

B Elements of Complex Analysis

B Elements of Complex Analysis Fourier Transform Methods in Finance By Umberto Cherubini Giovanni Della Lunga Sabrina Mulinacci Pietro Rossi Copyright 21 John Wiley & Sons Ltd B Elements of Complex Analysis B.1 COMPLEX NUMBERS The purpose

More information

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY COIMBATORE-10

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY COIMBATORE-10 SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY COIMBATORE-0 (Approved by AICTE, New Delhi & Affiliated to Anna University) DEPARTMENT OF SCIENCE AND HUMANITIES Subject Code & Title MA65 & MATHEMATICS - I L T

More information

BHARATHIAR UNIVERSITY, COIMBATORE. B.Sc. Mathematics CA (Revised papers with effect from onwards)

BHARATHIAR UNIVERSITY, COIMBATORE. B.Sc. Mathematics CA (Revised papers with effect from onwards) Page 1 of 7 SCAA Dt. 06-02-2014 BHARATHIAR UNIVERSITY, COIMBATORE. B.Sc. Mathematics CA (Revised papers with effect from 2014-15 onwards) Note : The revised syllabi for the following papers furnished below

More information

AP Calculus BC. Course Overview. Course Outline and Pacing Guide

AP Calculus BC. Course Overview. Course Outline and Pacing Guide AP Calculus BC Course Overview AP Calculus BC is designed to follow the topic outline in the AP Calculus Course Description provided by the College Board. The primary objective of this course is to provide

More information

WORKING WITH EXPRESSIONS

WORKING WITH EXPRESSIONS MATH HIGH SCHOOL WORKING WITH EXPRESSIONS Copyright 015 by Pearson Education, Inc. or its affiliates. All Rights Reserved. Printed in the United States of America. This publication is protected by copyright,

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

ACTIVITY 14 Continued

ACTIVITY 14 Continued 015 College Board. All rights reserved. Postal Service Write your answers on notebook paper. Show your work. Lesson 1-1 1. The volume of a rectangular bo is given by the epression V = (10 6w)w, where w

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

Solutions to Problem Sheet for Week 11

Solutions to Problem Sheet for Week 11 THE UNIVERSITY OF SYDNEY SCHOOL OF MATHEMATICS AND STATISTICS Solutions to Problem Sheet for Week MATH9: Differential Calculus (Advanced) Semester, 7 Web Page: sydney.edu.au/science/maths/u/ug/jm/math9/

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

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

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

SRI VENKATESWARA UNIVERSITY CBCS B.A./B.SC. STATISTICS COURSE STRUCTURE W.E.F YEAR VI SEMESTER STATISTICS

SRI VENKATESWARA UNIVERSITY CBCS B.A./B.SC. STATISTICS COURSE STRUCTURE W.E.F YEAR VI SEMESTER STATISTICS SRI VENKATESWARA UNIVERSITY CBCS B.A./B.SC. STATISTICS COURSE STRUCTURE W.E.F.2017-18 3 YEAR VI SEMESTER STATISTICS Year Sem Paper Subject Hrs Cridets IA EA Total Elective(A) Applied Statistics - I 3 3

More information

Franklin High School AB Calculus Prerequisite Work

Franklin High School AB Calculus Prerequisite Work Franklin High School AB Calculus Prerequisite Work Below you will find an assignment set based on the prerequisites needed for the AB Calculus curriculum taught at Franklin High School. The problems assigned

More information

2.29 Numerical Fluid Mechanics Fall 2009 Lecture 13

2.29 Numerical Fluid Mechanics Fall 2009 Lecture 13 2.29 Numerical Fluid Mechanics Fall 2009 Lecture 13 REVIEW Lecture 12: Classification of Partial Differential Equations (PDEs) and eamples with finite difference discretizations Parabolic PDEs Elliptic

More information

ALGEBRA 2 HONORS SUMMER WORK. June Dear Algebra 2 Students,

ALGEBRA 2 HONORS SUMMER WORK. June Dear Algebra 2 Students, ALGEBRA HONORS SUMMER WORK June 0 Dear Algebra Students, Attached you will find the Summer Math Packet for Algebra. The purpose of this packet is to review and sharpen your Algebra skills so that when

More information

SOLUTIONS. Math 130 Midterm Spring True-False: Circle T if the statement is always true. Otherwise circle F.

SOLUTIONS. Math 130 Midterm Spring True-False: Circle T if the statement is always true. Otherwise circle F. SOLUTIONS Math 13 Midterm Spring 16 Directions: True-False: Circle T if the statement is always true. Otherwise circle F. Partial-Credit: Please show all work and fully justify each step. No credit will

More information

Petroleum Engineering

Petroleum Engineering Objective Questions in Petroleum Engineering (Important Multiple Choice Questions with Answers) Dr. Vikas Mahto Associate Professor Department of Petroleum Engineering Indian School of Mines, Dhanbad-826004

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

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

Solve Wave Equation from Scratch [2013 HSSP]

Solve Wave Equation from Scratch [2013 HSSP] 1 Solve Wave Equation from Scratch [2013 HSSP] Yuqi Zhu MIT Department of Physics, 77 Massachusetts Ave., Cambridge, MA 02139 (Dated: August 18, 2013) I. COURSE INFO Topics Date 07/07 Comple number, Cauchy-Riemann

More information

PURE MATHEMATICS Unit 1

PURE MATHEMATICS Unit 1 PURE MATHEMATICS Unit 1 FOR CAPE EXAMINATIONS DIPCHAND BAHALL CAPE is a registered trade mark of the Caribbean Examinations Council (CXC). Pure Mathematics for CAPE Examinations Unit 1 is an independent

More information

FOUNDATION & OLYMPIAD

FOUNDATION & OLYMPIAD Concept maps provided for every chapter l Set of objective and subjective questions at the end of each chapter l Previous contest questions at the end of each chapter l Designed to fulfill the preparation

More information

Math Final Exam.

Math Final Exam. Math 106 - Final Exam. This is a closed book exam. No calculators are allowed. The exam consists of 8 questions worth 100 points. Good luck! Name: Acknowledgment and acceptance of honor code: Signature:

More information

Instructor s Resource Manual EIGHTH EDITION. and. A First Course in Differential Eqautions TENTH EDITION. Dennis Zill. Warren S. Wright.

Instructor s Resource Manual EIGHTH EDITION. and. A First Course in Differential Eqautions TENTH EDITION. Dennis Zill. Warren S. Wright. Instructor s Resource Manual Differential Equations with Boundary Value Problems EIGHTH EDITION and A First Course in Differential Eqautions TENTH EDITION Dennis Zill Warren S. Wright Prepared by Warren

More information

Pure Mathematics Paper II

Pure Mathematics Paper II MATHEMATICS TUTORIALS H AL TARXIEN A Level 3 hours Pure Mathematics Question Paper This paper consists of five pages and ten questions. Check to see if any pages are missing. Answer any SEVEN questions.

More information

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 2015

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 2015 Department of Mathematics, University of California, Berkeley YOUR OR 2 DIGIT EXAM NUMBER GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 205. Please write your - or 2-digit exam number on this

More information

CS 450 Numerical Analysis. Chapter 8: Numerical Integration and Differentiation

CS 450 Numerical Analysis. Chapter 8: Numerical Integration and Differentiation Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

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

MTH 173 Calculus with Analytic Geometry I and MTH 174 Calculus with Analytic Geometry II

MTH 173 Calculus with Analytic Geometry I and MTH 174 Calculus with Analytic Geometry II MTH 173 Calculus with Analytic Geometry I and MTH 174 Calculus with Analytic Geometry II Instructor: David H. Pleacher Home Phone: 869-4883 School Phone: 662-3471 Room: 212 E-Mail Address: Pleacher.David@wps.k12.va.us

More information

FREE Download Study Package from website: &

FREE Download Study Package from website:  & SHORT REVISION (FUNCTIONS) THINGS TO REMEMBER :. GENERAL DEFINITION : If to every value (Considered as real unless otherwise stated) of a variable which belongs to some collection (Set) E there corresponds

More information

MATRIX AND LINEAR ALGEBR A Aided with MATLAB

MATRIX AND LINEAR ALGEBR A Aided with MATLAB Second Edition (Revised) MATRIX AND LINEAR ALGEBR A Aided with MATLAB Kanti Bhushan Datta Matrix and Linear Algebra Aided with MATLAB Second Edition KANTI BHUSHAN DATTA Former Professor Department of Electrical

More information

June Mr. Brown

June Mr. Brown June 06 Hello, future Algebra II students: The packet attached to this letter contains a series of problems that will overview the Algebra I skills you must have mastered in order to have a good start

More information

GATE Engineering Mathematics SAMPLE STUDY MATERIAL. Postal Correspondence Course GATE. Engineering. Mathematics GATE ENGINEERING MATHEMATICS

GATE Engineering Mathematics SAMPLE STUDY MATERIAL. Postal Correspondence Course GATE. Engineering. Mathematics GATE ENGINEERING MATHEMATICS SAMPLE STUDY MATERIAL Postal Correspondence Course GATE Engineering Mathematics GATE ENGINEERING MATHEMATICS ENGINEERING MATHEMATICS GATE Syllabus CIVIL ENGINEERING CE CHEMICAL ENGINEERING CH MECHANICAL

More information

Optimization Methods: Optimization using Calculus - Equality constraints 1. Module 2 Lecture Notes 4

Optimization Methods: Optimization using Calculus - Equality constraints 1. Module 2 Lecture Notes 4 Optimization Methods: Optimization using Calculus - Equality constraints Module Lecture Notes 4 Optimization of Functions of Multiple Variables subect to Equality Constraints Introduction In the previous

More information

Algebraic Expressions and Identities

Algebraic Expressions and Identities 9 Algebraic Epressions and Identities introduction In previous classes, you have studied the fundamental concepts of algebra, algebraic epressions and their addition and subtraction. In this chapter, we

More information

Bell Quiz 2-3. Determine the end behavior of the graph using limit notation. Find a function with the given zeros , 2. 5 pts possible.

Bell Quiz 2-3. Determine the end behavior of the graph using limit notation. Find a function with the given zeros , 2. 5 pts possible. Bell Quiz 2-3 2 pts Determine the end behavior of the graph using limit notation. 5 2 1. g( ) = 8 + 13 7 3 pts Find a function with the given zeros. 4. -1, 2 5 pts possible Ch 2A Big Ideas 1 Questions

More information

US01CMTH02 UNIT-3. exists, then it is called the partial derivative of f with respect to y at (a, b) and is denoted by f. f(a, b + b) f(a, b) lim

US01CMTH02 UNIT-3. exists, then it is called the partial derivative of f with respect to y at (a, b) and is denoted by f. f(a, b + b) f(a, b) lim Study material of BSc(Semester - I US01CMTH02 (Partial Derivatives Prepared by Nilesh Y Patel Head,Mathematics Department,VPand RPTPScience College 1 Partial derivatives US01CMTH02 UNIT-3 The concept of

More information

Instructional Unit: A. Approximate limits, derivatives, and definite integrals using numeric methods

Instructional Unit: A. Approximate limits, derivatives, and definite integrals using numeric methods Curriculum: AP Calculus AB-I Curricular Unit: Limits, Derivatives, and Integrals Instructional Unit: A. Approximate limits, derivatives, and definite integrals using numeric methods Description Section

More information

Here is a general Factoring Strategy that you should use to factor polynomials. 1. Always factor out the GCF(Greatest Common Factor) first.

Here is a general Factoring Strategy that you should use to factor polynomials. 1. Always factor out the GCF(Greatest Common Factor) first. 1 Algera and Trigonometry Notes on Topics that YOU should KNOW from your prerequisite courses! Here is a general Factoring Strategy that you should use to factor polynomials. 1. Always factor out the GCF(Greatest

More information

Topics in Algebra and Analysis

Topics in Algebra and Analysis Radmila Bulajich Manfrino José Antonio Gómez Ortega Rogelio Valdez Delgado Topics in Algebra and Analysis Preparing for the Mathematical Olympiad Radmila Bulajich Manfrino Facultad de Ciencias Universidad

More information

Mathematics. EC / EE / IN / ME / CE. for

Mathematics.   EC / EE / IN / ME / CE. for Mathematics for EC / EE / IN / ME / CE By www.thegateacademy.com Syllabus Syllabus for Mathematics Linear Algebra: Matrix Algebra, Systems of Linear Equations, Eigenvalues and Eigenvectors. Probability

More information