Mathematics of Madoka Magica: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(→‎Part 2: minor stylistic improvement and 1->10, not 1->0)
(Movie)
Line 324: Line 324:
[[File:Homura Walpurgis Ballistics Calculations.jpg|thumb|250px]]
[[File:Homura Walpurgis Ballistics Calculations.jpg|thumb|250px]]
Pieces of papers floats by Homura as she faces [[Walpurgis Night]].  On it are calculations done by hand by [[Homura]].  Most likely, these are [[wikipedia:ballistic]] of the big guns.  Two pairs of Xs and Ys on each of the four pieces of paper, making it 8 shots in all.
Pieces of papers floats by Homura as she faces [[Walpurgis Night]].  On it are calculations done by hand by [[Homura]].  Most likely, these are [[wikipedia:ballistic]] of the big guns.  Two pairs of Xs and Ys on each of the four pieces of paper, making it 8 shots in all.
== Movie 3: Rebellion ==
One of the problems posed, (c), was to calculate <math>\int\frac{x^3+2x^2+10x}{x^2-x+1}\, dx</math>.
The answer is to first simplify the function:
<math>\frac{x^3+2x^2+10x}{x^2-x+1} = x + 3 + \frac{12x - 3}{x^2-x+1} = = x + 3 + 6\frac{2x - 1}{x^2-x+1} + \frac{3}{x^2-x+1}</math>.
Note that <math>x^2-x+1</math> has only simple complex zeros.
It holds <math>\int x + 3 \, dx = \frac{1}{2}x^2 + 3x + C</math>.
The general formula <math>\int\frac{f'(x)}{f(x)}\, dx = \ln|f(x)| dx + C</math> can be used to calculate <math>\int \frac{2x - 1}{x^2-x+1} \, dx = \ln(x^2-x+1) + C</math>.
For the last term, <math>\int\frac{dx}{a^2 + x^2} = \frac{1}{a}\arctan \frac{x}{a} + C</math> can be used (with some additional calculations) to obtain the solution
<math>\int\frac{x^3+2x^2+10x}{x^2-x+1}\, dx = \frac{1}{2}x^2 + 3x + 6\ln(x^2-x+1) + 2\sqrt{3} \arctan \frac{2x-1}{\sqrt{3}} + C</math>

Revision as of 10:09, 18 November 2013

Homura said that she uses applied statistics in witch hunts

The cast of Mahou Shoujo Madoka Magica are students of Mitakihara Middle School. Even though it is merely a middle school, coursework in Mitakihara can be quite challenging. The following are Math problems that have appeared thus far in the show, and their solutions:

Episode 1

Episode one Math question 1

Question 1

Any integer divided by 14 will have a remainder between 0 and 13. Given that a has a remainder of 6 and b has a remainder of 1 when divided by 14, what is the remainder of x when divided by 14, given x is an integer solution to [math]\displaystyle{ x^2-2ax+b=0 }[/math]?

Solution:

This problem can be solved simply with modular arithmetic:

  • [math]\displaystyle{ a \equiv 6 \pmod{14} }[/math];
  • [math]\displaystyle{ b \equiv 1 \pmod{14} }[/math];
  • [math]\displaystyle{ x \equiv r \pmod{14} }[/math].
  • [math]\displaystyle{ \displaystyle{x^2 - 2ax + b = 0} }[/math] is equivalent to
  • [math]\displaystyle{ (x^2 - 12x + 1) \equiv 0 \pmod{14} }[/math]
  • [math]\displaystyle{ x^2 + 2x + 1 \equiv 0 \pmod{14} }[/math] (because [math]\displaystyle{ -12 \equiv 2 \pmod{14} }[/math])
  • [math]\displaystyle{ (x + 1)^2 \equiv 0 \pmod{14} }[/math]
  • [math]\displaystyle{ (x + 1) \equiv 0 \pmod{14} }[/math] (because 14 is square-free)
  • [math]\displaystyle{ x \equiv 13 \pmod{14} }[/math] (because [math]\displaystyle{ -1 \equiv 13 \pmod{14} }[/math]).

Second Solution:

Homura used in Episode 1 a basic approach with usual integer arithmetic.

Let [math]\displaystyle{ \displaystyle{x = 14q + r, a = 14s + 6, b = 14t + 1} }[/math].

Substitute into [math]\displaystyle{ \displaystyle{x^2 - 2ax + b = 0} }[/math] to get after some calculations

[math]\displaystyle{ \displaystyle{x^2 - 2ax + b = 14c + (r+1)^2 = 0} \mbox{ with } \displaystyle{c = 14q^2 + 2q - 28qs - 2rs - 12q + t - r} }[/math]

14 divides 14c and 0, hence it also divides [math]\displaystyle{ (r+1)^2 }[/math]. This implies that [math]\displaystyle{ r+1 }[/math] is divisible by 14.

The question asks for a remainder r between 0 and 13, so we obtain r = 13.

See also: http://archive.foolz.us/a/thread/44824340

Question 2

Episode one Math question 2

Assuming that p is a prime number and n is an arbitrary natural number, prove that [math]\displaystyle{ (1+n)^p - n^p - 1 \, }[/math] is divisible by p.

Solution:

By Fermat's Little Theorem, for any prime p and integer a,

[math]\displaystyle{ a^p \equiv a \pmod{p} \, }[/math]

Thus:

[math]\displaystyle{ (1+n)^p - n^p - 1 \pmod{p} \, }[/math] is equivalent to

[math]\displaystyle{ (1+n) - n - 1 \pmod{p} \, }[/math] is equivalent to

[math]\displaystyle{ 0 \pmod{p} \, }[/math]

So the overall expression is divisible by p.


Second solution:

The problem can be solved with the binomial theorem:

For a, b not equal to 0 and nonnegative integer p it holds that:

File:Q2 binomial theorem.png

where the binomial coefficient [math]\displaystyle{ \binom{p}{k} }[/math] is the integer File:Q2 binomial coefficient.png for 0 ≤ k ≤ p.

Therefore,

File:Q2 equation 1.png

and

File:Q2 equation 2.png

since [math]\displaystyle{ \binom{p}{0} = \binom{p}{p} = 1 }[/math].


It holds that [math]\displaystyle{ \binom{p}{1} = p }[/math]. Since p is a prime number, the factor p in [math]\displaystyle{ \binom{p}{k} }[/math] is not divisible by k, k-1,...,2 for 2 ≤ k ≤ p-1. Therefore, p divides [math]\displaystyle{ \binom{p}{k} }[/math] for 1 ≤ k ≤ p-1.

Since each summand on the right side is divisible by p, the whole sum, i.e. the left side is also divisible by p.

Question 3

Episode one Math question 3


Find the integer solutions (a,b) with [math]\displaystyle{ (a^3 + a^2 - 1) - (a - 1)b = 0 \, }[/math]

Solution:

Episode one Math solution to question 3

[math]\displaystyle{ \begin{align} (&a^3 + a^2 - 1) - (a - 1)b \\ & = (a^3 - 1) + (a^2 - 1) + 1 - (a - 1)b \\ & = (a - 1)(a^2 + a + 1) + (a - 1)(a + 1) + 1 - (a - 1)b \\ & = (a - 1)(a^2 + 2a - b + 2) + 1 = 0 \end{align} }[/math]

Therefore,
[math]\displaystyle{ (a - 1)(a^2 + 2a - b + 2) = -1 \, }[/math]

a, b are integers, therefore the factors a - 1 and [math]\displaystyle{ a^2 + 2a - b + 2 \, }[/math] are integers too. Since the product is -1, one of the factors must be equal to -1, the other to 1.

If [math]\displaystyle{ a - 1 = -1 }[/math] then a = 0 and from [math]\displaystyle{ a^2 + 2a - b + 2 = 1 \, }[/math] we obtain b = 1.

If [math]\displaystyle{ a - 1 = 1 }[/math] then a = 2 and [math]\displaystyle{ a^2 + 2a - b + 2 = -1 \, }[/math] implies that b = 11.

There are two integer solutions: [math]\displaystyle{ (a,b) = (0,1) \, }[/math] or [math]\displaystyle{ (a,b) = (2,11) \, }[/math].

Question 4

Episode one Math question 4

Given File:Math episode one question four.png,

find the sum of [math]\displaystyle{ \displaystyle{F(1)+F(2)+F(3)+...+F(60)} }[/math].

Solution:

Episode one Math, partial solution to question 4. Note that there are errors.

Simplying the fraction:

Notice that for any variables a & b:

[math]\displaystyle{ \displaystyle{(a-b)(a+b) = a^2-b^2} }[/math].

Let [math]\displaystyle{ \displaystyle{a = \sqrt{2x + 1}} }[/math] and [math]\displaystyle{ \displaystyle{b = \sqrt{2x - 1}} }[/math].

Multiply [math]\displaystyle{ \displaystyle{F(x)} }[/math] by 1 or [math]\displaystyle{ \displaystyle{\frac{a-b}{a-b}} }[/math] which is equal to [math]\displaystyle{ \displaystyle{\frac{\sqrt{2x + 1} - \sqrt{2x - 1}}{\sqrt{2x + 1} - \sqrt{2x - 1}}} }[/math]. The denominator becomes:

[math]\displaystyle{ \begin{align} &(\sqrt{2x + 1} + \sqrt{2x - 1})(\sqrt{2x + 1} - \sqrt{2x - 1})\\ &= (2x + 1) - (2x - 1)\\ &= 2 \end{align} }[/math]

The numerator becomes:

[math]\displaystyle{ \begin{align} &(4x + \sqrt{4x^2 - 1} ) (\sqrt{2x + 1} - \sqrt{2x - 1})\\ &=(4x + \sqrt{(2x)^2 - 1)}) (a - b)\\ &=(4x + \sqrt{2x - 1} \sqrt{2x + 1} ) (a-b)\\ &=(4x + a b ) (a - b)\\ &=4x (a - b) + a^2 b - a b^2\\ &=4x (a - b) + (2x + 1) b - a (2x - 1)\\ &=4x (a - b) - 2x (a - b) + a + b\\ &=2x ( a - b) + a + b\\ &=(2x + 1) a - (2x - 1) b\\ &=a^3 - b^3 \end{align} }[/math]

