Wednesday, February 27

vertices of a pyramid


A vertex of a polyhedron is the point of intersection of three or more faces of the structure.

A pyramid is a polyhedron with a polygonal base connected to a single point called the apex.

The number of vertices of a pyramid varies with the different types of pyramids.


How to determine the number of vertices

In a pyramid, the side faces (originating from the apex) meet at the base.

pyramid

So basically, for the square pyramid shown above, the four vertices of the square base become four vertices of the pyramid.

In addition, we have the apex, where the slant surfaces meet.

Hence, in a pyramid with a n-sided polygon as base, we have (n+1) vertices.

Some examples of vertices of a pyramid.

Now let us try to find the number of vertices of some common pyramids.

triangular pyramid

This is a triangular pyramid, i.e., the base is a triangle (3-sided polygon).

Hence, the number of vertices would be (3+1) = 4


rectangular pyramid

This is a rectangular pyramid, i.e., the base is a rectangle (4-sided polygon).

Hence, the number of vertices would be (4+1) = 5


pentagonal pyramid

This is a pentagonal pyramid, i.e., the base is a pentagon (5-sided polygon).

Hence, the number of vertices would be (5+1) = 6


Thus, it is quite simple to find the number of vertices of a pyramid given we know the type of polygon it has as its base. The square pyramid (with a square as its base) is the most common type of pyramid found in various monuments all over the world.

Monday, February 25

Construction of a Regular Pentagon


In this part we are going to see in detail about the introduction to construction of a regular pentagon. It’s easy to construct a regular polygon by simply using the compass and the ruler. And so is the construction of the regular pentagon. Most of the pentagons constructed in this method are done by inscribing it into the circle.

Construction of a regular pentagon Method 1:

Draw a circle of diameter AB centered at O.
Draw a line CD perpendicular to AB. Now mark the mid points of OA and OB as P and Q respectively. Draw circles with center as P and Q and radius OP and OQ respectively.
Draw a line from C to P. This line intersects the circle with center Q at T.
With C as center and CT as radius draw a circle. This circle intersects the main circle at E and F which are the successive pentagon vertices.
With length EF find the other vertices of the pentagon.

Since the pentagon has all its sides equal it will be easy to find the other sides if find any one of the vertices.

Construction of a regular pentagon Method 2:

• Draw a circle with center O and Diameter XX’.

• Then draw a line AQ perpendicular to the line XX’.

• Now Mark a point P such that it bisects the line OX’.


• With P as center and length AP draw an arc such that it cuts the line OX. Mark the point G.

• Then with AG as radius and A as center draw an arc such that it cuts the circle at B and C



• With AB or AC as radius find the points D and E.

• Join the points ABCDE to get pentagon.

Friday, February 22

Study Calculating Median


Study Median:

Median is the middle value of the element in their ascending order. If the size of the elements is even, then the average value of two middle numbers is the median. In the sequence of elements, divide equally the sequence of elements are on one side, half on the other, then the average value of middle elements is the median.

Study Calculating Median Formulas:

If ‘n’ is the total number of elements and ‘n’ is the ‘odd’, then the formula for finding the middle position after the arrangement of elements in ascending order is: (n+1)/2.

If ‘n’ is the total number of elements and ‘n’ is the ‘even’, then you have to find the two middle positions after the arrangement of elements in ascending order. Formulas for finding the two middle positions are: (n/2) and (n/2)+1. After finding the two middle elements, find the average that is the median.

Study Calculating median - Example Problems:

Study Calculating median Problem 1:

Calculate the median of 5, 4, 1, 8, and 7.

Solution:

Count the elements in the sequence has given.

n = 5(odd)

Arrange the elements in ascending order.

1, 4, 5, 7, 8

Formula for finding the middle position is (n+1)/2

(5+1)/2 = 6/2 = 3

Median = 3.
Study Calculating Median Problem 2:

Calculate the median of 8, 6, 1, 2, 3, 4, 7, and 5

Solution:

Count the elements in the sequence has given.

n = 8(even)

Arrange the numbers in ascending order.

1, 2, 3, 4, 5, 6, 7, 8

Find the two middle positions using n/2 and (n/2)+1

Positions are n/2= 8/2 = 4 and 5

4th and 5th position numbers are 4 and 5

The average is (4+5)/2 = 4.5

Median = 4.5

Study Calculating Median Problem 3:

Calculate the median of 2, 4, 6, 3, 1, 6, 3, 7, 4, and 6

Solution:

Count the elements in the sequence has given.

n = 10(even)

Arrange the numbers in ascending order.

1, 2, 3, 3, 4, 4, 6, 6, 6, 7

Calculate the two middle positions using n/2 and (n/2)+1

Positions are n/2= 10/2 = 5 and 6

4th and 5th position numbers are 4 and 4

The average is (4+4)/2 = 4

Median = 4

Study median practice Problems:

Study median practice problem 1:

Calculate the median of 4, 3, 1, 2, and 6.

Answer: 3
Study median practice Problem 2:

Calculate the median of 7, 9, 1, 4, 3, 6, 2, and 8

Answer: 5
Study median practice Problem 3:

Calculate the median of 5, 4, 6, 2, 3, 1, and 9

Answer: 5

Thursday, February 21

Composition and Invertible Function


