Optimizing Volume of a Rectangle with Newton's Method?

In summary, Newton's Optimization Method is a mathematical algorithm that uses calculus to find the minimum or maximum value of a function. It works by iteratively approximating the desired value using the derivative of the function. This method has the advantage of faster convergence and is suitable for smooth and continuous functions. However, it may fail to converge with an incorrect initial guess or for functions with multiple local minima or maxima. It is commonly used in disciplines such as mathematics, physics, engineering, economics, and computer science for optimization, machine learning, and data analysis.
  • #1
EngWiPy
1,368
61
Hi,

If we have a problem with two n-dimensional vectors, can we still apply Newton method to find the minimum point?

Regards
 
Physics news on Phys.org
  • #2
It isn't clear what you mean by "the minimum point". Perhaps you should give a specific example.
 
  • #3
Stephen Tashi said:
It isn't clear what you mean by "the minimum point". Perhaps you should give a specific example.

I am sorry if I was not clear. An example would be: what is maximum (or minimum of the minus) volume of a rectangle having lower and upper vectors L and U, respectively?

Regards
 

1. What is Newton's Optimization Method?

Newton's Optimization Method is a mathematical algorithm used to find the minimum or maximum value of a function. It is also known as the Newton-Raphson method or the Newton's method of tangents.

2. How does Newton's Optimization Method work?

This method uses calculus to iteratively approximate the minimum or maximum value of a function. It starts with an initial guess and then uses the derivative of the function to find the tangent line at that point. The intersection of the tangent line with the x-axis gives a new point, which is then used as the next guess. This process continues until the desired accuracy is achieved.

3. What are the advantages of using Newton's Optimization Method?

One advantage is that it can converge to the minimum or maximum value of a function faster than other optimization methods. It also works well for functions that are smooth and have a continuous second derivative.

4. What are the limitations of Newton's Optimization Method?

This method may fail to converge if the initial guess is far from the actual minimum or maximum value. It also may not work for functions that have multiple local minima or maxima. Additionally, it requires knowledge of the derivative of the function, which may not always be available or easy to calculate.

5. In what fields is Newton's Optimization Method commonly used?

This method is commonly used in disciplines that involve optimization, such as mathematics, physics, engineering, and economics. It is also frequently used in computer science for machine learning and data analysis applications.

Similar threads

  • General Math
Replies
5
Views
839
Replies
3
Views
1K
Replies
1
Views
1K
  • Other Physics Topics
Replies
8
Views
2K
Replies
16
Views
1K
Replies
1
Views
1K
Replies
1
Views
1K
  • Quantum Physics
Replies
2
Views
962
Replies
4
Views
1K
Replies
2
Views
129
Back
Top