If partial derivatives of a harmonic function are constant, is the function linear?Harmonic function with...
Driving a school bus in the USA
How to scale and shift the coordinates of a Graphics object?
Using `printf` to print variable containing `%` percent sign results in "bash: printf: `p': invalid format character"
What do you call bracelets you wear around the legs?
Should I twist DC power and ground wires from a power supply?
What's is the easiest way to purchase a stock and hold it
How does this piece of code determine array size without using sizeof( )?
Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?
How to laser-level close to a surface
Why wear sunglasses in indoor velodromes?
Failing students when it might cause them economic ruin
Who is frowning in the sentence "Daisy looked at Tom frowning"?
In Dutch history two people are referred to as "William III"; are there any more cases where this happens?
Working hours and productivity expectations for game artists and programmers
Can the word crowd refer to just 10 people?
Lock out of Oracle based on Windows username
When did Britain learn about the American Declaration of Independence?
Why does string strummed with finger sound different from the one strummed with pick?
Taylor series leads to two different functions - why?
Is it a good idea to teach algorithm courses using pseudocode?
Why aren't satellites disintegrated even though they orbit earth within earth's Roche Limits?
on the truth quest vs in the quest for truth
Why use a retrograde orbit?
Cycling to work - 30mile return
If partial derivatives of a harmonic function are constant, is the function linear?
Harmonic function with bounded preimageHarmonic function, existence of a constantHarmonic functionOn the partial derivatives of a harmonic functionAll second partial derivatives of harmonic function are $0$Show : A holomorphic function is harmonic if $frac{partial f}{partial overline{z}}=0$Prove that partial derivative of the harmonic function is greater than zero if the function takes the maximum at a specific point in the boundaryMean value integral of a harmonic function in the exterior of a ballHarmonic function radial on boundaryLinear harmonic functions
$begingroup$
Let $u: mathbb{R}^2 to mathbb{R}$ be a harmonic function.
If $frac{partial u(x,y)}{partial x} = k_1$ and $frac{partial u(x,y)}{partial y} = k_2,forall (x,y) in mathbb{R}^2, k_1, k_2 in mathbb{R}$, may I say that $u$ is a linear function?
real-analysis pde harmonic-functions
$endgroup$
add a comment |
$begingroup$
Let $u: mathbb{R}^2 to mathbb{R}$ be a harmonic function.
If $frac{partial u(x,y)}{partial x} = k_1$ and $frac{partial u(x,y)}{partial y} = k_2,forall (x,y) in mathbb{R}^2, k_1, k_2 in mathbb{R}$, may I say that $u$ is a linear function?
real-analysis pde harmonic-functions
$endgroup$
1
$begingroup$
Shouldn't it be $frac{partial u(x,y)}{partial y} = k_2$?
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
It seems like Liouville's theorem or a modification of it should do the trick.
$endgroup$
– Charles Hudgins
5 hours ago
add a comment |
$begingroup$
Let $u: mathbb{R}^2 to mathbb{R}$ be a harmonic function.
If $frac{partial u(x,y)}{partial x} = k_1$ and $frac{partial u(x,y)}{partial y} = k_2,forall (x,y) in mathbb{R}^2, k_1, k_2 in mathbb{R}$, may I say that $u$ is a linear function?
real-analysis pde harmonic-functions
$endgroup$
Let $u: mathbb{R}^2 to mathbb{R}$ be a harmonic function.
If $frac{partial u(x,y)}{partial x} = k_1$ and $frac{partial u(x,y)}{partial y} = k_2,forall (x,y) in mathbb{R}^2, k_1, k_2 in mathbb{R}$, may I say that $u$ is a linear function?
real-analysis pde harmonic-functions
real-analysis pde harmonic-functions
edited 5 hours ago
user71487
asked 5 hours ago
user71487user71487
1178
1178
1
$begingroup$
Shouldn't it be $frac{partial u(x,y)}{partial y} = k_2$?
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
It seems like Liouville's theorem or a modification of it should do the trick.
$endgroup$
– Charles Hudgins
5 hours ago
add a comment |
1
$begingroup$
Shouldn't it be $frac{partial u(x,y)}{partial y} = k_2$?
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
It seems like Liouville's theorem or a modification of it should do the trick.
$endgroup$
– Charles Hudgins
5 hours ago
1
1
$begingroup$
Shouldn't it be $frac{partial u(x,y)}{partial y} = k_2$?
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
Shouldn't it be $frac{partial u(x,y)}{partial y} = k_2$?
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
It seems like Liouville's theorem or a modification of it should do the trick.
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
It seems like Liouville's theorem or a modification of it should do the trick.
$endgroup$
– Charles Hudgins
5 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
No.
If $u(x,y) = k_{1}x+k_{2}y+C$, then:
$$dfrac{partial u(x,y)}{partial x} = k_{1}$$
$$dfrac{partial u(x,y)}{partial y} = k_{2}$$
But $u(x,y)$ is not linear - this kind of function is an affine function. $u$ is linear iff $C = 0$.
$endgroup$
1
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
add a comment |
$begingroup$
A simple counterexample is $uequiv 1.$
The general result here, which has nothing to do with harmonicity, is this: If $a,bin mathbb R,$ and $partial u/partial x equiv a,$ $partial u/partial y equiv b,$ then $u(x,y) = ax + by + u(0,0)$ for all $(x,y).$
Proof: $u(x,y)- u(0,0) = u(x,y)- u(x,0) +u(x,0)-u(0,0).$ Apply the mean value theorem to each difference.
$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%2f3228839%2fif-partial-derivatives-of-a-harmonic-function-are-constant-is-the-function-line%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$
No.
If $u(x,y) = k_{1}x+k_{2}y+C$, then:
$$dfrac{partial u(x,y)}{partial x} = k_{1}$$
$$dfrac{partial u(x,y)}{partial y} = k_{2}$$
But $u(x,y)$ is not linear - this kind of function is an affine function. $u$ is linear iff $C = 0$.
$endgroup$
1
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
add a comment |
$begingroup$
No.
If $u(x,y) = k_{1}x+k_{2}y+C$, then:
$$dfrac{partial u(x,y)}{partial x} = k_{1}$$
$$dfrac{partial u(x,y)}{partial y} = k_{2}$$
But $u(x,y)$ is not linear - this kind of function is an affine function. $u$ is linear iff $C = 0$.
$endgroup$
1
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
add a comment |
$begingroup$
No.
If $u(x,y) = k_{1}x+k_{2}y+C$, then:
$$dfrac{partial u(x,y)}{partial x} = k_{1}$$
$$dfrac{partial u(x,y)}{partial y} = k_{2}$$
But $u(x,y)$ is not linear - this kind of function is an affine function. $u$ is linear iff $C = 0$.
$endgroup$
No.
If $u(x,y) = k_{1}x+k_{2}y+C$, then:
$$dfrac{partial u(x,y)}{partial x} = k_{1}$$
$$dfrac{partial u(x,y)}{partial y} = k_{2}$$
But $u(x,y)$ is not linear - this kind of function is an affine function. $u$ is linear iff $C = 0$.
edited 4 hours ago
answered 5 hours ago
user458276user458276
7581315
7581315
1
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
add a comment |
1
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
1
1
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
$begingroup$
Might be good to say $u$ is linear iff $C=0.$
$endgroup$
– zhw.
4 hours ago
add a comment |
$begingroup$
A simple counterexample is $uequiv 1.$
The general result here, which has nothing to do with harmonicity, is this: If $a,bin mathbb R,$ and $partial u/partial x equiv a,$ $partial u/partial y equiv b,$ then $u(x,y) = ax + by + u(0,0)$ for all $(x,y).$
Proof: $u(x,y)- u(0,0) = u(x,y)- u(x,0) +u(x,0)-u(0,0).$ Apply the mean value theorem to each difference.
$endgroup$
add a comment |
$begingroup$
A simple counterexample is $uequiv 1.$
The general result here, which has nothing to do with harmonicity, is this: If $a,bin mathbb R,$ and $partial u/partial x equiv a,$ $partial u/partial y equiv b,$ then $u(x,y) = ax + by + u(0,0)$ for all $(x,y).$
Proof: $u(x,y)- u(0,0) = u(x,y)- u(x,0) +u(x,0)-u(0,0).$ Apply the mean value theorem to each difference.
$endgroup$
add a comment |
$begingroup$
A simple counterexample is $uequiv 1.$
The general result here, which has nothing to do with harmonicity, is this: If $a,bin mathbb R,$ and $partial u/partial x equiv a,$ $partial u/partial y equiv b,$ then $u(x,y) = ax + by + u(0,0)$ for all $(x,y).$
Proof: $u(x,y)- u(0,0) = u(x,y)- u(x,0) +u(x,0)-u(0,0).$ Apply the mean value theorem to each difference.
$endgroup$
A simple counterexample is $uequiv 1.$
The general result here, which has nothing to do with harmonicity, is this: If $a,bin mathbb R,$ and $partial u/partial x equiv a,$ $partial u/partial y equiv b,$ then $u(x,y) = ax + by + u(0,0)$ for all $(x,y).$
Proof: $u(x,y)- u(0,0) = u(x,y)- u(x,0) +u(x,0)-u(0,0).$ Apply the mean value theorem to each difference.
edited 1 hour ago
answered 4 hours ago
zhw.zhw.
75.8k43376
75.8k43376
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%2f3228839%2fif-partial-derivatives-of-a-harmonic-function-are-constant-is-the-function-line%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$
Shouldn't it be $frac{partial u(x,y)}{partial y} = k_2$?
$endgroup$
– Charles Hudgins
5 hours ago
$begingroup$
It seems like Liouville's theorem or a modification of it should do the trick.
$endgroup$
– Charles Hudgins
5 hours ago