Pages

Wednesday, November 6, 2013

Set Operations


Set Operations: - The collection of the distinct objects is called the sets. For example the number 5, 7 and 11 are the distinct object when they are considered separately. Collectively they can form a set which can be written as [5, 7, 11]. The most fundamental concept of the mathematics is the sets.  The objects which are used to make the sets are called the elements. The elements of the sets may be anything, the letters of the alphabet, people or number. The set are denoted by the capital letters.  The two sets are equal when they have equal elements. The set can be represented by two methods, roster or tabular form and the sets builder form. In the roster form the elements are separated by commas. For example a sets of positive and odd integers less than or equal to seven is represented by {1, 3, 5, 7}.

The set of all the vowels of the alphabet is {a, e, I, o, and u}. The sets of the even numbers are {2, 4, 6,}. The dots indicate that the positive even integers are going to infinite. While writing the set in the roster form the element must be distinct. For example the set of all the letters in the word “SCHOOL” is {s, c, h, o, and l}. In the set builder form all the elements of the sets have the common property which is not possessed by any element which is outside of the set. For example vowels have the same property and can be written as {a, e, I, o, and u}. The set in the set builder form can be written as V = {x; x is a vowel in the English alphabet}.  A = {x; x is the natural number and 5 < x < 11}. C = {z; z is an odd natural number}.

Operations on Sets: - Like the mathematical operations, there are number of operations which are carried out by the sets. We will study them one by one. Union of sets is the union of the all the elements of a set and all the elements of the other  taking one element only once. Let A = {2, 3, 4, 5} and B = (4, 5, 6}. Therefore the union  of the two sets is written as A ∪B  = {2, 3, 4, 5, and 6}. Intersection of two sets A and B is the set of all elements which are common in both the sets. If the intersections of the two sets are equal to null then the set is called the disjoint set.

The difference of sets A and B can be defined as the A – B. It is equal to the elements which belong to set a and the element which does not belong to the set B. The operation on the sets such as union and intersection satisfy the various laws of the algebra such as the associative laws, the commutative laws, idempotent laws, identity laws, distributive laws, De Morgan’s laws, complement laws and involution law. These all the laws can be verified by the Venn diagram. 

Tuesday, November 5, 2013

Dispersion Statistics


Measures of Dispersion : - The dispersion is also known as the variability is the set of constant which would in a concise way explain variability or spread in a data. The four measures of dispersion or variability are the range, quartile deviations, average deviation and the standard deviation. The difference between two extreme observations in the given data is known as the range. It is denoted by R. In frequency distribution, R = (largest value –smallest value). It is used in statistical quality control studies rather widely. Median bisects the distribution. If we divide the distribution into four parts, we get what are called quartiles, Q(1 ),Q2 (median) and Q(3.)

The first quartile Q(1,) would have 25 % of the value below it and the rest above it; the third quartile would have 75% of values below it. Quartile deviation is defined as, Q. D.  = 1/2  ( Q3-Q1). If the average is chosen a, then the average deviation about A is defined as A.D. A.D. (A) = 1/n ∑|(xi- A)|  for discrete data. The Standard deviation is also called as the Root mean square deviation. The formula for the standard deviation is given as Standard deviation,σ=√(1/n ∑(xi- x ̅)^2 ) for discrete data.

The Square of the standard deviation is known as the variance. It is denoted by the square of sigma. Out of these measures, the last σ is widely used as a companion to x ̅ on who is based, when dealing with dispersion or scatter. Measure of dispersion is calculated for the data scattering. Deviation means how a value is deviated from it mean or average value. The mean of the two groups of the data may be same but their deviation may be high.

Central Tendency Measures : - The central tendency measures are also called the statistics central tendency. The clustering of data about some central value is known as the frequency distribution. The measure of central tendency is the averages or mean. The commonly used measures of central values are mean, Mode and median. The mean is the most important for it can be computed easily. The median, though more easily calculated, cannot be applied with case to theoretical analysis. Median is of advantage when there are exceptionally large and small values at the end of the distribution. The mode though easily calculated, has the least significance. It is particularly misleading in distributions which are small in numbers or highly unsymmetrical. In symmetrical distribution, the mean, median and mode coincide.

For other distributions, they are different and are known to be connected by empirical relationship. Mean – Mode = 3 (mean – median). The sum of the values of all the observations divided by the total number of observations is called the mean or average of a number of observations.  The value of the middle most observations is called the median. Therefore to calculate the median of the data, it is arranged in ascending (or descending) order. The observation which is found most frequently is known as mode.

The central tendency measures and the variability or dispersion are used in the statistical analysis of the data.

Thursday, October 31, 2013

Interpolation


Interpolation is a concept that is used in numerical analysis. It means finding an intermediate value from the given data. That is, for a set of function values, sometimes a situation arises to know what the value of the function is, for some intermediate value of the variable.

Let us explain the concept with a simple example. Let the ordered pairs of the data of a function be (0, -1), (1, 7), (2, 22), (3, 40), (4, 69), (5, 98) and we need to find the function value of 3.8 of the variable. The attempt to find that value is called interpolation and there are several methods. Let us describe those one by one.

The first method is to round the given value of the variable to the nearest value in the data and take the corresponding value of the function. So for the given data, the value 3.8 of the variable can be rounded to 4 and assume the value of the function approximately as 40. But as one can easily see it is a crude method and far from accurate. This method can only be used just for guidance.