Therefore:

[math]\displaystyle{ \displaystyle {F(x) = \frac{a^3 - b^3 }{2}} }[/math]

Note that when [math]\displaystyle{ \displaystyle{ x = 1, 2, 3, 4, \ldots, 60} }[/math];

[math]\displaystyle{ \displaystyle{ a^3 = 3^\frac{3}{2}, 5^\frac{3}{2}, 7^\frac{3}{2}, 9^\frac{3}{2}, \ldots, 119^\frac{3}{2}, 121^\frac{3}{2}} }[/math];

[math]\displaystyle{ \displaystyle{ b^3 = 1^\frac{3}{2}, 3^\frac{3}{2}, 5^\frac{3}{2}, 7^\frac{3}{2}, 9^\frac{3}{2}, \ldots, 119^\frac{3}{2} } }[/math];

Taking the sum over [math]\displaystyle{ \displaystyle{F(x)} }[/math] for [math]\displaystyle{ \displaystyle{x} }[/math] between 1 and 60, observe that the majority of the terms in [math]\displaystyle{ \displaystyle{a^3} }[/math] and [math]\displaystyle{ \displaystyle{b^3} }[/math] cancel out, leaving:

[math]\displaystyle{ \begin{align} \sum_{x=1}^{60}F(x) &= \frac{121^\frac{3}{2} - 1^\frac{3}{2}}{2}\\ &=\frac{(11^2)^\frac{3}{2} - 1}{2}\\ &= 665 \end{align} }[/math]

