Minimizing L_infty Norm: Finding Closest Points to b on x-axis and y=x

  • Thread starter Mindscrape
  • Start date
  • Tags
    Norm
In summary, the problem is to find the closest point or points to b = (-1,2)^T that lie on (a) the x-axis and (b) the line y=x using the Euclidean norm and the L_\infty norm. The L_\infty norm is the absolute value of the coordinate with the largest absolute value. The minimum distance can be found by minimizing the absolute values of the coordinates. For the x-axis, the minimum distance is achieved when x is between 1 and 3. For the line y=x, the minimum distance is achieved where the line intersects with the x-axis.
  • #1
Mindscrape
1,861
1
This is a routine minimization problem, find the closest point or points to b = (-1,2)^T that lie on (a) the x-axis and (b) the line y=x.

First I am supposed to solve it with the Euclidian norm, which is no problem, but then we are supposed to solve with the [tex]L_\infty[/tex] norm. I am a little confused because the [tex]L_\infty[/tex] is the max of all points, so it is asking to minimize the maximum point?? :uhh:
 
Physics news on Phys.org
  • #2
You just take the maximum absolte value over all of your coordinates.

It's just another way to conceptualize space in R^n.
 
  • #3
I know what the [tex]L_\infty[/tex] norm is. I am confused because the closest point will be when ||Ax-b|| is minimized, but the norm of [tex]||Ax-b||_\infty[/tex] finds the maximum absolute value, which means that either the minimum must be less than zero for the two to agree, or if the minimum distance is greater than zero the problem doesn't make sense because the maximum value won't be the minimum.

To me there seems to be a contradiction.
 
  • #4
No, no. The infinity norm is the absolute value of the coordinate with the largest absolute value. Find x that minimizes this.

Consider the first problem.

You want to minimize [tex]||(-1,2)-(x,0)||_\infty=||(-1-x,2)||_\infty[/tex]. What is this if x is between 1 and 3? What is it otherwise? How can you minimize it? Is the x that minimizes the norm unique?
 
Last edited:
  • #5
Oh, right, this actually does make sense - just really strange to think about. So then the idea is to minimize [tex]||(-1-x,2)||_\infty[/tex] which would be minimum of |-1-x|, and |2|. So then the minimum infinity norm would be whenever 1+x < 2 or x < 1.

Then for the line y = x the idea will be to minimize |-1-x| and |2-y|. So it would be a minimum where the two intersect.
 

1. What is the L_infty norm?

The L_infty norm, also known as the maximum norm or the supremum norm, is a way to quantify the size of a vector or a function. It is defined as the maximum absolute value of the elements in the vector or the function.

2. How is the L_infty norm calculated?

The L_infty norm of a vector is calculated by taking the maximum absolute value of all the elements in the vector. For a function, it is calculated by taking the maximum absolute value of the function over its domain.

3. Why is minimizing the L_infty norm important?

Minimizing the L_infty norm is important because it helps to reduce the maximum error or deviation between a theoretical model and its real-world observations. This is particularly useful in applications such as data fitting, signal processing, and machine learning.

4. What methods are used to minimize the L_infty norm?

There are various methods used to minimize the L_infty norm, including gradient descent, convex optimization, and linear programming. The choice of method depends on the specific problem and its constraints.

5. Are there any limitations to minimizing the L_infty norm?

Yes, there are limitations to minimizing the L_infty norm. In some cases, minimizing the L_infty norm may result in overfitting or underfitting the data. Additionally, it may not always be the most appropriate measure for a given problem, and other norms such as L_1 or L_2 may be more suitable.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
284
  • Calculus and Beyond Homework Help
Replies
4
Views
845
  • Calculus and Beyond Homework Help
Replies
3
Views
839
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
468
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
837
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top