An invertible function for ƒ is a function from B to A, with the property that a round trip (a composition) from A to B to A returns each element of the first set to itself. A function ƒ that has an inverse is called invertible; the inverse function is then uniquely determined by ƒ and is denoted by ƒ−1. Function composition is the applications of one function to the results of another. For instance, the functions f: X → Y and g: YZcomprised by computing the output of g when it has an argument of f(x) instead of x.  (Source. Wikipedia) .

Examples for invertible function:

To define the invertible of a function f i.e. f−1 (read as ‘f inverse’), the function f must be one-to-one and onto.

Example 1:

Let A = {1, 2, 3}, B = {a, b, c, d}. Consider a function f = {(1, a), (2, b),(3, c)}. Here the image set or the range is {a, b, c} which is not equal to the co domain {a, b, c, d}. Therefore, it is not onto.


For the inverse function f−1 the co-domain of f becomes domain of f −1.

i.e. If f : A → B then f−1 : B → A . According to the definition of domain, each element of the domain must have image in the co-domain. In f−1, the element‘d’ has no image in A. Therefore f −1 is not a function.

Example 2:

f = {(1, a), (2, a), (3, b)} where A = {1, 2, 3}, B = {a, b}

Here the two different elements ‘1’ and ‘2’ have the same image ‘a’.

Therefore the function is not one-to-one.

The range = {a, b} = B. ∴ The function is onto.

f(1) = a

f (2) = a

f(3) = b

Here all the elements in A has unique image

f −1 (a) = 1

f −1 (a) = 2

f −1 (b) = 3


The element ‘a’ has the two images 1 and 2. It violates the principle of the function that each element has a unique image. This is because the function is not one-to-one.

Thus, ‘f −1 exists if and only if f is one-to-one and onto’.

Examples for composition function:

Example :

Let A = {1, 2}, B = {3, 4} and C = {5, 6} and f : A → B and g : B → C such that f(1) = 3, f(2) = 4, g(3) = 5, g(4) = 6. Find gof.

Solution:

gof is a composition function from A → C.

Identify the images of elements of an under the composition function gof.

(gof) (1) = g(f(1)) = g(3) = 5

(gof) (2) = g(f(2)) = g(4) = 6

i.e. image of 1 is 5 and image of 2 is 6 under gof

∴ gof = {(1, 5), (2, 6)}

Tuesday, February 19

How to Calculate Median


To find the median in a set of data, intial step is rearrange the set of data in ascending order or descending order. The mid-term value is the median for thae set of data.Half the numbers in the record are fewer, and half the numbers are greater. Establish the Median, put the numbers are known in value arrange and locate the middle number. But there are two middle numbers (as happens when there is an even amount of numbers) then average those two numbers.


Single middle number:

Example 1:

Establish the median for the following listing of value:

8, 13, 4, 7, 5

Solution:

Find the Median of: 8, 13, 4, 7, and 5 (Odd amount of numbers)

Line up your numbers: 4, 5, 7, 8, and 13 (smallest to largest)

The Median is: 7 (The number in the middle)

Example 2:

Establish the median for the following listing of value:

3, 8, 3, 4, 3, 6, 4, 1, 3

Solution:

Find the Median of: 3, 8, 3, 4, 3, 6, 4, 1, and 3 (Odd amount of numbers)

Line up your numbers: 1, 3, 3, 3, 3, 4, 4, 6, and 8 (smallest to largest)

The Median is: 3 (The number in the middle)


Double middle numbers:

Example 1:

Establish the median for the following listing of value:

8, 3, 4, 7, 2, and 6

Solution:

Find the Median of: 8, 3, 4, 7, 2, and 6 (Even amount of numbers)

Line up your numbers: 2, 3, 4, 6, 7, and 8 (smallest to largest)

Add the 2 middles numbers and divide by 2:

= (4 + 6) / 2

= 10 / 2

= 5

The Median is 5.

Example 2:

Establish the median for the following listing of value:

8, 8, 8, 9, 9, 9, 11 and 10

Solution:

Find the Median of: 8, 8, 8, 9, 9, 9, 11 and 10 (Even amount of numbers)

Line up your numbers: 8, 8, 8, 9, 9, 9, 10 and 11 (smallest to largest)

Add the 2 middles numbers and divide by 2:

= (9 + 9) / 2

= 18 / 2

= 9

The Median is 9


Example 3:

Establish the median for the following listing of value:

7, 8, 6, 9, 8, 7, 12 and 11

Solution:

Find the Median of: 7, 8, 6, 9, 8, 7, 12 and 11 (Even amount of numbers)

Line up your numbers: 6, 7, 7, 8, 8, 9, 11 and 12 (smallest to largest)

Add the 2 middles numbers and divide by 2:

= (8 + 8) / 2

= 16 / 2

= 8

The Median is 8

Monday, February 18

Derivative Differentiation


what is differentation?

Differentiation is all about finding rates of change of one quantity compared to another. We need differentiation when the rate of change is not constant.

What does this mean constant rate change ?

the distance from the starting point increases at a constant rate of 60 km each hour, so after 5 hours we have travelled 300 km. And the slope (gradient) is always 300/5 = 60 for the whole graph. There is a constant rate of change of the distance compared to the time. The slope is positive all the way (the graph goes up as you go left to right along the graph.)

What does this mean when rate of change is not constant ?