Thus, sum of [math]\displaystyle{ \displaystyle{F(x)} }[/math] for [math]\displaystyle{ \displaystyle{x} }[/math] between 1 and 60 is 665. The solution can be generalized as equal to [math]\displaystyle{ \displaystyle{\frac{a(x_{max}^3) - b(x_{min}^3)}{2}} }[/math]. Where [math]\displaystyle{ \displaystyle{a} }[/math] and [math]\displaystyle{ \displaystyle{b} }[/math] are interpreted as functions of [math]\displaystyle{ \displaystyle{x} }[/math].

Episode 8

Homura triangulated the likely location of Walpurgis Night to be the clock tower using Statistics, a branch of Mathematics that determines the probability of a future event by analysis of data from past events of similar nature.

Episode 9

Fibonacci sequence question that appeared in Episode 9

This advanced Algebra problem previously appeared in the first Tokyo University Entrance Exam:

Problem

A number sequence [math]\displaystyle{ \displaystyle{ \{F(n)\} } }[/math] that can be defined as [math]\displaystyle{ \displaystyle{F(1) = 1, F(2) = 1} }[/math], [math]\displaystyle{ \displaystyle{F(n+2) = F(n) + F(n+1)} }[/math] (where [math]\displaystyle{ \displaystyle{n \in \mathbb{N}} }[/math]) is called the Fibonacci sequence and its general solution is given by,

