You are currently browsing the monthly archive for January 2012.

I originally planned to continue the last post by discussing the math battle problem in Episode 1, but I think it’s mostly sufficiently explained in the episode already, though there are some logical holes: Sayuri’s first “proof” isn’t really a proof, and not really an argument either. It just sets up part of the geometry, which Nina extends to actually derive something. The whole thing also relies a bit too much on assumed accuracy of measurements, I think, which I don’t really buy, but once you get past the assumption, things are sound. If you’d like more explanation, however, I can write up something on it.

I also refer you to Prettycatchy’s video explanation:

Instead, in this post, I’ll discuss (and solve) the seven problems posed to Kazuki in Episode 2. In context, they’re presented in reverse order of difficulty, from university-level to lower-middle-school-level, and only the last problem is explained. I’ll go through all of them in order.

  1. Prove that when 0 < x < π/4, the integral of cosine t from 0 to x is greater than twice the integral of sine t from 0 to x.

    integral inequality problem

    In mathematical notation, the inequality to be proven is

    \int_0^x \cos t\, dt > 2\int_0^x \sin t\, dt

    Each side is a definite integral, which gives you the area of the region underneath the curve given inside the integral (or the negative area when the curve is below the horizontal axis). In this case, we have t as the independent variable of the function inside the integral, instead of x as is usually the case (since x is the independent variable of the entire expression). The left-hand side is the area of the region bounded by the t-axis, the curve y = \cos t, the vertical line t = 0 and the vertical line t = x. The right-hand side is the same except the curve is y = \sin t and you multiply the resulting area by 2. So the inequality states that the gray area is strictly larger than twice the orange area, as shown in the two graphs below:

    integral of cosine t from 0 to x
    integral of sine t from 0 to x

    You can evaluate a definite integral by finding the antiderivative and taking the difference of the antiderivative evaluated at the upper point and the antiderivative evaluated at the lower point. The antiderivative of \cos t is \sin t, and the antiderivative of \sin t is -\cos t. Doing this and simplifying results in an equivalent inequality:

    \left.\sin t\right|_0^x > 2\left.(-\cos t)\right|_0^x
    (\sin x - \sin 0) > 2(-\cos x + \cos 0)
    \sin x > 2(1-\cos x)
    \frac{1}{2}\sin x + \cos x > 1

    So if we prove this is true for 0 < x < \pi/4, we prove the original inequality.

    Let f(x) = \frac12\sin x + \cos x.

    You can plot f(x) over that interval and see that it’s always greater than 1:

    1/2 sin x + cos x vs. 1

    But arguing by graph isn’t a foolproof method (and isn’t feasible to do by hand), so let’s do this analytically. We can do a proof by contradiction: we suppose that there is a point q in (0, \pi/4) such that the inequality does not hold (that is, f(q) = \frac12\sin q + \cos q \leq 1), and show that this leads to a contradiction.

    We can now use the mean value and intermediate value theorems to prove that if such a point q exists, then there must be two distinct points in (0, \pi/4) where the derivative (the slope of the line tangent to the curve at a given point) is 0, which we will show is a contradiction.

    We start by checking the coordinates of the endpoints of the interval:

    f(0) = \frac12{\sin 0} + \cos 0 = 0 + 1 = 1
    f(\pi/4) = \frac{1}{2}\sin\frac{\pi}{4} + \cos\frac{\pi}{4} = \frac{\sqrt{2}}{4} + \frac{\sqrt{2}}{2} = \frac{3\sqrt{2}}{4} > 1

    For the first endpoint, f(0) is 1, but since 0 is not itself part of the open interval (0, \pi/4), this is not a problem. The right endpoint is greater than one (this can be easily verified by hand by squaring both sides), so it is also consistent with the inequality. Next, we compute the derivative and evaluate it at the endpoints:

    f'(x) = \frac12{\cos x} - \sin x
    f'(0) = \frac12{\cos 0} - \sin 0 = \frac12 - 0 = \frac12
    f'(\pi/4) = \frac{1}{2}\cos \frac{\pi}{4} - \sin \frac{\pi}{4} = \frac{\sqrt{2}}{4} - \frac{\sqrt{2}}{2} = -\frac{\sqrt{2}}{4}

    So the derivative at 0 is positive, and the derivative at π/4 is negative.

    If we connect the left endpoint (0, 1) and (q, f(q)) by a straight line, the slope of the line is

    \frac{f(q)-1}{q}

    Since q > 0 and f(q) \leq 1, the slope is either zero (if f(q) = 1) or negative. By the mean value theorem, since f is continuous and differentiable (a property of all sinusoids), there must exist a point p in (0, q) such that the derivative at p is equal to this slope. So f'(p) \leq 0.

    Next, we connect (q, f(q)) to the right endpoint (\pi/4, 3\sqrt{2}/4) by a straight line. The slope here is

    \frac{3\sqrt{2}/4 - f(q)}{\pi/4 -q}

    Since 3\sqrt{2}/4 > 1 and f(q) \leq 1, their difference must be positive. \pi/4 - q is also positive, so the slope here is positive. Again, by the mean value theorem, this means that there is a point r in (q, \pi/4) such that f'(r) > 0.

    We now have constraints on the derivative at the two endpoints as well as some points p and r within the interval.

    f'(0) = 1/2 > 0
    f'(p) \leq 0
    f'(r) > 0
    f'(\pi/4) = -\frac{\sqrt{2}}{4} < 0

    Since 0 < p < r < \pi/4, this means the value of f' goes from positive to zero/negative to positive to negative.

    The intermediate value theorem tells us that since f' is continuous, for any closed interval [a, b], for every d in [f(a), f(b)] (assuming f(a) \leq f(b); switch the two otherwise), there exists a point c in [a, b] where f'(c) = d. This means that any interval [a, b] where a is positive and b is zero/negative, or vice versa, must contain a point c where f'(c) = 0.

    So there must be a point u in [0, p] such that f'(u) = 0, a point v in [p, r] such that f'(v) = 0, and a point w in [r, \pi/4] such that f'(w) = 0. Since these are closed intervals with overlapping endpoints, it is possible for u and v to be identical. It is not possible for u and w to be identical, however, since p is strictly less than r.

    This shows that there are two distinct points u and w in [0, \pi/4] whose derivative is 0.

    We will now show that this contradicts the properties of the particular f we have. Let us solve for any points c in the interval (0, \pi/4) with a derivative of 0:

    f'(c) = \frac12{\cos c} - \sin c = 0
    \frac12\cos c = \sin c
    \frac12 = \frac{\sin c}{\cos c} = \tan c

    The tangent function is one-to-one in the interval (-\pi/2, \pi/2), so there is at most one c in (0, \pi/4) such that f'(c) = 0. (We can can quickly prove the one-to-one property analytically. First, the tangent function defined for all points in this interval, since the cosine of all points in this range is nonzero. Suppose it’s not one-to-one; then there must be two distinct points m and n in (-\pi/2, \pi/2) such that \tan m = \tan n. This means the slope of the line connecting the two points is 0, so by the mean value theorem, there is a k in (m, n) such that the derivative of the tangent function is 0. The derivative is \sec^2 x, which is always positive, so there is no such point.)

    Our assumption that there is a point q in (0, \pi/4) where f(q) \leq 1 leads to the conclusion that there are two distinct points meeting this condition, so there is a contradiction. Therefore, the assumption is not valid, so there is no such q.

    So for all points x in (0, \pi/4), f(x) > 1. This proves the desired inequality.

  2. Find the volume V of a regular octahedron with side length a.

    octahedron volume problem

    A regular octahedron is a polyhedron with 8 faces (each one an equilateral triangle) and 12 sides of equal length. We can compute the volume by splitting the octahedron into two pyramids of equal volume, finding the volume of one of the pyramids, and multiplying by 2.

    Let’s look at one of the pyramids. We can compute the volume V = \frac{1}{3}Bh, where B is the area of the base, and h is the height. In the figure below, each of the edges is of length a, the height is h, and the diagonal of the square base is d:

    pyramid

    The area of the square base is B = a^2. To determine the height h, we can take a cross-section along one of the diagonals. This yields a triangle formed from two of the sides of the octahedron and the diagonal of the square:

    pyramid

    The diagonal has length d = a\sqrt{2}. Since two of the sides have the same length, we can divide the isosceles triangle into two right triangles. This yields a triangle with one of the octahedron’s sides as the hypotenuse and two legs: one is half the diagonal of the base square, and the other is the height of the pyramid.

    We can use the Pythagorean theorem to relate these:

    a^2 = h^2 + \left(a\frac{\sqrt{2}}{2}\right)^2
    a^2 = h^2 + a^2/2
    a^2/2 = h^2
    h = \frac{a}{\sqrt{2}}

    Multiplying to get the volume of the entire octahedron, we have:

    V = 2[\frac{1}{3}Bh] = \frac{2}{3}(a^2)(\frac{a}{\sqrt{2}})
    V = \frac{a^3\sqrt{2}}{3}

  3. Find a vector c of length 1 orthogonal to both vector a = (5, 7, 3) and vector b = (7, 6, 5).

    One can compute the cross product of two linearly independent vectors to get a vector orthogonal to both.

    There are several ways to compute the cross product. One is to make a 3×3 matrix out of the standard basis vectors i, j, and k in the first row and the two vectors in the second and third rows, and then compute the determinant of this matrix. In this case we have

    \mathbf{a} \times \mathbf{b} = \left|\begin{array}{ccc}\mathbf{i}&\mathbf{j}&\mathbf{k} \\ 5 & 7 & 3 \\ 7 & 6 & 5\end{array}\right|

    We can break this into three smaller determinants via Laplace expansion:

    \mathbf{a} \times \mathbf{b} = \left|\begin{array}{ccc}\mathbf{i}&\mathbf{j}&\mathbf{k} \\ 5 & 7 & 3 \\ 7 & 6 & 5\end{array}\right| = \left|\begin{array}{cc}7 & 3 \\ 6 & 5\end{array}\right|\mathbf{i} - \left|\begin{array}{cc}5 & 3 \\ 7 & 5\end{array}\right|\mathbf{j} + \left|\begin{array}{cc}5 & 7 \\ 7 & 6\end{array}\right|\mathbf{k}

    Then we can easily compute each of the three determinants by multiplying the main diagonal elements and subtracting the product of the other two elements:

    \mathbf{a} \times \mathbf{b} = (7\cdot 5 - 3\cdot 6)\mathbf{i} - (5\cdot 5 - 3\cdot 7)\mathbf{j} + (5\cdot 6 - 7\cdot 7)\mathbf{k}
    \mathbf{a} \times \mathbf{b} = 17\mathbf{i} - 4\mathbf{j} - 19\mathbf{k}

    So the cross product is \mathbf{a} \times \mathbf{b} = (17, -4, -19).

    But we’re not done yet. The problem wants an orthogonal vector of length one, so we have to normalize the cross product. We can compute the magnitude of the cross product by squaring each component, adding, and taking the square root:

    |\mathbf{a} \times \mathbf{b}| = \sqrt{17^2 + (-4)^2 + (-19)^2} = \sqrt{666} = 3\sqrt{74}

    We can divide each of components of the cross product by the magnitude to produce a vector pointing in the same direction with length 1:

    \frac{1}{3\sqrt{74}}(17, -4, -19)

    There are two possible answers, actually. The vector can point in the same direction as the cross product, as given above, or it can point the opposite way. Either of these is acceptable:

    \mathbf{c} = \pm\frac{1}{3\sqrt{74}}(17, -4, -19)

  4. Find the radius of the inscribed circle in triangle ABC, where AB = 5, BC = 7, and CA = 3.

    The circle inscribed in a triangle is the circle that is tangent to all three sides of the triangle:

    inscribed circle

    Here we have triangle \triangle ABC with the inscribed circle at center O with radius r. The triangle can be partitioned into three triangles \triangle ABO, \triangle BCO, and \triangle ACO.

    The area of each of the triangles is equal to half of the radius r times the length of the edge tangent to the circle.

    The area of the entire circle can be found by using Heron’s formula:

    T = \sqrt{s(s-a)(s-b)(s-c)}

    where s is the semiperimeter:

    s = (a + b + c)/2

    For the triangle given in the problem, we have

    s = (5 + 7 + 3)/2 = 15/2
    T = \sqrt{\frac{15}{2}(\frac{15}{2}-5)(\frac{15}{2}-7)(\frac{15}{2}-3)} = \sqrt{(\frac{15}{2})(\frac{5}{2})(\frac12)(\frac92)} = \frac{15\sqrt{3}}{4}

    The total area is equal to the sum of the areas of the three smaller triangles:

    T = T_{\triangle ABO} + T_{\triangle BCO} + T_{\triangle ACO} = \frac12(5r) + \frac12(7r) + \frac12(3r) = \frac{15r}{2}

    Set these equal to each other and solve for r:

    T =  \frac{15\sqrt{3}}{4} = \frac{15r}{2}
    15\sqrt{3} = 30r
    r = \frac{\sqrt{3}}2

  5. Find the smallest positive integer n such that 765n is a square number.

    A square number is an integer whose square root is also an integer. This requires that each prime factor of the number have an even multiplicity, so that you can divide the factors into two identical groups, each of them multiplying to form the square root.

    So for 765n to be square, each of the factors in its prime factorization must appear an even number of times. Since we don’t know what n is yet, we can do it just for 765 (factorization in general is a hard problem, but this one can be done by hand easily, once you observe that it’s a multiple of both 3 and 5):

    765 = 3 \times 3 \times 5 \times 17

    3 already appears twice, but 5 and 17 each appear once. Therefore n needs to have an odd number of occurrences of 5 and 17 for 765n to be square. Since we want the smallest positive integer that works, we can just multiply 5 and 17: n = 85

  6. Solve the system of equations 5x + 7y = 3, 7x – 6y = 5.

    Sayumi’s favorite pastime, solving systems of equations!

    This can be done using several methods, but some form of Gaussian elimination is probably the most fun.

    To do so, we take the system of equations and put the coefficients in an augmented matrix, with the right-hand values in a column on the right:

    \left(\begin{array}{cc|c}5 & 7 & 3 \\ 7 & -6 & 5\end{array}\right)

    We divide the first row by the leftmost element, 5, to get a 1 in the upper left:

    \left(\begin{array}{cc|c}1 & 7/5 & 3/5 \\ 7 & -6 & 5\end{array}\right)

    Then we subtract 7 times the resulting first row from the second row, to put a 0 in the lower left corner:

    \left(\begin{array}{cc|c}1 & 7/5 & 3/5 \\ 0 & -79/5 & 4/5\end{array}\right)

    Now we divide the second row by -79/5 to get a 1 there as well:

    \left(\begin{array}{cc|c}1 & 7/5 & 3/5 \\ 0 & 1 & -4/79\end{array}\right)

    Finally we subtract 7/5 times the second row from the first row to get an identity matrix:

    \left(\begin{array}{cc|c}1 & 0 & 53/79 \\ 0 & 1 & -4/79\end{array}\right)

    This translates back into x = 53/79, y = -4/79, which is our solution.

  7. The time is 3:00. Between 3:00 and 4:00, what hour, minute, and second will the minute hand and the hour hand overlap exactly?

    This was sufficiently explained in the episode, I think, so I won’t discuss it in detail. The idea is to determine the angular velocity of the minute hand and the hour hand (6°/min and 0.5°/min, respectively), find their relative difference (5.5°/min), and divide the initial angular displacement (90°) by this relative velocity to get the time it takes for the hands to overlap, which is 16 and 4/11 minutes. 4/11 of 60 seconds is 21.8181… seconds, or approximately 22 seconds. So the time would be 3:16:22.

    Prettycatchy has another video explanation here:

With those 7 problems solved, I look forward to seeing what awaits us in the next episode!! (^_^)

I’ve been a bit slow in responding to the new math drama Suugaku♥Joshi Gakuen starring a whole bunch of H!P members, but now that the first episode is out, here’s a post.

H!P math drama??!!! I’ve been waiting for this my whole life! (Never mind that my life predates H!P.) And of course I’m happy to see Sayu starring as a math geek, given the interest she’s expressed in the subject.

I don’t have time right now to do a full review of the first episode, but I’ve found it quite awesome so far, with respect to the geekiness, though the number of typos I’ve spotted have been quite a distraction. The series has apparently been developed in cooperation with the Mathematical Olympiad Foundation of Japan, so the math is essentially correct, as far as I can tell so far (I haven’t dissected most of it yet), though the editing work seems to have been rather sloppy.

Also, I’m not sure who’s planning to fansub this drama, but I would like to volunteer as a math consultant. So if you are working on this, please sign me up. I think the kinds of mistakes that have slipped through the editing can also pop up in translation, and I can help look over the translations and correct any possible math errors.

Here are some typos (and non-typos) I’ve found:

The first equation is given as \lim_{x\to a} f(x)=a. This says that the limit of f(x) as x approaches a is equal to a. As written, this is only correct for all values of a if f is the identity function. This should probably be \lim_{x\to a} f(x)=f(a), which is true for all continuous functions.

