Regent College Maths Department. Further Pure 1 Numerical Solutions of Equations

Size: px
Start display at page:

Download "Regent College Maths Department. Further Pure 1 Numerical Solutions of Equations"

Transcription

1 Regent College Maths Department Further Pure 1 Numerical Solutions of Equations

2 Further Pure 1 Numerical Solutions of Equations You should: Be able use interval bisection, linear interpolation and the Newton-Raphson method to find approximations to the roots of equations which cannot be solved by any analytical method. Further Pure 1 Numerical solutions of Equations Page 2

3 Further Pure 1 Numerical solutions of Equations Page 3

4 Further Pure 1 Numerical solutions of Equations Page 4

5 Further Pure 1 Numerical solutions of Equations Page 5

6 Further Pure 1 Numerical solutions of Equations Page 6

7 Further Pure 1 Numerical solutions of Equations Page 7

8 Further Pure 1 Numerical solutions of Equations Page 8

9 Further Pure 1 Numerical solutions of Equations Page 9

10 Edexcel Past Examination Questions 1. f(x) = x 3 + x 3. The equation f(x) = 0 has a root,, between 1 and 2. (a) By considering f (x), show that is the only real root of the equation f(x) = 0. (b) Taking 1.2 as your first approximation to, apply the Newton-Raphson procedure once to f(x) to obtain a second approximation to. Give your answer to 3 significant figures. (c) Prove that your answer to part (b) gives the value of correct to 3 significant figures. 2. f(x) = 2 sin 2x + x 2. [P4 January 2002 Qn 4] The root of the equation f(x) = 0 lies in the interval [2, ]. Using the end points of this interval find, by linear interpolation, an approximation to. (4) [*P4 January 2003 Qn 4] Further Pure 1 Numerical solutions of Equations Page 10

11 3. f(x) = 3 x x 6. (a) Show that f(x) = 0 has a root between x = 1 and x = 2. (b) Starting with the interval (1, 2), use interval bisection three times to find an interval of width which contains. 4. f(x) = 2 x + x 4. [*P4 June 2003 Qn 4] The equation f(x) = 0 has a root in the interval [1, 2]. Use linear interpolation on the values at the end points of this interval to find an approximation to. 5. f(x) = 1 e x + 3 sin 2x [*P4 June 2004 Qn 2] The equation f(x) = 0 has a root in the interval 1.0 < x < 1.4. Starting with the interval (1.0, 1.4), use interval bisection three times to find the value of to one decimal place. [*FP1/P4 June 2005 Qn 4] Further Pure 1 Numerical solutions of Equations Page 11

