Social Icons

twitterfacebookgoogle pluslinkedinrss feedemail

Tuesday, February 26, 2013

BA202: MATHEMATICAL INDUCTION


The wikipedia says about mathematical induction:

Mathematical induction is a method of mathematical proof typically used to establish that a given statement is true for all natural numbers (positive integers). It is done by proving that the first statement in the infinite sequence of statements is true, and then proving that if any one statement in the infinite sequence of statements is true, then so is the next one.
The method can be extended to prove statements about more general well-founded structures, such as trees; this generalization, known as structural induction, is used in mathematical logic and computer science. Mathematical induction in this extended sense is closely related to recursion.

Example

Mathematical induction can be used to prove that the following statement, which we will call P(n), holds for all natural numbers n.
0 + 1 + 2 + \cdots + n = \frac{n(n + 1)}{2}\,.
P(n) gives a formula for the sum of the natural numbers less than or equal to number n. The proof that P(n) is true for each natural number n proceeds as follows.
Basis: Show that the statement holds for n = 0.
P(0) amounts to the statement:
0 = \frac{0\cdot(0 + 1)}{2}\,.
In the left-hand side of the equation, the only term is 0, and so the left-hand side is simply equal to 0.
In the right-hand side of the equation, 0·(0 + 1)/2 = 0.
The two sides are equal, so the statement is true for n = 0. Thus it has been shown that P(0) holds.
Inductive step: Show that if P(k) holds, then also P(k + 1) holds. This can be done as follows.
Assume P(k) holds (for some unspecified value of k). It must then be shown that P(k + 1) holds, that is:
(0 + 1 + 2 + \cdots + k )+ (k+1) = \frac{(k+1)((k+1) + 1)}{2}.
Using the induction hypothesis that P(k) holds, the left-hand side can be rewritten to:
\frac{k(k + 1)}{2} + (k+1)\,.
Algebraically:

\begin{align}
\frac{k(k + 1)}{2} + (k+1) & = \frac {k(k+1)+2(k+1)} 2 \\
& = \frac{k^2+k+2k+2}{2} \\
& = \frac{(k+1)(k+2)}{2} \\
& = \frac{(k+1)((k+1) + 1)}{2}
\end{align}
thereby showing that indeed P(k + 1) holds.
Since both the basis and the inductive step have been proved, it has now been proved by mathematical induction that P(n) holds for all natural n

here is another example by me:



BA202: TUTORIAL EXERCISE 4 (TREE)

Dear Student,

Here is the latest Tutorial Exercise for chapter 4: Tree. Please download it below:


Sunday, February 24, 2013

BB101: HOW DOES WORK..WORK?

Eksplorasi Peta Minda Sains Kejuruteraan

On Saturday 23.02.2013, Department of Mathematics, Science and Computer  PSMZA has organized a programme to help student in their study respectively in making a short or summaries  note from lecture note. As many of 140 junior student admitted to this one day program, they have participate with a lot of excitement and fun during the activity of making their own mind map. This program has been conducted by Mdm. Noor Rulhanim Ariffin and helped by others lectures as facilitators.
 


















Wednesday, February 6, 2013

BA202 : TUTORIAL EXERCISE 3 (GRAPH)

Dear my students,



We have finish chapter 3 already, so here is the TUTORIAL 3. Download it and try to solve it. we will discuss the answer after the Chinese New Year semester break. Thanks.

Sunday, February 3, 2013

BA202: TUTORIAL EXERCISE 2: SET, RELATION AND FUNCTION

Dear student,



Here is your tutorial exercise for chapter 2. Please download it here TUTORIAL 3
Thank you.