File:Fibonacci.png

File:Golden ratio.png

Answer the following questions by using this fact if needed:


Define a sequence of natural numbers [math]\displaystyle{ \displaystyle{ \{X(n)\} } }[/math] (where n is any natural number), in which each digit is either 0 or 1, set by the following rules:

(i) [math]\displaystyle{ \displaystyle{X(1) = 1} }[/math]

(ii) We define [math]\displaystyle{ \displaystyle{X(n+1)} }[/math] as a natural number, which can be obtained by replacing the digits of [math]\displaystyle{ \displaystyle{X(n)} }[/math] with 1 if the digit is 0, and with 10 if the digit is 1.

For example, [math]\displaystyle{ \displaystyle{X(1) = 1, X(2) = 10, X(3) = 101, X(4) = 10110, X(5) = 10110101, \ldots} }[/math]

Anecdote: [math]\displaystyle{ \displaystyle{X(n)} }[/math] can be considered a clever analogy to the show, where Episode 10 should replaces Episode 1 and Episode 1 replaces Episode 0 in the viewer's next viewing.

(1) Find [math]\displaystyle{ \displaystyle{A(n)} }[/math], defined as the number of digits of [math]\displaystyle{ \displaystyle{X(n)} }[/math].

(2) Find [math]\displaystyle{ \displaystyle{B(n)} }[/math], defined as the numbers of times '01' appears in [math]\displaystyle{ \displaystyle{X(n)} }[/math]? For example, [math]\displaystyle{ \displaystyle{B(1) = 0, B(2) = 0, B(3) = 1, B(4) = 1, B(5) = 3, \ldots} }[/math]


Solution

Part 1

Let [math]\displaystyle{ \displaystyle{A(n)} }[/math] equal to the number of digits in X(n), which consists solely of 1s and 0s. Let's suppose [math]\displaystyle{ \displaystyle{x(n)} }[/math] is the number of 0s in [math]\displaystyle{ \displaystyle{X(n)} }[/math] at the n-th iteration (poor choice of variable by the student). Let's suppose [math]\displaystyle{ \displaystyle{y(n)} }[/math] is the number of 1s in [math]\displaystyle{ \displaystyle{X(n)} }[/math] in the n-th iteration, then [math]\displaystyle{ \displaystyle{x(n) + y(n) = A(n)} }[/math]. Since

  • Every time a 0 appears, it is replaced with 1 at the next iteration, contributing to a single 1 in [math]\displaystyle{ \displaystyle{X(n+1)} }[/math].
  • Every time a 1 appears, it is replaced with 10 at t he next iteration, contributing to a single 1 and a single 0 in [math]\displaystyle{ X(n+1) }[/math].

it follows that the number of 0s in the next iteration is equal to the number of 1s previously:

[math]\displaystyle{ \displaystyle{x(n+1)= y(n)} }[/math] ;

and the number of 1s in the next iteration is equal to the number of 0s AND the numbers of 1s previously:

[math]\displaystyle{ y(n+1)= \displaystyle{x(n)+y(n)} }[/math] .


Next, prove that x(n) is a Fibonacci sequence, since we know that:

  • [math]\displaystyle{ \displaystyle{y(n+1) = x(n) + y(n)} }[/math] ;
  • [math]\displaystyle{ \displaystyle{x(n+2) = y(n+1)} }[/math] ;
  • [math]\displaystyle{ \displaystyle{x(n+1) = y(n)} }[/math] ;

by substition we can show,

[math]\displaystyle{ \begin{align} &x(n+2)\\ &= y(n+1)\\ &= x(n) + y(n)\\ &= x(n) + x(n+1) \end{align} }[/math]

Hence, [math]\displaystyle{ \displaystyle{x(n+2) = x(n+1) + x(n)} }[/math].

Thus [math]\displaystyle{ \displaystyle{x(n)} }[/math] fits the definition of a Fibonacci sequence. Since [math]\displaystyle{ \displaystyle{x(n)} }[/math] is a Fibonacci sequence, it follows that [math]\displaystyle{ \displaystyle{y(n)} }[/math] is also a Fibonacci sequence (given that [math]\displaystyle{ \displaystyle{x(n+1) = y(n)} }[/math]). Therefore, since it has already been shown that:

  • [math]\displaystyle{ \displaystyle{x(n+2)=x(n+1)+x(n)} }[/math]
  • [math]\displaystyle{ \displaystyle{y(n+2)=y(n+1)+y(n)} }[/math]