12 6. The temperature C of a room t hours after a heating system has been turned on is given by = t e 0.5t, t 0. The heating system switches off when = 20. The time t =, when the heating system switches off, is the solution of the equation 20 = 0, where lies in the interval [1.8, 2]. (a) Using the end points of the interval [1.8, 2], find, by linear interpolation, an approximation to. Give your answer to 2 decimal places. (4) (b) Use your answer to part (a) to estimate, giving your answer to the nearest minute, the time for which the heating system was on. (1) 7. f(x) = 0.25x sin x. [#*FP1/P4 January 2006 Qn 5] (a) Show that the equation f(x) = 0 has a root between x = 0.24 and x = (b) Starting with the interval [0.24, 0.28], use interval bisection three times to find an interval of width which contains. [*FP1 June 2006 Qn 6] Further Pure 1 Numerical solutions of Equations Page 12

13 8. f (x) = x 3 + 8x 19. (a) Show that the equation f(x) = 0 has only one real root. (b) Show that the real root of f(x) = 0 lies between 1 and 2. (c) Obtain an approximation to the real root of f(x) = 0 by performing two applications of the Newton-Raphson procedure to f(x), using x = 2 as the first approximation. Give your answer to 3 decimal places. (d) By considering the change of sign of f(x) over an appropriate interval, show that your answer to part (c) is accurate to 3 decimal places. (4) [FP1 June 2007 Qn 4] 9. f(x) = 3x 2 x + x tan 2 2, < x <. The equation f(x) = 0 has a root in the interval [0.7, 0.8]. Use linear interpolation, on the values at the end points of this interval, to obtain an approximation to. Give your answer to 3 decimal places. (4) [*FP1 January 2008 Qn 4] Further Pure 1 Numerical solutions of Equations Page 13

14 10. f(x) = 4 cos x + e x. (a) Show that the equation f(x) = 0 has a root α between 1.6 and 1.7 (b) Taking 1.6 as your first approximation to α, apply the Newton-Raphson procedure once to f(x) to obtain a second approximation to α. Give your answer to 3 significant figures. (4) [FP1 June 2008Qn 2] 11. f(x) = 3 x x (a) Show that the equation f(x) = 0 has a root α in the interval [1.1, 1.2]. (b) Find f (x). (c) Using x 0 = 1.1 as a first approximation to α, apply the Newton-Raphson procedure once to f(x) to find a second approximation to α, giving your answer to 3 significant figures. (4) [FP1 January 2009 Qn 5] Further Pure 1 Numerical solutions of Equations Page 14

15 12. Given that α is the only real root of the equation x 3 x 2 6 = 0, (a) show that 2.2 < α < 2.3 (b) Taking 2.2 as a first approximation to α, apply the Newton-Raphson procedure once to f(x) = x 3 x 2 6 to obtain a second approximation to α, giving your answer to 3 decimal places. (c) Use linear interpolation once on the interval [2.2, 2.3] to find another approximation to α, giving your answer to 3 decimal places. 13. f(x) = 3x x. (a) Write down, to 3 decimal places, the value of f(1.3) and the value of f(1.4). (5) [FP1 June 2009 Qn 4] (1) The equation f(x) = 0 has a root α between 1.3 and 1.4 (b) Starting with the interval [1.3, 1.4], use interval bisection to find an interval of width which contains α. (c) Taking 1.4 as a first approximation to α, apply the Newton-Raphson procedure once to f(x) to obtain a second approximation to α, giving your answer to 3 decimal places. (5) [FP1 January 2010 Qn 2] Further Pure 1 Numerical solutions of Equations Page 15

16 14. f(x) = x 3 x 7 + 2, x > 0. (a) Show that f (x) = 0 has a root between 1.4 and 1.5. (b) Starting with the interval [1.4, 1.5], use interval bisection twice to find an interval of width that contains. (c) Taking 1.45 as a first approximation to, apply the Newton-Raphson procedure once to f(x) = x , x > 0 to obtain a second approximation to, giving your answer to 3 decimal places. (5) 15. f(x) = 5x x 6, x 0. The root of the equation f (x) = 0 lies in the interval [1.6,1.8]. [FP1 June 2010 Qn 3] (a) Use linear interpolation once on the interval [1.6, 1.8] to find an approximation to. Give your answer to 3 decimal places. (b) Differentiate f(x) to find f (x). (c) Taking 1.7 as a first approximation to, apply the Newton-Raphson process once to f(x) to obtain a second approximation to. Give your answer to 3 decimal places. (4) (4) [FP1 January 2011 Qn 3] Further Pure 1 Numerical solutions of Equations Page 16

17 16. f (x) = 3 x + 3x 7 (a) Show that the equation f (x) = 0 has a root between x =1 and x = 2. (b) Starting with the interval [1, 2], use interval bisection twice to find an interval of width 0.25 which contains. [FP1 June 2011 Qn 1] 17. f(x) = x x 1, x 0. 2x (a) Use differentiation to find f (x). The root of the equation f(x) = 0 lies in the interval [0.7, 0.9]. (b) Taking 0.8 as a first approximation to, apply the Newton-Raphson process once to f(x) to obtain a second approximation to. Give your answer to 3 decimal places. (4) [FP1 June 2011 Qn 4] Further Pure 1 Numerical solutions of Equations Page 17

18 18. (a) Show that f(x) = x 4 + x 1 has a real root in the interval [0.5, 1.0]. (b) Starting with the interval [0.5, 1.0], use interval bisection twice to find an interval of width which contains. (c) Taking 0.75 as a first approximation, apply the Newton Raphson process twice to f(x) to obtain an approximate value of. Give your answer to 3 decimal places. (5) [FP1 January 2012 Qn 3] 19. f(x) = x x 3x 7, x > 0. A root of the equation f(x) = 0 lies in the interval [3, 5]. Taking 4 as a first approximation to, apply the Newton-Raphson process once to f(x) to obtain a second approximation to. Give your answer to 2 decimal places. (6) [FP1 June 2012 Qn 3] f(x) = x + x 5, x > 0. (a) Find f (x). The equation f(x) = 0 has a root in the interval [4.5, 5.5]. (b) Using x 0 = 5 as a first approximation to, apply the Newton-Raphson procedure once to f(x) to find a second approximation to, giving your answer to 3 significant figures. (4) [FP1 Jan 2013 Qn 3] Further Pure 1 Numerical solutions of Equations Page 18

19 21. f(x) = cos(x 2 ) x + 3, 0 < x < π (a) Show that the equation f(x) = 0 has a root α in the interval [2.5, 3]. (b) Use linear interpolation once on the interval [2.5, 3] to find an approximation for α, giving your answer to 2 decimal places. [FP1 June 2013 Qn 2] 22. f(x) = x x x (a) Show that the equation f(x) = 0 has a root α between x = 2 and x = 2.5. (b) Starting with the interval [2, 2.5] use interval bisection twice to find an interval of width which contains α. The equation f(x) = 0 has a root β in the interval [ 2, 1]. (c) Taking 1.5 as a first approximation to β, apply the Newton-Raphson process once to f(x) to obtain a second approximation to β. Give your answer to 2 decimal places. (5) [FP1_R June 2013 Qn 3] Further Pure 1 Numerical solutions of Equations Page 19

FP1 practice papers A to G

FP1 practice papers A to G FP1 practice papers A to G Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced Subsidiary Practice Paper A Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

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

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

More information

Paper Reference. Further Pure Mathematics FP1 Advanced/Advanced Subsidiary. Friday 26 January 2007 Afternoon Time: 1 hour 30 minutes

Paper Reference. Further Pure Mathematics FP1 Advanced/Advanced Subsidiary. Friday 26 January 2007 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6674/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Friday 6 January 007 Afternoon Time: 1 hour 30 minutes Materials required for examination

More information

Further Pure Mathematics FP1

Further Pure Mathematics FP1 Write your name here Surname Other names Pearson Edexcel International Advanced Level Centre Number Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Wednesday 29 January 2014 Morning Time: 1 hour

More information

, B = (b) Use induction to prove that, for all positive integers n, f(n) is divisible by 4. (a) Use differentiation to find f (x).

, B = (b) Use induction to prove that, for all positive integers n, f(n) is divisible by 4. (a) Use differentiation to find f (x). Edexcel FP1 FP1 Practice Practice Papers A and B Papers A and B PRACTICE PAPER A 1. A = 2 1, B = 4 3 3 1, I = 4 2 1 0. 0 1 (a) Show that AB = ci, stating the value of the constant c. (b) Hence, or otherwise,

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

Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary

Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Centre No. Candidate No. Surname Signature Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Wednesday 22 June 2011 Morning Time: 1 hour 30 minutes Materials

More information

Edexcel GCE A Level Maths Further Maths 3 Matrices.

Edexcel GCE A Level Maths Further Maths 3 Matrices. Edexcel GCE A Level Maths Further Maths 3 Matrices. Edited by: K V Kumaran kumarmathsweebly.com kumarmathsweebly.com 2 kumarmathsweebly.com 3 kumarmathsweebly.com 4 kumarmathsweebly.com 5 kumarmathsweebly.com

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

Created by T. Madas. Candidates may use any calculator allowed by the regulations of this examination.

Created by T. Madas. Candidates may use any calculator allowed by the regulations of this examination. IYGB GCE Mathematics MP Advanced Level Practice Paper M Difficulty Rating:.8750/1.176 Time: hours Candidates may use any calculator allowed by the regulations of this examination. Information for Candidates

More information

Paper Reference. Core Mathematics C3 Advanced. Wednesday 20 January 2010 Afternoon Time: 1 hour 30 minutes. Mathematical Formulae (Pink or Green)

Paper Reference. Core Mathematics C3 Advanced. Wednesday 20 January 2010 Afternoon Time: 1 hour 30 minutes. Mathematical Formulae (Pink or Green) Centre No. Candidate No. Surname Signature Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Wednesday 20 January 2010 Afternoon Time: 1 hour 30 minutes Materials required for examination

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

Extra FP3 past paper - A

Extra FP3 past paper - A Mark schemes for these "Extra FP3" papers at https://mathsmartinthomas.files.wordpress.com/04//extra_fp3_markscheme.pdf Extra FP3 past paper - A More FP3 practice papers, with mark schemes, compiled from

More information

BEKG 2452 NUMERICAL METHODS Solution of Nonlinear Equations

BEKG 2452 NUMERICAL METHODS Solution of Nonlinear Equations BEKG 2452 NUMERICAL METHODS Solution of Nonlinear Equations Ser Lee Loh a, Wei Sen Loi a a Fakulti Kejuruteraan Elektrik Universiti Teknikal Malaysia Melaka Lesson Outcome Upon completion of this lesson,

More information

Trigonometry (Addition,Double Angle & R Formulae) - Edexcel Past Exam Questions. cos 2A º 1 2 sin 2 A. (2)

Trigonometry (Addition,Double Angle & R Formulae) - Edexcel Past Exam Questions. cos 2A º 1 2 sin 2 A. (2) Trigonometry (Addition,Double Angle & R Formulae) - Edexcel Past Exam Questions. (a) Using the identity cos (A + B) º cos A cos B sin A sin B, rove that cos A º sin A. () (b) Show that sin q 3 cos q 3

More information

Midterm Review. Igor Yanovsky (Math 151A TA)

Midterm Review. Igor Yanovsky (Math 151A TA) Midterm Review Igor Yanovsky (Math 5A TA) Root-Finding Methods Rootfinding methods are designed to find a zero of a function f, that is, to find a value of x such that f(x) =0 Bisection Method To apply

More information

Math 370 Exam 2 Review Name

Math 370 Exam 2 Review Name Math 70 Exam 2 Review Name Be sure to complete these problems before the review session. 10 of these questions will count as a quiz in Learning Catalytics. Round 1 will be individual. Round 2 will be in

More information

*n23494b0220* C3 past-paper questions on trigonometry. 1. (a) Given that sin 2 θ + cos 2 θ 1, show that 1 + tan 2 θ sec 2 θ. (2)

*n23494b0220* C3 past-paper questions on trigonometry. 1. (a) Given that sin 2 θ + cos 2 θ 1, show that 1 + tan 2 θ sec 2 θ. (2) C3 past-paper questions on trigonometry physicsandmathstutor.com June 005 1. (a) Given that sin θ + cos θ 1, show that 1 + tan θ sec θ. (b) Solve, for 0 θ < 360, the equation tan θ + secθ = 1, giving your

More information

Paper Reference. Further Pure Mathematics FP1 Advanced/Advanced Subsidiary. Wednesday 17 June 2009 Morning Time: 1 hour 30 minutes

Paper Reference. Further Pure Mathematics FP1 Advanced/Advanced Subsidiary. Wednesday 17 June 2009 Morning Time: 1 hour 30 minutes Centre No. Candidate No. Surname Signature Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Wednesday 17 June 2009 Morning Time: 1 hour 30 minutes Materials

More information

Edexcel GCE Core Mathematics C3 Advanced

Edexcel GCE Core Mathematics C3 Advanced Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Monday 24 January 2011 Morning Time: 1 hour 30 minutes Materials required for examination Mathematical Formulae

More information

Regent College Maths Department. Core Mathematics 4 Trapezium Rule. C4 Integration Page 1

Regent College Maths Department. Core Mathematics 4 Trapezium Rule. C4 Integration Page 1 Regent College Maths Department Core Mathematics Trapezium Rule C Integration Page Integration It might appear to be a bit obvious but you must remember all of your C work on differentiation if you are

More information

FP1 Mark Schemes from old P4, P5, P6 and FP1, FP2, FP3 papers (back to June 2002)

FP1 Mark Schemes from old P4, P5, P6 and FP1, FP2, FP3 papers (back to June 2002) FP1 Mar Schemes from old P4, P5, P6 and FP1, FP, FP papers (bac to June 00) Please note that the following pages contain mar schemes for questions from past papers which were not written at an AS standard

More information

FP1 Mark Schemes from old P4, P5, P6 and FP1, FP2, FP3 papers (back to June 2002)

FP1 Mark Schemes from old P4, P5, P6 and FP1, FP2, FP3 papers (back to June 2002) FP Mar Schemes from old P4, P5, P6 and FP, FP, FP papers (bac to June 00) Please note that the following pages contain mar schemes for questions from past papers which were not written at an AS standard

More information

physicsandmathstutor.com Paper Reference Core Mathematics C3 Advanced Level Monday 23 January 2006 Afternoon Time: 1 hour 30 minutes

physicsandmathstutor.com Paper Reference Core Mathematics C3 Advanced Level Monday 23 January 2006 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level Monday 23 January 2006 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Lecture 44. Better and successive approximations x2, x3,, xn to the root are obtained from

Lecture 44. Better and successive approximations x2, x3,, xn to the root are obtained from Lecture 44 Solution of Non-Linear Equations Regula-Falsi Method Method of iteration Newton - Raphson Method Muller s Method Graeffe s Root Squaring Method Newton -Raphson Method An approximation to the

More information

FP1 PAST EXAM QUESTIONS ON NUMERICAL METHODS: NEWTON-RAPHSON ONLY

FP1 PAST EXAM QUESTIONS ON NUMERICAL METHODS: NEWTON-RAPHSON ONLY FP PAST EXAM QUESTIONS ON NUMERICAL METHODS: NEWTON-RAPHSON ONLY A number of questions demand that you know derivatives of functions now not included in FP. Just look up the derivatives in the mark scheme,

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

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

Core Mathematics C3 Advanced

Core Mathematics C3 Advanced Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Friday 12 June 2015 Morning Time: 1 hour 30 minutes Materials required for examination Mathematical Formulae

More information

Math 226 Calculus Spring 2016 Practice Exam 1. (1) (10 Points) Let the differentiable function y = f(x) have inverse function x = f 1 (y).

Math 226 Calculus Spring 2016 Practice Exam 1. (1) (10 Points) Let the differentiable function y = f(x) have inverse function x = f 1 (y). Math 6 Calculus Spring 016 Practice Exam 1 1) 10 Points) Let the differentiable function y = fx) have inverse function x = f 1 y). a) Write down the formula relating the derivatives f x) and f 1 ) y).

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

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

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com PhysicsAndMathsTutor.com physicsandmathstutor.com June 2005 1. (a) Given that sin 2 θ + cos 2 θ 1, show that 1 + tan 2 θ sec 2 θ. (b) Solve, for 0 θ < 360, the equation 2 tan 2 θ + secθ = 1, giving your

