min(ax/(bx+1), ay/(by+1))​=min(ax,ay​)/(min(bx,​by)+1) Holds!

2 visualizaciones (últimos 30 días)
kader
kader el 4 de Ag. de 2016
Comentada: kader el 4 de Ag. de 2016
For any positive value of a, b, x and y, Numerically (through Matlab simulation) I can prove that the following equality holds.
min(ax/(bx+1), ay/(by+1))=min(ax,ay)/(min(bx,by)+1).
Can anyone please prove that the above equality holds through the mathematical derivation?
Thanks in advance >Kader

Respuesta aceptada

Matt J
Matt J el 4 de Ag. de 2016
Editada: Matt J el 4 de Ag. de 2016
Let z=max(1/x,1/y)=1/min(x,y). Then,
min(a*x/(b*x+1), a*y/(b*y+1))
= min(a/(b+1/x), a/(b+1/y))
= a/(b+z)
= (a/z)/((b/z)+1)
= a*min(x,y)/(b*min(x,y)+1)
= min(a*x,a*y)/(min(b*x,b*y)+1)
  1 comentario
kader
kader el 4 de Ag. de 2016
Thanks a lot. I really appreciate your effort and time.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by