Now let's throw a ball straight up in the air. Because gravity acts on the ball it slows down, then it reverses direction and starts to fall. All the time during this motion the velocity is changing. It goes from positive (when the ball is going up), slows down to zero, then becomes negative (as the ball is coming down). During the "up" phase, the ball has negative acceleration and as it falls, the acceleration is positive. Notice this time that the slope of the graph is changing throughout the motion. At the beginning, it has a steep positive slope (indicating the large velocity we give it when we throw it). Then, as it slows, the slope get less and less until it become 0 (when the ball is at the highest point and the velocity is zero). Then the ball starts to fall and the slope becomes negative (corresponding to the negative velocity) and the slope becomes steeper (as the velocity increases).

derivative differentiation -The Derivative

The concept of Derivative is at the core of Calculus and modern mathematics. The definition of the derivative can be approached in two different ways. One is geometrical (as a slope of a curve) and the other one is physical (as a rate of change). Historically there was (and maybe still is) a fight between mathematicians which of the two illustrates the concept of the derivative best and which one is more useful. We will not dwell on this and will introduce both concepts. Our emphasis will be on the use of the derivative as a tool.

the physical concept of derivatives

This approach was used by Newton in the development of his Classical Mechanics. The main idea is the concept of velocity and speed. Indeed, assume you are traveling from point A to point B, what is the average velocity during the trip? It is given by

Average velocity = distance from A to B / time to get from A to B.

If we now assume that A and B are very close to each other, we get close to what is called the instantaneous velocity. Of course, if A and B are close to each other, then the time it takes to travel from A to B will also be small. Indeed, assume that at time t=a, we are at A. If the time elapsed to get to B is $\Delta t$, then we will be at B at time $t=a + \Delta t$. If $\Delta s$ is the distance from A to B, then the average velocity is

\begin{displaymath}\mbox{Average velocity} = \frac{\Delta s}{\Delta t}\cdot\end{displaymath}

The instantaneous velocity (at A) will be found when $\Delta t$get smaller and smaller. Here we naturally run into the concept of limit. Indeed, we have
\begin{displaymath}\mbox{Instantaneous Velocity (at A)} = \lim_{\Delta t \rightarrow 0} \frac{\Delta s}{\Delta t}\cdot\end{displaymath}

derivative differentiation - formulas

General Derivative Formulas:
1)  Where  is any constant.
2)  It is called Power Rule of Derivative.
3)
4)  Power Rule for Function.
5)
6)
7)
8)
9)  It is called Product Rule.
10)  It is called Quotient Rule.

Derivative of Logarithm Functions:

11)
12)
13)
14)

Derivative of Exponential Functions:

15)
16)
17)
18)
19)

Derivative of Trigonometric Functions:

20)
21)
22)
23)
24)
25)

Derivative of Hyperbolic Functions:

26)
27)
28)
29)
30)
31)

Derivative of Inverse Trigonometric Functions:

32)
33)
34)
35)
36)
37)

Derivative of Inverse Hyperbolic Functions:

38)
39)
40)
41)
42)
43)

Derivative Differentiation


what is differentation?

Differentiation is all about finding rates of change of one quantity compared to another. We need differentiation when the rate of change is not constant.

What does this mean constant rate change ?

the distance from the starting point increases at a constant rate of 60 km each hour, so after 5 hours we have travelled 300 km. And the slope (gradient) is always 300/5 = 60 for the whole graph. There is a constant rate of change of the distance compared to the time. The slope is positive all the way (the graph goes up as you go left to right along the graph.)

What does this mean when rate of change is not constant ?

Now let's throw a ball straight up in the air. Because gravity acts on the ball it slows down, then it reverses direction and starts to fall. All the time during this motion the velocity is changing. It goes from positive (when the ball is going up), slows down to zero, then becomes negative (as the ball is coming down). During the "up" phase, the ball has negative acceleration and as it falls, the acceleration is positive. Notice this time that the slope of the graph is changing throughout the motion. At the beginning, it has a steep positive slope (indicating the large velocity we give it when we throw it). Then, as it slows, the slope get less and less until it become 0 (when the ball is at the highest point and the velocity is zero). Then the ball starts to fall and the slope becomes negative (corresponding to the negative velocity) and the slope becomes steeper (as the velocity increases).

derivative differentiation -The Derivative

The concept of Derivative is at the core of Calculus and modern mathematics. The definition of the derivative can be approached in two different ways. One is geometrical (as a slope of a curve) and the other one is physical (as a rate of change). Historically there was (and maybe still is) a fight between mathematicians which of the two illustrates the concept of the derivative best and which one is more useful. We will not dwell on this and will introduce both concepts. Our emphasis will be on the use of the derivative as a tool.

the physical concept of derivatives

This approach was used by Newton in the development of his Classical Mechanics. The main idea is the concept of velocity and speed. Indeed, assume you are traveling from point A to point B, what is the average velocity during the trip? It is given by

Average velocity = distance from A to B / time to get from A to B.

If we now assume that A and B are very close to each other, we get close to what is called the instantaneous velocity. Of course, if A and B are close to each other, then the time it takes to travel from A to B will also be small. Indeed, assume that at time t=a, we are at A. If the time elapsed to get to B is $\Delta t$, then we will be at B at time $t=a + \Delta t$. If $\Delta s$ is the distance from A to B, then the average velocity is

\begin{displaymath}\mbox{Average velocity} = \frac{\Delta s}{\Delta t}\cdot\end{displaymath}