More information

Edexcel past paper questions. Core Mathematics 4. Parametric Equations

Edexcel past paper questions. Core Mathematics 4. Parametric Equations Edexcel past paper questions Core Mathematics 4 Parametric Equations Edited by: K V Kumaran Email: kvkumaran@gmail.com C4 Maths Parametric equations Page 1 Co-ordinate Geometry A parametric equation of

More information

converges to a root, it may not always be the root you have in mind.

converges to a root, it may not always be the root you have in mind. Math 1206 Calculus Sec. 4.9: Newton s Method I. Introduction For linear and quadratic equations there are simple formulas for solving for the roots. For third- and fourth-degree equations there are also

More information

physicsandmathstutor.com Paper Reference Core Mathematics C4 Advanced Tuesday 22 January 2008 Afternoon Time: 1 hour 30 minutes

physicsandmathstutor.com Paper Reference Core Mathematics C4 Advanced Tuesday 22 January 2008 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference 6 6 6 6 0 1 Surname Paper Reference(s) 6666/01 Edexcel GCE Core Mathematics C4 Advanced Tuesday 22 January 2008 Afternoon Time: 1 hour 30 minutes Materials required

More information

A) 13 B) 9 C) 22 D) log 9

A) 13 B) 9 C) 22 D) log 9 Math 70 Exam 2 Review Name Be sure to complete these problems before the review session. Participation in our review session will count as a quiz grade. Please bring any questions you have ready to ask!

