Confused about simple max{,} notation

  • Context: High School 
  • Thread starter Thread starter dtessela
  • Start date Start date
  • Tags Tags
    Confused Max Notation
Click For Summary

Discussion Overview

The discussion revolves around the notation max{f(x,Z), g(x,Z)} in the context of Compton and Rayleigh scattering. Participants seek clarification on the meaning and application of this notation, particularly under the conditions Z > 10 and f(x,Z) < 2.

Discussion Character

  • Conceptual clarification
  • Technical explanation

Main Points Raised

  • One participant expresses confusion about the max{f(x,Z), g(x,Z)} notation and seeks help in understanding it.
  • Another participant states that max{f(x,Z), g(x,Z)} represents the largest value between f and g, given the conditions Z > 10 and f(x,Z) < 2.
  • Examples are provided to illustrate the concept of the max function, including specific numerical cases and functions.
  • A participant explains that max{f(x), g(x)} can be viewed as a function h(x) that returns the larger of f(x) and g(x) for each value of x.
  • A later reply indicates that the explanation provided was helpful in clarifying the notation.

Areas of Agreement / Disagreement

Participants appear to agree on the basic interpretation of the max notation as a function that selects the larger of two values, though the initial confusion indicates that not all aspects of its application are fully resolved.

Contextual Notes

The discussion does not address potential limitations or assumptions regarding the functions f and g, nor does it explore the implications of the conditions Z > 10 and f(x,Z) < 2 in detail.

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!
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 24 ·
Replies
24
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 41 ·
2
Replies
41
Views
5K
  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K