Finding a linear function from given functions
$begingroup$
The question is asking to find the linear function, $f(t) = vt + C$ for $f(t+2) = f(t) + 6$ and $f(1) = 10$
The answer is $3t + 7$, but I have no idea how the answer is produced.
functions polynomials
$endgroup$
add a comment |
$begingroup$
The question is asking to find the linear function, $f(t) = vt + C$ for $f(t+2) = f(t) + 6$ and $f(1) = 10$
The answer is $3t + 7$, but I have no idea how the answer is produced.
functions polynomials
$endgroup$
$begingroup$
Set up the two given conditions as equations to be solved for the coefficients $v$ and $C$.
$endgroup$
– zipirovich
Dec 27 '18 at 15:29
add a comment |
$begingroup$
The question is asking to find the linear function, $f(t) = vt + C$ for $f(t+2) = f(t) + 6$ and $f(1) = 10$
The answer is $3t + 7$, but I have no idea how the answer is produced.
functions polynomials
$endgroup$
The question is asking to find the linear function, $f(t) = vt + C$ for $f(t+2) = f(t) + 6$ and $f(1) = 10$
The answer is $3t + 7$, but I have no idea how the answer is produced.
functions polynomials
functions polynomials
edited Jan 8 at 18:42
greedoid
40.7k1149100
40.7k1149100
asked Dec 27 '18 at 15:25
Evan KimEvan Kim
1068
1068
$begingroup$
Set up the two given conditions as equations to be solved for the coefficients $v$ and $C$.
$endgroup$
– zipirovich
Dec 27 '18 at 15:29
add a comment |
$begingroup$
Set up the two given conditions as equations to be solved for the coefficients $v$ and $C$.
$endgroup$
– zipirovich
Dec 27 '18 at 15:29
$begingroup$
Set up the two given conditions as equations to be solved for the coefficients $v$ and $C$.
$endgroup$
– zipirovich
Dec 27 '18 at 15:29
$begingroup$
Set up the two given conditions as equations to be solved for the coefficients $v$ and $C$.
$endgroup$
– zipirovich
Dec 27 '18 at 15:29
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Since $f(1)=10$ we have $f(3)= f(1)+6=16$. Thus you have to solve the system:
$$ v+c=10$$
$$ 3v+c = 16$$
$endgroup$
add a comment |
$begingroup$
Hint:
$$f(t+2) = f(t)+6$$
$$f(1) = 10 = f(-1)+6 iff f(-1) = 4$$
You now have the two points $(1, 10)$ and $(-1, 4)$.
Small Addition: From here, you can either use the use a system of equations for the two points $(1, 10)$ and $(-1, 4)$:
$$begin{cases}
v+C = 10\
-v+C = 4
end{cases}$$
or you can refer to the definition of a linear equation $y = vt+C$, in which $v$ is the slope and $C$ is the $y$-intercept, or the $y$-coordinate when $x = 0$ (and it’s easy to find here because the point is the midpoint of the two points already found).
$$v = frac{Delta f(t)}{Delta t}$$
$endgroup$
add a comment |
$begingroup$
... and now the conceptual version. "$f(t+2) = f(t)+6$" means that the slope is $6$ (the increase in output) over a run of $2$ (the increase in input), so the slope is $frac{6}{2} = 3$. Then you have a point on the line, $(1,10)$ from "$f(1) = 10$", so $f(t) - 10 = 3(t-1)$, by point-slope, and we have $f(t) = 3t + 7$.
$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%2f3054049%2ffinding-a-linear-function-from-given-functions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Since $f(1)=10$ we have $f(3)= f(1)+6=16$. Thus you have to solve the system:
$$ v+c=10$$
$$ 3v+c = 16$$
$endgroup$
add a comment |
$begingroup$
Since $f(1)=10$ we have $f(3)= f(1)+6=16$. Thus you have to solve the system:
$$ v+c=10$$
$$ 3v+c = 16$$
$endgroup$
add a comment |
$begingroup$
Since $f(1)=10$ we have $f(3)= f(1)+6=16$. Thus you have to solve the system:
$$ v+c=10$$
$$ 3v+c = 16$$
$endgroup$
Since $f(1)=10$ we have $f(3)= f(1)+6=16$. Thus you have to solve the system:
$$ v+c=10$$
$$ 3v+c = 16$$
answered Dec 27 '18 at 15:28
greedoidgreedoid
40.7k1149100
40.7k1149100
add a comment |
add a comment |
$begingroup$
Hint:
$$f(t+2) = f(t)+6$$
$$f(1) = 10 = f(-1)+6 iff f(-1) = 4$$
You now have the two points $(1, 10)$ and $(-1, 4)$.
Small Addition: From here, you can either use the use a system of equations for the two points $(1, 10)$ and $(-1, 4)$:
$$begin{cases}
v+C = 10\
-v+C = 4
end{cases}$$
or you can refer to the definition of a linear equation $y = vt+C$, in which $v$ is the slope and $C$ is the $y$-intercept, or the $y$-coordinate when $x = 0$ (and it’s easy to find here because the point is the midpoint of the two points already found).
$$v = frac{Delta f(t)}{Delta t}$$
$endgroup$
add a comment |
$begingroup$
Hint:
$$f(t+2) = f(t)+6$$
$$f(1) = 10 = f(-1)+6 iff f(-1) = 4$$
You now have the two points $(1, 10)$ and $(-1, 4)$.
Small Addition: From here, you can either use the use a system of equations for the two points $(1, 10)$ and $(-1, 4)$:
$$begin{cases}
v+C = 10\
-v+C = 4
end{cases}$$
or you can refer to the definition of a linear equation $y = vt+C$, in which $v$ is the slope and $C$ is the $y$-intercept, or the $y$-coordinate when $x = 0$ (and it’s easy to find here because the point is the midpoint of the two points already found).
$$v = frac{Delta f(t)}{Delta t}$$
$endgroup$
add a comment |
$begingroup$
Hint:
$$f(t+2) = f(t)+6$$
$$f(1) = 10 = f(-1)+6 iff f(-1) = 4$$
You now have the two points $(1, 10)$ and $(-1, 4)$.
Small Addition: From here, you can either use the use a system of equations for the two points $(1, 10)$ and $(-1, 4)$:
$$begin{cases}
v+C = 10\
-v+C = 4
end{cases}$$
or you can refer to the definition of a linear equation $y = vt+C$, in which $v$ is the slope and $C$ is the $y$-intercept, or the $y$-coordinate when $x = 0$ (and it’s easy to find here because the point is the midpoint of the two points already found).
$$v = frac{Delta f(t)}{Delta t}$$
$endgroup$
Hint:
$$f(t+2) = f(t)+6$$
$$f(1) = 10 = f(-1)+6 iff f(-1) = 4$$
You now have the two points $(1, 10)$ and $(-1, 4)$.
Small Addition: From here, you can either use the use a system of equations for the two points $(1, 10)$ and $(-1, 4)$:
$$begin{cases}
v+C = 10\
-v+C = 4
end{cases}$$
or you can refer to the definition of a linear equation $y = vt+C$, in which $v$ is the slope and $C$ is the $y$-intercept, or the $y$-coordinate when $x = 0$ (and it’s easy to find here because the point is the midpoint of the two points already found).
$$v = frac{Delta f(t)}{Delta t}$$
edited Dec 27 '18 at 16:51
answered Dec 27 '18 at 15:29
KM101KM101
5,9481524
5,9481524
add a comment |
add a comment |
$begingroup$
... and now the conceptual version. "$f(t+2) = f(t)+6$" means that the slope is $6$ (the increase in output) over a run of $2$ (the increase in input), so the slope is $frac{6}{2} = 3$. Then you have a point on the line, $(1,10)$ from "$f(1) = 10$", so $f(t) - 10 = 3(t-1)$, by point-slope, and we have $f(t) = 3t + 7$.
$endgroup$
add a comment |
$begingroup$
... and now the conceptual version. "$f(t+2) = f(t)+6$" means that the slope is $6$ (the increase in output) over a run of $2$ (the increase in input), so the slope is $frac{6}{2} = 3$. Then you have a point on the line, $(1,10)$ from "$f(1) = 10$", so $f(t) - 10 = 3(t-1)$, by point-slope, and we have $f(t) = 3t + 7$.
$endgroup$
add a comment |
$begingroup$
... and now the conceptual version. "$f(t+2) = f(t)+6$" means that the slope is $6$ (the increase in output) over a run of $2$ (the increase in input), so the slope is $frac{6}{2} = 3$. Then you have a point on the line, $(1,10)$ from "$f(1) = 10$", so $f(t) - 10 = 3(t-1)$, by point-slope, and we have $f(t) = 3t + 7$.
$endgroup$
... and now the conceptual version. "$f(t+2) = f(t)+6$" means that the slope is $6$ (the increase in output) over a run of $2$ (the increase in input), so the slope is $frac{6}{2} = 3$. Then you have a point on the line, $(1,10)$ from "$f(1) = 10$", so $f(t) - 10 = 3(t-1)$, by point-slope, and we have $f(t) = 3t + 7$.
answered Dec 27 '18 at 22:23
Eric TowersEric Towers
32.5k22369
32.5k22369
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%2f3054049%2ffinding-a-linear-function-from-given-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$
Set up the two given conditions as equations to be solved for the coefficients $v$ and $C$.
$endgroup$
– zipirovich
Dec 27 '18 at 15:29