• About
  • Contact Us!

Geek Lore

~ Geek talk for the rest of us

Geek Lore

Category Archives: math

Inequalities 

26 Thursday Feb 2015

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

inequality, inequation

Inequality is an expression in algebra that has the symbols  <, >, >=, <=

y \geq 3x - 5

 y + 5 < 2x – 7

The inequalities can be plotted on a graph paper as you would a normal equation of the form ax+by+c=0.

Operations such as addition, subtraction, multiplication and division can be performed on inequalities as you would on normal equations. The same rules apply.

The same number can be added on both sides of the inequality so that the original value does not change. This rule is applicable to subtraction, multiplication and division also.

 

Function

21 Sunday Apr 2013

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

coordinates, equation, function, graph, intercept, line, slope

Definition

A function is an equation between two quantities x and y such that one quantity can be defined in terms of the other quantity. 

Example

    y = mx + c – eq. 1

Where x and y are two quantities, m is some number, a multiple of x and c is a constant number. 

This equation may also be written as:

    x = (y – c) / m – eq. 2

Equation eq.1 defines y in yerms of x.

Equation eq.2 defines x in yerms of y.

The function defines a line on a graph. Let m=2 and c=–3, then the equation can be written as

    y = 2x – 3

This equation can be plotted on a graph with real values for x and y. 

Intercept

When the value of x is set to 0, the line cuts the y-axis of the graph at y = –3. This is called the x-intercept. On the graph, the coordinates are (0, –3).

When the value of y is set to 0, the line cuts the x-axis at 3/2 or 1.5. This is called the y-intercept. On the graph, the coordinates are (3/2, 0).

A straight line can be drawn on the graph with all possible values of x and y between the two intercepts and beyond.

Slope

In the generic function above, m is the called the slope of the line represented by the equation. 

The slope can be expressed in terms of x, y and the constant c.

    m = (y – c) / x

The slope is a property of the line and is a constant for all values of x and y.

It is calculated by the formula (y1 – y2) / (x1 – x2), where (x1, y1) and (x2, y2) are two points on the line.

For the function y = 2x – 3, the slope obtained is 2 by substituting the intercept points (0, –3) and (3/2, 0) in the slope formula.

Slope of a line may also be expressed in a trigonometric form. The line on the graph subtends an angle with the x-axis. The tangent of this angle is the slope. 

If theta is the angle of the line with x-axis, then tan(theta) = opp. Side/adjacent Side.

Therefore, –3/(3/2) , which is 2 below the axis, since the negative sign implies that the angle is below the axis line in the fourth quadrant). See graph below.

Graph

Graph for the function y = 2x – 3 looks as shown below (from WolframAlpha):

20130421-170324.jpg

Domain

The domain of a function is all values of x. 

Range

The range of a function is all values of y corresponding to the values of x.

In the function y = 2x – 3, the domain and range are both real numbers. 

 

Note

Consider an equation of the form ax+by+c=0, where a,b,c are real numbers and x and y are unknown quantities. This equation can be expressed in the function form as shown below:

Dividing the equation by b, it becomes

    y = -ax/b-c/b

Where slope m = -ax/b and the constant is -c/b

Ogive chart

21 Friday Sep 2012

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

Chart, cumulative totals, distribution, frequency, ogive

An ogive is a cumulative frequency graph. It shows the running total of frequencies. That is, the number of elements of the data that lie below the current value.

Two graphs from Wolfram Alpha illustrate the frequency distribution and its associated cumulative frequency graph (the ogive graph)

20120921-183302.jpg

17.427497 78.447361

Slope

22 Wednesday Aug 2012

Posted by Anand Betanabhotla in math

≈ 2 Comments

Tags

coordinates, equation, formula, function, geometry, gradient, intercept, line, slope

The slope of a line measures the deviation of the line from the horizontal. It is usually denoted by the letter m.

The slope is also called the gradient of the line, measured as the angle away from the horizontal axis.

The slope can be expressed in two ways:

