How do you graph this function?

  • Thread starter Thread starter michonamona
  • Start date Start date
  • Tags Tags
    Function Graph
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
michonamona
Messages
120
Reaction score
0

Homework Statement



For a given fixed value, z, how would the level curves of the function below look like? (i.e. the graph of the function in the xy plane, for some given value z.

z = min(2x+1, x+y, 2y+1)




Homework Equations





The Attempt at a Solution



Ive been working on this for awhile, but I can't seem to get it right.

Thanks,
M
 
Physics news on Phys.org
michonamona said:

Homework Statement



For a given fixed value, z, how would the level curves of the function below look like? (i.e. the graph of the function in the xy plane, for some given value z.

z = min(2x+1, x+y, 2y+1)




Homework Equations





The Attempt at a Solution



Ive been working on this for awhile, but I can't seem to get it right.

Thanks,
M

My take on this is that all three expressions on the right side of your equation above should be considered functions of x and y. The equations z = f(x, y) = 2x + 1, z = g(x, y) = x + y, and z = h(x, y) = 2y + 1 all represent planes in R3.

The function z = k(x, y) = min{f(x, y), g(x, y), h(x, y)} assigns to each point (x, y) in the domain, whatever number is the smallest of the three functions at that point.

Graphing each of the three functions would be a good start, IMO.