Categories
Books

Beautiful Knowledge – A great BBC article

On the 21st April the BBC published this great article containing extract’s from David McCandless’ book “Knowledge is Beautiful”. There are some great infographics in this article that could be used in the classroom to promote a lively discussion about presenting data, how to present data to increase understanding and how to use design to increase clarity. I particularly like the graphic showing common passwords and their realtive strength

  
I’d certainly recommend taking a look at the article and the book Knowledge is Beautiful as well as David McCandless’ earlier book Information Is Beautiful.

Categories
Books

Classic Maths Books 2 – Numerical Solution of Partial Differential Equations by the Finite Element Method

This book isn’t actually that old, it was first published in 1987, the edition I have is a reprint by Dover Publications.

(null)
For my PhD I studied the application of a particular class of finite element methods for the solution of the neutron transport equation. Finite element methods are a way to numerically solve a partial differential equation – maybe I’ll write more about this in the future. It works by discretising the domain into regions known as elements and then producing an approximate solution on each element. Importantly, these approximate solutions converge to the true solution as the mesh is refined and the elements become smaller.
In the field of finite elements, it is widely regarded as a classic, and is often the first thing that someone new to the area reads, indeed it was the first published book on finite elements that I read. This is due to the relaxed and easy to read style of the book.
There are the following 13 chapters:

  1. Introduction
  2. Introduction to FEM for elliptic problems
  3. Abstract Formulation of the finite element method for elliptic problems
  4. Some finite element spaces
  5. Approximation theory for FEM. Error estimates for elliptic problems
  6. Some applications to elliptic problems
  7. Direct methods for solving linear systems of equations
  8. Minimization algorithms. Iterative methods
  9. FEM for parabolic problems
  10. Hyperbolic problems
  11. Boundary element methods
  12. Mixed finite element methods
  13. Curved elements and numerical integration
  14. Some non-linear problems

A really nice thing about this book is the mix of theoretical analysis and implementation details it provides. After reading this, you would be able to go away and code up a simple two dimensional finite element method. The book is well illustrated which helps with the understanding of concepts such as ‘basis functions’

(null)
As well as discussing finite elements the direct methods for solving linear systems is a fantastic introduction to this important area. The efficient solution of linear systems of equations is vital for any numerical solution of a real life problem that has been modelled by partial differential equations. This chapter serves as a great introduction to this topic (which will be considered more in future posts, and in a future classic books post). The chapters also contain a few stimulating questions, such as these from the linear systems chapter.

(null)
I think it is really nice that this book is written from a computational viewpoint (in addition to being mathematically rigorous) as after reading it, you can go away and code up the discretisation and a solver to try the methods out.

I would recommend this book to anyone who wants to learn about finite element method. The author did write an expanded book after this with some other authors, but it doesn’t read as nicely, and hasn’t generated the wave of good feeling in the finite element community as the original. In fact the sequel it is colloquially referred to as “The Black Death” (supposedly a term coined by one of the authors) as it is so bad!!

Categories
A Level Books Teaching

Classic Maths Books 1 – Bostock and Chandler textbooks

This week I posted the following picture on Twitter:

IMG_0537.JPG
A few people retweeted, favourited and commented how good they were for questions to stretch A Level students so I thought I would write a bit more here.
They were first published in 1982 and are still available from Amazon here and here.
I think I got my copies when I was doing my A Levels and asked my teacher if there were any other books he would recommend that weren’t the Edexcel ones.
I think they are still fantastic books, vastly superior to the Pearson published textbooks, though I think some students may find them a bit dry. They certainly assume more knowledge than the current books and the later questions are generally more involved (or it is less clear on how to start them). There are some really nice examples in the book, such as:

  • Find the complex roots of the equation \(2x^2 + 3x + 5 = 0 \). If these roots are \( \alpha \) and \( \beta \), confirm the relationships \( \alpha + \beta = – \frac{b}{a} \) and \( \alpha \beta = \frac{c}{a} \)

All these examples are well explained, and it is easy to follow them line by line.
One other aspect of them that I appreciate are the multiple choice questions at the end of each chapter; these are great for a quick test of understanding and I am using some of them in some QuickKey quizzes that I am trialling this half term.
I may make a blog post about a classic mathematics book a fairly regular thing… gives me an excuse to get some of the older books off my shelf again 🙂