The instantaneous velocity (at A) will be found when $\Delta t$get smaller and smaller. Here we naturally run into the concept of limit. Indeed, we have
\begin{displaymath}\mbox{Instantaneous Velocity (at A)} = \lim_{\Delta t \rightarrow 0} \frac{\Delta s}{\Delta t}\cdot\end{displaymath}

derivative differentiation - formulas

General Derivative Formulas:
1)  Where  is any constant.
2)  It is called Power Rule of Derivative.
3)
4)  Power Rule for Function.
5)
6)
7)
8)
9)  It is called Product Rule.
10)  It is called Quotient Rule.

Derivative of Logarithm Functions:

11)
12)
13)
14)

Derivative of Exponential Functions:

15)
16)
17)
18)
19)

Derivative of Trigonometric Functions:

20)
21)
22)
23)
24)
25)

Derivative of Hyperbolic Functions:

26)
27)
28)
29)
30)
31)

Derivative of Inverse Trigonometric Functions:

32)
33)
34)
35)
36)
37)

Derivative of Inverse Hyperbolic Functions:

38)
39)
40)
41)
42)
43)

Derivative Differentiation


what is differentation?

Differentiation is all about finding rates of change of one quantity compared to another. We need differentiation when the rate of change is not constant.

What does this mean constant rate change ?

the distance from the starting point increases at a constant rate of 60 km each hour, so after 5 hours we have travelled 300 km. And the slope (gradient) is always 300/5 = 60 for the whole graph. There is a constant rate of change of the distance compared to the time. The slope is positive all the way (the graph goes up as you go left to right along the graph.)

What does this mean when rate of change is not constant ?

Now let's throw a ball straight up in the air. Because gravity acts on the ball it slows down, then it reverses direction and starts to fall. All the time during this motion the velocity is changing. It goes from positive (when the ball is going up), slows down to zero, then becomes negative (as the ball is coming down). During the "up" phase, the ball has negative acceleration and as it falls, the acceleration is positive. Notice this time that the slope of the graph is changing throughout the motion. At the beginning, it has a steep positive slope (indicating the large velocity we give it when we throw it). Then, as it slows, the slope get less and less until it become 0 (when the ball is at the highest point and the velocity is zero). Then the ball starts to fall and the slope becomes negative (corresponding to the negative velocity) and the slope becomes steeper (as the velocity increases).

derivative differentiation -The Derivative

The concept of Derivative is at the core of Calculus and modern mathematics. The definition of the derivative can be approached in two different ways. One is geometrical (as a slope of a curve) and the other one is physical (as a rate of change). Historically there was (and maybe still is) a fight between mathematicians which of the two illustrates the concept of the derivative best and which one is more useful. We will not dwell on this and will introduce both concepts. Our emphasis will be on the use of the derivative as a tool.

the physical concept of derivatives

This approach was used by Newton in the development of his Classical Mechanics. The main idea is the concept of velocity and speed. Indeed, assume you are traveling from point A to point B, what is the average velocity during the trip? It is given by

Average velocity = distance from A to B / time to get from A to B.

If we now assume that A and B are very close to each other, we get close to what is called the instantaneous velocity. Of course, if A and B are close to each other, then the time it takes to travel from A to B will also be small. Indeed, assume that at time t=a, we are at A. If the time elapsed to get to B is $\Delta t$, then we will be at B at time $t=a + \Delta t$. If $\Delta s$ is the distance from A to B, then the average velocity is

\begin{displaymath}\mbox{Average velocity} = \frac{\Delta s}{\Delta t}\cdot\end{displaymath}

The instantaneous velocity (at A) will be found when $\Delta t$get smaller and smaller. Here we naturally run into the concept of limit. Indeed, we have
\begin{displaymath}\mbox{Instantaneous Velocity (at A)} = \lim_{\Delta t \rightarrow 0} \frac{\Delta s}{\Delta t}\cdot\end{displaymath}

derivative differentiation - formulas

General Derivative Formulas:
1)  Where  is any constant.
2)  It is called Power Rule of Derivative.
3)
4)  Power Rule for Function.
5)
6)
7)
8)
9)  It is called Product Rule.
10)  It is called Quotient Rule.

Derivative of Logarithm Functions:

11)
12)
13)
14)

Derivative of Exponential Functions:

15)
16)
17)
18)
19)

Derivative of Trigonometric Functions:

20)
21)
22)
23)
24)
25)

Derivative of Hyperbolic Functions:

26)
27)
28)
29)
30)
31)

Derivative of Inverse Trigonometric Functions:

32)
33)
34)
35)
36)
37)

Derivative of Inverse Hyperbolic Functions:

38)
39)
40)
41)
42)
43)

Friday, February 15

Learn Linear Functions Slope


A linear function is defined as the polynomial function contains the degree of one (y = mx + b). One can learn the linear equation relates a dependent variable with an independent variable in a simple way. The power of the linear function which is not always greater than one where there is no independent variable. A simple linear function with one independent variable (Ax + By + C = 0) traces a straight line when plotted on a graph. It is also called as linear equation. Learning the concept of slope using linear equations is known as learning linear functions slope.

Please express your views of this topic Linear Approximation Equation by commenting on blog.

Learning Linear Functions Forms:

The function is defined by,

f = { ( X, Y)/ Y = mX + b }

where m and b are constants, x and y is called a linear functions. The function derives a straight line while graphing.

Functions such as these gives graph that are straight lines, and, thus, the name linear. Linear functions come in three main forms.

Point Slope Form is given by the equation, m = (y - y1) / ( x – x1)
Slope-Intercept Form is given by the equation, y = mx +b
General Form is given by the equation, Ax + By + C = 0.


Slope of the Linear Functions Learning:

Calculations of rate at which the change takes place can be done under the concept of slope. Slope calculates the rate of change in the dependent variable as the independent variable changes. The slope is denoted by m.

Consider the linear function:

y = mx + b

where, m is the slope of the line and b is the y-intercept. Slope is defined as the ratio of unit change in y to the change in x.

slope m = Change in y / Change in x

=> m = (y_(2) - y_(1))/(x_(2) - x_(1))

Learning Linear Function Slope - Examples:

Find the slope of the line segment relating the following points:
(-1,-2) and (1, 6)

Sol:

Here, x1 = -1        

y1 = -2

x2 = 1        

y2 = 6

slope m = (y2 – y1) / (x2 – x1)

=> m = (6 – (-2) / (1 – (-1))

=> m = (6 + 2) / (1 + 1)

=> m = 8 / 2

=> Slope m = 4


Find the slope of the equation, 9x - 3y = 6

Sol:

9x - 3y = 6

=> -3y = 6 – 9x

=> y = (-1/3)(6 – 9x)

=> y = 3x – 2

It is in the general form, y = mx + b

Therefore, slope m = 3 and y-intercept b = -2.

Thursday, February 14

Continuity Learning


Let 'a' be an aggregate and a in A, A function f : A |-> R is said to be continuous at "A". If each E > 0 EE   delta >0 such that x in A, || < delta  x - a

rArr   |  f ( x ) - f ( a ) | < E
lim_(x->a) f ( x ) = f ( a )
f is continuous at a    hArr lim_(x->a) f ( x ) = f ( a )

A function f : A |-> Ris said to be continuous on the aggregate 'a'. If ' f ' is continuous at every point a in A
A function f : A -> R is said to be discontinuous at a A. If ' f ' is not continuous at ' a '.


Continuity on the left and right at 'a':-

Let 'a' be an aggregate and a in A. A function f : A|-> R is said to be continuous on the left at 'a'. If each E>0 EE delta >0 such that x in A , a - delta < x <= a  rArr | f ( x ) - f ( a ) | < E

lim_(x->a-)  f ( x ) = f ( a )

Let 'a' be an aggregate and a in A. A function f : A|-> R is said to be continuous on the left at 'a'. If each E>0 EE delta >0 such that x in A , a <= x < a + delta   rArr | f ( x ) - f ( a ) | < E

lim_(x->a+) f ( x ) = f ( a )

Continuity of a function at open and closed intervals:-

A function ' f ' is said to be continuous on an open interval ( a, b ). If ' f ' is continuous at ' x ' AA x in ( a, b ).

A function ' f ' is said to be continuous on an closed interval [ a, b ].

' f ' is continuous at 'x' AA x in ( a, b )
' f ' is right continuous at 'a'.
' f ' is left continuous at ' b'.


Types of discontinuity:-

Let f : A -> Rand a in A be a point of discontinuity of ' f '.

' f ' is said to have Removable discontinuity at 'a'. If lim_(x->a) f ( x ) exists and lim_(x->a) f ( x ) != f ( a ) or f ( a )  is not defined.
' f ' is said to have Jump discontinuity or discontinuity of first kind at 'a'. If lim_(x->a-) f ( x ), lim_(x->a+) f ( x ) both exists and

lim_(x->a-)    f ( x )        !=  lim_(x->a+) f ( x )

' f ' is said to have sample discontinuity at 'a'. If ' f ' has removable discontinuity ( or ) jump discontinuity at 'a'.
' f ' is said to have finite discontinuity at 'a'. If ' f ' is not continuous at 'a' and ' f ' is bounded at 'a'.
' f ' is said to have Infinite discontinuity at 'a'.

If lim_(x->a) f ( x ) = oo   ( or ) lim_(x->a) f ( x ) = -oo
f ( x ) is unbounded in every neighbourhood of 'a'.

Example problems on Continuity

1)Examining the continuity of ' f ' defined by f ( x ) = | x | + | x - 1|

Solution:-    | x| = x if x > 0
= - x if x <= 0
| x - 1| = x if x > 1
= - x if x <= 1

If x <= 0
f ( x ) = | x | + | x - 1|
= - x - ( x -1 )
= 1 - 2x

If 0 < x < 1
f ( x ) =  | x | + | x - 1|
= x  - ( x - 1 )
= x - x + 1
= 1

If x >= 1
f ( x ) = | x | + | x - 1|
= x + x -1
= 2x -1

f ( x ) = 1 - 2x ; If x <= 0
= 1        ;  if 0 < x < 1
= 2x -1  ; if x >= 1

Continuity of ' f ' at x =0

Left Hand Limit            lim_(x->0-) f ( x ) = lim_(x->0-) 1 - 2x = 1

Right Hand Limit          lim_(x->0+) f ( x ) = lim_(x->0+) 1  = 1

f ( x ) = 1 - 2x if x <= 0
f ( 0 ) = 1

lim_(x->0) f ( x ) = f ( 0 ) = 1

