UCT MAM1000 lecture notes part 19

The Binomial expansion

 

So, we’re going to start using some of the combinatorics we’ve just learned to answer some questions which without these techniques would seem completely infeasible.

What is (x+y)^{34}? This seems like an almost impossible task; you’d have to write out (x+y)(x+y)(x+y)..., 34 times, then multiply them all out and it would become incredibly messy. However, everything we’ve done in the last section will allow us to see precisely what this, and any other expression of this form, is given by. Let’s start with a simpler example:

How about (x+y)^4? This is a simpler example and one that we could think of doing by hand, but we will show that there is a very general way to get any expression of this form. We start by writing this out in long form:

 

(x+y)^4=(x+y)(x+y)(x+y)(x+y)

 

We are now going to label the x‘s and y‘s, though the labels (which will be indices) will just be dummy labels and we will remove them in the end.…

By | August 10th, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|1 Comment

UCT MAM1000 lecture notes part 18 – Friday 14th August

How to choose r objects from n objects

 

Let’s say that we have 6 objects ({\{a,b,c,d,e,f\}}) and we want to know the number of ways of picking 4 of them (where the order doesn’t matter, so {\{a,b,c,d\}} is no different from {\{a,b,d,c\}}). We can imagine writing down all of the possible permutations of the 6 objects (of which there are {6!} as we know) and then just taking the first four items. For instance, these are the first few permutations and the items in brackets are the ones that we pick as our 4:

\begin{array}{c}  \text{(abcd)ef} \\  \text{(abcd)fe} \\  \text{(abce)df} \\  \text{(abce)fd} \\  \text{(abcf)de} \\  \text{(abcf)ed} \\  \text{(abdc)ef} \\  \text{(abdc)fe} \\  \text{(abde)cf} \\  \text{(abde)fc} \\  ... \\  \end{array}

If we pick the items in the brackets then clearly we are going to get many repetitions of the same thing. For instance, the first two items are the same (both (abcd)). Also many of the items in the brackets are the same, up to a reordering, and we said that we didn’t care about the order, so (abcd) is the same as (abdc).…

By | August 9th, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|1 Comment

UCT MAM1000 lecture notes part 17 – Thursday 13th August

Here we’re going to continue looking at how many different ways there are to order collections of objects, but with certain constraints.

We saw previously that if you have n (distinguishable) objects, you can arrange them in n! ways (n positions for the first object (n-1) for the second, etc, with a single position for the last object).

Now we can ask what is the way of arranging r of n objects. That is, if I give you a deck of cards and ask you to take any five cards and put them in some order, how many possibilities are there in total?

Well, clearly the first card is going to be one of 52 different possibilities (in a 52 card deck). The second card is going to be one of 51 possibilities, etc. So the answer is going to be:

 

52\times 51\times 50\times 49\times 48

 

can we write this in terms of factorials? Let’s multiply and divide this number by 47!:

\frac{52\times 51\times 50\times 49\times 48\times 47!}{47!}

 

But the top is just 52!, so this is given by:

 

\frac{52!}{47!}

 

Where did the 47 come from?…

By | August 9th, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|3 Comments

UCT MAM1000 Lecture notes part 15 – Tuesday 11th August

This section is going to be a pretty diverse one, but is going to give you a very powerful set of tools for solving diverse problems in the real world.

You will be able to calculate the probability of two people in a given sized room having the same birthday, you will be able to calculate the combinatorics of all sorts of permutations and combinations, and you’ll learn about how to approximate many functions by polynomial expressions – this is an incredibly powerful technique and is used throughout the sciences.

Combinatorics

Combinatorics is the study of the different ways to rearrange objects given certain constraints. A question might be:

If a teacher is randomly picking two different students out per class for a year to get them to explain an answer on the board , what is the likelihood that you will be picked exactly five times?

How about the number of times Jodhi is likely to be called in a given game of Thunee?…

By | August 8th, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|5 Comments

UCT MAM1000 lecture notes part 14 – Friday 7th August

Average Value of a function

If we have a function in some range [a,b] we can ask what the average value of the function is. We are going to do this in a very intuitive way. We split up the curve into n points and take the average of those points, and then ask what happens to that number as we take the number of points to infinity. Let’s consider the curve y=x^2-x^3 between -3 and 3. If we take seven points along the curve (ie. at x=-3,-2,-1,0,1,2,3) We will get the function values: f(x)=36, 12, 2, 0, 0, -4, -18. as can be seen here:

plotsamp
The average value of the function when we take just seven sample points is thus: \frac{36+ 12+ 2+ 0+ 0 -4 -18}{7}=4. The figure below shows what happens when we take more and more points. We see that the mean value converges to a fixed number,in this case 3.

