Proof/Disproof involving multi-variate functions

  • Thread starter Thread starter tracedinair
  • Start date Start date
  • Tags Tags
    Functions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
tracedinair
Messages
47
Reaction score
0

Homework Statement



Let some function, called f(u,v), be a differentiable function. Then, let its first partial with respect to u = 0 in some region, A. Then, for any u in the region A, f(u,v) will always equal itself for, let's say, f(ui, v) = f(uj, v).

Homework Equations

The Attempt at a Solution



Alright, so it's obvious the function, f(u,v) really only depends on the variable v. The problem is then showing this, which I'm having a hard time doing. At first I tried to come up with a function f(u,v) that depends only on v but that didn't really fly.

But if the first partial with respect to u equals zero, then isn't there no u-variable in the function? So wouldn't it be something like, f(u,v) = 2v^(2) or whatever? If u can't exist in the function, then a) How is it a multi-variable function? b) Does that prove or disprove that, say, f(ui, v) = f(uj, v)?

Is there way to graph this?

Obviously, I'm pretty confused.
 
Physics news on Phys.org
tracedinair said:

Homework Statement



Let some function, called f(u,v), be a differentiable function. Then, let its first partial with respect to u = 0 in some region, A. Then, for any u in the region A, f(u,v) will always equal itself for, let's say, f(ui, v) = f(uj, v).
You need (ui,v) and (uj,v) to be in A. For a fixed v, if you let

g(u) = f(u,v), you have g'(u) = 0 on [ui,uj] and you are trying to show g is constant. You can apply your calculus theorem, or if that isn't allowed, suppose g(ui) isn't equal to g(uj), and apply the mean value theorem to get a contradiction.
 
Last edited:
How would you apply MVT? I don't understand that approach.
 
Here's my attempt.

Assume g(ui) =/= g(uj).

Let g'(x) exist on ui < x < uj.

So, there exists some point, c, on ui < c < uj.

Now,

g(uj) - g(ui) = (uj - ui)g'(c)

g'(c) = [g(uj) - g(ui)] / [(uj - ui)]

Note that the LHS cannot equal zero because g(uj) =/= g(ui).

So, g'(c) =/= 0...?? Man, I'm not really sure what to do. I know I'm supposed to show g(uj) = g(ui) to get the contradiction..right?
 
hth said:
Here's my attempt.

Assume g(ui) =/= g(uj).

Let g'(x) exist on ui < x < uj.

So, there exists some point, c, on ui < c < uj.

Now,

Instead of saying "Now" you should say "such that"
g(uj) - g(ui) = (uj - ui)g'(c)

g'(c) = [g(uj) - g(ui)] / [(uj - ui)]

Note that the LHS cannot equal zero because g(uj) =/= g(ui).

So, g'(c) =/= 0...?? Man, I'm not really sure what to do. I know I'm supposed to show g(uj) = g(ui) to get the contradiction..right?

You were given g'(u) = 0 and you are trying to show g is constant. By assuming g is not constant so you can find that ui and uj, you have come up with a point c where g'(c) =/= 0. Doesn't that contradict g'(u) = 0 for all u?
 
LCKurtz said:
You were given g'(u) = 0 and you are trying to show g is constant. By assuming g is not constant so you can find that ui and uj, you have come up with a point c where g'(c) =/= 0. Doesn't that contradict g'(u) = 0 for all u?

Yeah, it does. g'(u) =/= 0 for all u, so g isn't constant...
 
hth said:
Yeah, it does. g'(u) =/= 0 for all u, so g isn't constant...

No, you still aren't quite getting it. You are given g'(u) = 0 for all u and you are trying to show g is constant. By supposing g is not constant you have found a c where g'(c) isn't 0. That contradicts g'(u) = 0 for all u. So supposing g is not constant has led to a contradiction. So g must be constant.
 
Alright, I see it now. Ty. Also, I'm sorry if I wasn't supposed to hijack the OP's thread like this.