The next method is called as linear interpolation. That is, the function is assumed to be linear in the interval that contains the required value of the variable and accordingly the value of the function is determined. In the given example 3.8 falls in the interval [3, 4]. Considering the function to be linear in this interval, the slope of the function in this interval is (69 – 40)/(1) = 29. So the value of the function at x = 3.8 is, 29(0.8) + 40 = 63.2. Though this method also is not very accurate still the accuracy is much better than that in method 1. This method, even at the cost of sacrificing some accuracy, is preferred because it is easy to work with. In general the linear interpolation y at a point x  is given by the formula y = [(yb – ya)/(xb – xa)](x – xa) + ya, where [a, b] is the interval in which the required point occurs. This is the algorithm used in any linear interpolation calculator.

It is always possible a curve rather than a straight line could better cover the points plotted from a data. In other words a polynomial function can give a better interpolation. Finding a suitable polynomial function for a given data is called as polynomial regression.  Suppose we consider the same data, the three degree polynomial function f(x) = 3x2 + 5x – 1 will be very close to the desired results. In such a case evaluating the function for x = 3.8, the value of the function is will be a very accurate interpolation. The accuracy can further be improved when a polynomial function of degree same as the number of data points is determined.

A high level interpolation polynomial can be derived by extensive methods and such an interpolation is called as Lagrange interpolation introduces by the famous Italian mathematician.


Friday, October 25, 2013

Analytical Geometry


Analytical Geometry:

Another term for analytical geometry is Cartesian geometry or co ordinate geometry. It refers to the study of relationships between points, lines, planes etc against a back drop of the co ordinate system, be it in three dimensions or two dimensions. In our lower grade normal geometry, we knew of geometric shapes such as triangles, angles, squares, rectangles etc. The same shapes in co ordinate geometry are described by the co ordinates of their vertices, or by the equations and slopes of the lines joining these vertices.

The basic of analytical geometry deals with the concept of lines. The topics covered are parallel lines, perpendicular lines and inclination of lines with respect to the coordinate systems or with respect to each other. A line is described by its slope or gradient. This slope can be found using the co ordinates of two points that lie on the line. If two lines have the same gradient then they are said to be parallel to each other. If the product of the slopes of two lines is -1, then the two lines are said to be perpendicular to each other. The slope can also be defined by the tangent of the angle that the line makes with the positive x axis direction. Thus if we know the slope we can use the arctan function to find the inclination of the line with respect to the positive x direction.

All the other geometric shapes are studies with the help of this concept of straight lines. For example consider a quadrilateral. It is a closed shape formed by four line segments that are parts of four lines. If both the pairs of opposite sides are parallel and congruent to each other, (that means if both the pairs of opposite sides have the same slope and same length) then such a quadrilateral is called a parallelogram. In a parallelogram if all the adjacent sides are perpendicular to each other, (in other words, if the product of the slopes of adjacent sides is -1), then the parallelogram becomes a rectangle. Similarly other geometric shapes can also be studied in this way.

Analytical geometry is most useful in studying three dimensional objects. This is sometimes also called analytical solid geometry. In three dimnesional space, there are three coordinate systems that can be used. Besides the Cartesian co ordinate system, there can also be the cylindrical coordinate system and the spherical co ordinate system. All these three systems can be interchangeably used to study various types of curves, surfaces or solids in space. Just like how a point in the Cartesian co ordinate system is defined by its x y and z co ordinate, in the cylindrical co ordinate system it is defined by three parameters. They are, (a) its distance from the origin (r), (b) the angle of the line joining the point and the origin with the positive x axis (θ) and (c) its perpendicular distance from the x-y plane (z co ordinate).

Also check out the video streaming of Analytical Geometry

Wednesday, October 23, 2013

Variables


                                                                                                               
What are Variables?

A variable is something which always varies. That is it does not have a fixed value. In any situation if we are not sure of a value for a quantity then we represent such things using alphabets like x, y, z, a, b, c etc known as variables.

Let’s assume that Peter is working in a hotel and earns $12 per hour and on top of his hourly wage he also get tips for each hour. This expression $(12 + x) would give how much peter earn in a given hour. Here x denotes the tips earned. Now, you might also realize that number of tips or the amount of tips Peter make per might change dramatically from hour to hour. It varies consistently. Since, we are not sure of the tips Peter make each hour exactly, this value is called a variable.

Random Variables


In this section i will introduce you to the concept of a random variable. For me this is something I had lot of trouble for getting my head around. That’s really because it called variable. Generally, variable are unknowns used in algebraic equations/ expressions.

For example: x + 2 = 15. We can find the value of x, by subtracting 2 from both sides.
Or if we have an equation in two unknowns that is y = 2x + 5, here x is an independent quantity and y is a dependent quantity. So, we can assume any x value and find respective value for y. In this case we will have infinite combinations of x and y satisfying the equation.


A random variable is kind of same thing that it can take multiple values but it is not something which you really ever solve for. A random variable is usually denoted by a capital letters say X. It can take bunch of different values but we are never solving for it. In fact it a function that maps from you from the world of random processes to the actual numbers. Let us see one example.

Let the random process be it is going to rain tomorrow or not. Now, how are we going to quantify this, let say X = 1 if it rains tomorrow and X = 0 if does not rain. It is not compulsory that we have to use 1 and 0. Here we can assign to any number. So, we need to keep in mind is a random variable is not a traditional variable.

It is defined as a numerical value to each outcome of a particular experiment. For every element of an experiment’s sample space, it can take only one value. When a random variable can take finite (countable) finite set of outcomes then it is known as discrete random variable. Individual outcomes for a random variable are denoted by lower case letters. A continuous random variable would take on any of the countless number of values in the given line interval.