Skip to main content
Ch. 10 - Sequences and Infinite Series
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243Not the one you use?Change textbook
Chapter 10, Problem 10.1.5

Find two different explicit formulas for the sequence {1, -2, 3, -4, -5 .....}

Verified step by step guidance
1
First, observe the pattern of the sequence: the terms alternate in sign and increase in absolute value by 1 each time. The sequence is {1, -2, 3, -4, 5, -6, ...}. Note that the sign alternates and the magnitude is simply the term's position in the sequence.
To capture the alternating sign, use the factor \((-1)^{n+1}\) or \((-1)^{n}\), since these expressions alternate between +1 and -1 as \(n\) increases. For example, \((-1)^{n+1}\) is positive when \(n\) is odd and negative when \(n\) is even.
The magnitude of each term is just \(n\), the position in the sequence. So one explicit formula can be written as \(a_n = (-1)^{n+1} \times n\).
For a second explicit formula, consider using the floor or ceiling functions or an expression involving powers of \(-1\) in a different way. For example, you can write \(a_n = (-1)^{n+1} \cdot n\) or \(a_n = (-1)^{n+1} \cdot n\) (which is the same), so try expressing the sign as \(1 - 2(n \bmod 2)\) or \((-1)^n\) with a shift in \(n\) to get the sign pattern.
Another way is to write the sign as \((-1)^{n+1}\) and the magnitude as \(n\), or alternatively, use \(a_n = (-1)^{n+1} \cdot n\) and \(a_n = (-1)^{n+1} \cdot n\) but with \(n\) replaced by \(n\) or \(n\) shifted by 1, depending on the indexing. The key is to express the alternating sign and the magnitude explicitly.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
2m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Sequences and Explicit Formulas

A sequence is an ordered list of numbers following a specific pattern. An explicit formula defines the nth term directly as a function of n, allowing calculation of any term without knowing previous terms.
Recommended video:
Guided course
5:17
Arithmetic Sequences - General Formula

Alternating Sign Patterns

Alternating sign sequences switch between positive and negative values, often modeled using powers of -1, such as (-1)^n or (-1)^{n+1}, to represent the sign change at each term.
Recommended video:
10:54
Alternating Series Test

Piecewise and General Term Construction

Constructing explicit formulas may involve combining absolute values, powers, or piecewise definitions to capture complex patterns, such as alternating signs combined with increasing magnitudes.
Recommended video:
05:36
Piecewise Functions