More information

1. Method 1: bisection. The bisection methods starts from two points a 0 and b 0 such that

1. Method 1: bisection. The bisection methods starts from two points a 0 and b 0 such that Chapter 4 Nonlinear equations 4.1 Root finding Consider the problem of solving any nonlinear relation g(x) = h(x) in the real variable x. We rephrase this problem as one of finding the zero (root) of a

More information

Paper Reference. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes

Paper Reference. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Paper Reference. Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes. Mathematical Formulae (Green)

Paper Reference. Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes. Mathematical Formulae (Green) Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level Thursday 18 January 007 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Paper Reference. Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary

Paper Reference. Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Centre No. Candidate No. Surname Signature Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Friday 30 January 2009 Afternoon Time: 1 hour 30 minutes Materials

More information

Paper Reference. Further Pure Mathematics FP1 Advanced/Advanced Subsidiary. Friday 30 January 2009 Afternoon Time: 1 hour 30 minutes

Paper Reference. Further Pure Mathematics FP1 Advanced/Advanced Subsidiary. Friday 30 January 2009 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Surname Signature Paper Reference(s) 6667/01 Edexcel GCE Further Pure Mathematics FP1 Advanced/Advanced Subsidiary Friday 30 January 2009 Afternoon Time: 1 hour 30 minutes Materials

