Is There a Positive Scalar That Can Make One Function Greater Than Another?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
geoffrey159
Messages
535
Reaction score
68

Homework Statement


Let ##f,g## be two real valued functions, defined on the segment ##[a,b]## and continuous on ##[a,b]##, such that ## 0 < g < f ##. Show there exist ##\lambda > 0 ## such that ## (1+\lambda) g \le f ##

Homework Equations



The Attempt at a Solution



Set ##h = f/g##. Since ##g\neq 0##, ##h## is continuous on ##[a,b]##.
Therefore, ##h## is bounded on ##[a,b]## and reaches its bounds. Call ##m = h(x_0)## its lower bound. By construction, ##1 < m \le h##, so ## \lambda = m-1 > 0 ## and ## (1+\lambda) g \le f ##. Is it correct ?
 
  • Like
Likes   Reactions: Umrao
Physics news on Phys.org
Looks good to me. Then ##(1+\lambda)g(x_0) = f(x_0)## and is less than or equal to at all other points in the domain.
 
  • Like
Likes   Reactions: geoffrey159
Thank you !