npoints
But there is a better way to do this and again, it involves integration.…

By | August 1st, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|1 Comment

UCT MAM1000 lecture notes part 13 – Thursday 6th August

Arc lengths

We have now learnt a great deal about various properties of curves. We can study their gradients, the areas under them and between them, we can even study properties of functions which have discontinuities and which extend all the way to \infty. We can look at the revolution of a curve about an axis and study the volume enclosed using cylinders of various forms and we have a good understanding of the link between finite sums of pieces which make up an area or volume and the limit that these pieces become infinitesimally small and thus how we end up with an integral from a Riemann sum.

There is one piece of the puzzle left, which is to know the length of a curve between two points. Let’s say we have some function f(x) and we want to know the length of the curve (ie. how long a piece of string would be that went along the curve and stretched from some point a to another point b on the curve).…

By | August 1st, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|1 Comment

UCT MAM1000 lectures part 12 – Wednesday 5th August

Volumes by cylindrical shells

Sometimes it is easier to calculate the volume of a solid (formed by the revolution of a surface about an axis of revolution) by dividing it up in a different way than into thin cross-sections. We will still use cylinders, but this time they will be cylindrical shells, where the height of the cylindrical shell mimics the function. This figure illustrates how this works for a particular function (in this case f(x)=\sqrt{1-x^2} between x=0 and x=1.

cylshell

  • Top Left image: the function \sqrt{1-x^2}.
  • Top right image: The volume formed by revolving this about the y axis.
  • Bottom left image: Breaking this shape up into cylindrical shells (think of taking a wire loop of varying diameters and slicing vertically through the function.
  • Bottom right image: The cylindrical shells when pulled apart (this is just for illustration purposes). In this case the central shell is taller than the outer shells because in the centre of the shape the function is highest and towards the edges it is lowest.
By | August 1st, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|3 Comments

UCT MAM1000 lecture notes part 11 – Tuesday 4th August

We can choose to rotate our shapes around different axes and of course the volumes will be very different. If we choose the shape defined by the area in between the functions y=x^2 and y=x and we choose to rotate it around the vertical line x=-1, we get the shape on the left hand side of this figure:

sqrtxm1

The cross-section is shown here:

crosssection

Again, we have to ask what the cylinder is going to look like at height y (ask yourself what a thin slice of the shape would look like at height y: It’s going to be an annulus). This time both the inner and the outer radii of the annulus are going to change as we change y. Now the inner radius is going to be 1+y and the outer radius is going to be 1+\sqrt{y}.
Thus we can see that the annulus at height y is going to have area \pi ((1+\sqrt{y})^2-(1+y)^2) (the 1 is because we are going from the point x=-1 to the point y and \sqrt{y}).…

By | August 1st, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|5 Comments

UCT MAM1000 lecture notes part 10

The following is almost certainly going to seem a bit confusing until you’ve seen a fair few examples. Don’t stress now, just try and picture what’s going on and we will build up our understanding as we go along.

Volumes

Having understood how to calculate the areas between two curves, or simply the area under a curve as a limit of the Riemann sum we can start to think about how to approximate not areas but volumes. If we can calculate an area by adding together small rectangles, perhaps we can calculate volumes by adding together small boxes, or other shapes. In fact we will use not boxes but cylinders, though perhaps not cylinders as we normally think of them.

You  probably think of a cylinder as a tube with a circular cross-section, but in fact that is a particular type of cylinder called a circular cylinder. The general idea of a cylinder is a three dimensional object with a constant cross section.…

By | July 31st, 2015|Courses, First year, MAM1000, Uncategorized, Undergraduate|1 Comment

UCT MAM1000 Lecture notes part 9

Areas between curves

We know how to calculate the area between a curve and the horizontal (x) axis of a graph. We have learnt a number of very sophisticated techniques which allow us to get an analytic answer.

It is a fairly simple extension to study not the area between a curve and the horizontal axis, but between two curves. You can see here the link between the two:

betweencurves

We can see in the figure below how we can approximate the area by a sum of rectangles. In this case we have used the left point approximation. Each rectangle here has \Delta x=0.02 and the heights are f(x_i)-g(x_i) where the x_i are the left points of each rectangle, in this case =0.02(i-1). So x_1=0, x_2=0.02, etc.

RS

We started off studying integration by taking the limit of a Riemann sum. We can do exactly the same thing here, taking the simplest possible Riemann sum, with rectangular regions which stretch between the two curves (see the diagrams on page 448 in Stewart) and then taking the limit to find an expression in terms of integrals.…