Finding the general expression of the nth term

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
superconduct
Messages
31
Reaction score
1

Homework Statement


Given successive terms of numbers starting from the 1st term:
11, 21, 35, 53, 75, 101,...
What is the general expression of the nth term? where n is positive integer

Homework Equations


/

The Attempt at a Solution


Can't find a good attempt.
 
Physics news on Phys.org
superconduct said:

Homework Statement


Given successive terms of numbers starting from the 1st term:
11, 21, 35, 53, 75, 101,...
What is the general expression of the nth term? where n is positive integer

Homework Equations


/

The Attempt at a Solution


Can't find a good attempt.

Form a new sequence from the differences between successive terms.
 
sorry I don't know...

how will you determine a general expression for it in this problem without trial and error?

is it like finding a needle in the ocean?
 
look at the terms, then form a sequences of differences and what do you get?

10 , 14, 18, 22, 26 ...

look at the differences as a sequence and what do you see?

write an expression to generate the differences sequence

term(n)= term(0) + 4*(n-1) where n=1, 2, 3, 4...

then write an expression to generate your sequence using the differences expression

TERM(n) = TERM(0) + ...
 
Ouw... I think you can use the Sn to calculate the Un...