Site icon IGNOU CORNER

For the function f(x) = cos(x), find (i) linear and quadratic approximations, and (ii) Maclaurin’s series expansion… [Full question continued]

Part a) Approximations and Maclaurin Series of f(x) = cos(x)

i) Linear and Quadratic Approximations

We are given: f(x) = cos(x)

To find linear and quadratic approximations, we use the Taylor series around x = 0 (Maclaurin series).

Step 1: Derivatives of cos(x)

At x = 0:

Linear Approximation:

L(x) = f(0) + f'(0)x = 1 + 0 = 1

Quadratic Approximation:

Q(x) = f(0) + f'(0)x + (f''(0)/2!)x²

= 1 + 0 − (1/2)x² = 1 − x²/2

Therefore:

ii) Maclaurin Series Expansion of cos(x)

Maclaurin Series:

f(x) = cos(x) = Σn=0 [ (−1)n x2n / (2n)! ]

First few terms:

Graphical Insight:

For small values of x (near 0), the quadratic approximation 1 − x²/2 gives a good estimate of cos(x). Higher-order terms improve the accuracy over a larger interval.

Part b) Jacobian of f(x, y) = (e2xy, 2x² + 3y²)

Step 1: Define the vector function

f(x, y) = (f₁(x, y), f₂(x, y)) = (e2xy, 2x² + 3y²)

Jacobian Matrix Jf:

The Jacobian matrix is:

Jf = [[∂f₁/∂x, ∂f₁/∂y], [∂f₂/∂x, ∂f₂/∂y]]

Compute Partial Derivatives:

Jacobian Matrix:

Jf(x, y) = [ [2y * e2xy, 2x * e2xy], [4x, 6y] ]

Evaluate at (x, y) = (2, 1):

Final Jacobian Matrix at (2, 1):

Jf(2,1) = [ [109.196, 218.392], [8, 6] ]

Conclusion

We derived the linear and quadratic approximations and the Maclaurin series expansion for cos(x), which are useful for estimating function values. We also computed the Jacobian matrix of a multivariable function and evaluated it at a specific point, which is essential in multivariable calculus and optimization. These tools are vital in economics, engineering, and applied mathematics for approximating and analyzing functions and models.

Exit mobile version