Find the x* that minimizes the function f(x) = (x-2)^4 + 1,| by finding the root of the function's first derivative. Use the method of Newton-Raphson, with initial guess x0 = 0. Output • the values of the function and its first derivative at x = 0, i.e. f(0) and f(0). · the estimate of x* after 2 Newton-Raphson iteration. the estimate of x* after 3 Newton-Raphson iterations. the approximate absolute percent relative error in x* after 3 Newton-Raphson iterations (e.g., for 5% error, output 5.)

Elements Of Electromagnetics
7th Edition
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Sadiku, Matthew N. O.
ChapterMA: Math Assessment
Section: Chapter Questions
Problem 1.1MA
icon
Related questions
Question

Please follow the instructions and the requirements according to the pictures above and I kinda need the solution quickly. The language of the code is in Matlab, thank you in advance.

Find the x* that minimizes the function
f(x) = (x-2)^4 + 1,
by finding the root of the function's first derivative. Use the method of Newton-Raphson, with initial guess x0 = 0.
Output:
• the values of the function and its first derivative at x = 0, i.e. f(0) and f(0).
· the estimate of x* after 2 Newton-Raphson iteration.
· the estimate of x* after 3 Newton-Raphson iterations.
· the approximate absolute percent relative error in x* after 3 Newton-Raphson iterations (e.g., for 5% error, output 5.)
Transcribed Image Text:Find the x* that minimizes the function f(x) = (x-2)^4 + 1, by finding the root of the function's first derivative. Use the method of Newton-Raphson, with initial guess x0 = 0. Output: • the values of the function and its first derivative at x = 0, i.e. f(0) and f(0). · the estimate of x* after 2 Newton-Raphson iteration. · the estimate of x* after 3 Newton-Raphson iterations. · the approximate absolute percent relative error in x* after 3 Newton-Raphson iterations (e.g., for 5% error, output 5.)
1 function [fe, dfe, x2, x3, e3] = NewtonMinimization()
2 % Input:
3 % None
4 % Output:
5 % fe, dfe: the values of the given function and its 1st derivative at x = 0;
6 % x2: the estimate of minimizer x* after 2 Newton-Raphson iterations.
7 % x3: the estimate of minimizer x* after 3 Newton-Raphson iterations.
8 % e3: the approximate absolute percent relative error in x* after 3 Newton-Raphson iterations (e.g., for 5% error, output 5)
9
10 % Write your code here
11
12
13 end
14
Transcribed Image Text:1 function [fe, dfe, x2, x3, e3] = NewtonMinimization() 2 % Input: 3 % None 4 % Output: 5 % fe, dfe: the values of the given function and its 1st derivative at x = 0; 6 % x2: the estimate of minimizer x* after 2 Newton-Raphson iterations. 7 % x3: the estimate of minimizer x* after 3 Newton-Raphson iterations. 8 % e3: the approximate absolute percent relative error in x* after 3 Newton-Raphson iterations (e.g., for 5% error, output 5) 9 10 % Write your code here 11 12 13 end 14
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Automation of Manufacturing Processes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Elements Of Electromagnetics
Elements Of Electromagnetics
Mechanical Engineering
ISBN:
9780190698614
Author:
Sadiku, Matthew N. O.
Publisher:
Oxford University Press
Mechanics of Materials (10th Edition)
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:
9780134319650
Author:
Russell C. Hibbeler
Publisher:
PEARSON
Thermodynamics: An Engineering Approach
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:
9781259822674
Author:
Yunus A. Cengel Dr., Michael A. Boles
Publisher:
McGraw-Hill Education
Control Systems Engineering
Control Systems Engineering
Mechanical Engineering
ISBN:
9781118170519
Author:
Norman S. Nise
Publisher:
WILEY
Mechanics of Materials (MindTap Course List)
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:
9781337093347
Author:
Barry J. Goodno, James M. Gere
Publisher:
Cengage Learning
Engineering Mechanics: Statics
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:
9781118807330
Author:
James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:
WILEY