Find the value of constant a, given area between parabola and x-axis.
$begingroup$
Given $fleft(xright)=-x^2+2x+a$ find the exact value of constant $a$ when the area between the curve and x-axis is 16.
I've tried several methods and all of them seem to be too complicated (at least for me) so possibly there is something that I'm missing. What I have tried is finding the x-interception points, which turned out to be $sqrt{a+1}+1$ and $-sqrt{a+1}+1$.
Given that $x=1$ divides the parabola into two equal sized areas we would get $int _1^{sqrt{a+1}+1}left(-x^2+2x+aright):dx=8$ which would be too hard for me to solve without straight up using a calculator. I also tried forming a system of linear equations, but it also turned out to be complicated as well.
integration definite-integrals
$endgroup$
add a comment |
$begingroup$
Given $fleft(xright)=-x^2+2x+a$ find the exact value of constant $a$ when the area between the curve and x-axis is 16.
I've tried several methods and all of them seem to be too complicated (at least for me) so possibly there is something that I'm missing. What I have tried is finding the x-interception points, which turned out to be $sqrt{a+1}+1$ and $-sqrt{a+1}+1$.
Given that $x=1$ divides the parabola into two equal sized areas we would get $int _1^{sqrt{a+1}+1}left(-x^2+2x+aright):dx=8$ which would be too hard for me to solve without straight up using a calculator. I also tried forming a system of linear equations, but it also turned out to be complicated as well.
integration definite-integrals
$endgroup$
1
$begingroup$
Try the substitution $u = x -1$
$endgroup$
– Doug M
Dec 18 '18 at 20:47
add a comment |
$begingroup$
Given $fleft(xright)=-x^2+2x+a$ find the exact value of constant $a$ when the area between the curve and x-axis is 16.
I've tried several methods and all of them seem to be too complicated (at least for me) so possibly there is something that I'm missing. What I have tried is finding the x-interception points, which turned out to be $sqrt{a+1}+1$ and $-sqrt{a+1}+1$.
Given that $x=1$ divides the parabola into two equal sized areas we would get $int _1^{sqrt{a+1}+1}left(-x^2+2x+aright):dx=8$ which would be too hard for me to solve without straight up using a calculator. I also tried forming a system of linear equations, but it also turned out to be complicated as well.
integration definite-integrals
$endgroup$
Given $fleft(xright)=-x^2+2x+a$ find the exact value of constant $a$ when the area between the curve and x-axis is 16.
I've tried several methods and all of them seem to be too complicated (at least for me) so possibly there is something that I'm missing. What I have tried is finding the x-interception points, which turned out to be $sqrt{a+1}+1$ and $-sqrt{a+1}+1$.
Given that $x=1$ divides the parabola into two equal sized areas we would get $int _1^{sqrt{a+1}+1}left(-x^2+2x+aright):dx=8$ which would be too hard for me to solve without straight up using a calculator. I also tried forming a system of linear equations, but it also turned out to be complicated as well.
integration definite-integrals
integration definite-integrals
edited Dec 18 '18 at 20:39
David G. Stork
11k41432
11k41432
asked Dec 18 '18 at 20:37
Kb1998Kb1998
82
82
1
$begingroup$
Try the substitution $u = x -1$
$endgroup$
– Doug M
Dec 18 '18 at 20:47
add a comment |
1
$begingroup$
Try the substitution $u = x -1$
$endgroup$
– Doug M
Dec 18 '18 at 20:47
1
1
$begingroup$
Try the substitution $u = x -1$
$endgroup$
– Doug M
Dec 18 '18 at 20:47
$begingroup$
Try the substitution $u = x -1$
$endgroup$
– Doug M
Dec 18 '18 at 20:47
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The limits are indeed at $x = 1 pm sqrt{a+1}$. So solve:
$$intlimits_{x = 1 - sqrt{a +1}}^{1 + sqrt{a+1}} -x^2 + 2 x + a dx = 16 $$
and find $a = 2 sqrt[3]{2} cdot 3^{2/3}-1$.
$endgroup$
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
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%2f3045670%2ffind-the-value-of-constant-a-given-area-between-parabola-and-x-axis%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$
The limits are indeed at $x = 1 pm sqrt{a+1}$. So solve:
$$intlimits_{x = 1 - sqrt{a +1}}^{1 + sqrt{a+1}} -x^2 + 2 x + a dx = 16 $$
and find $a = 2 sqrt[3]{2} cdot 3^{2/3}-1$.
$endgroup$
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
add a comment |
$begingroup$
The limits are indeed at $x = 1 pm sqrt{a+1}$. So solve:
$$intlimits_{x = 1 - sqrt{a +1}}^{1 + sqrt{a+1}} -x^2 + 2 x + a dx = 16 $$
and find $a = 2 sqrt[3]{2} cdot 3^{2/3}-1$.
$endgroup$
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
add a comment |
$begingroup$
The limits are indeed at $x = 1 pm sqrt{a+1}$. So solve:
$$intlimits_{x = 1 - sqrt{a +1}}^{1 + sqrt{a+1}} -x^2 + 2 x + a dx = 16 $$
and find $a = 2 sqrt[3]{2} cdot 3^{2/3}-1$.
$endgroup$
The limits are indeed at $x = 1 pm sqrt{a+1}$. So solve:
$$intlimits_{x = 1 - sqrt{a +1}}^{1 + sqrt{a+1}} -x^2 + 2 x + a dx = 16 $$
and find $a = 2 sqrt[3]{2} cdot 3^{2/3}-1$.
answered Dec 18 '18 at 21:18
David G. StorkDavid G. Stork
11k41432
11k41432
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
add a comment |
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
$begingroup$
Thanks, guys. I think I figured out how I can make it a little bit simplier.
$endgroup$
– Kb1998
Dec 18 '18 at 21:21
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%2f3045670%2ffind-the-value-of-constant-a-given-area-between-parabola-and-x-axis%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$
Try the substitution $u = x -1$
$endgroup$
– Doug M
Dec 18 '18 at 20:47