Finding a Min or Max point without knowing the function

  • Context:
  • Thread starter Thread starter Yankel
  • Start date Start date
  • Tags Tags
    Function Max Point
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
3 replies · 2K views
Yankel
Messages
390
Reaction score
0
Hello,

I have this simple problem:

f(x) and g(x) are both differentiable. f is monotonically increasing for every x. g has a local min at x=0. we define h to be h(x)=f(g(x)).

Can we say anything about x=0 for h(x) ?

I used the chain rule to find that h'(x) = f'(g(x))*g'(x). at x=0 g'(x)=0, so h'(0) = 0 as well. is it possible to say if x=0 is min, max, or isn't is possible ?

thank you in advance.
 
Physics news on Phys.org
We can tell that g(x) is locally increasing for x > 0. Therefore h(x) is locally increasing for x > 0 as well.
And g(x) is locally decreasing for x < 0, so h(x) is locally decreasing for x < 0 as well.
Consequently h(x) has a local minimum at x=0.
Differentiability of any of the functions is not needed.
 
right, so f has no effect on h ?