Where is this function larger then zero?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 1K views
Ad VanderVen
Messages
169
Reaction score
13
Poster has been reminded to show their work on schoolwork problems
Homework Statement
It is given that 0 <A, 0 <a, 0 <b, 0 <c. Under what conditions is then
1-exp (-a * A / (b / c + 1)) greater than zero?
Relevant Equations
1-exp (-a * A / (b / c + 1))
I do not know how to proceed.
 
Physics news on Phys.org
Ad VanderVen said:
Homework Statement:: It is given that 0 <A, 0 <a, 0 <b, 0 <c. Under what conditions is then
1-exp (-a * A / (b / c + 1)) greater than zero?
Relevant Equations:: 1-exp (-a * A / (b / c + 1))

I do not know how to proceed.
You have to make an effort.
 
  • Like
Likes   Reactions: berkeman
$$1-exp(-a*A/(b/c+1))>0$$
$$exp(-a*A/(b/c+1))<1$$
$$ln(-a*A/(b/c+1))<0$$
$$0<-a*A/(b/c+1) $$ and $$-a*A/(b/c+1)<1$$
 
Sorry, You are right. It should be
$$-a*A/(b/c+1)<0$$
and therefore
$$a*A/(b/c+1)>0$$
and because 0 < a, 0 < b, 0 < c, 0 < A it follows that
$$a*A/(b/c+1)>0$$
is always true.

Am I correct?
 
Ad VanderVen said:
Sorry, You are right. It should be
$$-a*A/(b/c+1)<0$$
and therefore
$$a*A/(b/c+1)>0$$
and because 0<a, 0<b, 0<c, )< A it follows that
$$a*A/(b/c+1)>0$$
is always true.

Am I correct?
Yes.