Is dy/dx = 0 Always a Constant Function?

  • Context: Undergrad 
  • Thread starter Thread starter anantchowdhary
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the implications of the derivative dy/dx being equal to zero for all x in the domain of a function y = f(x). Participants explore whether this condition necessarily implies that the function is constant, examining various mathematical principles and theorems, including limits and the mean value theorem.

Discussion Character

  • Debate/contested
  • Mathematical reasoning
  • Conceptual clarification

Main Points Raised

  • Some participants question whether the condition dy/dx = 0 can be proven to imply that the function is constant solely through limits.
  • Others suggest that the mean value theorem provides a more robust proof of the constancy of the function under the condition that dy/dx = 0.
  • There is uncertainty regarding the application of the limit definition of the derivative, with participants discussing the implications of F(x+h) - F(x) being zero versus being infinitesimally small.
  • One participant presents a specific example involving a function defined by f(x+y) = f(x) + y^3, questioning its constancy despite the derivative limit approaching zero.
  • Another participant emphasizes the need for differentiability across the interval to apply certain limit arguments correctly.
  • Some participants express confusion about the distinction between "tendency" and "exact equality" in the context of the mean value theorem.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether dy/dx = 0 always implies that the function is constant. Multiple competing views and interpretations of mathematical principles remain present throughout the discussion.

Contextual Notes

Limitations include the dependence on the differentiability of functions and the assumptions made regarding the behavior of functions near points of interest. The discussion also highlights the nuances in applying the mean value theorem and limit definitions.

anantchowdhary
Messages
372
Reaction score
0
If dy/dx=0,
for all x in the function y= f(x)'s domain,then
how can we say... only by using limits, that the function is a constant one?
 
Physics news on Phys.org
Only by using limits? What's wrong with the way this is usually proved, i.e. via the mean value theorem?
 
the mean value theorem here...im not sure...cuz we might get a limit of the function staying constant..but i don't see how the function is EXACTLY constant, being proved by only using the first principle...

thanks
 
anantchowdhary said:
If dy/dx=0,
for all x in the function y= f(x)'s domain,then
how can we say... only by using limits, that the function is a constant one?
As far as a limit definition:

dy/dx = lim[ F(x+h) - F(x)]/h

In order for that to be true, then:

F(x+h) - F(x) = 0

=>

F(x+h) = F(x)

Which means that you have an equation which does not vary with respect to x, otherwise there would be something left over from that subtraction. The only equation which does not vary with respect to x is a function that is constant, relative to x.
 
cant F(x+h)-F(x) be <<h ...I don't think it can as h is a dynamic variable,which is infinitesimally small...so am i correct
Please correct me if I am wrong
thanks
 
If (A-B)/C = 0, and C is not 0, then it has to follow that A=B.
 
But this is a limit

i mean lim(a--->b)a-b/c=0

it duznt mean a=b!
 
anantchowdhary said:
But this is a limit

i mean lim(a--->b)a-b/c=0

it duznt mean a=b!

No, it's lim(c -> 0) of (a-b)/c
 
ok...i got my mistake...but can't [tex]a-b[/tex] be something like [tex]c^2[/tex]

then the limit still is 0 but we can't say a=b...can we?
 
  • #10
In order that this be true, f must be differentiable at every point in the interval. Your limit calculations are not using that.
 
  • #11
GoldPheonix said:
dy/dx = lim[ F(x+h) - F(x)]/h

In order for that to be true, then:

F(x+h) - F(x) = 0
This is not true. Take F(x)=x^2 for instance, and apply the limit definition at x=0:

[tex]F'(0) = \lim_{h \to 0} \frac{F(0+h) - F(0)}{h} = \lim_{h \to 0} \frac{h^2}{h} = 0.[/tex]

But F(0+h)-F(0)=h^2 is not zero for all h.

This is why you need to use a deeper result like the mean value theorem. It tells you that if x is not equal to y, then there is a c such that

[tex]\frac{F(x) - F(y)}{x - y} = F'(c) = 0 \implies F(x) = F(y).[/tex]

[Note: I'm assuming that F is differentiable everywhere so that the hypotheses of the MVT are satisfied.]
 
  • #12
Is it correct to simply say ..that in a function we can't have an infinitesimal so the limit of the derivative is not zero unitl it IS constant
or like we have a function [tex]f(x)=a(x)-b(x)[/tex]
if a`(x)=b`(x) for all x

then a(x)=b(x) necessarily using the above argument(infinitesimals)
 
Last edited:
  • #13
anantchowdhary said:
Is it correct to simply say ..that in a function we can't have an infinitesimal so the limit of the derivative is not zero unitl it IS constant
That doesn't really make any sense.
 
  • #14
ok...
 
  • #15
So how would we exactly prove the required result using only limits and logic?

thanks
 
  • #16
Use limits (and logic) to prove the mean value theorem! One point that has been made repeatedly here is that you can't use limits at a single point because saying that y= 0 identically (on some interval) is a property of that interval, not a single point.
 
  • #17
ok...i get your point:smile:

but what if we have a function like...
[tex] f(x+y)=f(x)+y^3[/tex]
and it is provided that the function is continuous and differentiable
so this gives us
[tex] f(x+h)=f(x)+h^3[/tex]

or
[tex] \frac {f(x+h)-f(x)}{h}=h^2[/tex]

[tex] \lim_{h \to 0} \frac {f(x+h)-f(x)}{h}=0[/tex]

but i don't think the function is constant...
is there anything wrong in the function?
 
  • #18
anantchowdhary said:
ok...i get your point:smile:

but what if we have a function like...
[tex] f(x+y)=f(x)+y^3[/tex]
What reason do you have to believe such a function exists? If so, taking x= 0, f(y)= y3. But then
[tex]f(x+y)= (x+y)^3= x^3+ 3x^2y+ 3xy^2+ y^3= f(x)+ 3x^2y+ 3xy^2+ y^3\ne f(x)+ y^3[/tex]
a contradiction.

and it is provided that the function is continuous and differentiable
so this gives us
[tex] f(x+h)=f(x)+h^3[/tex]

or
[tex] \frac {f(x+h)-f(x)}{h}=h^2[/tex]

[tex] \lim_{h \to 0} \frac {f(x+h)-f(x)}{h}=0[/tex]

but i don't think the function is constant...
is there anything wrong in the function?
 
  • #19
I agree.. that the function won't exist...

but,using the MVT arent we still just proving the tendency not the EXACT equality?
i know this is irritating

but

thanks anyways
 
  • #20
anantchowdhary said:
but,using the MVT arent we still just proving the tendency not the EXACT equality?
No. The MVT is an exact equality. See: http://planetmath.org/encyclopedia/MeanValueTheorem.html .
 
Last edited by a moderator:
  • #21
:rolleyes: Well,I didnt mean to say that MVT isn't an exact equality
 
  • #22
then perhaps you should explain what you mean by "tendency" and "exact equality".
 
  • #23
I just got a bit confused about the tendency of the function being a constant..i mean to say that i thought the function woould vary extremely slowly...my mistake!
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K