Fundamental Theorem of Calculus I help!
$begingroup$
If $F(x)=int_2^{x^3}sqrt{t^2+t^4}dt$
a.) The integral of $F(x)$ is $3x^2sqrt{x^2+x^4}$.
b.) The derivative of $F(x)$ does not exist.
c.) $F'(x)=3x^2sqrt{x^6+x^{12}}$.
I can't seem to find the answer. I found that
$$F(x)=int_2^{x^3}sqrt{t^2+t^4}dt= frac{(x^6+1)^{3/2}}{3}-frac{5
sqrt{5}}{3}$$
and $$frac{d}{dx}F(x)=int_2^{x^3}sqrt{t^2+t^4}dt=3x^5sqrt{x^6+1}$$
so, to me the answer is not provided. Any help would be much appreciated.
real-analysis calculus definite-integrals
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
If $F(x)=int_2^{x^3}sqrt{t^2+t^4}dt$
a.) The integral of $F(x)$ is $3x^2sqrt{x^2+x^4}$.
b.) The derivative of $F(x)$ does not exist.
c.) $F'(x)=3x^2sqrt{x^6+x^{12}}$.
I can't seem to find the answer. I found that
$$F(x)=int_2^{x^3}sqrt{t^2+t^4}dt= frac{(x^6+1)^{3/2}}{3}-frac{5
sqrt{5}}{3}$$
and $$frac{d}{dx}F(x)=int_2^{x^3}sqrt{t^2+t^4}dt=3x^5sqrt{x^6+1}$$
so, to me the answer is not provided. Any help would be much appreciated.
real-analysis calculus definite-integrals
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
If $F(x)=int_2^{x^3}sqrt{t^2+t^4}dt$
a.) The integral of $F(x)$ is $3x^2sqrt{x^2+x^4}$.
b.) The derivative of $F(x)$ does not exist.
c.) $F'(x)=3x^2sqrt{x^6+x^{12}}$.
I can't seem to find the answer. I found that
$$F(x)=int_2^{x^3}sqrt{t^2+t^4}dt= frac{(x^6+1)^{3/2}}{3}-frac{5
sqrt{5}}{3}$$
and $$frac{d}{dx}F(x)=int_2^{x^3}sqrt{t^2+t^4}dt=3x^5sqrt{x^6+1}$$
so, to me the answer is not provided. Any help would be much appreciated.
real-analysis calculus definite-integrals
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
If $F(x)=int_2^{x^3}sqrt{t^2+t^4}dt$
a.) The integral of $F(x)$ is $3x^2sqrt{x^2+x^4}$.
b.) The derivative of $F(x)$ does not exist.
c.) $F'(x)=3x^2sqrt{x^6+x^{12}}$.
I can't seem to find the answer. I found that
$$F(x)=int_2^{x^3}sqrt{t^2+t^4}dt= frac{(x^6+1)^{3/2}}{3}-frac{5
sqrt{5}}{3}$$
and $$frac{d}{dx}F(x)=int_2^{x^3}sqrt{t^2+t^4}dt=3x^5sqrt{x^6+1}$$
so, to me the answer is not provided. Any help would be much appreciated.
real-analysis calculus definite-integrals
real-analysis calculus definite-integrals
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 hours ago
Ryan PennellRyan Pennell
212
212
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ryan Pennell is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let's say $G(x)$ is an antiderivative of $sqrt{x^2+x^4}$. (we know about its existence from the fundamental theorem of calculus). So now from Newton-Leibniz formula we have $F(x)=G(x^3)-G(2)$. Now if we differentiate by $x$ using the chain rule we get:
$F'(x)=3x^2G'(x^3)=3x^2sqrt{x^6+x^{12}}$
$endgroup$
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
add a comment |
$begingroup$
Hint:
If $F(x)= int_a^{g(x)} f(t) dt$ , then
$$F’(x) = f(g(x))g’(x)$$
$endgroup$
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
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
});
}
});
Ryan Pennell is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3121610%2ffundamental-theorem-of-calculus-i-help%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$
Let's say $G(x)$ is an antiderivative of $sqrt{x^2+x^4}$. (we know about its existence from the fundamental theorem of calculus). So now from Newton-Leibniz formula we have $F(x)=G(x^3)-G(2)$. Now if we differentiate by $x$ using the chain rule we get:
$F'(x)=3x^2G'(x^3)=3x^2sqrt{x^6+x^{12}}$
$endgroup$
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
add a comment |
$begingroup$
Let's say $G(x)$ is an antiderivative of $sqrt{x^2+x^4}$. (we know about its existence from the fundamental theorem of calculus). So now from Newton-Leibniz formula we have $F(x)=G(x^3)-G(2)$. Now if we differentiate by $x$ using the chain rule we get:
$F'(x)=3x^2G'(x^3)=3x^2sqrt{x^6+x^{12}}$
$endgroup$
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
add a comment |
$begingroup$
Let's say $G(x)$ is an antiderivative of $sqrt{x^2+x^4}$. (we know about its existence from the fundamental theorem of calculus). So now from Newton-Leibniz formula we have $F(x)=G(x^3)-G(2)$. Now if we differentiate by $x$ using the chain rule we get:
$F'(x)=3x^2G'(x^3)=3x^2sqrt{x^6+x^{12}}$
$endgroup$
Let's say $G(x)$ is an antiderivative of $sqrt{x^2+x^4}$. (we know about its existence from the fundamental theorem of calculus). So now from Newton-Leibniz formula we have $F(x)=G(x^3)-G(2)$. Now if we differentiate by $x$ using the chain rule we get:
$F'(x)=3x^2G'(x^3)=3x^2sqrt{x^6+x^{12}}$
answered 4 hours ago
MarkMark
8,907521
8,907521
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
add a comment |
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Thank you Mark!
$endgroup$
– Ryan Pennell
4 hours ago
add a comment |
$begingroup$
Hint:
If $F(x)= int_a^{g(x)} f(t) dt$ , then
$$F’(x) = f(g(x))g’(x)$$
$endgroup$
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
add a comment |
$begingroup$
Hint:
If $F(x)= int_a^{g(x)} f(t) dt$ , then
$$F’(x) = f(g(x))g’(x)$$
$endgroup$
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
add a comment |
$begingroup$
Hint:
If $F(x)= int_a^{g(x)} f(t) dt$ , then
$$F’(x) = f(g(x))g’(x)$$
$endgroup$
Hint:
If $F(x)= int_a^{g(x)} f(t) dt$ , then
$$F’(x) = f(g(x))g’(x)$$
answered 4 hours ago
JoseSquareJoseSquare
66012
66012
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
add a comment |
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Thank you Jose!
$endgroup$
– Ryan Pennell
4 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
$begingroup$
Your welcome, notice that with this method is not necessary to calculate an undefined integral, which is useful because is not always possible (see $int e^{-x^2} dx$) @RyanPennell
$endgroup$
– JoseSquare
3 hours ago
add a comment |
Ryan Pennell is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Pennell is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Pennell is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Pennell is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3121610%2ffundamental-theorem-of-calculus-i-help%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