More information

Core Mathematics 3 Exponentials and Natural Logarithms

Core Mathematics 3 Exponentials and Natural Logarithms Edexcel past paper questions Core Mathematics 3 Exponentials and Natural Logarithms Edited by: K V kumaran Email: kvkumaran@gmail.com Core Maths 3 Exponentials and natural Logarithms Page Ln and Exponentials

More information

Core Mathematics C2 Advanced Subsidiary

Core Mathematics C2 Advanced Subsidiary Paper Reference(s) 6664 Edexcel GCE Core Mathematics C2 Advanced Subsidiary Tuesday 10 January 2006 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical Formulae (Green) Items

More information

C3 A Booster Course. Workbook. 1. a) Sketch, on the same set of axis the graphs of y = x and y = 2x 3. (3) b) Hence, or otherwise, solve the equation

C3 A Booster Course. Workbook. 1. a) Sketch, on the same set of axis the graphs of y = x and y = 2x 3. (3) b) Hence, or otherwise, solve the equation C3 A Booster Course Workbook 1. a) Sketch, on the same set of axis the graphs of y = x and y = 2x 3. b) Hence, or otherwise, solve the equation x = 2x 3 (3) (4) BlueStar Mathematics Workshops (2011) 1

More information

Centre No. Candidate No. Paper Reference(s) 6665 Edexcel GCE Core Mathematics C3 Advanced Level Mock Paper

Centre No. Candidate No. Paper Reference(s) 6665 Edexcel GCE Core Mathematics C3 Advanced Level Mock Paper Paper Reference (complete below) Centre No. Surname Initial(s) 6 6 6 5 / 0 1 Candidate No. Signature Paper Reference(s) 6665 Edexcel GCE Core Mathematics C3 Advanced Level Mock Paper Time: 1 hour 30 minutes

More information

Math 104A - Homework 3

Math 104A - Homework 3 Math 104A - Homework 3 Due 7/7 2.4.6 Show that the following sequences converge linearly to p = 0. How large must n be before we have p n p 5 10 2? a p n = 1/n. Since p n+1 0 p n 0 = 1/(n + 1) 1/n = n

More information

Math2413-TestReview2-Fall2016

Math2413-TestReview2-Fall2016 Class: Date: Math413-TestReview-Fall016 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the value of the derivative (if it exists) of the function

More information

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Essentials of Calculus by James Stewart Prepared by Jason Gaddis Chapter 3 - Applications of Differentiation 3.1 - Maximum and Minimum Values Note We continue our study of functions using derivatives.

More information

Section 8.7. Taylor and MacLaurin Series. (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications.

Section 8.7. Taylor and MacLaurin Series. (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications. Section 8.7 Taylor and MacLaurin Series (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications. MATH 126 (Section 8.7) Taylor and MacLaurin Series The University of Kansas

More information

C3 Revision Questions. (using questions from January 2006, January 2007, January 2008 and January 2009)

C3 Revision Questions. (using questions from January 2006, January 2007, January 2008 and January 2009) C3 Revision Questions (using questions from January 2006, January 2007, January 2008 and January 2009) 1 2 1. f(x) = 1 3 x 2 + 3, x 2. 2 ( x 2) (a) 2 x x 1 Show that f(x) =, x 2. 2 ( x 2) (4) (b) Show

More information

Core Mathematics 3 Differentiation

Core Mathematics 3 Differentiation http://kumarmaths.weebly.com/ Core Mathematics Differentiation C differentiation Page Differentiation C Specifications. By the end of this unit you should be able to : Use chain rule to find the derivative

More information

Multiple Choice. (c) 1 (d)

Multiple Choice. (c) 1 (d) Multiple Choice.(5 pts.) Find the sum of the geometric series n=0 ( ) n. (c) (d).(5 pts.) Find the 5 th Maclaurin polynomial for the function f(x) = sin x. (Recall that Maclaurin polynomial is another

More information

MATH 1242 FINAL EXAM Spring,

MATH 1242 FINAL EXAM Spring, MATH 242 FINAL EXAM Spring, 200 Part I (MULTIPLE CHOICE, NO CALCULATORS).. Find 2 4x3 dx. (a) 28 (b) 5 (c) 0 (d) 36 (e) 7 2. Find 2 cos t dt. (a) 2 sin t + C (b) 2 sin t + C (c) 2 cos t + C (d) 2 cos t

More information

Add Math (4047/02) Year t years $P

Add Math (4047/02) Year t years $P Add Math (4047/0) Requirement : Answer all questions Total marks : 100 Duration : hour 30 minutes 1. The price, $P, of a company share on 1 st January has been increasing each year from 1995 to 015. The

More information

C3 Revision and Exam Answers: Simpson s Rule

C3 Revision and Exam Answers: Simpson s Rule C3 Revision and Exam Answers: Simpson s Rule Simpson s Rule is a way of accurately finding the area under a curve It is more accurate than the Trapezium Rule which we have seen before You start it the

More information

Completion Date: Monday February 11, 2008

Completion Date: Monday February 11, 2008 MATH 4 (R) Winter 8 Intermediate Calculus I Solutions to Problem Set #4 Completion Date: Monday February, 8 Department of Mathematical and Statistical Sciences University of Alberta Question. [Sec..9,

More information

Solve the problem. 2) If tan = 3.7, find the value of tan + tan ( + ) + tan ( + 2 ). A) 11.1 B) 13.1 C) D) undefined

