Function composition - getting different outputs for the same input.
$begingroup$
Given:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
If you evaluate $g(f(1))$ by doing $f(1)$ first and inputting its value into $g(1)$, you get:
$$ f(1) = 3(1) - 1 = 2 $$
$$ g(f(1)) = 2^3+2 = 10 $$
But if you try to substitute $x$ with $f(x)$ in $g(x)$, i.e:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
$$ g(f(x)) = (3x-1)^3+2 $$
If you evaluate the last expression, you get:
$$ g(f(x)) = 27x^3-1+2 $$
i.e
$$ g(f(x)) = 27x^3+1 $$
$g(f(1))$ now gives a different value (28) instead of 10.
Did I make a mistake with the evaluation of the parenthesis or is there a rule here that the parenthesis shouldn't be evaluated in certain circumstances?
Thanks.
functions
$endgroup$
add a comment |
$begingroup$
Given:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
If you evaluate $g(f(1))$ by doing $f(1)$ first and inputting its value into $g(1)$, you get:
$$ f(1) = 3(1) - 1 = 2 $$
$$ g(f(1)) = 2^3+2 = 10 $$
But if you try to substitute $x$ with $f(x)$ in $g(x)$, i.e:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
$$ g(f(x)) = (3x-1)^3+2 $$
If you evaluate the last expression, you get:
$$ g(f(x)) = 27x^3-1+2 $$
i.e
$$ g(f(x)) = 27x^3+1 $$
$g(f(1))$ now gives a different value (28) instead of 10.
Did I make a mistake with the evaluation of the parenthesis or is there a rule here that the parenthesis shouldn't be evaluated in certain circumstances?
Thanks.
functions
$endgroup$
1
$begingroup$
Your error is in stating $(3x-1)^3 = 27x^3 - 1$. This is not true. Are you familiar with the binomial formula?
$endgroup$
– platty
Dec 11 '18 at 23:23
$begingroup$
$(3x-1)^3 neq 27x^3-1$. Indeed this is obvious if we let $x=1$, then we have $ (3x-1)^3=8 neq 27-1=26$.
$endgroup$
– Mason
Dec 11 '18 at 23:23
add a comment |
$begingroup$
Given:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
If you evaluate $g(f(1))$ by doing $f(1)$ first and inputting its value into $g(1)$, you get:
$$ f(1) = 3(1) - 1 = 2 $$
$$ g(f(1)) = 2^3+2 = 10 $$
But if you try to substitute $x$ with $f(x)$ in $g(x)$, i.e:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
$$ g(f(x)) = (3x-1)^3+2 $$
If you evaluate the last expression, you get:
$$ g(f(x)) = 27x^3-1+2 $$
i.e
$$ g(f(x)) = 27x^3+1 $$
$g(f(1))$ now gives a different value (28) instead of 10.
Did I make a mistake with the evaluation of the parenthesis or is there a rule here that the parenthesis shouldn't be evaluated in certain circumstances?
Thanks.
functions
$endgroup$
Given:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
If you evaluate $g(f(1))$ by doing $f(1)$ first and inputting its value into $g(1)$, you get:
$$ f(1) = 3(1) - 1 = 2 $$
$$ g(f(1)) = 2^3+2 = 10 $$
But if you try to substitute $x$ with $f(x)$ in $g(x)$, i.e:
$$ f(x) = 3x-1 $$
$$ g(x) = x^3+2 $$
$$ g(f(x)) = (3x-1)^3+2 $$
If you evaluate the last expression, you get:
$$ g(f(x)) = 27x^3-1+2 $$
i.e
$$ g(f(x)) = 27x^3+1 $$
$g(f(1))$ now gives a different value (28) instead of 10.
Did I make a mistake with the evaluation of the parenthesis or is there a rule here that the parenthesis shouldn't be evaluated in certain circumstances?
Thanks.
functions
functions
edited Dec 11 '18 at 23:21
Dando18
4,67741235
4,67741235
asked Dec 11 '18 at 23:19
Click UpvoteClick Upvote
1257
1257
1
$begingroup$
Your error is in stating $(3x-1)^3 = 27x^3 - 1$. This is not true. Are you familiar with the binomial formula?
$endgroup$
– platty
Dec 11 '18 at 23:23
$begingroup$
$(3x-1)^3 neq 27x^3-1$. Indeed this is obvious if we let $x=1$, then we have $ (3x-1)^3=8 neq 27-1=26$.
$endgroup$
– Mason
Dec 11 '18 at 23:23
add a comment |
1
$begingroup$
Your error is in stating $(3x-1)^3 = 27x^3 - 1$. This is not true. Are you familiar with the binomial formula?
$endgroup$
– platty
Dec 11 '18 at 23:23
$begingroup$
$(3x-1)^3 neq 27x^3-1$. Indeed this is obvious if we let $x=1$, then we have $ (3x-1)^3=8 neq 27-1=26$.
$endgroup$
– Mason
Dec 11 '18 at 23:23
1
1
$begingroup$
Your error is in stating $(3x-1)^3 = 27x^3 - 1$. This is not true. Are you familiar with the binomial formula?
$endgroup$
– platty
Dec 11 '18 at 23:23
$begingroup$
Your error is in stating $(3x-1)^3 = 27x^3 - 1$. This is not true. Are you familiar with the binomial formula?
$endgroup$
– platty
Dec 11 '18 at 23:23
$begingroup$
$(3x-1)^3 neq 27x^3-1$. Indeed this is obvious if we let $x=1$, then we have $ (3x-1)^3=8 neq 27-1=26$.
$endgroup$
– Mason
Dec 11 '18 at 23:23
$begingroup$
$(3x-1)^3 neq 27x^3-1$. Indeed this is obvious if we let $x=1$, then we have $ (3x-1)^3=8 neq 27-1=26$.
$endgroup$
– Mason
Dec 11 '18 at 23:23
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Hint: You made a mistake. It is false to write $a^3-b^3$ for $(a-b)^3$. You have to perform polynomial multiplication to get $a^3-3a^2b+3ab^2-b^3$ instead.
$endgroup$
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
1
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
add a comment |
$begingroup$
Well:
$$(3(1)-1)^3+2=2^3+2=10$$
You just havent expanded out $(3x-1)^3$ correctly.
$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%2f3035985%2ffunction-composition-getting-different-outputs-for-the-same-input%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
$begingroup$
Hint: You made a mistake. It is false to write $a^3-b^3$ for $(a-b)^3$. You have to perform polynomial multiplication to get $a^3-3a^2b+3ab^2-b^3$ instead.
$endgroup$
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
1
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
add a comment |
$begingroup$
Hint: You made a mistake. It is false to write $a^3-b^3$ for $(a-b)^3$. You have to perform polynomial multiplication to get $a^3-3a^2b+3ab^2-b^3$ instead.
$endgroup$
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
1
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
add a comment |
$begingroup$
Hint: You made a mistake. It is false to write $a^3-b^3$ for $(a-b)^3$. You have to perform polynomial multiplication to get $a^3-3a^2b+3ab^2-b^3$ instead.
$endgroup$
Hint: You made a mistake. It is false to write $a^3-b^3$ for $(a-b)^3$. You have to perform polynomial multiplication to get $a^3-3a^2b+3ab^2-b^3$ instead.
answered Dec 11 '18 at 23:24
MPWMPW
30k12056
30k12056
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
1
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
add a comment |
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
1
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
Thanks. Ugh, I keep making this mistake.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:33
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
$begingroup$
What makes this confusing is if you have $(3-1)^3$ it would indeed evaluate to 27 - 1, but if you have $(3x-1)^3$ that needs to be expanded out with the polynomial multiplication.
$endgroup$
– Click Upvote
Dec 11 '18 at 23:38
1
1
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
$begingroup$
No, that’s wrong for the same reason. $(3-1)^3=(2)^3=8$
$endgroup$
– MPW
Dec 11 '18 at 23:41
add a comment |
$begingroup$
Well:
$$(3(1)-1)^3+2=2^3+2=10$$
You just havent expanded out $(3x-1)^3$ correctly.
$endgroup$
add a comment |
$begingroup$
Well:
$$(3(1)-1)^3+2=2^3+2=10$$
You just havent expanded out $(3x-1)^3$ correctly.
$endgroup$
add a comment |
$begingroup$
Well:
$$(3(1)-1)^3+2=2^3+2=10$$
You just havent expanded out $(3x-1)^3$ correctly.
$endgroup$
Well:
$$(3(1)-1)^3+2=2^3+2=10$$
You just havent expanded out $(3x-1)^3$ correctly.
answered Dec 11 '18 at 23:30
Rhys HughesRhys Hughes
6,3311529
6,3311529
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%2f3035985%2ffunction-composition-getting-different-outputs-for-the-same-input%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
1
$begingroup$
Your error is in stating $(3x-1)^3 = 27x^3 - 1$. This is not true. Are you familiar with the binomial formula?
$endgroup$
– platty
Dec 11 '18 at 23:23
$begingroup$
$(3x-1)^3 neq 27x^3-1$. Indeed this is obvious if we let $x=1$, then we have $ (3x-1)^3=8 neq 27-1=26$.
$endgroup$
– Mason
Dec 11 '18 at 23:23