• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Math Question - solved, thanks.

Scootin159

Diamond Member
I need to create a graph with the following properties, and it's got me baffled, lol.

Anyways, here's the conditions:

f(0) = 0.8
f(3000) = 0

It needs to have a logrithmic pattern, with a big plateau at the top and a sharp drop off at the end.

Any ideas?
 
Originally posted by: RaynorWolfcastle
solve the following equations for a and b
log(b) = 0.8
log(3000a+b) = 0

your function will be of form log(ax+b)

That's not going to produce a sharp drop off at the end.

EDIT: So... uh... just say "if x > dropOffPoint, f(x) = 0"... it'll be a piecewise function... yeah....

Seriously, I don't have a good answer for you.
 
Originally posted by: RaynorWolfcastle
solve the following equations for a and b
log(b) = 0.8
log(3000a+b) = 0

your function will be of form log(ax+b)

Actually that's exactly what I wanted.

Thanks 🙂

btw, the result was: y = log(-0.00176985781493 x + 6.3095734448)
 
Back
Top