0% found this document useful (0 votes)
219 views

Numerical Computing Assignment - Saad (20821)

1) A Taylor series represents a function as an infinite sum of terms calculated from the function's derivatives at a single point. 2) Taylor series methods are useful for providing initial values for numerical methods. 3) Given information about the Taylor series of f(x) centered at x=3, the value of f(7) can be deduced to be 126.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
219 views

Numerical Computing Assignment - Saad (20821)

1) A Taylor series represents a function as an infinite sum of terms calculated from the function's derivatives at a single point. 2) Taylor series methods are useful for providing initial values for numerical methods. 3) Given information about the Taylor series of f(x) centered at x=3, the value of f(7) can be deduced to be 126.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1) A Taylor series is a representation of a function infinite sum of terms terms that are

calculated from the values of the function's derivatives at a single point


2) Taylor series method will be very useful to give some initial value for powerful
numerical methods.
a) Initial value b) Finial value c) Initial starting value d) Middle value

3) Given Taylor series of f (3) = 6 , f ′(3) = 8, f ′′(3) =11, and all other higher order
derivatives of f (x) are zero at x = 3, and assuming the function and all its derivatives
exist and are continuous between x = 3and x = 7 , the value of f (7) is
(A) 38.000 (B) 79.500 (C) 126.00 (D) 331.50 4

4) The value of f(1) can be deduced using Taylor series


True: Explanation: Though the function f(x) is discontinuous at x = 1 we can still find
f(1) as the function is continuous and differentiable in the interval. [0, 1)

5) Let τa(f(x)) denote the Taylor series of the polynomial f(x) centered at a. Which of the
following exactly happens after the Taylor series is formed?
a) Ta(f(x)) = f(x) b) The Taylor series has the effect of scaling GRAPH OF f(x)
c) The Taylor series transforms the origin d) Scaled up graph obtained by factor of a

Maclaurin Series 1:
1) The coefficient of the 5 x term in the Maclaurin polynomial for sin(2x) is __________
(A) 0 (B) 0.0083333 (C) 0.016667 (D) 0.26667
2) If the Taylor series is centered at zero, then that series is also called a Maclaurin series
True
3) The coefficient of the 5 x term in the Maclaurin polynomial for sin(2x) is
(A) 0 (B) 0.0083333 (C) 0.016667 (D) 0.26667
4) In Maclaurin series as given , , , and all other higher order derivatives of are zero at , and
assuming the function and all its derivatives exist and are continuous between and , the
value of is ⦁ 38.000 ⦁ 79.500 ⦁ 126.00 ⦁ 331.50
5) The necessary condition for the maclaurin expansion to be true for function f(x)
is__________
a) f(x) should be continuous b) f(x) should be differentiable
c) f(x) should exists at every point d) f(x) should be continuous and
differentiable

Newton- Raphson Method

1) The Newton-Raphson method of finding roots of nonlinear equations falls under the
category of _____________ methods.
⦁ bracketing ⦁ Open ⦁ Random ⦁ Graphical
2) At which point the iterations in the Newton Raphson method are stopped?
a) When the consecutive iterative values of x are not equal b) When the consecutive
iterative values of x differ by 2 decimal places c) When the consecutive iterative
values of x differ by 3 decimal places d) When the consecutive iterative values of x
are equal
3) Rate of convergence of the Newton-Raphson method is generally __________
a) Linear b) Quadratic c) Super-linear d) Cubic

4) The equation f(x) is given as x3 – x2 + 4x – 4 = 0. Considering the initial approximation


at x=2 then the value of next approximation correct upto 2 decimal places is given as
__________
a) 0.67 b) 1.33 c) 1.00 d) 1.50
5) The Iterative formula for Newton Raphson method is given by __________
a) x1 = x0-f(x0)/f’(x0) b) x0 = x1-f(x0)/f‘(x0)
c) x0 = x1+f(x0)/f’(x0) d) x1 = x0+f(x0)/f‘(x0)
6) The equation f(x) is given as x2-4=0. Considering the initial approximation at x=6 then
the value of next approximation correct upto 2 decimal places is given as __________
a) 3.33 b) 1.33 c) 2.33 d) 4.33
7) The Newton Raphson method fails if __________
a) f’(x0)=0 b) f’’(x0)=0 c) f(x0)=0 d) f’’’(x0)=0
8) In numerical analysis, Lagrange polynomials are used for ⦁ polynomial interpolation. ⦁
Roots of non-linear equations ⦁ Polynomial Interpolation ⦁ Determinant of the matrix
9) The Lagrange form of the interpolation polynomial shows the _______ of polynomial
interpolation and the uniqueness of the interpolation polynomial. 
⦁ Quadratic character ⦁ Cubic character ⦁ Linear character
10) Lagrange interpolating polynomials gives ____ ___⦁ Positive error estimate ⦁ Negative
error estimate ⦁ no error estimate

Trapezoidal Rule

1) The Trapezoidal rule is the average of the left and right Riemann sum
2) The two-segment trapezoidal rule of integration is exact for integrating at most first
order of polynomials.
3) The error of the composite trapezoidal rule is the difference between the value of the
integral and the numerical result
4) Trapezoidal formula is also known as
⦁ Simpson’s Rule ⦁ Co-ordinate method ⦁ Prismoidal method ⦁ Average end area method
5) The value of by using one-segment trapezoidal rule is most nearly
⦁ 11.672 ⦁ 11.808 ⦁ 20.099 ⦁ 24.119
6) Approximate of the integral of on the interval [0, 2] using the trapezoidal rule is
⦁ 14 ⦁ 15 ⦁ 16 ⦁ 17

Simpson’s Rule

1: In which of the following cases, Simpson’s rule is adopted?

a) When straights are perpendicular b) When straights are parallel


c) When straights form curves d) When straights form parabolic arcs

2: The value obtained from Simpson’s rule depends on the nature of the curve
True

3: Which of the following can the Simpson’s rule possess?


a) Negatives b) Accuracy c) Positives d) Zero error

4: In simpson’s rule total number of ordinates present must be___________


a) Real numbers b) Complex c) Even d) Odd

5: Which of the following shapes is generally preferred in case of application of Simpson’s rule?
a) Square b) Triangle c) Trapezoid d) Rectangle

6: The highest order of polynomial integrand for which Simpson’s 1/3 rule of integration is
exact is
(A) first (B) Second (C) Third (D) Fourth Newton’s Forward Method
1: The Nth degree interpolating polynomial obtained by fitting data points of Newton forward
will be identical to that obtained using Lagrange formulae.

2: In newton forward, to compute higher order differences in the tables we take forward
differences of previous order differences instead of using expanded formulae.
True

3: N+1 data points can develop up to Nth order forward differences


True

4: First forward differences is a: ΔYr =Yr+1 + Yr b: ΔYr =Yr+2 – Yr c: ΔYr =Yr+0 – Yr

5: The newton formula works only if given values of the independent variable are at ________
A: Equal interval B: Not equal interval C: Same distance D: Variable
distance

6: The derivative of Newton's forward difference formula gives: 

Markoff's formulas Markoff’s formulas Taylor series Lagrange formula Simpson formula

You might also like