Arithmetical progression vs. Functions
$begingroup$
I have been studying a lot of Maths recently but I am still in the fundamentals. Although I don't work directly with some topics, I find it very interesting.
Anyways, I was studying arithmetical progression and although I understood the definition as well as the concept, something puzzles me: When do I use arithmetical progression instead of functions? You see, if we take a linear function, it seems a lot like an arithmetical progression, or it is something from my mind? Maybe I lack in experience and I am misunderstanding some concepts.
To illustrate my question lets tackle this problem both using PA and function:
"A guy wants to buy a car whose price is $10.000$. He has saved $4800$ already and he is gonna save $1.200 monthly. How long is it gonna take for him to collect this amount?"
By function:
$f(x) = 1200x + 0$
and we solve for x being $$5200
By PA we simply start at $4800$ and find $N $
As you can see... both ways are possible. So please, when do I use one instead of another?
Thanks in advance
Cheers from Brazil
functions arithmetic-progressions
$endgroup$
add a comment |
$begingroup$
I have been studying a lot of Maths recently but I am still in the fundamentals. Although I don't work directly with some topics, I find it very interesting.
Anyways, I was studying arithmetical progression and although I understood the definition as well as the concept, something puzzles me: When do I use arithmetical progression instead of functions? You see, if we take a linear function, it seems a lot like an arithmetical progression, or it is something from my mind? Maybe I lack in experience and I am misunderstanding some concepts.
To illustrate my question lets tackle this problem both using PA and function:
"A guy wants to buy a car whose price is $10.000$. He has saved $4800$ already and he is gonna save $1.200 monthly. How long is it gonna take for him to collect this amount?"
By function:
$f(x) = 1200x + 0$
and we solve for x being $$5200
By PA we simply start at $4800$ and find $N $
As you can see... both ways are possible. So please, when do I use one instead of another?
Thanks in advance
Cheers from Brazil
functions arithmetic-progressions
$endgroup$
$begingroup$
Arithmetic progressions deal with discrete inputs, namely the integers, whereas functions (typically linear) are continuous. You might find arithmetic progressions used more in computer science, where it might not always be easier to deal with a continuous function.
$endgroup$
– Hyperion
Jan 31 at 16:01
$begingroup$
Also, there are forms you deal with in arithmetic progressions that can't be expressed in continuous functions, namely, recursively defined formulas.
$endgroup$
– Hyperion
Jan 31 at 16:04
$begingroup$
Thanks for your answer...but lemme ask you one thing: Is a PA a Linear function? Or I cant say that?
$endgroup$
– Matheus Minguini
Jan 31 at 16:05
2
$begingroup$
PA is very similar to a linear function, but it is not a linear function. Remember that you are only getting paid every month, not continuously. Since I can't decide to get $$400$ after a third of a month (I can only get my money in $$1200$ chunks every month, this is not continuous, and is most effectively modeled as an arithmetic progression.
$endgroup$
– Hyperion
Jan 31 at 16:09
1
$begingroup$
Nice, now I understand the concept! Thanks for your time and consideration @Hyperion! You are the best ;P
$endgroup$
– Matheus Minguini
Jan 31 at 16:11
add a comment |
$begingroup$
I have been studying a lot of Maths recently but I am still in the fundamentals. Although I don't work directly with some topics, I find it very interesting.
Anyways, I was studying arithmetical progression and although I understood the definition as well as the concept, something puzzles me: When do I use arithmetical progression instead of functions? You see, if we take a linear function, it seems a lot like an arithmetical progression, or it is something from my mind? Maybe I lack in experience and I am misunderstanding some concepts.
To illustrate my question lets tackle this problem both using PA and function:
"A guy wants to buy a car whose price is $10.000$. He has saved $4800$ already and he is gonna save $1.200 monthly. How long is it gonna take for him to collect this amount?"
By function:
$f(x) = 1200x + 0$
and we solve for x being $$5200
By PA we simply start at $4800$ and find $N $
As you can see... both ways are possible. So please, when do I use one instead of another?
Thanks in advance
Cheers from Brazil
functions arithmetic-progressions
$endgroup$
I have been studying a lot of Maths recently but I am still in the fundamentals. Although I don't work directly with some topics, I find it very interesting.
Anyways, I was studying arithmetical progression and although I understood the definition as well as the concept, something puzzles me: When do I use arithmetical progression instead of functions? You see, if we take a linear function, it seems a lot like an arithmetical progression, or it is something from my mind? Maybe I lack in experience and I am misunderstanding some concepts.
To illustrate my question lets tackle this problem both using PA and function:
"A guy wants to buy a car whose price is $10.000$. He has saved $4800$ already and he is gonna save $1.200 monthly. How long is it gonna take for him to collect this amount?"
By function:
$f(x) = 1200x + 0$
and we solve for x being $$5200
By PA we simply start at $4800$ and find $N $
As you can see... both ways are possible. So please, when do I use one instead of another?
Thanks in advance
Cheers from Brazil
functions arithmetic-progressions
functions arithmetic-progressions
edited Jan 31 at 17:14
SNEHIL SANYAL
658110
658110
asked Jan 31 at 15:58
Matheus MinguiniMatheus Minguini
175
175
$begingroup$
Arithmetic progressions deal with discrete inputs, namely the integers, whereas functions (typically linear) are continuous. You might find arithmetic progressions used more in computer science, where it might not always be easier to deal with a continuous function.
$endgroup$
– Hyperion
Jan 31 at 16:01
$begingroup$
Also, there are forms you deal with in arithmetic progressions that can't be expressed in continuous functions, namely, recursively defined formulas.
$endgroup$
– Hyperion
Jan 31 at 16:04
$begingroup$
Thanks for your answer...but lemme ask you one thing: Is a PA a Linear function? Or I cant say that?
$endgroup$
– Matheus Minguini
Jan 31 at 16:05
2
$begingroup$
PA is very similar to a linear function, but it is not a linear function. Remember that you are only getting paid every month, not continuously. Since I can't decide to get $$400$ after a third of a month (I can only get my money in $$1200$ chunks every month, this is not continuous, and is most effectively modeled as an arithmetic progression.
$endgroup$
– Hyperion
Jan 31 at 16:09
1
$begingroup$
Nice, now I understand the concept! Thanks for your time and consideration @Hyperion! You are the best ;P
$endgroup$
– Matheus Minguini
Jan 31 at 16:11
add a comment |
$begingroup$
Arithmetic progressions deal with discrete inputs, namely the integers, whereas functions (typically linear) are continuous. You might find arithmetic progressions used more in computer science, where it might not always be easier to deal with a continuous function.
$endgroup$
– Hyperion
Jan 31 at 16:01
$begingroup$
Also, there are forms you deal with in arithmetic progressions that can't be expressed in continuous functions, namely, recursively defined formulas.
$endgroup$
– Hyperion
Jan 31 at 16:04
$begingroup$
Thanks for your answer...but lemme ask you one thing: Is a PA a Linear function? Or I cant say that?
$endgroup$
– Matheus Minguini
Jan 31 at 16:05
2
$begingroup$
PA is very similar to a linear function, but it is not a linear function. Remember that you are only getting paid every month, not continuously. Since I can't decide to get $$400$ after a third of a month (I can only get my money in $$1200$ chunks every month, this is not continuous, and is most effectively modeled as an arithmetic progression.
$endgroup$
– Hyperion
Jan 31 at 16:09
1
$begingroup$
Nice, now I understand the concept! Thanks for your time and consideration @Hyperion! You are the best ;P
$endgroup$
– Matheus Minguini
Jan 31 at 16:11
$begingroup$
Arithmetic progressions deal with discrete inputs, namely the integers, whereas functions (typically linear) are continuous. You might find arithmetic progressions used more in computer science, where it might not always be easier to deal with a continuous function.
$endgroup$
– Hyperion
Jan 31 at 16:01
$begingroup$
Arithmetic progressions deal with discrete inputs, namely the integers, whereas functions (typically linear) are continuous. You might find arithmetic progressions used more in computer science, where it might not always be easier to deal with a continuous function.
$endgroup$
– Hyperion
Jan 31 at 16:01
$begingroup$
Also, there are forms you deal with in arithmetic progressions that can't be expressed in continuous functions, namely, recursively defined formulas.
$endgroup$
– Hyperion
Jan 31 at 16:04
$begingroup$
Also, there are forms you deal with in arithmetic progressions that can't be expressed in continuous functions, namely, recursively defined formulas.
$endgroup$
– Hyperion
Jan 31 at 16:04
$begingroup$
Thanks for your answer...but lemme ask you one thing: Is a PA a Linear function? Or I cant say that?
$endgroup$
– Matheus Minguini
Jan 31 at 16:05
$begingroup$
Thanks for your answer...but lemme ask you one thing: Is a PA a Linear function? Or I cant say that?
$endgroup$
– Matheus Minguini
Jan 31 at 16:05
2
2
$begingroup$
PA is very similar to a linear function, but it is not a linear function. Remember that you are only getting paid every month, not continuously. Since I can't decide to get $$400$ after a third of a month (I can only get my money in $$1200$ chunks every month, this is not continuous, and is most effectively modeled as an arithmetic progression.
$endgroup$
– Hyperion
Jan 31 at 16:09
$begingroup$
PA is very similar to a linear function, but it is not a linear function. Remember that you are only getting paid every month, not continuously. Since I can't decide to get $$400$ after a third of a month (I can only get my money in $$1200$ chunks every month, this is not continuous, and is most effectively modeled as an arithmetic progression.
$endgroup$
– Hyperion
Jan 31 at 16:09
1
1
$begingroup$
Nice, now I understand the concept! Thanks for your time and consideration @Hyperion! You are the best ;P
$endgroup$
– Matheus Minguini
Jan 31 at 16:11
$begingroup$
Nice, now I understand the concept! Thanks for your time and consideration @Hyperion! You are the best ;P
$endgroup$
– Matheus Minguini
Jan 31 at 16:11
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Arithmetic progressions, are outputs of a linear function, evaluated at the integer values. This is only a subset of all the values the linear function takes on.
The equation to solve would be 10000=1200x+4800 where x is in months, not dollar dollars. This equation simplifies to 5200=1200x. x is then 4.25 which will be rounded up to the nearest integer to become 5.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3095054%2farithmetical-progression-vs-functions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Arithmetic progressions, are outputs of a linear function, evaluated at the integer values. This is only a subset of all the values the linear function takes on.
The equation to solve would be 10000=1200x+4800 where x is in months, not dollar dollars. This equation simplifies to 5200=1200x. x is then 4.25 which will be rounded up to the nearest integer to become 5.
$endgroup$
add a comment |
$begingroup$
Arithmetic progressions, are outputs of a linear function, evaluated at the integer values. This is only a subset of all the values the linear function takes on.
The equation to solve would be 10000=1200x+4800 where x is in months, not dollar dollars. This equation simplifies to 5200=1200x. x is then 4.25 which will be rounded up to the nearest integer to become 5.
$endgroup$
add a comment |
$begingroup$
Arithmetic progressions, are outputs of a linear function, evaluated at the integer values. This is only a subset of all the values the linear function takes on.
The equation to solve would be 10000=1200x+4800 where x is in months, not dollar dollars. This equation simplifies to 5200=1200x. x is then 4.25 which will be rounded up to the nearest integer to become 5.
$endgroup$
Arithmetic progressions, are outputs of a linear function, evaluated at the integer values. This is only a subset of all the values the linear function takes on.
The equation to solve would be 10000=1200x+4800 where x is in months, not dollar dollars. This equation simplifies to 5200=1200x. x is then 4.25 which will be rounded up to the nearest integer to become 5.
answered Feb 18 at 12:28
Roddy MacPheeRoddy MacPhee
724118
724118
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3095054%2farithmetical-progression-vs-functions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Arithmetic progressions deal with discrete inputs, namely the integers, whereas functions (typically linear) are continuous. You might find arithmetic progressions used more in computer science, where it might not always be easier to deal with a continuous function.
$endgroup$
– Hyperion
Jan 31 at 16:01
$begingroup$
Also, there are forms you deal with in arithmetic progressions that can't be expressed in continuous functions, namely, recursively defined formulas.
$endgroup$
– Hyperion
Jan 31 at 16:04
$begingroup$
Thanks for your answer...but lemme ask you one thing: Is a PA a Linear function? Or I cant say that?
$endgroup$
– Matheus Minguini
Jan 31 at 16:05
2
$begingroup$
PA is very similar to a linear function, but it is not a linear function. Remember that you are only getting paid every month, not continuously. Since I can't decide to get $$400$ after a third of a month (I can only get my money in $$1200$ chunks every month, this is not continuous, and is most effectively modeled as an arithmetic progression.
$endgroup$
– Hyperion
Jan 31 at 16:09
1
$begingroup$
Nice, now I understand the concept! Thanks for your time and consideration @Hyperion! You are the best ;P
$endgroup$
– Matheus Minguini
Jan 31 at 16:11