What is the maximum and minimum sum for $|a-b|+|b-c|+|c-a|$ with given relation?

In summary, the purpose of finding the maximum and minimum is to identify the highest and lowest values in a set of data. There are various methods that can be used to find the maximum and minimum, including sorting, mathematical formulas, and built-in functions. The maximum and minimum can be the same value when all values in the data set are the same. The difference between absolute and relative maximum/minimum lies in the context in which the values are evaluated. Finding the maximum and minimum can be useful in data analysis for understanding the range and distribution of the data, identifying outliers, and making decisions based on extreme values.
  • #1
lfdahl
Gold Member
MHB
749
0
Find the maximum and minimum of the sum $|a-b|+|b-c|+|c-a|$, if the integer numbers $a,b$ and $c$ satisfy the following relation:

\[ (a-b)^3+(b-c)^3+(c-a)^3 = 60 \]
 
Mathematics news on Phys.org
  • #2
lfdahl said:
Find the maximum and minimum of the sum $|a-b|+|b-c|+|c-a|$, if the integer numbers $a,b$ and $c$ satisfy the following relation:

\[ (a-b)^3+(b-c)^3+(c-a)^3 = 60 \]

using $x + y +z = 0 => x^3+y^3 + z^3 = 3xyz$ we get letting x = a-b , y = b-c , z = c - a = -(x+y)
$3(a-b)(b-c)(c-a) = 60$ or $(a-b)(b-c)(c-a) = 20$
or $xy(x+y) = - 20$
taking factors of -20 (product of 3 numbes) such that product is 20 we get 3 triplets ( -1,-4,-5), (-1,5,4), (-4,5,1) and in all
cases $|x| + |y| + |z|$ or $|a-b| + |b-c| + |c-a| = 10$

Needless to say that both maximum and minimum are 10
 
  • #3
kaliprasad said:
using $x + y +z = 0 => x^3+y^3 + z^3 = 3xyz$ we get letting x = a-b , y = b-c , z = c - a = -(x+y)
$3(a-b)(b-c)(c-a) = 60$ or $(a-b)(b-c)(c-a) = 20$
or $xy(x+y) = - 20$
taking factors of -20 (product of 3 numbes) such that product is 20 we get 3 triplets ( -1,-4,-5), (-1,5,4), (-4,5,1) and in all
cases $|x| + |y| + |z|$ or $|a-b| + |b-c| + |c-a| = 10$

Needless to say that both maximum and minimum are 10

Later I realized that there is only one solution (a-b=5, b-c = -4, c-a = -1) or a permutation of the same permutation counting the same
'
 
  • #4
kaliprasad said:
Later I realized that there is only one solution (a-b=5, b-c = -4, c-a = -1) or a permutation of the same permutation counting the same
'

Well done!

Yes, the only solution is the set $(5,-4,-1)$ and its permutations.
 

FAQ: What is the maximum and minimum sum for $|a-b|+|b-c|+|c-a|$ with given relation?

What is the purpose of finding the maximum and minimum?

The purpose of finding the maximum and minimum is to identify the highest and lowest values in a set of data. This can help in making comparisons, making predictions, and understanding the overall range of the data.

What methods can be used to find the maximum and minimum?

There are several methods that can be used to find the maximum and minimum, such as sorting the data in ascending or descending order and then identifying the first and last values, using mathematical formulas, or using built-in functions in programming languages.

Can the maximum and minimum be the same value?

Yes, it is possible for the maximum and minimum to be the same value. This can occur when all the values in the data set are the same.

What is the difference between absolute maximum/minimum and relative maximum/minimum?

The absolute maximum and minimum refer to the highest and lowest values in a data set, regardless of the context. On the other hand, the relative maximum and minimum consider the highest and lowest values within a specific context, such as a specific interval or range.

How can finding the maximum and minimum be useful in data analysis?

Finding the maximum and minimum can be useful in data analysis as it provides important information about the range and distribution of the data. It can also help in identifying outliers and making decisions based on extreme values.

Similar threads

Replies
1
Views
862
Replies
1
Views
869
Replies
1
Views
943
Replies
1
Views
1K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
1
Views
1K
Back
Top