What's all this, then?
All posts
About
Home
Tags
  • An interesting sum

    Dec 2, 2019 mathematics analysis

    I am not an analyst, so I find the sums of infinite series quite mysterious. For example, here are three. The first one is the value of \(\zeta(2)\), very well known, sometimes called the "Basel Problem" and first determined by (of course) Euler: \[ \sum_{n=1}^\infty\frac{1}{n^2}=\frac{\pi^2}{6}. \] Second, …

    Read More
  • Runge's phenomenon in Geogebra

    Sep 15, 2019 mathematics computation geogebra

    Runge's phenomenon says roughly that a polynomial through equally spaced points over an interval will wobble a lot near the ends. Runge demonstrated this by fitting polynomials through equally spaced point in the interval \([-1,1]\) on the function \[ \frac{1}{1+25x^2} \] and this function is now known as "Runge's …

    Read More
  • Fitting the SIR model of disease to data in Python

    Aug 9, 2019 mathematics computation python

    Introduction and the problem The SIR model for spread of disease was first proposed in 1927 in a collection of three articles in the Proceedings of the Royal Society by Anderson Gray McKendrick and William Ogilvy Kermack; the resulting theory is known as Kermack–McKendrick theory; now considered a subclass of a more …

    Read More
  • Tschirnhausen transformations and the quartic

    May 5, 2019 mathematics algebra

    Here we show how a Tschirnhausen transformation can be used to solve a quartic equation. The steps are: Ensure the quartic is missing the cubic term, and its initial coefficient is 1. We can do this by first dividing by the initial coefficient to obtain an equation \[ x^4+b_3x^3+b_2x^2+b_1x+b_0=0 \] and then replace …

    Read More
  • Tschirnhausen's solution of the cubic

    May 5, 2019 mathematics algebra

    A general cubic polynomial has the form \[ ax^3+bx^2+cx+d \] but a general cubic equation can have the form \[ x^3+ax^2+bx+c=0. \] We can always divide through by the coefficient of \(x^3\) (assuming it to be non-zero) to obtain a monic equation; that is, with leading coefficient of 1. We can now remove the \(x^2\) …

    Read More
  • The power of two irrational numbers being rational

    Sep 15, 2018 mathematics

    There's a celebrated elementary result which claims that: There are irrational numbers \(x\) and \(y\) for which \(x^y\) is rational. The standard proof goes like this. Now, we know that \(\sqrt{2}\) is irrational, so let's consider \(r=\sqrt{2}^\sqrt{2}\). Either \(r\) is rational, or it is not. If it is rational, …

    Read More
  • Householder's methods

    Sep 9, 2018 mathematics algebra

    These are a class of root-finding methods; that is, for the numerical solution of a single nonlinear equation, developed by Alston Scott Householder in 1970. They may be considered a generalisation of the well known Newton-Raphson method (also known more simply as Newton's method) defined by \[ x\leftarrow …

    Read More
  • The Joukowsky Transform

    Aug 24, 2018 mathematics geometry jsxgraph

    The Joukowksy Transform is an elegant and simple way to create an airfoil shape. Let \(C\) be a circle in the complex plane that passes through the point \(z=1\) and encompasses the point \(z=-1\). The transform is defined as \[ \zeta=z+\frac{1}{z}. \] We can explore the transform by looking at the circles centred at …

    Read More
  • The trinomial theorem

    Apr 5, 2018 mathematics algebra

    When I was teaching the binomial theorem (or, to be more accurate, the binomial expansion) to my long-suffering students, one of them asked me if there was a trinomial theorem. Well, of course there is, although in fact expanding sums of greater than two terms is generally not classed as a theorem described by the …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Recent Posts

  • Carroll's "improved" Doublets: allowing permutations
  • Super Doublets: more word ladders with Julia
  • Word ladders with Julia
  • Every academic their own text-matcher
  • More mapping "not quite how-to" - Voronoi regions
  • A mapping "not quite how-to"
  • Further mapping: a win and a near miss
  • Post-election mapping
  • Post-election swings
  • Ramanujan's cubes

Tags

MATHEMATICS 19 VOTING 15 PYTHON 14 ALGEBRA 10 COMPUTATION 10 JULIA 10 GIS 8 PROGRAMMING 4 CAD 3 GEOMETRY 3 JSXGRAPH 3 LINEAR-PROGRAMMING 3 ANALYSIS 1 ASTRONOMY 1 CRYPTOGRAPHY 1 EDUCATION 1 GEOGEBRA 1 HASKELL 1 HISTORY 1 HUGO 1 HUMOUR 1 IMAGE-PROCESSING 1 MUSIC 1 ORG 1 SCIENCE 1

Copyright WHAT'S ALL THIS, THEN?. All Rights Reserved