krit.club logo

Algebra - Investigating Patterns and Sequences

Grade 7IB

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A sequence is an ordered list of numbers where each number is called a 'term'. For example, in the sequence 2,4,6,8,2, 4, 6, 8, \dots, the number 22 is the 1st term (position n=1n=1), and 44 is the 2nd term (position n=2n=2). Visually, this can be represented as a series of steps or blocks that increase in size following a specific rule.

Arithmetic Sequences (Linear Patterns) are sequences where the difference between any two consecutive terms is constant. This constant is called the common difference (dd). If you plot these terms on a graph with position nn on the x-axis and the term value on the y-axis, the points will form a perfectly straight line, showing a linear relationship.

The Term-to-Term Rule describes how to get from one term to the next. For example, in the sequence 5,8,11,5, 8, 11, \dots, the term-to-term rule is 'add 33'. This represents a constant growth where the same visual element (like a row of dots or a matchstick) is added at every single step.

The Position-to-Term Rule (or nthn^{th} term rule) is an algebraic expression that relates the position of a term (nn) to its value. This allows you to calculate the value of any term (like the 100th term) without knowing the one before it. In the form un=dn+cu_n = dn + c, dd is the common difference and cc is the value that would exist at position 00.

Finding the Common Difference (dd) is done by subtracting any term from the one that follows it: d=un+1und = u_{n+1} - u_n. If dd is positive, the sequence is increasing and the visual pattern expands; if dd is negative, the sequence is decreasing and the visual pattern shrinks.

The Constant cc in the formula un=dn+cu_n = dn + c represents the 'zero term' (u0u_0). You can calculate it by subtracting the common difference from the first term: c=u1dc = u_1 - d. Visually, if a pattern of tiles starts with 5 tiles and adds 2 each time, the cc value represents the 'base' or starting amount before the first growth step.

Geometric Patterns involve visual shapes (like squares, triangles, or dots) that grow. To solve these, you first translate the shapes into a numerical sequence. For instance, a sequence of houses made of matchsticks where the first house uses 66 sticks and each additional house shares a wall and adds 55 more sticks creates the sequence 6,11,16,6, 11, 16, \dots.

📐Formulae

Common Difference: d=u2u1d = u_2 - u_1

The nthn^{th} term formula (Linear): un=dn+cu_n = dn + c

Calculating the zero term: c=u1dc = u_1 - d

Alternative nthn^{th} term formula: un=u1+(n1)du_n = u_1 + (n - 1)d

Position of term: n=uncdn = \frac{u_n - c}{d}

💡Examples

Problem 1:

Find the nthn^{th} term formula for the sequence: 7,12,17,22,7, 12, 17, 22, \dots and use it to find the 40th term.

Solution:

Step 1: Find the common difference (dd). d=127=5d = 12 - 7 = 5 Step 2: Find the constant (cc) by subtracting dd from the first term. c=75=2c = 7 - 5 = 2 Step 3: Write the formula in the form un=dn+cu_n = dn + c. un=5n+2u_n = 5n + 2 Step 4: To find the 40th term, substitute n=40n = 40 into the formula. u40=5(40)+2=200+2=202u_{40} = 5(40) + 2 = 200 + 2 = 202

Explanation:

We identify the pattern as linear because it increases by a constant amount (55). By finding the nthn^{th} term rule, we create a shortcut to find any term in the sequence without adding 55 repeatedly.

Problem 2:

A pattern of squares is made of matchsticks. The first shape has 4 sticks, the second has 7 sticks, and the third has 10 sticks. How many sticks are needed for the 15th shape?

Solution:

Step 1: List the sequence of matchsticks: 4,7,10,4, 7, 10, \dots Step 2: Identify the common difference. d=74=3d = 7 - 4 = 3 Step 3: Find the constant cc. c=43=1c = 4 - 3 = 1 Step 4: Create the formula. un=3n+1u_n = 3n + 1 Step 5: Substitute n=15n = 15 to find the number of sticks. u15=3(15)+1=45+1=46u_{15} = 3(15) + 1 = 45 + 1 = 46

Explanation:

This problem translates a visual geometric pattern into a numerical sequence. The common difference of 33 represents the 3 new sticks added to form each additional square (since one side is shared).