Question: LES10A230 Engineering Mathematics IV Project Assignment / Spring 2025 Assignment. (Grade:1-5) Demonstrate the use of the method with reflections on the use of numerical methods,
LES10A230 Engineering Mathematics IV Project Assignment / Spring 2025 Assignment. (Grade:1-5) Demonstrate the use of the method with reflections on the use of numerical methods, as described below. As your main task, you seek the minimum for the function below: f(x, y)= Ax^2-Bxy + Cy^2+x-y You are given personal values for the constants A=4, B=4, and C=2. Also, you are given personal initial values (xo=1, yo=7) to begin your iteration. Expected steps in solution: 1. Identify the minimum for the function using the vectoral application of Newton's method while applying dynamic a. Thus, you need to optimize a for each iteration step to improve performance and avoid overshoot. Use iterations to find the solution with the accuracy of five significant numbers. 2. Identify the minimum again using the Newton's method with dynamic a. However, use this time numerical derivatives instead of Vf (x, y). When using numerical derivatives, only one of the constants is being varied as with partial derivatives. Apply in this case the forward numerical derivative, f'(xi)= f(x+h)-f(xi). Here h equals some very small number. For each h df(a) step n, solve first the c(n-1) and optimal a using the condition '()==0. When da taking the derivative of f(a), please remember to consider the inner derivatives for each of the coordinate axes that results as dot product with the main function. In this work it is enough that only the second term in the dot product is analyzed using numerical derivatives. Thus, the function takes the form o'(x, y)= f(x - ax, y avy) f (x, y).3. Compare the results obtained using the numerical method with the use of accurate Vf (x, y). Discuss at least the following: What values of h allow you to find an equally accurate solution as with the accurate method. Report here the values you have tested for h (for example h =0.01,...,0.0000000001). How does the value of h influence the needed number of iterations in the Newton's Method to reach the same minimum with the same number of significant numbers as when using the accurate Vf (x, y)? Discuss and demonstrate this with examples.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
