Friday, March 13, 2015

Sequence and Series
A "sequence" (or "progression", in British English) is an ordered list of numbers; the numbers in this ordered list are called "elements" or "terms". A "series" is the value you get when you add up all the terms of a sequence; this value is called the "sum". For instance, "1, 2, 3, 4" is a sequence, with terms "1", "2", "3", and "4"; the corresponding series is the sum "1 + 2 + 3 + 4", and the value of the series is 10. A sequence may be named or referred to as "A" or "An". The terms of a sequence are usually named something like "ai" or "an", with the subscripted letter "i" or "n" being the "index" or counter. So the second term of a sequnce might be named "a2" (pronounced "ay-sub-two"), and "a12" would designate the twelfth term. Note: Sometimes sequences start with an index of n = 0, so the first term is actually a0. Then the second term would be a1. The first listed term in such a case would be called the "zero-eth" term. This method of numbering the terms is used, for example, in Javascript arrays. Don't assume that every sequence and series will start with an index of n = 1.

Wednesday, March 4, 2015

Graphing Systems of Inequalities
Once you've learned how to graph linear inequalities, you can move on to solving systems of linear inequalities. A "system" of linear inequalities is a set of linear inequalities that you deal with all at once. Usually you start off with two or three linear inequalities. The technique for solving these systems is fairly simple. Here's an example. Solve the following system: 2x – 3y < 12 x + 5y < 20 x > 0 Just as with solving single linear inequalities, it is usually best to solve as many of the inequalities as possible for "y" on one side. Solving the first two inequalities, I get the rearranged system: y > ( 2/3 )x – 4 y < ( – 1/5 )x + 4 x > 0
"Solving" systems of linear inequalities means "graphing each individual inequality, and then finding the overlaps of the various solutions". So I graph each inequality, and then find the overlapping portions of the solution regions.