Hello everyone, I've come across a problem I'm not quite able to solve and I would be very thankful if someone here could give me a hand.
I have the following equation:
Y(x) = a*t(x) / ln (b/c-w(x))
a, b and c are constants, and w varies over time.
My first problem is that I come across undefined values.
The term c - w(x) decreases over time until it reaches the value 0, which is of course a problem, since log(0) doesn't exist.
Next issue is that the term b/(c-w(x) at the very beginning has the value 1, and log(1) is 0, which makes my denominator zero and of course division by zero is also not possible.
I know that I have got to define values, but I am not sure where to start with.
My constant values are:
a= 0.25
b=0.5
c=14.3
t(x) has values starting from 0 until 178,
c(x) has values starting from 13.8 until 14.3
If anyone can give me a hint on how this is better solved I would really appreciate it!
Thanks a lot for taking the time to read this!
I have the following equation:
Y(x) = a*t(x) / ln (b/c-w(x))
a, b and c are constants, and w varies over time.
My first problem is that I come across undefined values.
The term c - w(x) decreases over time until it reaches the value 0, which is of course a problem, since log(0) doesn't exist.
Next issue is that the term b/(c-w(x) at the very beginning has the value 1, and log(1) is 0, which makes my denominator zero and of course division by zero is also not possible.
I know that I have got to define values, but I am not sure where to start with.
My constant values are:
a= 0.25
b=0.5
c=14.3
t(x) has values starting from 0 until 178,
c(x) has values starting from 13.8 until 14.3
If anyone can give me a hint on how this is better solved I would really appreciate it!
Thanks a lot for taking the time to read this!