The second equation says \frac{d}{dx} = a^x = a^x \log(a). There is an extra equal sign here. It should be \frac{d}{dx} a^x = a^x \log(a). This is the derivative of ax respect to x.

The third equation is fine as is, and expresses linearity of integration.

This clock is just awesome. It has expressions evaluating to or otherwise indicating each of the integers from 1 to 12, which we would see on a normal clock.

  1. \tan(45^{\circ}) — the tangent of 45°, equal to 1.
  2. \sum_{i=0}^{\infty} 1/2 — this is a typo; should be \sum_{i=0}^{\infty} 1/2^i, an infinite series converging to 2.
  3. &#x33i — this is another typo; should be &#x33;, an HTML code for the character 3.
  4. 2^{-1}\mbox{ }(\mbox{mod }7) — the modular multiplicative inverse of 2 (mod 7); 4 and 2 multiply to 8, which is congruent to 1 (mod 7), so 4 is an inverse of 2 (though not the only inverse; 11 is the other integer on the clock that satisfies this property, which makes this a flawed clock).
  5. X^2=3^2+4^2 — solve for X, which can be either 5 or -5.
  6. 3! — the factorial of 3, which is 6.
  7. 6.\overline{9} — this repeating decimal is equal to 7.
  8. \sqrt{64} — the square root of 64 is 8.
  9. 3(\pi -.14) — since π is irrational, this is actually 9.004777960769…, but it’s approximately 9.
  10. -8 = 2-X — solve for X, which is 10.
  11. 0x0Bhexadecimal for 11, with the standard hexadecimal prefix of “0x” used in Unix-like shells and C.
  12. \sqrt[3]{1728} — the cube root of 1728 is 12.

This is given as v = \sqrt{2}gh, but the radical should extend over the entire right-hand side: v = \sqrt{2gh}.

In context, Nina (Reina’s character) swings on a rope into the classroom. This expresses her velocity at the lowest point of her trajectory.

Nina starts out with a gravitational potential energy of mgh (m is mass, g is gravitational acceleration, and h is height, measured relative to the lowest point of her trajectory) and no kinetic energy prior to swinging on the rope. At the lowest point, she has a kinetic energy of \frac{1}{2} mv^2 (m is mass and v is velocity) and no potential energy. Due to conservation of energy, these two are equal:

\frac{1}{2}mv^2 = mgh
\frac{1}{2}v^2 = gh
v^2 = 2gh
v = \sqrt{2gh}

It seems Tsunku♂ has joined the eminent ranks of Napier, Fermat, Gauss, Cauchy, Lagrange, et al…. :o

Remixes

DJ Kirarin☆Snow ☃'s remixes are now appearing at K!☆Mixed.
January 2012
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

Blog Stats

  • 73,636 hits