Confused about simple max{,} notation

AI Thread Summary
The max{f(x,Z), g(x,Z)} notation represents the larger value between the two functions f and g for given values of x and Z, under the conditions that Z > 10 and f(x,Z) < 2. It functions as a mathematical operator that selects the maximum output from the two functions based on the specified criteria. Examples illustrate that max{a, b} simply returns the greater of the two values a and b. The discussion clarifies that max{f(x), g(x)} is a function that provides the larger output for each value of x. Understanding this notation is essential for applying it correctly in the context of Compton and Rayleigh scattering.
dtessela
Messages
2
Reaction score
0
I'm working on a project that required me to go through the literature to find some information on Compton and Rayleigh scattering. I came across a key expression, part of it which read:

max{ f(x,Z), g(x,Z) } if Z > 10 and f(x,Z) < 2

where f(x,Z) and g(x,Z) are known functions.
The problem is I don't understand the max{f(x,Z),g(x,Z)} notation. I have done some poking around on the interwebs but nothing really helpful has come up.

Thanks for future help!

D
 
Mathematics news on Phys.org
dtessela said:
I'm working on a project that required me to go through the literature to find some information on Compton and Rayleigh scattering. I came across a key expression, part of it which read:

max{ f(x,Z), g(x,Z) } if Z > 10 and f(x,Z) < 2

where f(x,Z) and g(x,Z) are known functions.
The problem is I don't understand the max{f(x,Z),g(x,Z)} notation. I have done some poking around on the interwebs but nothing really helpful has come up.

Thanks for future help!

D

It's the largest value of f and g, where Z > 10 and f(x, Z) < 2.
 
Here are some examples for you:

max{10, 3} = 10
max{-1, -100} = -1

if x = 30*3 and y = 40! and z = 40^2

then max{x, y, z} = y

if f(x) = 2x + 10 and g(x) = x^3

then when x = 1

max{f(x), g(x)} = f(x)
 
Notice that max{a, b} applied to numbers a and b. max{f(x), g(x)} is actually a function, h(x), that, to each value of x, gives the larger of the two numbers f(x) and g(x) for that particular x.
 
HallsofIvy said:
Notice that max{a, b} applied to numbers a and b. max{f(x), g(x)} is actually a function, h(x), that, to each value of x, gives the larger of the two numbers f(x) and g(x) for that particular x.

Thanks, that helped clear it up!
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top