What is a general term and how is it different than a function?

In summary, the conversation is about understanding the concept of a general term for a sequence. The person is unsure if the general term is the same as a recursive formula or a non-recursive formula. They also ask if the general term and function are the same. The expert summarizes by explaining that the general term is the expression that represents the pattern in a sequence, and it can be written in different forms such as a function or a recursive formula. They also clarify that the variable used for the general term, whether it's x or n, is just a convention.
  • #1
priceofcarrot
32
0

Homework Statement


Homework Equations


The Attempt at a Solution



I don't know how to use the above template considering I don't actually have a specific question from my homework, but I do have a question that I need answered to complete my homework.

Anyway, my book asks me to write a function that would correspond to a sequence, and then later asks me to write a general term for the nth term of that same sequence.

Would these be the same answer? I wrote them down as the same answer just with n instead of x for the general term question. They also asked me for a recursive formula for the sequence.Can a general term be a recursive formula or a non recursive formula?

Thanks in advance. I just really don't understand what a general term is. Is it possible that they want the same answer for the general term and recursive formula, or function?
My problem is really that after writing a function, and a recursive formula for a sequence, I can't think of any other way to write a formula differently that could be considered a general term. I don't know what a general term is in the first place though.
 
Last edited:
Physics news on Phys.org
  • #2
So your question is about the "general term of a sequence". If a sequence is, for example, 1, 1/2, 1/3, 1/4, 1/5, ... so each term is of the 1/n for some n. The "general term" is "1/n".

No, a "term" is not a "formula" but a formula might involve one or more terms. For example, a recursion formula typically says that a given term is some function of the previous terms. For example (although its a bit of a stretch), we can write [itex]a_{n+1}= 1/(n+1)[/itex] as [itex](1/n)- 1/(n(n+1))[/itex] so we can write [itex]a_{n+1}= a_n- 1/(n(n+1))[/itex], a recurrance formula.

My problem is really that after writing a function, and a recursive formula for a sequence, I can't think of any other way to write a formula differently that could be considered a general term.
Perhaps it would help if you gave a specific example. What "function" are you talking about?
 
  • #3
Okay, so this specific question has
x = 1, 2, 3, 4
f(x) = 0, 3, 8, 15

for this sequence's function I wrote x^(2) - 1.

Is the general term the same answer but with an n instead of x?

thanks
 
  • #4
priceofcarrot said:
Okay, so this specific question has
x = 1, 2, 3, 4
f(x) = 0, 3, 8, 15

for this sequence's function I wrote x^(2) - 1.

Is the general term the same answer but with an n instead of x?

thanks

Yup, you don't really need to change the ##x## to an ##n##, actually. It is just a convention. It is like:

$$a_n=n^2-1$$
 
  • #5
Thanks a lot. It's very helpful to get an answer to this.
 

FAQ: What is a general term and how is it different than a function?

What is the meaning of a general term?

A general term refers to a mathematical expression or symbol that represents a group or set of numbers or variables. It is usually used to describe patterns or relationships between numbers or variables.

How is a general term different from a function?

A function is a specific type of general term that describes a relationship between two variables, where each input has a unique output. A general term, on the other hand, may not have this specific input-output relationship and can represent a broader range of patterns.

Can a general term be used to represent a function?

Yes, a general term can represent a function. In fact, many functions can be described using a general term, such as linear or quadratic equations.

How do you determine the general term of a sequence?

To determine the general term of a sequence, you need to first identify the pattern or relationship between the terms. This can be done by looking at the difference or ratio between consecutive terms. Once you have identified the pattern, you can use it to write a general term that describes the entire sequence.

Why is understanding general terms important in math?

Understanding general terms is important in math because it allows us to describe and analyze patterns and relationships between numbers or variables. This is especially useful in solving problems and predicting future outcomes. Additionally, knowing how to write general terms can help us simplify and generalize complex math concepts.

Similar threads

Back
Top