It follows that [math]\displaystyle{ \displaystyle {x(n+2)+y(n+2)=x(n+1)+y(n+1)+x(n)+y(n)} }[/math].

Recall that [math]\displaystyle{ \displaystyle{A(n)=x(n)+y(n)} }[/math], therefore

[math]\displaystyle{ \displaystyle{A(n+2)=A(n+1)+A(n)} }[/math] .

Since, [math]\displaystyle{ \displaystyle{X(1) = 1, X(2) = 10, X(3) = 101, X(4) = 10110, X(5) = 10110101, \ldots} }[/math]

It follows that [math]\displaystyle{ \displaystyle{A(1) = 1, A(2) = 2, A(3) = 3, A(4) = 5, A(5) = 8, \ldots} }[/math]

Recall by definition of the Fibonacci sequence: [math]\displaystyle{ \displaystyle{\{F(n)\} = \{1, 1, 2, 3, 5, 8, \ldots\}} }[/math]. Therefore [math]\displaystyle{ \displaystyle{A(n) = F(n+1)} }[/math], or

File:An.png

Part 2

Let B(n) be the number of times '01' appears in X(n). Any two digits in X(n) may be 00, 01, 10, 11, and the corresponding digits in the next iteration X(n+1) will be

  • 00 -> 11
  • 01 -> 110
  • 10 -> 101
  • 11 -> 1010

Thus, any two digit sequence in X(n) that begins with 1* will contribute to a 01 sequence in the next iteration. In other words, B(n+1) equals y(n), except when unit digit of X(n) is 1, or:

B(n+1) = y(n) - odd(X(n))

where

  • odd(n) = 1 if n is odd (unit digit is 1)
  • odd(n) = 0 if n is even (unit digit is 0)

It can be seen that odd(n) = odd(X(n)) for all n. To prove this inductively: observe that odd(X(1)) = odd(1). Now let odd(X(n)) = odd(n), then if n is even, X(n) is even, thus X(n) ends with 0, which gets mapped to 1, making X(n+1) odd and so odd(X(n+1)) = odd(n+1). And if n is odd, then X(n) is odd, thus X(n) ends with 1, which gets mapped to 10, making X(n+1) even, and so odd(X(n+1)) = odd(n+1).

y(n) is a fibonacci sequence with starting values: y(1) = 1, y(2) = 1, y(3) = 2 thus y(n) = F(n)

B(n+1) = F(n) - odd(n)

B(n) = F(n-1) - odd(n-1), or

File:Bn.png

Episode 10

Same as Episode 1.

Episode 11

Homura Walpurgis Ballistics Calculations.jpg

Pieces of papers floats by Homura as she faces Walpurgis Night. On it are calculations done by hand by Homura. Most likely, these are wikipedia:ballistic of the big guns. Two pairs of Xs and Ys on each of the four pieces of paper, making it 8 shots in all.

Movie 3: Rebellion

One of the problems posed, (c), was to calculate [math]\displaystyle{ \int\frac{x^3+2x^2+10x}{x^2-x+1}\, dx }[/math].

The answer is to first simplify the function: [math]\displaystyle{ \frac{x^3+2x^2+10x}{x^2-x+1} = x + 3 + \frac{12x - 3}{x^2-x+1} = = x + 3 + 6\frac{2x - 1}{x^2-x+1} + \frac{3}{x^2-x+1} }[/math]. Note that [math]\displaystyle{ x^2-x+1 }[/math] has only simple complex zeros.

It holds [math]\displaystyle{ \int x + 3 \, dx = \frac{1}{2}x^2 + 3x + C }[/math].

The general formula [math]\displaystyle{ \int\frac{f'(x)}{f(x)}\, dx = \ln|f(x)| dx + C }[/math] can be used to calculate [math]\displaystyle{ \int \frac{2x - 1}{x^2-x+1} \, dx = \ln(x^2-x+1) + C }[/math].


For the last term, [math]\displaystyle{ \int\frac{dx}{a^2 + x^2} = \frac{1}{a}\arctan \frac{x}{a} + C }[/math] can be used (with some additional calculations) to obtain the solution

[math]\displaystyle{ \int\frac{x^3+2x^2+10x}{x^2-x+1}\, dx = \frac{1}{2}x^2 + 3x + 6\ln(x^2-x+1) + 2\sqrt{3} \arctan \frac{2x-1}{\sqrt{3}} + C }[/math]