Continuity of ' f ' at x =1

Left Hand Limit             lim_(x->1-) f ( x ) = lim_(x->1-) 1  = 1

Right Hand Limit            lim_(x->1+) f ( x ) = lim_(x->1+) 2x - 1  = 1

f ( x ) = 2x -1 if x >= 1
f ( 1 ) = 2 ( 1 )  - 1 = 1

lim_(x->1) f ( x ) = f ( 1 ) = 1

The function is continuous at x = 1

Wednesday, February 13

Intersecting Acute Angles


The intersecting acute angles measure the 0° and 90°. A sketch of angles is the main topic in geometry. Two lines join at a single point to form an angle.

If P and R are two straight lines they intersect at a point Q and make an angle Q. The angle Q is also represented as PQR. Here center point represents the vertex of the angle.

Example problems for intersecting acute angles:

Problem 1:-

Solving the intersecting acute angle from the where slopes  m1= 4 and m2=14

Solution:

In above diagram show the acute angles intersecting the two lines

tan phi = (m2- m1)/ (1+m1m2)

= (14-4)/(1+(14x4))

=10/ 57

= 0.175

Hence we find the phi value.

phi = arc tan(0.175)

from the tangent table,we get
phi =1o  (rounded value)



from the given example we can find the obtuse angle.

To subtract the acute angle between the the two values L,L2 from the 1800 straight angle.

That is,

phi = 180- phi

phi = 180 -1o

phi = 179o

Hence we find the obtuse angle.

Problem 2:-

Solving the intersecting acute angle from the where slopes  m1= 20 and m2=28

Solution:

In above diagram show the acute angles intersecting the two lines

tan phi = (m2- m1)/(1+m1m2)

