Math headache
Sunday, May 1, 2005 by Thomas Thomassen | Discussion: WinCustomize Talk
So I hoped anyone here could help me in the right direction. The formula I have is:
200 = logb10
Reply #3 Sunday, May 1, 2005 7:40 PM
200 = logb10
translates to:
b^200 = 10 take the 200th root of both sides ->
b = 10^(1/200) simplify ->
b = 10^0.005
= 1.011579
Just another rearrangement to show some more working on how to get b as the 'focus'. The last line used a calculator (the x^y button) found on most scientific calculators.
A general formula might be: x = logby
b = y^(1/x)

Reply #4 Sunday, May 1, 2005 7:56 PM
His formulas appearance looks much better, so I'll only add this check...
logbx = (log x)/(log
= ln(10)/ln(1.011579454)
= 200

Reply #5 Sunday, May 1, 2005 8:00 PM
When I got back home this summer I'll see if I can find my old math books, if I haven't burned them, and freshen up my memory.
I swear my old math teachers are giggling to them self now, thinking: -That'll teach him for saying "This is rubbish, I'll never have any use for this!"!
Thanks guys.
Reply #6 Tuesday, May 10, 2005 5:42 PM
I'm quite annoyed that I can't figure out this my self yet. I remember doing stuff like this just a couple of years ago..

Reply #7 Tuesday, May 10, 2005 6:48 PM
Reply #8 Wednesday, May 11, 2005 4:44 AM

Reply #9 Wednesday, May 11, 2005 7:08 PM
for x = 0 to 200 step 20
y = -40*(x-200)/(x+40)
next
y will decrease from 200 to 0, as x ranges from 0 to 200, the step 20 makes the 10 steps you wanted.

Reply #10 Wednesday, May 11, 2005 7:17 PM
-a*(x-
a is roughly the closness of the 'curving' point to the origin, so INCREASING this number makes the function a more GRADUAL curve (I recommend sticking around 20-40, but increase this as you increase
b is your limit,
so b = 100 will make the function decrease from 100 to 0 in x = 0 to 100
and b = 200 will make the function decrease from 200 to 0 in x = 0 to 200
Reply #11 Thursday, May 12, 2005 1:10 PM
Reply #12 Thursday, May 12, 2005 2:30 PM

Reply #13 Thursday, May 12, 2005 6:49 PM
So, to mirror a function across x-axis, a rough method is to multiply the entire function by -1, and to add 200 to every point, just add 200 to the function.
therefore:
y = 200+40*(x-200)/(x+40)
generally:
y = b+a*(x-
will give you what you want.

Reply #14 Friday, May 13, 2005 7:05 AM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Sunday, May 1, 2005 4:11 PM
I've been out of school way too long, so I have no clue if that is correct way to display the base number or not. I have forgotten so much.