How to evaluate $f(1)$?
$$f(x+1)-f(x) = 3$$
$$f(19) = 70$$
I'm trying to evaluate $f(1)$ from given data. However, what I noticed so far is that the function is linear.
My attempt:
For $x=19$
$$f(19) = f(20)-3$$
This yields
$$70 = f(20)-3 implies f(20) = 73$$
Since my goal is to evaluate $f(1)$, it makes no literal sense to proceed from there. Could you assist me?
functions
add a comment |
$$f(x+1)-f(x) = 3$$
$$f(19) = 70$$
I'm trying to evaluate $f(1)$ from given data. However, what I noticed so far is that the function is linear.
My attempt:
For $x=19$
$$f(19) = f(20)-3$$
This yields
$$70 = f(20)-3 implies f(20) = 73$$
Since my goal is to evaluate $f(1)$, it makes no literal sense to proceed from there. Could you assist me?
functions
Hint $ $ Put $,n=19,$ in $,f(n) = f(1) + 3(n-1) $
– Bill Dubuque
Nov 21 at 21:28
add a comment |
$$f(x+1)-f(x) = 3$$
$$f(19) = 70$$
I'm trying to evaluate $f(1)$ from given data. However, what I noticed so far is that the function is linear.
My attempt:
For $x=19$
$$f(19) = f(20)-3$$
This yields
$$70 = f(20)-3 implies f(20) = 73$$
Since my goal is to evaluate $f(1)$, it makes no literal sense to proceed from there. Could you assist me?
functions
$$f(x+1)-f(x) = 3$$
$$f(19) = 70$$
I'm trying to evaluate $f(1)$ from given data. However, what I noticed so far is that the function is linear.
My attempt:
For $x=19$
$$f(19) = f(20)-3$$
This yields
$$70 = f(20)-3 implies f(20) = 73$$
Since my goal is to evaluate $f(1)$, it makes no literal sense to proceed from there. Could you assist me?
functions
functions
asked Nov 21 at 19:53
Enzo
996
996
Hint $ $ Put $,n=19,$ in $,f(n) = f(1) + 3(n-1) $
– Bill Dubuque
Nov 21 at 21:28
add a comment |
Hint $ $ Put $,n=19,$ in $,f(n) = f(1) + 3(n-1) $
– Bill Dubuque
Nov 21 at 21:28
Hint $ $ Put $,n=19,$ in $,f(n) = f(1) + 3(n-1) $
– Bill Dubuque
Nov 21 at 21:28
Hint $ $ Put $,n=19,$ in $,f(n) = f(1) + 3(n-1) $
– Bill Dubuque
Nov 21 at 21:28
add a comment |
2 Answers
2
active
oldest
votes
Observe that
begin{align}
f(1) &= f(1) - f(2)+f(2)-f(3)+ldots-f(19)+f(19)\
&= sum_{k=1}^{18} (f(k)-f(k+1)) + f(19)\
&= -sum_{k=1}^{18} (f(k+1)-f(k)) + 70\
&= -sum_{k=1}^{18} 3 + 70\
&= -3 cdot 18 + 70 = 16.
end{align}
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
|
show 1 more comment
We conclude that $$f(x)=3x+a$$for some real $a$ and for $xinBbb N$. Also $$f(19)=70=57+ato a=13$$and we can obtain$$f(1)=3+13=16$$
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%2f3008251%2fhow-to-evaluate-f1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Observe that
begin{align}
f(1) &= f(1) - f(2)+f(2)-f(3)+ldots-f(19)+f(19)\
&= sum_{k=1}^{18} (f(k)-f(k+1)) + f(19)\
&= -sum_{k=1}^{18} (f(k+1)-f(k)) + 70\
&= -sum_{k=1}^{18} 3 + 70\
&= -3 cdot 18 + 70 = 16.
end{align}
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
|
show 1 more comment
Observe that
begin{align}
f(1) &= f(1) - f(2)+f(2)-f(3)+ldots-f(19)+f(19)\
&= sum_{k=1}^{18} (f(k)-f(k+1)) + f(19)\
&= -sum_{k=1}^{18} (f(k+1)-f(k)) + 70\
&= -sum_{k=1}^{18} 3 + 70\
&= -3 cdot 18 + 70 = 16.
end{align}
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
|
show 1 more comment
Observe that
begin{align}
f(1) &= f(1) - f(2)+f(2)-f(3)+ldots-f(19)+f(19)\
&= sum_{k=1}^{18} (f(k)-f(k+1)) + f(19)\
&= -sum_{k=1}^{18} (f(k+1)-f(k)) + 70\
&= -sum_{k=1}^{18} 3 + 70\
&= -3 cdot 18 + 70 = 16.
end{align}
Observe that
begin{align}
f(1) &= f(1) - f(2)+f(2)-f(3)+ldots-f(19)+f(19)\
&= sum_{k=1}^{18} (f(k)-f(k+1)) + f(19)\
&= -sum_{k=1}^{18} (f(k+1)-f(k)) + 70\
&= -sum_{k=1}^{18} 3 + 70\
&= -3 cdot 18 + 70 = 16.
end{align}
edited Nov 21 at 20:03
answered Nov 21 at 19:57
MisterRiemann
5,7291624
5,7291624
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
|
show 1 more comment
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
It's unclear after the summation.
– Enzo
Nov 21 at 20:01
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
@Enzo I have added two extra steps. Let me know if it is still unclear.
– MisterRiemann
Nov 21 at 20:03
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
Yes, unfortunalety It is. So, I think you need to update something with summation since im not familiar with it.
– Enzo
Nov 21 at 20:04
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
@Enzo Could you be more precise? Which row of the computation are you not familiar with?
– MisterRiemann
Nov 21 at 20:05
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
How did you also obtain $3$?
– Enzo
Nov 21 at 20:32
|
show 1 more comment
We conclude that $$f(x)=3x+a$$for some real $a$ and for $xinBbb N$. Also $$f(19)=70=57+ato a=13$$and we can obtain$$f(1)=3+13=16$$
add a comment |
We conclude that $$f(x)=3x+a$$for some real $a$ and for $xinBbb N$. Also $$f(19)=70=57+ato a=13$$and we can obtain$$f(1)=3+13=16$$
add a comment |
We conclude that $$f(x)=3x+a$$for some real $a$ and for $xinBbb N$. Also $$f(19)=70=57+ato a=13$$and we can obtain$$f(1)=3+13=16$$
We conclude that $$f(x)=3x+a$$for some real $a$ and for $xinBbb N$. Also $$f(19)=70=57+ato a=13$$and we can obtain$$f(1)=3+13=16$$
answered Nov 21 at 19:57
Mostafa Ayaz
13.6k3836
13.6k3836
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3008251%2fhow-to-evaluate-f1%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
Hint $ $ Put $,n=19,$ in $,f(n) = f(1) + 3(n-1) $
– Bill Dubuque
Nov 21 at 21:28