• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Mathematics thread

Status
Not open for further replies.
Level 14
Joined
Sep 27, 2009
Messages
1,547
Post math related questions, answer them etc.

I'll start (not a homework question, I swear):

m1xYooN.png


Solve the relation of s and a (s/a,see the picture).

Also feel free to post homework questions if you're a lazy bastard.

edit: fixed the picture
 
Last edited:
Level 14
Joined
Sep 27, 2009
Messages
1,547
The graphical representation is inaccurate and only intended for easier understanding of the question. So yes, the sides are equal and its corners are touching the half circle's edge.

Here's a fixed version anyway:

m1xYooN.png


If nobody comes up with anything I'll try to solve it myself tomorrow.
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
Fun one if someone wants a challenge:

Consider the set Ck consisting of all k-tuples of subsets of N = {1..n} which satisfy the following property:

∀e ∈ Ck, e = (a1,...,ak) such that ∀i 0≤i≤k, ai ⊆ N
a2i-1 ⊆ a2i ⊇ a2i+1 ∀i (for indices ≤ k)

Give (and justify) an expression for |Ck| given n and k.

Edit: A hint to get people started. Let's prove k = 1 (which is equivalent to the power set problem). You probably know how to prove this already if you're attempting this problem, but you may not have seen this approach before:

Stuff we'll need - Rules of arithmetic:
  1. There exists a bijection from S to T if and only if |S| = |T|
  2. If S∩T = ∅, then |S∪T| = |S| + |T| (disjoint union)
  3. |SxT| = |S||T| (set cross product)
Corollary: Define the nth power of a set Sn as Sx...xS (n times). |Sn| = |S|n

The proof:

Let Vn be the set of all binary vectors of length n.

Claim: There is a bijection from Vn to C1

Proof: Elements in N are either included or excluded in every a ∈ C1. Let 0 represent exclusion and 1 represent inclusion. We have |N| = n, and |a| = n, so let each element in a correspond to a unique element in N. Therefore there is a clear bijection between Vn and C1.

We have Vn = {0,1}n. Therefore:
|Vn| = |{0,1}n|
|Vn| = |{0,1}|n (By rule 3)
|Vn| = 2n
|Vn| = |C1| (By rule 1)
|C1| = 2n
 
Last edited:

fladdermasken

Off-Topic Moderator
Level 39
Joined
Dec 27, 2006
Messages
3,688
A town with a population of n has m clubs such that
  • Each club has an odd number of members.
  • Any two clubs have an even number of shared members.
Show that m ≤ n.

Hint: This problem is easier if you think of each club as a vector.

a2i-1 ⊆ a2i ⊇ a2i+1 ∀i (for indices ≤ k)
Just to be clear, considering people keep switching the notations around, by ⊆ and ⊇ you mean subset and superset respectively, right? Also we can't assume they're proper subsets/supersets?
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
Just to be clear, considering people keep switching the notations around, by ⊆ and ⊇ you mean subset and superset respectively, right? Also we can't assume they're proper subsets/supersets?
Yes. Basically each even-indexed subset contains the odd-indexed subsets on either side of it. And all subsets in this question are improper.

Edit: fladdermasken, this is more of a statement of truth than a proof given how rusty my linear algebra is, but my answer to yours is that it's equivalent to linear independence. Construct n one-member clubs and it's clear that you can't add any more. You can easily make the clubs larger but if you treat clubs as initially one-entry vectors which grow as you add members to them it's clear that even though you can grow existing clubs you'll never be able to add any new ones.
 
Last edited:

fladdermasken

Off-Topic Moderator
Level 39
Joined
Dec 27, 2006
Messages
3,688
Another fun problem for the layman is one in HINDYhat's old maths thread.

Which is greater, the number of naturals or the number of squares of naturals? Note that for every natural number n, there is a corresponding square n2, but some natural numbers, e.g. 2 and 3, are not the squares of natural numbers.

If you don't know the natural numbers, that would be the set {0, 1, 2, ...}.

Yes. Basically each even-indexed subset contains the odd-indexed subsets on either side of it. And all subsets in this question are improper.
I'll have to think that one over. Pretty tricky.

fladdermasken, this is more of a statement of truth than a proof given how rusty my linear algebra is, but my answer to yours is that it's equivalent to linear independence. Construct n one-member clubs and it's clear that you can't add any more. You can easily make the clubs larger but if you treat clubs as initially one-entry vectors which grow as you add members to them it's clear that even though you can grow existing clubs you'll never be able to add any new ones.
Essentially, yes. The conditions imply linear independance over the field F2 where 1 + 1 = 0, i.e. odd is one and even is zero. I'll leave the rest of the proof in the hidden tag if someone wants to attempt it, but you have pretty much all you need there.

We claim that v1, v2, ..., vn is linearly independant over F2.

Let λ1v1 + λ2v2 + ... + λmvm = 0.

Then for every i
0= (λ1v1 + λ2v2 + ... + λmvm)Tvi
= λ1v1Tvi + λ2v2Tvi + ... + λmvmTvi
= λi

Ergo m ≤ n, because the vectors are linearly dependant in a an n-dimensional space.

Q.E.D
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
I added a proof for k = 1 which may give you some ideas.

Which is greater, the number of naturals or the number of squares of naturals? Note that for every natural number n, there is a corresponding square n2, but some natural numbers, e.g. 2 and 3, are not the squares of natural numbers.
This one is pretty easy for anyone with some set theory. I'll leave it in a hidden tag in case anyone else wants to attempt it.

The two sets are the same size.

Claim: There exists a bijection between N and N2

Proof: Given n ∈ N, we can produce n2 ∈ N2 via a square. This number is unique for n ≠ m by definition (not true for integers, but we don't have to worry about that).
Given n2 ∈ N2, we can produce n ∈ N via a square root. This number is unique for n ≠ m by definition (same caveat as the above).

Therefore there exists a bijection between N and N2, so |N| = |N2|.
 
Status
Not open for further replies.
Top