Solving a differential equation with natural log Announcing the arrival of Valued Associate...
What does it mean that physics no longer uses mechanical models to describe phenomena?
What is "gratricide"?
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
Performance gap between vector<bool> and array
How do living politicians protect their readily obtainable signatures from misuse?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Hangman Game with C++
What initially awakened the Balrog?
Maximum summed subsequences with non-adjacent items
How much damage would a cupful of neutron star matter do to the Earth?
What are the diatonic extended chords of C major?
What was the first language to use conditional keywords?
What is this clumpy 20-30cm high yellow-flowered plant?
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
How to write this math term? with cases it isn't working
Taylor expansion of ln(1-x)
Chinese Seal on silk painting - what does it mean?
How come Sam didn't become Lord of Horn Hill?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Do wooden building fires get hotter than 600°C?
Trademark violation for app?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
Effects on objects due to a brief relocation of massive amounts of mass
Solving a differential equation with natural log
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Help solving a differential equationproof of a solution to a differential equationWhat method I should use to solve this differantial equation?Solving an Exact Differential EquationHelp solving third-order differential equationSolving this kind of differential equationHelp with solving linear differential equations using an integrating factorSolving differential equation with the Dirac Delta FunctionHow to solve this Linear Differential Equation?
$begingroup$
I am given:
$xdfrac{dy}{dx}=dfrac{1}{y^3}$
After separating and integrating, I have:
$y^4/4=ln x+C$
I am supposed to solve this equation, but I'm stuck here. Should I solve explicitly so I can keep $C$?
EDIT:
A solution I came up with last night was:
$y=(4ln x+C)^{1/4}$
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I am given:
$xdfrac{dy}{dx}=dfrac{1}{y^3}$
After separating and integrating, I have:
$y^4/4=ln x+C$
I am supposed to solve this equation, but I'm stuck here. Should I solve explicitly so I can keep $C$?
EDIT:
A solution I came up with last night was:
$y=(4ln x+C)^{1/4}$
ordinary-differential-equations
$endgroup$
$begingroup$
don't forget the negative fourth root.
$endgroup$
– Stefan Smith
Jan 16 '14 at 2:46
add a comment |
$begingroup$
I am given:
$xdfrac{dy}{dx}=dfrac{1}{y^3}$
After separating and integrating, I have:
$y^4/4=ln x+C$
I am supposed to solve this equation, but I'm stuck here. Should I solve explicitly so I can keep $C$?
EDIT:
A solution I came up with last night was:
$y=(4ln x+C)^{1/4}$
ordinary-differential-equations
$endgroup$
I am given:
$xdfrac{dy}{dx}=dfrac{1}{y^3}$
After separating and integrating, I have:
$y^4/4=ln x+C$
I am supposed to solve this equation, but I'm stuck here. Should I solve explicitly so I can keep $C$?
EDIT:
A solution I came up with last night was:
$y=(4ln x+C)^{1/4}$
ordinary-differential-equations
ordinary-differential-equations
edited Jan 15 '14 at 20:45
BaronVT
11.6k11337
11.6k11337
asked Jan 15 '14 at 20:36
westhe32ndwesthe32nd
198213
198213
$begingroup$
don't forget the negative fourth root.
$endgroup$
– Stefan Smith
Jan 16 '14 at 2:46
add a comment |
$begingroup$
don't forget the negative fourth root.
$endgroup$
– Stefan Smith
Jan 16 '14 at 2:46
$begingroup$
don't forget the negative fourth root.
$endgroup$
– Stefan Smith
Jan 16 '14 at 2:46
$begingroup$
don't forget the negative fourth root.
$endgroup$
– Stefan Smith
Jan 16 '14 at 2:46
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Try differentiating to see if you got the correct solution!
You can compute
$$
frac{dy}{dx} = frac{1}{4}left(4 ln x + Cright)^{-3/4}left(frac{4}{x}right) = frac{1}{x}left(4 ln x + Cright)^{-3/4}
$$
so
$$
xfrac{dy}{dx} = left(4 ln x + Cright)^{-3/4}.
$$
Is this equal to $dfrac{1}{y^{3}}$?
$endgroup$
add a comment |
Your Answer
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%2f639668%2fsolving-a-differential-equation-with-natural-log%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$
Try differentiating to see if you got the correct solution!
You can compute
$$
frac{dy}{dx} = frac{1}{4}left(4 ln x + Cright)^{-3/4}left(frac{4}{x}right) = frac{1}{x}left(4 ln x + Cright)^{-3/4}
$$
so
$$
xfrac{dy}{dx} = left(4 ln x + Cright)^{-3/4}.
$$
Is this equal to $dfrac{1}{y^{3}}$?
$endgroup$
add a comment |
$begingroup$
Try differentiating to see if you got the correct solution!
You can compute
$$
frac{dy}{dx} = frac{1}{4}left(4 ln x + Cright)^{-3/4}left(frac{4}{x}right) = frac{1}{x}left(4 ln x + Cright)^{-3/4}
$$
so
$$
xfrac{dy}{dx} = left(4 ln x + Cright)^{-3/4}.
$$
Is this equal to $dfrac{1}{y^{3}}$?
$endgroup$
add a comment |
$begingroup$
Try differentiating to see if you got the correct solution!
You can compute
$$
frac{dy}{dx} = frac{1}{4}left(4 ln x + Cright)^{-3/4}left(frac{4}{x}right) = frac{1}{x}left(4 ln x + Cright)^{-3/4}
$$
so
$$
xfrac{dy}{dx} = left(4 ln x + Cright)^{-3/4}.
$$
Is this equal to $dfrac{1}{y^{3}}$?
$endgroup$
Try differentiating to see if you got the correct solution!
You can compute
$$
frac{dy}{dx} = frac{1}{4}left(4 ln x + Cright)^{-3/4}left(frac{4}{x}right) = frac{1}{x}left(4 ln x + Cright)^{-3/4}
$$
so
$$
xfrac{dy}{dx} = left(4 ln x + Cright)^{-3/4}.
$$
Is this equal to $dfrac{1}{y^{3}}$?
answered Jan 15 '14 at 20:49
BaronVTBaronVT
11.6k11337
11.6k11337
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%2f639668%2fsolving-a-differential-equation-with-natural-log%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$
don't forget the negative fourth root.
$endgroup$
– Stefan Smith
Jan 16 '14 at 2:46