Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 24 25 [26] 27 28 ... 173

Author Topic: Mathematics Help Thread  (Read 218295 times)

ILikePie

  • Bay Watcher
  • Call me Ron
    • View Profile
Re: Mathematics Help Thread
« Reply #375 on: January 24, 2011, 02:10:26 pm »

Aye, thanks. n = 2, 3, am I right? My book says it's 2 but not 3 for some reason.
Logged

Vector

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #376 on: January 24, 2011, 02:51:19 pm »

n = 2, -3.  It isn't -3 because you know n is even.
Logged
"The question of the usefulness of poetry arises only in periods of its decline, while in periods of its flowering, no one doubts its total uselessness." - Boris Pasternak

nonbinary/genderfluid/genderqueer renegade mathematician and mafia subforum limpet. please avoid quoting me.

pronouns: prefer neutral ones, others are fine. height: 5'3".

KaminaSquirtle

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #377 on: February 08, 2011, 02:37:53 pm »

Necro post!
I feel like I'm hitting my head against a wall on this problem, so if anyone could give me a nudge in the right direction that would be great:

Show that a graph G has at least (χ(G) choose 2) edges.  (χ(G) is the chromatic number of G)

It seems like a really simple problem, so I must be missing something obvious.
Logged

Sowelu

  • Bay Watcher
  • I am offishially a penguin.
    • View Profile
Re: Mathematics Help Thread
« Reply #378 on: February 08, 2011, 03:15:48 pm »

I have no experience in this field but let me take a stab.  Or at least help others take a stab.

First let me make sure I've still got the terminology right...
Chromatic number = if you give every node in the graph a color, the chromatic number is the minimum number of colors required to make sure that no two nodes connected by an edge have the same color, right?
N choose k = The number of unique subsets of N that contain exactly k elements, right?  So 4 choose 2 means, if you have four apples, the number of different pairs of apples you could pick from them.  Specifically, it's equal to n!/(k!(n-k)!).

Okay.  Smallest graph = 1 node = 1 color, 0 edges.
Add another node, and another edge, 2 nodes, 2 colors, 1 edge.
Add another node, plus one edge to each of those colors. 3 nodes, 3 colors, 3 edges.
Again... 4 nodes, 4 colors, 7 edges.
Every time you increase the chromatic number in a way that requires the least additional edges, you add one node, and n edges where n is the number of previously-existing nodes.  (Each new node needs an edge to every existing node, otherwise it would be able to duplicate a color of a node it was not connected to).  Or, put more concisely, when the chromatic number is X, you have X edges and (2^(X-1))-1 edges.

Bluh bluh dumb at math
« Last Edit: February 08, 2011, 03:52:08 pm by Sowelu »
Logged
Some things were made for one thing, for me / that one thing is the sea~
His servers are going to be powered by goat blood and moonlight.
Oh, a biomass/24 hour solar facility. How green!

KaminaSquirtle

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #379 on: February 08, 2011, 03:40:43 pm »

Thanks, that's really clever, first showing that complete graphs have the least edges per chromatic number (trivial), and then showing that the complete graphs will always have at least (χ(Kn) choose 2) edges, where Kn is the complete graph with n nodes.

I should be able to go from there.  The only mistake you made with the terminology is that (n choose k) = n!/(k!(n-k)!), not n!/k!, but that shouldn't interfere with the problem.

Lemme try and finish this one up.

Edit: I think you messed up somewhere, since K4 only has 6 edges, and the general formula for number of edges of a complete graph is n(n-1)/2, where n is the number of nodes, which equals the number of colors in this case.  If we evaluate n!/(k!(n-k)!) where k=2, we get exactly n(n-1)/2.  So the proof is done.

Derp.  I was missing something obvious.
« Last Edit: February 08, 2011, 03:50:03 pm by KaminaSquirtle »
Logged

Sowelu

  • Bay Watcher
  • I am offishially a penguin.
    • View Profile
