Sign In
Is the formula going to be a linear equation or a quadratic equation? How can you find out?
a_n=n(n+1)
Inductive reasoning means we find a pattern for specific cases and then make conjectures for the general case. Let's make a sequence for the sum of the first positive even integers. 2&=2 2+4&=6 2+4+6&=12 2+4+6+8&=20 2+4+6+8+10&=30 2+4+6+8+10+12&=42 Next we have to look for a pattern in how the sequence increases, which is called the first difference.
The second difference is a constant, which means this is a quadratic equation of the form a_n=an^2+bn+c. To determine the equation we have to find the values of a, b, and c. Note that c is the sequence value when n=0. Therefore, by going backward from the sequence first number using the established pattern, we can find c.
When we know that c=0, we can write the equation. a_n=an^2+bn ⇔ a_n=n(an+b) To find the value of a and b we should create a system of equations using two of the ordered pairs. We will use ( 1,2) and ( 2,6). 2= 1(a( 1)+b) 6= 2(a( 2)+b) ⇒ 2=a+b 6=4a+2b Let's solve this system of equations.
(I): LHS-b=RHS-b
(II): a= 2-b
(II): Distribute 4
(II): Add terms
(II): LHS-8=RHS-8
(II): .LHS /(- 2).=.RHS /(- 2).
(II): Rearrange equation
Having solved for b, we can substitute this value in the first equation to find a.
(I): b= 1
(I): Subtract term
(I), (II): Rearrange equation
Now that we know the value of a and b, we can write the equation a_n=n((1)n+1) ⇒ a_n=n(n+1)