Learning a technique to figuring out the Explicit Formula

  • Thread starter Thread starter trigger352
  • Start date Start date
  • Tags Tags
    Explicit Formula
AI Thread Summary
The discussion focuses on finding the explicit formula for a sequence defined by the recurrence relation a_{n+1} = -2a_{n}, starting with a_1 = 2. Participants highlight that while recognizing the pattern in the recursive formula is straightforward, deriving the explicit formula requires identifying the general term. The sequence is identified as a geometric progression with a common ratio of -2. A suggested method for solving the recurrence relation involves assuming a solution of the form a_n = Ak^n and determining constants through substitution and initial conditions. Understanding this process is essential for successfully deriving the explicit formula for the sequence.
trigger352
Messages
18
Reaction score
0
I have a lot of trouble trying to figure out the explcit forumla of a series of numbers.

I can see the pattern in a recursion forumla, however.

2, -4, 8, -16, ... Is a multiplication of -2 to the term before it. Which is cake to write in a recursion forumla. But what about an Explicit Formula?

What techniques and ideas do you look for first? Are there any clues?
 
Physics news on Phys.org
That is a SEQUENCE...U need to find the expression for the general term...

It's not difficult.

a_{1}=2
a_{n+1}=-2a_{n},\forall n\geq 1

Now find a_{n} as a function of "n"...

Daniel.
 
dextercioby said:
That is a SEQUENCE...U need to find the expression for the general term...

It's not difficult.

a_{1}=2
a_{n+1}=-2a_{n},\forall n\geq 1

Now find a_{n} as a function of "n"...

Daniel.

Whoa. Wait, what?

Can you breakdown this forumla for me:
a_{n+1}=-2a_{n},\forall n\geq 1
?
 
dextercioby said:
That is a SEQUENCE...U need to find the expression for the general term...

It's not difficult.

a_{1}=2
a_{n+1}=-2a_{n},\forall n\geq 1

Now find a_{n} as a function of "n"...

Daniel.


Whoa. Wait, What?

Can you breakdown this formula for me:
a_{n+1}=-2a_{n},\forall n\geq 1
?
 
The n+1st term is the nth term multiplied by -2. That's all that equation says. You then need to solve the equation for a_{n} in terms of n. It is what is called a "first order linear homogeneous constant-coefficient difference equation."

Here is a hint as to how to solve it: Guess the solution a_n = Ak^n for some constants k and A, and try to determined what k is by substitution into the equation. Then solve for A by using the initial condition a_1 = 2
 
Last edited:
That's called "reccurence relation".It defines a sequence of numbers...

There's no guessing here.It's a simple geometric progression with the ratio "-2".

Daniel.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top