Solve the problem. 2) If tan = 3.7, find the value of tan + tan ( + ) + tan ( + 2 ). A) 11.1 B) 13.1 C) D) undefined Assignment Bonus Chs 6,,8 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. In the problem, t is a real number and P = (x, y) is the point on the

More information

Mathematics. Knox Grammar School 2012 Year 11 Yearly Examination. Student Number. Teacher s Name. General Instructions.

Mathematics. Knox Grammar School 2012 Year 11 Yearly Examination. Student Number. Teacher s Name. General Instructions. Teacher s Name Student Number Kno Grammar School 0 Year Yearly Eamination Mathematics General Instructions Reading Time 5 minutes Working Time 3 hours Write using black or blue pen Board approved calculators

More information

Core Mathematics C12

Core Mathematics C12 Write your name here Surname Other names Pearson Edexcel International Advanced Level Centre Number Candidate Number Core Mathematics C12 Advanced Subsidiary Tuesday 12 January 2016 Morning Time: 2 hours

More information

Core Mathematics C12

Core Mathematics C12 Write your name here Surname Other names Pearson Edexcel International Advanced Level Centre Number Candidate Number Core Mathematics C12 Advanced Subsidiary Tuesday 12 January 2016 Morning Time: 2 hours

More information

Further Pure Mathematics F1

Further Pure Mathematics F1 Write your name here Surname Other names Pearson Edexcel International Advanced Level Centre Number Further Pure Mathematics F1 Advanced/Advanced Subsidiary Wednesday 13 January 2016 Afternoon Time: 1

More information

College of the Holy Cross MATH 133, Calculus With Fundamentals 1 Solutions for Final Examination Friday, December 15

College of the Holy Cross MATH 133, Calculus With Fundamentals 1 Solutions for Final Examination Friday, December 15 College of the Holy Cross MATH 33, Calculus With Fundamentals Solutions for Final Examination Friday, December 5 I. The graph y = f(x) is given in light blue. Match each equation with one of the numbered

More information

C3 PAPER JUNE 2014 *P43164A0232* 1. The curve C has equation y = f (x) where + 1. (a) Show that 9 f (x) = (3)

C3 PAPER JUNE 2014 *P43164A0232* 1. The curve C has equation y = f (x) where + 1. (a) Show that 9 f (x) = (3) PMT C3 papers from 2014 and 2013 C3 PAPER JUNE 2014 1. The curve C has equation y = f (x) where 4x + 1 f( x) =, x 2 x > 2 (a) Show that 9 f (x) = ( x ) 2 2 Given that P is a point on C such that f (x)

More information

14 April Kidoguchi, Kenneth

14 April Kidoguchi, Kenneth Objectives.. Solve Trigonometric Equations Using a Calculator. 3. Solve Trigonometric Equations Quadratic in Form. 4. Solve Trigonometric Equations Using Fundamental Identities. 5. Solve Trigonometric

More information

Numerical Methods Dr. Sanjeev Kumar Department of Mathematics Indian Institute of Technology Roorkee Lecture No 7 Regula Falsi and Secant Methods

Numerical Methods Dr. Sanjeev Kumar Department of Mathematics Indian Institute of Technology Roorkee Lecture No 7 Regula Falsi and Secant Methods Numerical Methods Dr. Sanjeev Kumar Department of Mathematics Indian Institute of Technology Roorkee Lecture No 7 Regula Falsi and Secant Methods So welcome to the next lecture of the 2 nd unit of this

More information

Ê 7, 45 Ê 7 Ë 7 Ë. Time: 100 minutes. Name: Class: Date:

Ê 7, 45 Ê 7 Ë 7 Ë. Time: 100 minutes. Name: Class: Date: Class: Date: Time: 100 minutes Test1 (100 Trigonometry) Instructor: Koshal Dahal SHOW ALL WORK, EVEN FOR MULTIPLE CHOICE QUESTIONS, TO RECEIVE FULL CREDIT. 1. Find the terminal point P (x, y) on the unit

More information

. Section: Your exam contains 4 problems. The entire exam is worth 60 points.

. Section: Your exam contains 4 problems. The entire exam is worth 60 points. Math 125 Section D (Pezzoli) Fall 2017 Midterm #1 (60 points) Name TA:. Section: Your exam contains 4 problems. The entire exam is worth 60 points. This exam is closed book. You may use one 8 1 11 sheet

More information

( 3x 2 y) 6 (6x 3 y 2 ) x 4 y 4 b.

( 3x 2 y) 6 (6x 3 y 2 ) x 4 y 4 b. 1. Simplify 3 x 5 4 64x Algebra Practice Problems for MDPT Pre Calculus a. 1 18x 10 b. 7 18x 7 c. x 6 3x d. 8x 1 x 4. Solve 1 (x 3) + x 3 = 3 4 (x 1) + 1 9 a. 77 51 b. 3 17 c. 3 17 d. 3 51 3. Simplify

More information

Use a graphing utility to approximate the real solutions, if any, of the equation rounded to two decimal places. 2) x4-3x2 + 4x + 15 = 0 2)

Use a graphing utility to approximate the real solutions, if any, of the equation rounded to two decimal places. 2) x4-3x2 + 4x + 15 = 0 2) Math 180 - Final Review Name Find the center (h, k) and radius r of the circle. Graph the circle. 1) Find the center, radius, and graph of x + y - x + 8y + 11 = 0. 1) Use a graphing utility to approximate

More information

G.SRT.D.11: Vectors. Regents Exam Questions G.SRT.D.11: Vectors

G.SRT.D.11: Vectors. Regents Exam Questions G.SRT.D.11: Vectors Regents Exam Questions G.SRT.D.11: Vectors www.jmap.org Name: G.SRT.D.11: Vectors 1 The accompanying diagram shows a resultant force vector, R. 4 Two equal forces act on a body at an angle of 80. If the

More information

DATE *************************************************************************************

DATE ************************************************************************************* Final Exam Math 2412 -Precalculus NAME DATE ************************************************************************************* MULTIPLE CHOICE. Choose the one alternative that best completes the statement

More information

Core Mathematics C2 Advanced Subsidiary

Core Mathematics C2 Advanced Subsidiary Paper Reference(s) 6664 Edexcel GCE Core Mathematics C2 Advanced Subsidiary Wednesday 19 January 2005 Morning Time: 1 hour 30 minutes Materials required for examination Mathematical Formulae (Green) Items

More information

Lecture 7: Numerical Tools

Lecture 7: Numerical Tools Lecture 7: Numerical Tools Fatih Guvenen January 10, 2016 Fatih Guvenen Lecture 7: Numerical Tools January 10, 2016 1 / 18 Overview Three Steps: V (k, z) =max c,k 0 apple u(c)+ Z c + k 0 =(1 + r)k + z

More information

Solutions of Equations in One Variable. Newton s Method

Solutions of Equations in One Variable. Newton s Method Solutions of Equations in One Variable Newton s Method Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011 Brooks/Cole,

More information

Core Mathematics C12

Core Mathematics C12 Write your name here Surname Other names Pearson Edexcel International Advanced Level Centre Number Candidate Number Core Mathematics C12 Advanced Subsidiary Wednesday 24 May 2017 Morning Time: 2 hours

More information

Core Mathematics C34

Core Mathematics C34 Write your name here Surname Other names Pearson Edexcel International Advanced Level Centre Number Candidate Number Core Mathematics C34 Advanced Tuesday 19 January 2016 Morning Time: 2 hours 30 minutes

More information

Math 110 Test # 1. The set of real numbers in both of the intervals [0, 2) and ( 1, 0] is equal to. Question 1. (F) [ 1, 2) (G) (2, ) (H) [ 1, 2]

Math 110 Test # 1. The set of real numbers in both of the intervals [0, 2) and ( 1, 0] is equal to. Question 1. (F) [ 1, 2) (G) (2, ) (H) [ 1, 2] Friday July 8, 00 Jacek Szmigielski Math 0 Test # Fill in the bubbles that correspond to the correct answers. No aids: no calculators, closed book. You are not permitted to consult with your fellow students

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

Math 125 Final Examination Autumn 2015

Math 125 Final Examination Autumn 2015 Math 125 Final Examination Autumn 2015 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name Turn off all cell phones, pagers, radios, mp3 players, and other similar devices. This

More information

This exam is closed book. You may use one sheet of handwritten notes (both sides OK). Do not share notes. No photocopied materials are allowed.