From the coordinates of any two points on the line, the slope m is
m = \frac{\Delta y}{\Delta x} = \frac{change-in-y}{change-in-x} = \frac{y_{1} - y_{2}}{x_{1} - x_{2}} = \frac{y_{2} - y_{1}}{x_{2} - x_{1}}

In the slope-intercept form as
y = mx + c

20120822-151344.jpg

Note:

The slope of this horizontal line is zero.
(because any two y points on a horizontal line have the same value, their difference is zero)

The slope of a vertical line is undefined.
(because any two points x on a vertical line have the same value, their difference is zero and divide by zero is not defined in mathematics)

17.427485 78.447322

Polynomial

27 Friday Jul 2012

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

Algebra, binomial, bivariate, coefficient, degree, monomial, power, quadratic, radical, trinomial, trivariate, univariate, variable

A polynomial is a combination of variables, exponents and constants. The combination may be addition, subtraction or multiplication, but not division.

Exponent is a variable raised to a power.

Example:
ax^2+bx+c

a, b are called coefficients – positive or negative numbers
x is a variable
c is a constant – a positive or negative number

The quantities separated by the + or – sign are called terms. A term is also called a monomial.
Exponent of the variable x in the first term is 2 (a positive number). Negative exponents do not make a polynomial.

Rules:
1. The variable in the expression must not be in the denominator.
2. Variable cannot have a negative exponent.
3. The variable cannot be inside a radical such as a square root.

Types:

A polynomial with one term is called a monomial, also known as univariate.

A polynomial with two terms is called a binomial, also known as bivariate.

A polynomial with three terms is called a trinomial, also known as trivariate.

Degree of a polynomial:

The example polynomial is a 2-degree polynomial; it is also called a quadratic.

the exponent of a term indicates the degree of the polynomial.

17.427506 78.447391

Numbers

25 Wednesday Jul 2012

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

counting, natural numbers, positive integers, set

The numbers we use to count from 1; for example: 1,2,3,4…. The positive integers from 1 to infinity
(\lim \limits_{1 \to \infty} )

The set of natural numbers is denoted by N.

N = {1,2,3,4,5,6……….}

17.427413 78.447297

Arithmetic Sequence

24 Tuesday Jul 2012

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

arithmetic, partial sum, Sequence

An arithmetic sequence is a sequence whose consecutive terms have a common difference.

The formula for the n^{th} partial sum of an arithmetic sequence named a is:

S_{n} = \frac{n}{2}(a_{1}+a_{n})

17.427448 78.447354

Parabola

23 Monday Jul 2012

Posted by Anand Betanabhotla in math

≈ Leave a comment

Tags

conic section, coordinate geometry, equation, Parabola, plane curve

A parabola is a set of all points in a plane that are equidistant from a given fixed point (the Focus) and a given straight line (the Directrix).

20120723-183857.jpg

Algebraic equation
x^2 - 4ya = 0

Cartesian equation
y = \frac{x^{2}}{4a}

Parametric equations
x(t) = 2 t a
y(t) = t^2 a

Polar equation
r(\theta) = 4 tan(\theta) sec(\theta) a

Differential equation
3y'(x) y'' (x^{2})-y^{3}(x)y'(x^{2}) =0

17.427485 78.447329

Recent Posts

  • Culture and Religion
  • Power
  • Devotion
  • Influence-za!
  • Invention

Categories

  • chemistry
  • math
  • physics
  • terms
  • Uncategorized
  • writing

address Android art babu Bluetooth book Bookmark Broadband bulk child Cloud connectivity coordinates curse email Energy equation favorite fear Feed fiction flash format function history hotspot HTML hyperlink India intercept Internet Junk keyword LAN language life line Link love memory Mobile network novella online online storage OS platform power read it later Rich router RSS science share slope storage story style Synchronize Tag tag cloud tethering transfer unsolicited URL USB velocity web web clip web link Wifi wired wireless writer Writing

Archives

  • March 2016
  • November 2015
  • September 2015
  • August 2015
  • June 2015
  • February 2015
  • August 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • October 2013
  • September 2013
  • August 2013
  • May 2013
  • April 2013
  • March 2013
  • January 2013
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012

Blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy