New Reply

Confused about simple max{,} notation

 
Share Thread Thread Tools
May7-12, 07:21 PM   #1
 

Confused about simple max{,} notation


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
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
May7-12, 07:24 PM   #2
 
Mentor
Quote by dtessela View Post
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.
May9-12, 07:58 AM   #3
 
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)
May9-12, 08:10 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Confused about simple max{,} notation


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.
May9-12, 10:23 AM   #5
 
Quote by HallsofIvy View Post
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!
New Reply

Tags
compton, max, notation, rayleigh, scattering
Thread Tools


Similar Threads for: Confused about simple max{,} notation
Thread Forum Replies
Notation - help, I'm confused! Calculus 0
Confused on sigma notation Calculus 4
Confused on Theta notation Calculus & Beyond Homework 1
confused on this notation! partial derivatives! Calculus & Beyond Homework 2
Confused about Dirac notation Quantum Physics 4