This exam is closed book. You may use one sheet of handwritten notes (both sides OK). Do not share notes. No photocopied materials are allowed. Math 125 Final Examination Spring 2012 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam is closed book. You may use one 8.5 11 sheet of handwritten notes (both sides

More information

*P46958A0244* IAL PAPER JANUARY 2016 DO NOT WRITE IN THIS AREA DO NOT WRITE IN THIS AREA DO NOT WRITE IN THIS AREA. 1. f(x) = (3 2x) 4, x 3 2

*P46958A0244* IAL PAPER JANUARY 2016 DO NOT WRITE IN THIS AREA DO NOT WRITE IN THIS AREA DO NOT WRITE IN THIS AREA. 1. f(x) = (3 2x) 4, x 3 2 Edexcel "International A level" "C3/4" papers from 016 and 015 IAL PAPER JANUARY 016 Please use extra loose-leaf sheets of paper where you run out of space in this booklet. 1. f(x) = (3 x) 4, x 3 Find

More information

weebly.com/ Core Mathematics 3 Trigonometry

weebly.com/ Core Mathematics 3 Trigonometry http://kumarmaths. weebly.com/ Core Mathematics 3 Trigonometry Core Maths 3 Trigonometry Page 1 C3 Trigonometry In C you were introduced to radian measure and had to find areas of sectors and segments.

More information

Express g(x) in the form f(x) + ln a, where a (4)

Express g(x) in the form f(x) + ln a, where a (4) SL 2 SUMMER PACKET PRINT OUT ENTIRE PACKET, SHOW YOUR WORK FOR ALL EXERCISES ON SEPARATE PAPER. MAKE SURE THAT YOUR WORK IS NEAT AND ORGANIZED. WORK SHOULD BE COMPLETE AND READY TO TURN IN THE FIRST DAY

More information

Core Mathematics 1 Quadratics

Core Mathematics 1 Quadratics Regent College Maths Department Core Mathematics 1 Quadratics Quadratics September 011 C1 Note Quadratic functions and their graphs. The graph of y ax bx c. (i) a 0 (ii) a 0 The turning point can be determined

More information

MATH 151, Fall 2013, Week 10-2, Section 4.5, 4.6

MATH 151, Fall 2013, Week 10-2, Section 4.5, 4.6 MATH 151, Fall 2013, Week 10-2, Section 4.5, 4.6 Recall the derivative of logarithmic and exponential functions. Theorem 1 (ln x) = (ln f(x)) = (log a x) = (log a f(x)) = Theorem 2 (a x ) = (a f(x) ) =

More information

Name: Instructor: 1. a b c d e. 15. a b c d e. 2. a b c d e a b c d e. 16. a b c d e a b c d e. 4. a b c d e... 5.

Name: Instructor: 1. a b c d e. 15. a b c d e. 2. a b c d e a b c d e. 16. a b c d e a b c d e. 4. a b c d e... 5. Name: Instructor: Math 155, Practice Final Exam, December The Honor Code is in effect for this examination. All work is to be your own. No calculators. The exam lasts for 2 hours. Be sure that your name

More information

The number of marks is given in brackets [ ] at the end of each question or part question. The total number of marks for this paper is 72.

The number of marks is given in brackets [ ] at the end of each question or part question. The total number of marks for this paper is 72. ADVANCED SUBSIDIARY GCE UNIT 4776/01 MATHEMATICS (MEI) Numerical Methods WEDNESDAY 20 JUNE 2007 Additional materials: Answer booklet (8 pages) Graph paper MEI Examination Formulae and Tables (MF2) Afternoon

More information

Mathematics Extension 1

Mathematics Extension 1 Teacher Student Number 008 TRIAL HIGHER SCHOOL CERTIFICATE EXAMINATION Mathematics Extension 1 General Instructions o Reading Time- 5 minutes o Working Time hours o Write using a blue or black pen o Approved

More information

Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 5.5 More Integration Formula (The Substitution Method) 2 Lectures College of Science MATHS : Calculus I (University of Bahrain) Integrals / 7 The Substitution Method Idea: To replace a relatively

More information

Math 112 (Calculus I) Midterm Exam 3 KEY

Math 112 (Calculus I) Midterm Exam 3 KEY Math 11 (Calculus I) Midterm Exam KEY Multiple Choice. Fill in the answer to each problem on your computer scored answer sheet. Make sure your name, section and instructor are on that sheet. 1. Which of

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

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

Questions Q1. The function f is defined by. (a) Show that (5) The function g is defined by. (b) Differentiate g(x) to show that g '(x) = (3)

Questions Q1. The function f is defined by. (a) Show that (5) The function g is defined by. (b) Differentiate g(x) to show that g '(x) = (3) Questions Q1. The function f is defined by (a) Show that The function g is defined by (b) Differentiate g(x) to show that g '(x) = (c) Find the exact values of x for which g '(x) = 1 (Total 12 marks) Q2.

More information

Percent Problems. Percent problems can be solved using proportions. Use the following formula when solving percent problems with a proportion.

Percent Problems. Percent problems can be solved using proportions. Use the following formula when solving percent problems with a proportion. Percent Problems Percent problems can be solved using proportions. Use the following formula when solving percent problems with a proportion. The whole is the number after the word of. The percent is the

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE612B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

6.3 METHODS FOR ADVANCED MATHEMATICS, C3 (4753) A2

6.3 METHODS FOR ADVANCED MATHEMATICS, C3 (4753) A2 6.3 METHODS FOR ADVANCED MATHEMATICS, C3 (4753) A2 Objectives To build on and develop the techniques students have learnt at AS Level, with particular emphasis on the calculus. Assessment Examination (72

More information

MATH 1040 CP 11 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 1040 CP 11 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 1040 CP 11 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Write the equation in its equivalent exponential form. 1) log 5 125 = 3 1) 2) log 2 16

More information

Math 233. Directional Derivatives and Gradients Basics

Math 233. Directional Derivatives and Gradients Basics Math 233. Directional Derivatives and Gradients Basics Given a function f(x, y) and a unit vector u = a, b we define the directional derivative of f at (x 0, y 0 ) in the direction u by f(x 0 + ta, y 0

More information