Express maximum as an equation

  • Context: High School 
  • Thread starter Thread starter Crusty
  • Start date Start date
  • Tags Tags
    Maximum
Click For Summary
SUMMARY

The maximum of two variables A and B can be expressed using the equation MAXIMUM(A, B). This can be represented as a piecewise function, which explicitly defines the maximum based on the values of A and B. When given a third variable C, where MAXIMUM(A, B) = C, it is impossible to uniquely solve for A if B is greater than A, as A can take any value less than C. The derived equation a*((a-b)/abs(a-b)+1)/2+b*((b-a)/abs(b-a)+1)/2 is valid when A and B are not equal.

PREREQUISITES
  • Understanding of piecewise functions
  • Familiarity with absolute value functions
  • Basic algebraic manipulation skills
  • Knowledge of maximum functions in mathematics
NEXT STEPS
  • Research piecewise function definitions and applications
  • Learn about absolute value properties and their implications in equations
  • Explore maximum and minimum functions in calculus
  • Study algebraic techniques for solving equations with multiple variables
USEFUL FOR

Mathematicians, students studying algebra, and anyone interested in understanding maximum functions and their applications in equations.

Crusty
Messages
22
Reaction score
0
Given variables A and B
How is the maximum of A and B expressed as an equation?
Another way of saying it is how do you express MAXIMUM(A,B) as an equation?

Given variables A,B,C
MAXIMUM(A,B)=C
How do you solve for A?
 
Mathematics news on Phys.org
Crusty said:
Given variables A and B
How is the maximum of A and B expressed as an equation?
Another way of saying it is how do you express MAXIMUM(A,B) as an equation?

Given variables A,B,C
MAXIMUM(A,B)=C
How do you solve for A?

For part 1, you can write a piecewise function but it is just typing out what maximum means.

For the second part, you can't necessarily recover A from C. Suppose that B>A. Then A could be any value less than C.
 
Last edited:
How do you write it piecewise again?

For writing as an equation, I came up with this but it only works when the numbers aren't equal
a*((a-b)/abs(a-b)+1)/2+b*((b-a)/abs(b-a)+1)/2
 

Similar threads

Replies
21
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K