= (28-20)/(1+(28x20)

= 8/ 561

= 0.0142

Hence we find the phi value.

phi   = arc tan(0.0142)

from the tangent table,we get
phi   = 1o  (rounded value)

from the given example we can find the obtuse angle.

the obtuse angle is calculated by subtracting the acute angle between the value of L and L2 from the straight angle 180 0

ie phi = 180- phi

phi = 180 -1o

phi = 179o

Hence we find the obtuse angle.

My forthcoming post is on algebra 2 formulas sheet and sample papers for class 10 cbse will give you more understanding about Algebra.

Practice problems for intersecting acute angles:

1. Solving the intersecting acute angle from the where slopes  m1= 2 and m2=4

Answer:- 168o

2. Solving the intersecting acute angle from the where slopes  m1= 4 and m2= 8

Answer:- 173o

3. Solving the intersecting acute angle from the where slopes  m1= 8 and m2=12

Answer:- 178 o

4. Solving the intersecting acute angle from the where slopes  m1= 12 and m2=14

Answer:- 174 o

Monday, February 11

Time Value of Money

Time value of money is one of the most important concepts in mathematics, also widely used in real life finance and economical scenarios. Time value of money is taught sometime in high school mathematics that plays a major role in the practical life. Let’s discuss about the same in this post.

What is Time Value of Money or TVM?
Time value of money is popularly abbreviated as TVM. The concept of Time value of money defines that the value of money keeps changing with time. Most of the time, the value of money today is lesser than the value of money tomorrow. For example: The popular parenting magazine cost was Rs.50 till last year. Today, the cost of the same parenting magazine is Rs.75. This demonstrates that in the period of one year, the value of money has changed. Understanding the concept of Time value of money requires understanding in related concepts like Present value and Future value.Present Value and Example:

The current worth of money is termed as the present value. For example: Only for today they have offered the scheme of Rs.699 for post pregnancy weight loss program. From tomorrow the rate of post pregnancy weight loss program will be again Rs.1799. Therefore, the present value here is Rs.699. Based on the present value and the difference in future, one can find out the rate of increase or decrease in TVM.

Future Value and Example:
Future value is the amount or value of money on a specified date in future with respect to the same in today’s date. For example: The book on develop reading habit cost is Rs.100 today but the cost of same book on develop read habit will increase to Rs.150 by next month, owing to its popularity. Thus, Rs.150 is the future value in this situation.
These are the basics on Time Value of Money.

Coordinate Plane


What is a Coordinate Plane?

The coordinate plane is a two-dimensional surface on which we can plot points, lines and curves. It has two scales, called the x-axis and y-axis, at right angles to each other. The plural of axis is 'axes' (pronounced "AXE-ease").


Definitions

X axis

The horizontal scale is called the x-axis and is usually drawn with the zero point in the middle. As you go to the right on the scale the values get larger and are positive. As you go to the left, they get larger but are negative.
Y axis

The vertical scale is called the y-axis and is also usually drawn with the zero point in the middle. As you go up from zero the numbers are increasing in a positive direction. As you go down from zero they increase but are negative.


Origin

The point where the two axes cross (at zero on both scales) is called the origin. In the figure above you can drag the origin point to reposition it to a more suitable location at any time.


Quadrants



Quadrants of the coordinate plane When the origin is in the center of the plane, they divide it into four areas called quadrants. The first quadrant, by convention, is the top right, and then they go around counter-clockwise. It is conventional to label them with numerals but we talk about them as "first, second, third, and fourth quadrant".

Coordinates of a point

The coordinates of a point are a pair of numbers that define its exact location on a two-dimensional plane. Recall that the coordinate plane has two axes at right angles to each other, called the x and y axis. The coordinates of a given point represent how far along each axis the point is located.
Ordered Pair

The two numbers in parentheses are the x and y coordinate of the point. The first number (x) specifies how far along the x (horizontal) axis the point is. The second is the y coordinate and specifies how far up or down the y axis to go. It is called an ordered pair because the order of the two numbers matters - the first is always the x (horizontal) coordinate.

The sign of the coordinate is important. A positive number means to go to the right (x) or up(y). Negative numbers mean to go left (x) or down (y). (The figure at the top of the page has the values of the axes labelled with the appropriate sign).
Abscissa

The abscissa is another name for the x (horizontal) coordinate of a point. Pronounced "ab-SISS-ah" (the 'c;' is silent). Not used very much. Most commonly, the term "x-coordinate" is used.
Ordinate



The ordinate is another name for the y (vertical) coordinate of a point. Pronounced "ORD-inet". Not used very much. Most commonly, the term "y-coordinate" is used.

Thursday, February 7

Pan Balance Math Problems


A balance is a beam balance or laboratory balance or pan balance used to measure the accurate value of mass of an object. A weighting pan and scale pan span is hold above the machine. Pan balance is used to distribute weight between two containers in a machine balance.  By using pan balance we have to calculate the weight of the objects and evenly distribute the objects. Let us see about pan balance math problems in this article.


Worked Examples to Pan Balance Math Problems

Example 1 to Pan Balance Math Problems:

Solve the pan balance math problem.

Pan Balance Math Problems

Find the weight of the two rectangles in the above problem?

Solution:

Step 1:

Given weight in left side object = 6 kg

Given weight in the right side object = 11 kg

Step 2:

In left side, the pan is not balanced if we remove the two rectangles.

So, subtract the right side object weight – left side present object weight, we will get the result.

Step 3:

Subtract the amount on left side object from the right side object, we get,

11 – 6 = 5 kg

Step 4:

Two rectangles have the total of 5 kg.

Step 5:

Two rectangles in the left side of the pan balance are of the same size.

Therefore, each rectangle is of 2.5 kg.

Example 2 to Pan Balance Math Problems:

Solve the pan balance math problem.

Pan Balance Math Problems

Find the weight of the diamond object in the above problem?

Solution:

Step 1:

Total weight in the right side of the pan balance = 17 kg

Triangle object = 4 kg

Square object = 8 kg

Diamond object =?

Step 2:

In left side, the pan is not balanced if we remove the diamond object.

So, subtract the right side object weight – left side present object weight, we will get the result.

Step 3:

Adding the triangle and square shaped object weight = 4 + 8 = 12

Left side = 12 kg

Step 4:

Subtracting the right side objects weight – left side objects weight = 17 – 12 = 5 kg

Step 5:

Therefore, the weight of the diamond object is 5 kg.



Practice Problems to Pan Balance Math Problems

Solve the pan balance math problem.

Pan Balance Math Problems

Find the weight of the diamond object in the above problem?

Solution:

1. Pan balance weight in the right side is 10 kg.

Wednesday, February 6

Proving Identities Calculator


An identity is a relative which is tautologically factual. These are typically taken to denote something that is factual by meaning, either straight by the definition, or as a result of it. For model, algebraically, this occurs if an equation is content for all values of the concerned variables. Definitions are frequently indicated by the 'triple bar' sign ≡, such as A2 ≡ x·x. A calculator is a little (often small), typically cheap electronic machine used to do the basic operations of mathematics. Present calculators are additional moveable than most computers, although most PDAs are similar in size to handheld calculators.


Proving Algebra and Trigonometric Identities Calculator:

proving identities calculator

c + 0 = c (additive identity)
c + (-c) =0 (additive inverse)
c x 1 = c (the multiplicative identity)
c  (1/c )= 1 (the multiplicative inverse)
sin2a≡ 1 – cos2a
cos2a≡ 1 – sin2a
tan2a ≡ sec2a − 1

Examples of Proving Algebra Identities:

Study example 1:

21+ 0 = 21

Solution:

(We know that the additive identity in algebra (c+0 = c). Therefore the answer is 21)

Study example 2:

23+(-23) = 0

Solution:

(We know that the additive inverse in algebra (c+(-c) = 0) this problem answer 0.)

Study example 3:

1x14= 14

Solution:

(We know that the multiplicative identity  (1x c = c). So this problem answer 14.)

study example 4:

23 (1/23) = 1

Solution:

(We know that the multiplicative inverse  (c x 1/c = 1). So this problem answer is 23.)

Between, if you have problem on these topics math 2nd grade word problems, please browse expert math related websites for more help on how to prepare for iit jee 2013.

Examples for Proving Trigonometric Identities:

Study example 1:

Prove the following identity: (sin M)4 +2(sin M)2(cos M)2 + (cos M)4 = tan M cot M

Solution:

(sin M)4 +2(sin M)2(cos M)2 + (cos M)4 = tan M cot M

(sin M)4 +2(sin M)2(cos M)2 + (cos M)4 =(sin M/cos M)xx(cos M/sinM)

(sin M)4 +2(sin M)2(cos M)2 + (cos M)4 = 1
((sin2M)2 + (cos2M)2)((sin2M)2 + (cos2M)2) = 1       { (a+b)2=a2+b2+2ab}

( (Sin2M)+cos2M )2 =1

(1)(1) = 1

Study example 2:

Prove the following identity: tan(p)cos(p) = sin(p)

Solution:

tan(p)cos(p) = sin(p)

(sinP/cosP) cos p= sin(p)

sin(p) = sin(p)

Monday, February 4

Logic Problems With Solutions



logic problems with solutions set 1

Problem: - If in the code, ALTERED is written as ZOGVIVW, then in the same code, RELATED would be written as?

Solution: - Clearly, each letter of the ALTERED is replaced by the letter which occupies the same position from the other end of the English alphabet, to obtain the code. Thus, A, the first letter of the alphabet, is replaced by Z, the last letter. L, the 12th letter from the beginning of the alphabet, is replaced by O, the 12th letter from the end. T, the 7th letter from the end of the alphabet is replaced by G, the 7th letter from the beginning of the alphabet and so on.

Similarly, in the word RELATED, R will be coded as I, E as V, L as O, A as Z, T as G and D as W. Thus, the code becomes IVOZGVW.                            (Answer)

Problem: - Pointing to a photograph, a lady tells X, “I am the only daughter of this lady and her son is your maternal uncle.” How the speaker is related to X’s father?

Solution: - Clearly, the speaker’s brother is X’s maternal uncle. So, the speaker is X’s mother or his father’s wife.

Problem: - In a school, there were five teachers. A and B were teaching Hindi and English. C and B were teaching English and Geography. D and A were teaching Mathematics and Hindi. E and B were teaching History and French. Answer the following questions:

1)      Who among the teachers was teaching maximum number of subjects?