Re: Mathematics Help Thread
« Reply #380 on: February 08, 2011, 03:50:03 pm »

Oh!  Whoops.  Let me edit that post so I don't confuse other people.  Oh well.  :D  I never did finish that math minor...
Logged
Some things were made for one thing, for me / that one thing is the sea~
His servers are going to be powered by goat blood and moonlight.
Oh, a biomass/24 hour solar facility. How green!

KaminaSquirtle

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #381 on: February 08, 2011, 03:51:18 pm »

Ahhhhh, we keep editing while the other posts!
Anyway, solved.
Logged

Sowelu

  • Bay Watcher
  • I am offishially a penguin.
    • View Profile
Re: Mathematics Help Thread
« Reply #382 on: February 08, 2011, 03:53:12 pm »

No more edits for me.  Yay!
Logged
Some things were made for one thing, for me / that one thing is the sea~
His servers are going to be powered by goat blood and moonlight.
Oh, a biomass/24 hour solar facility. How green!

Urist is dead tome

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #383 on: February 08, 2011, 05:48:20 pm »

Someone tell me about quadratic equations please.
Logged

Leafsnail

  • Bay Watcher
  • A single snail can make a world go extinct.
    • View Profile
Re: Mathematics Help Thread
« Reply #384 on: February 08, 2011, 05:58:18 pm »

What?  You mean like... how to solve them, or something deeper than that?
Logged

Darvi

  • Bay Watcher
  • <Cript> Darvi is my wifi.
    • View Profile
Re: Mathematics Help Thread
« Reply #385 on: February 08, 2011, 05:58:53 pm »

Quadratic equations follow  the formula a*x^2 + b*x+c ,where a,b, and c can be any real constants (or imaginary, but that's neither here nor there).

They can either have 2 real solutions (or roots), one unique solution, or no real solution at all.

The amount of solutions depends on the discriminant \Delta = b^2 - 4ac.\,

If it's positive, you have 2 roots, is it negative, there is no real root (but 2 imaginary ones), and if delta is 0 then you have one root.

The roots then can be calculated with the following formulae:
\frac{-b + \sqrt {\Delta}}{2a}
and

 
\frac{-b - \sqrt {\Delta}}{2a}
if the discriminant is positive or

x = -\frac{b}{2a} . \,\!if it's zero.

Derivative is 2a*x +b and indefinite integrals are a/3*x^3+b/2*x^2+c*x + constant




Is that enough?^^
« Last Edit: February 08, 2011, 07:13:30 pm by Darvi »
Logged

Urist is dead tome

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #386 on: February 08, 2011, 06:03:13 pm »

Thanks Darvi, I really appreciate the help.
Logged

Sowelu

  • Bay Watcher
  • I am offishially a penguin.
    • View Profile
Re: Mathematics Help Thread
« Reply #387 on: February 08, 2011, 06:27:03 pm »

Although your custom smiley links are broken :(
Logged
Some things were made for one thing, for me / that one thing is the sea~
His servers are going to be powered by goat blood and moonlight.
Oh, a biomass/24 hour solar facility. How green!

Darvi

  • Bay Watcher
  • <Cript> Darvi is my wifi.
    • View Profile
Re: Mathematics Help Thread
« Reply #388 on: February 08, 2011, 06:30:53 pm »

What smileys? Those are formulas that I got from wikipedia.
Logged

Sowelu

  • Bay Watcher
  • I am offishially a penguin.
    • View Profile
Re: Mathematics Help Thread
« Reply #389 on: February 08, 2011, 07:08:31 pm »

I meant these at the end:
Code: [Select]
[img]http://www.bay12forums.com/smf/file:///C:/Users/Willy/AppData/Local/Temp/moz-screenshot-3.png[/img]
Logged
Some things were made for one thing, for me / that one thing is the sea~
His servers are going to be powered by goat blood and moonlight.
Oh, a biomass/24 hour solar facility. How green!
Pages: 1 ... 24 25 [26] 27 28 ... 173