Computing $f(5)$
$begingroup$
f is linear and one-to-one function such that
$$(f+f)(x) = (f circ f)(x)$$
Compute $f(5)$.
We're told that f is linear, which implies
$$f(x) = ax+b$$
Then plugging this into the given equation
$$biggr [2(2ax+b)biggr ] (x) = f(ax+b)$$
Let $ax+b = 5$
$$(10)(x) = f(5)$$
Here I think I got the correct answer, 10. However, are my steps mathematically correct?
Regards
functions
$endgroup$
add a comment |
$begingroup$
f is linear and one-to-one function such that
$$(f+f)(x) = (f circ f)(x)$$
Compute $f(5)$.
We're told that f is linear, which implies
$$f(x) = ax+b$$
Then plugging this into the given equation
$$biggr [2(2ax+b)biggr ] (x) = f(ax+b)$$
Let $ax+b = 5$
$$(10)(x) = f(5)$$
Here I think I got the correct answer, 10. However, are my steps mathematically correct?
Regards
functions
$endgroup$
$begingroup$
You have a typo there in the middle: it should be $;left[2(ax+b)right];$ ...
$endgroup$
– DonAntonio
Dec 21 '18 at 17:34
add a comment |
$begingroup$
f is linear and one-to-one function such that
$$(f+f)(x) = (f circ f)(x)$$
Compute $f(5)$.
We're told that f is linear, which implies
$$f(x) = ax+b$$
Then plugging this into the given equation
$$biggr [2(2ax+b)biggr ] (x) = f(ax+b)$$
Let $ax+b = 5$
$$(10)(x) = f(5)$$
Here I think I got the correct answer, 10. However, are my steps mathematically correct?
Regards
functions
$endgroup$
f is linear and one-to-one function such that
$$(f+f)(x) = (f circ f)(x)$$
Compute $f(5)$.
We're told that f is linear, which implies
$$f(x) = ax+b$$
Then plugging this into the given equation
$$biggr [2(2ax+b)biggr ] (x) = f(ax+b)$$
Let $ax+b = 5$
$$(10)(x) = f(5)$$
Here I think I got the correct answer, 10. However, are my steps mathematically correct?
Regards
functions
functions
asked Dec 21 '18 at 17:29
EnzoEnzo
19917
19917
$begingroup$
You have a typo there in the middle: it should be $;left[2(ax+b)right];$ ...
$endgroup$
– DonAntonio
Dec 21 '18 at 17:34
add a comment |
$begingroup$
You have a typo there in the middle: it should be $;left[2(ax+b)right];$ ...
$endgroup$
– DonAntonio
Dec 21 '18 at 17:34
$begingroup$
You have a typo there in the middle: it should be $;left[2(ax+b)right];$ ...
$endgroup$
– DonAntonio
Dec 21 '18 at 17:34
$begingroup$
You have a typo there in the middle: it should be $;left[2(ax+b)right];$ ...
$endgroup$
– DonAntonio
Dec 21 '18 at 17:34
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I don't understand very well what you have done.
Here's my try:
$$(f+f)(x)=2ax+2b$$
$$fcirc f(x)=a(ax+b)+b=a^2x+ab+b$$
Since $f+f=fcirc f$,
$$left{begin{align}a^2&=2a\2b&=ab+bend{align}right.$$
This system has two solutions: $a=b=0$ and $a=2$, $b=0$. In the first case, $f$ would not be injective, and in the other $f(5)=10$.
$endgroup$
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
add a comment |
$begingroup$
I'm afraid you haven't, but you've come close.
By definition, $$(f+f)(x)=f(x)+f(x),$$ so since $f$ is linear, then $$(f+f)(x)=ax+b+ax+b=2ax+2b.$$
You've used the definition of $(fcirc f)(x)$ correctly, but didn't follow through. $$f(ax+b)=a(ax+b)+b=a^2x+ab+b.$$ So, we know that $$2ax+2b=a^2x+ab+b.$$ Can you take it from there to figure out what $a$ and $b$ are? Once you do that, finding $f(5)$ should be straightforward.
$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%2f3048725%2fcomputing-f5%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$
I don't understand very well what you have done.
Here's my try:
$$(f+f)(x)=2ax+2b$$
$$fcirc f(x)=a(ax+b)+b=a^2x+ab+b$$
Since $f+f=fcirc f$,
$$left{begin{align}a^2&=2a\2b&=ab+bend{align}right.$$
This system has two solutions: $a=b=0$ and $a=2$, $b=0$. In the first case, $f$ would not be injective, and in the other $f(5)=10$.
$endgroup$
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
add a comment |
$begingroup$
I don't understand very well what you have done.
Here's my try:
$$(f+f)(x)=2ax+2b$$
$$fcirc f(x)=a(ax+b)+b=a^2x+ab+b$$
Since $f+f=fcirc f$,
$$left{begin{align}a^2&=2a\2b&=ab+bend{align}right.$$
This system has two solutions: $a=b=0$ and $a=2$, $b=0$. In the first case, $f$ would not be injective, and in the other $f(5)=10$.
$endgroup$
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
add a comment |
$begingroup$
I don't understand very well what you have done.
Here's my try:
$$(f+f)(x)=2ax+2b$$
$$fcirc f(x)=a(ax+b)+b=a^2x+ab+b$$
Since $f+f=fcirc f$,
$$left{begin{align}a^2&=2a\2b&=ab+bend{align}right.$$
This system has two solutions: $a=b=0$ and $a=2$, $b=0$. In the first case, $f$ would not be injective, and in the other $f(5)=10$.
$endgroup$
I don't understand very well what you have done.
Here's my try:
$$(f+f)(x)=2ax+2b$$
$$fcirc f(x)=a(ax+b)+b=a^2x+ab+b$$
Since $f+f=fcirc f$,
$$left{begin{align}a^2&=2a\2b&=ab+bend{align}right.$$
This system has two solutions: $a=b=0$ and $a=2$, $b=0$. In the first case, $f$ would not be injective, and in the other $f(5)=10$.
edited Dec 21 '18 at 17:39
answered Dec 21 '18 at 17:37
ajotatxeajotatxe
54.1k24190
54.1k24190
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
add a comment |
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
But, in the first case, $f$ is not injective.
$endgroup$
– Andrés E. Caicedo
Dec 21 '18 at 17:38
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
$begingroup$
Oh, yes, I missed that condition.
$endgroup$
– ajotatxe
Dec 21 '18 at 17:39
add a comment |
$begingroup$
I'm afraid you haven't, but you've come close.
By definition, $$(f+f)(x)=f(x)+f(x),$$ so since $f$ is linear, then $$(f+f)(x)=ax+b+ax+b=2ax+2b.$$
You've used the definition of $(fcirc f)(x)$ correctly, but didn't follow through. $$f(ax+b)=a(ax+b)+b=a^2x+ab+b.$$ So, we know that $$2ax+2b=a^2x+ab+b.$$ Can you take it from there to figure out what $a$ and $b$ are? Once you do that, finding $f(5)$ should be straightforward.
$endgroup$
add a comment |
$begingroup$
I'm afraid you haven't, but you've come close.
By definition, $$(f+f)(x)=f(x)+f(x),$$ so since $f$ is linear, then $$(f+f)(x)=ax+b+ax+b=2ax+2b.$$
You've used the definition of $(fcirc f)(x)$ correctly, but didn't follow through. $$f(ax+b)=a(ax+b)+b=a^2x+ab+b.$$ So, we know that $$2ax+2b=a^2x+ab+b.$$ Can you take it from there to figure out what $a$ and $b$ are? Once you do that, finding $f(5)$ should be straightforward.
$endgroup$
add a comment |
$begingroup$
I'm afraid you haven't, but you've come close.
By definition, $$(f+f)(x)=f(x)+f(x),$$ so since $f$ is linear, then $$(f+f)(x)=ax+b+ax+b=2ax+2b.$$
You've used the definition of $(fcirc f)(x)$ correctly, but didn't follow through. $$f(ax+b)=a(ax+b)+b=a^2x+ab+b.$$ So, we know that $$2ax+2b=a^2x+ab+b.$$ Can you take it from there to figure out what $a$ and $b$ are? Once you do that, finding $f(5)$ should be straightforward.
$endgroup$
I'm afraid you haven't, but you've come close.
By definition, $$(f+f)(x)=f(x)+f(x),$$ so since $f$ is linear, then $$(f+f)(x)=ax+b+ax+b=2ax+2b.$$
You've used the definition of $(fcirc f)(x)$ correctly, but didn't follow through. $$f(ax+b)=a(ax+b)+b=a^2x+ab+b.$$ So, we know that $$2ax+2b=a^2x+ab+b.$$ Can you take it from there to figure out what $a$ and $b$ are? Once you do that, finding $f(5)$ should be straightforward.
answered Dec 21 '18 at 17:36
Cameron BuieCameron Buie
86.2k772161
86.2k772161
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%2f3048725%2fcomputing-f5%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$
You have a typo there in the middle: it should be $;left[2(ax+b)right];$ ...
$endgroup$
– DonAntonio
Dec 21 '18 at 17:34