Welcome, Guest

Author Topic: Math help  (Read 2910 times)

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Math help
« on: September 28, 2012, 06:37:54 PM »
bla or matty or someone who knows what they're doing:

1 <= floor((L)/(2(x-floor(x/3))^2+2(x-floor(x/3))+1)) < infinity
for a given value of L, what values of x fit the constraints?

(an algorithmic-like process would be best)
« Last Edit: September 28, 2012, 06:57:41 PM by mudkipz »

FiahOwl

  • *****
  • Posts: 1234
  • This is, to give a dog and in recompense desire my dog again.
Re: Math help
« Reply #1 on: September 28, 2012, 06:41:06 PM »

This message is only viewable with Universe Sandbox Galaxy Edition. Access it and much more with promo-code '82559'.

« Last Edit: March 22, 2021, 12:55:29 AM by FiahOwl »

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Math help
« Reply #2 on: September 28, 2012, 06:41:55 PM »
no this isn't a joke. it has practical applications, believe it or not.

matty406

  • *****
  • Posts: 82
Re: Math help
« Reply #3 on: September 28, 2012, 06:50:47 PM »
Are you seriously asking me for help with math.

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Math help
« Reply #4 on: September 28, 2012, 06:51:33 PM »
[09:47.20] <+Darvince> for L = 70, x is between 13 and 0


1 >= floor((L)/(2(x-floor(x/3))^2+2(x-floor(x/3))+1)) > infinity
1 >= floor((70)/(2(13-floor(13/3))^2+2(13-floor(13/3))+1)) > infinity
1 >= floor((70)/(2(9)^2+2(9)+1)) > infinity
1 >= floor((70)/(2*81+2(9)+1)) > infinity
1 >= floor((70)/(181)) > infinity
1 >= floor((70)/(181) > infinity
1 >= floor(70/181) > infinity
1 >=0 > infinity










blotz

  • Formerly 'bong'
  • *****
  • Posts: 813
  • op pls
Re: Math help
« Reply #5 on: September 28, 2012, 06:53:47 PM »
holy moly.

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Math help
« Reply #6 on: September 28, 2012, 06:58:28 PM »
i flipped the symbols by accident. fixed.

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Math help
« Reply #7 on: September 28, 2012, 07:16:31 PM »
1 <= floor((L)/(2(x-floor(x/3))^2+2(x-floor(x/3))+1)) < infinity

x = 16 test

1 <= floor((70)/(2(16-floor(16/3))^2+2(16-floor(16/3))+1)) < infinity
1 <= floor((70)/(2(11)^2+2(12)) < infinity
1 <= floor((70)/2*121+24) < infinity
1 <= floor((70)/242+24) < infinity
1 <= floor((70)/264) < infinity
1 <= 0 < infinity
false.

x=2 test

1 <= floor((70)/(2(2-floor(2/3))^2+2(2-floor(2/3))+1)) < infinity
1 <= floor((70)/(2(2)^2+2(3)) < infinity
1 <= floor((70)/(8+6)) < infinity
1 <= floor(70/14) < infinity
1 <= 5 < infinity

true.

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Math help
« Reply #8 on: September 28, 2012, 07:17:31 PM »
ok that^ is as far as i get before brain kiplodes

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Math help
« Reply #9 on: September 28, 2012, 07:26:26 PM »
yes, but how do you get this? i need a formula or an algorithm

1 <= floor((L)/(2(x-floor(x/3))^2+2(x-floor(x/3))+1)) < infinity

x = 16 test

1 <= floor((70)/(2(16-floor(16/3))^2+2(16-floor(16/3))+1)) < infinity
1 <= floor((70)/(2(11)^2+2(12)) < infinity
1 <= floor((70)/2*121+24) < infinity
1 <= floor((70)/242+24) < infinity
1 <= floor((70)/264) < infinity
1 <= 0 < infinity
false.

x=2 test

1 <= floor((70)/(2(2-floor(2/3))^2+2(2-floor(2/3))+1)) < infinity
1 <= floor((70)/(2(2)^2+2(3)) < infinity
1 <= floor((70)/(8+6)) < infinity
1 <= floor(70/14) < infinity
1 <= 5 < infinity

true.

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Math help
« Reply #10 on: September 28, 2012, 08:08:53 PM »
what is floor

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Math help
« Reply #11 on: September 28, 2012, 08:23:37 PM »
truncation

floor(70/223) = 0
floor(21.974836475898942) = 21

Bla

  • Global Moderator
  • *****
  • Posts: 1013
  • The stars died so you can live.
Re: Math help
« Reply #12 on: September 29, 2012, 11:27:20 AM »
Well I've never been taught anything about floors in Math, so I don't really know how to deal with them, but after stopping my eye bleeding from looking at the horrible mess of characters which apparently is an "inequation", I noticed that the denominator looked suspiciously like a quadratic equation if the floors were made of invisiglass. So I tried to solve it and got these results, maybe those numbers are somewhat magic because after all if you divide by 0 you get infinity but... Now I'm bored so see if you can use this first.

I'm not even entirely sure if I wrote it correctly to begin with, you better check everything thoroughly.
« Last Edit: September 29, 2012, 11:39:58 AM by Bla »

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Math help
« Reply #13 on: September 29, 2012, 11:28:37 AM »
KOLOK