Math Problem Statement

mn_lab1.pdf

552.26 KB

wykonaj tylko i wylacznie podpukt b , po polsku jak najwiecej obliczen

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Numerical Methods
Root-Finding Algorithms
Calculus

Formulas

f(x) = sin(x^2) - x + (1/3) + 5 - N * x^2
Newton's method: x_{n+1} = x_n - f(x_n) / f'(x_n)
f'(x) = 2x * cos(x^2) - 1 - 2N * x
f''(x) = 2 * cos(x^2) - 4x^2 * sin(x^2) - 2N

Theorems

Newton's Method for root-finding

Suitable Grade Level

University