2)      Who among the teachers, teaches Hindi?

3)      D, B and A were teaching which subjects?

Solution: - The given information can be analysed as under:

Prob 1


Clearly, B teaches maximum number of subjects, i.e. 5.

Three teachers were teaching Hindi – A, B and D.

D, B and A were teaching Hindi.
Logic Problems with Solutions Set 2

Problem: - A man walks 1 km towards East and then he turns to South and walks 5 km. Again he turns to East and walks 2 km, after this he turns to North and walks 9 km. Now, how far is he from his starting point?

Solution: - The movements of the man are as shown in the figure. (A to B, B to C, C to D, D to E).

Prob2

Clearly, DF = BC = 5 km.

EF = (DE – DF) = (9-5) km = 4km

BF = CD = 2 km

AF = AB + BF = AB + CD = (1 + 2) km = 3 km.

Therefore man’s distance from starting point A

= AE = `sqrt(AF^2 +EF^2)`  = `sqrt(3^2 + 4^2)`

= `sqrt25`   =   5 km                                      (Answer)

I am planning to write more post on Rational Inequalities and ibps exams 2013. Keep checking my blog.

Problem: - Which of the following diagrams correctly represents the relationship among the classes: Tennis fans, Cricket players, Students?

Prob2

Solution: - Some students can be cricket players. Some cricket players can be tennis fans.

Some students can be tennis fans. So, the given items are partly related to each other. So the correct diagram which represents the relationship between the above is option (A).

Friday, February 1

Loci and Concurrency Theorems Tutorial


In this tutorial, we will study about definition of loci and concurrency, loci and concurrency theorems.

Definition of Loci:

If a point moves in some way which satisfies some given geometrical condition at every instant during its motion, then the path traced out by the moving point is called loci of a point.

Every point satisfies the given geometrical condition is a point of loci, and

Every point of loci should satisfy the given geometrical condition.

Singular form of loci is called as locus.

Definition of concurrency:

If three or more than three lines pass through a point, then the common point is called point of concurrency.

Let us see about loci and concurrency theorems in this tutorial.
Tutorial - Loci Theorem:

Definition:

The loci of a point which is equidistant from the two given points, is the perpendicular bisector of the line segment and joining the two given points.

Given:

There are two given fixed points M and N.

A is a moving point that is A is loci of two given points M and N.

AM = AN.

To Prove:

The loci of A is the perpendicular bisector of MN line segment.

Construction:

Triangle-Loci Theorem

Join MN. Bisect MN at B. Join AM, AN and AB.

Proof:

Therefore, A moves such that AM = AN.

As we know that,

A must pass through the point B of the line segment MN, because BM = BN.

Thus A passes through the mid-point of MN.

Now, in ∆MAB and ∆NAB,

Given    AM = AN

By construction, BM = BN

AB = AB

By sss congruence rule,

∆MAB = ∆NAB

angle MBA = angle NBA       (1)

But angle MBA + angle NBA = 180°  (2)

Substitute (1) into (2),

2 angle MBA = 180°

Divide by 2 each side.

angle MBA = 90°

Therefore, AB _|_ MN

Thus, AB is proved as perpendicular bisector of MN.
Tutorial - Concurrency Theorem:

Definition:

A concurrency point of the perpendicular bisectors of sides of a triangle is called circum-center of the triangle.

A concurrency point of the median of a triangle is called centroid of the triangle.

The concurrency diagram is shown in triangle figure beliow.

Triangle-Concurrency Theorem

A,B,C are mid-points of PQ, QR and QR respectively. PB, QC and RA are medians of ∆PQR. Here O is Concurrency point.

As we know from congruence rule,

OB _|_ QR

OA _|_ PQ

OC _|_ PR

These are all perpendicular bisectors of triangle. Therefore, O is concurrency point.