image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

image Derivative question Share It Thread Tools Search this Thread image
Old Jun11-09, 12:26 AM                  #1
caljuice

caljuice is Offline:
Posts: 22
Derivative question

This has been confusing me for awhile.

Let's say f(x) is undefined at x=2 and thus f(x) is discontinious at x=2.

And it's derivative is f'(x)=2X. Is the derivative still defined at x=2 or not, because f(x) is undefined at x=2?

If it is defined, wouldn't this mean f(x) is differentiable at x=2 and thus f(x) has to be continuous at x=2 because of the theorem:

If f(x) is differentiable at a then f(x) must be continuous at a.



One last question. Why is (x+1)(x-1)/(x-1) still undefined when x=1? Even though the x-1 cancel out.

Thanks in advance.
  Reply With Quote
Old Jun11-09, 01:41 AM                  #2
pbandjay

pbandjay is Offline:
Posts: 49
Re: Derivative question

If your function has a discontinuity then it cannot be differentiable at that point. Intuitively, your derivative gives you the rate of change of the line tangent to the function at a given point. If your function is discontinuous, then a tanget line will not exist. To put it differently, differentiability is a sufficient condition for continuity, or rather, if your derivative exists at all points, then your function is continuous.

Please take time to soak this in though because it does NOT work the other way around. There exists many functions that are continuous but not differentiable at certain points.

For example let's say...

LaTeX Code: f(x) = x^{2/3}

The graph of this function has a cusp at LaTeX Code: x=0 , which means you can draw multiple tangents lines to this function at that point. Its derivative is...

LaTeX Code: fsingle-quote(x) = \\frac{2}{3}x^{-1/3}

And this function is undefined at LaTeX Code: x=0 as it should be.

As for your function LaTeX Code: \\frac{(x+1)(x-1)}{x-1} , it is still undefined at LaTeX Code: x=1 so it is not differentiable at that point. If you cancel the LaTeX Code: (x-1) out, then you get an entirely different function, which is now continuous at that point.
  Reply With Quote
Old Jun11-09, 01:52 AM                  #3
Tibarn

Tibarn is Offline:
Posts: 38
Re: Derivative question

This has been confusing me for awhile.

Let's say f(x) is undefined at x=2 and thus f(x) is discontinious at x=2.

And it's derivative is f'(x)=2X. Is the derivative still defined at x=2 or not, because f(x) is undefined at x=2?

If it is defined, wouldn't this mean f(x) is differentiable at x=2 and thus f(x) has to be continuous at x=2 because of the theorem:

If f(x) is differentiable at a then f(x) must be continuous at a.
The derivative wouldn't be defined at x = 2. It's easier to see if you try taking the derivative using the definition. You can't very well take the limit of [f(2+h) - f(2)]/h if f(2) doesn't exist.

One last question. Why is (x+1)(x-1)/(x-1) still undefined when x=1? Even though the x-1 cancel out.
It's an issue of domain. Since the value x = 1 gives you zero in the denominator, it isn't in the domain of the function. Thus, the function isn't defined on x = 1. You may think this is overly anal, but it is mathematics after all.
  Reply With Quote
Old Jun11-09, 02:53 AM                  #4
ExactlySolved

ExactlySolved is Offline:
Posts: 75
Re: Derivative question

If your function has a discontinuity then it cannot be differentiable at that point. Intuitively, your derivative gives you the rate of change of the line tangent to the function at a given point. If your function is discontinuous, then a tanget line will not exist. To put it differently, differentiability is a sufficient condition for continuity, or rather, if your derivative exists at all points, then your function is continuous.
Everything you said is true, but I am curious why you refer to a (point where the function is not defined) as a discontinuity? In fact, the function described in the initial post is continuous and differentiable over its entire domain (Reals - {2}).

The reason that the derivative is not defined at 2 is that the function itself is not defined at 2 i.e. the point 2 is not in the domain of the function, and the derivative of a function only exists on a (not necessarily proper) subset of the original functions domain. In particular, the definition of the derivative f' of a function f evaluated at the point x has as a premise that the point x is contained in the domain of the function f.
  Reply With Quote
Old Jun11-09, 03:12 AM                  #5
ExactlySolved

ExactlySolved is Offline:
Posts: 75
Re: Derivative question

Originally Posted by Tibarn View Post
It's an issue of domain. Since the value x = 1 gives you zero in the denominator, it isn't in the domain of the function. Thus, the function isn't defined on x = 1. You may think this is overly anal, but it is mathematics after all.
IMO it is an issue of being underly 'anal', since an expression involving a variable, such as (x+1)(x-1)/(x-1), is by itself not an appropriate way to define a function at all. If anything such an expression involving a variable should be a compact way of expressing the rule that associates each point in the domain with its image in the codomain. If they said "what is the domain of the function which is defined at exactly those points for which every subexpression of (x+1)(x-1)/(x-1) is defined?" then 1 would not be in the domain because 1/(x-1) is a subexpression of the given expression and 1/(x-1) is not defined at x = 1. The problem is that by writing down LaTeX Code: a b b^{-1} one already assumes the existence of b^{-1}, and so there is nothing wrong with applying b b^{-1} = 1. "Consider a b b^{-1}, ... oh but that's not the same as just LaTeX Code: a since b^{-1} didn't exist at all, gotcha!" (-10 points)
  Reply With Quote
Old Jun11-09, 04:45 AM                  #6
Office_Shredder

Office_Shredder is Offline:
Posts: 1,795
Recognitions:
Homework Helper Homework Helper
Re: Derivative question

Originally Posted by ExactlySolved View Post
IMO it is an issue of being underly 'anal', since an expression involving a variable, such as (x+1)(x-1)/(x-1), is by itself not an appropriate way to define a function at all. If anything such an expression involving a variable should be a compact way of expressing the rule that associates each point in the domain with its image in the codomain. If they said "what is the domain of the function which is defined at exactly those points for which every subexpression of (x+1)(x-1)/(x-1) is defined?" then 1 would not be in the domain because 1/(x-1) is a subexpression of the given expression and 1/(x-1) is not defined at x = 1. The problem is that by writing down LaTeX Code: a b b^{-1} one already assumes the existence of b^{-1}, and so there is nothing wrong with applying b b^{-1} = 1. "Consider a b b^{-1}, ... oh but that's not the same as just LaTeX Code: a since b^{-1} didn't exist at all, gotcha!" (-10 points)
Yes, writing down LaTeX Code: a*b*b^{-1} assumes the existence of LaTeX Code: b^{-1} Therefore any point where LaTeX Code: b^{-1} doesn't exist is implicitly not in the domain of the function. It's not a gotcha deal, this can have real consequences e.g. when solving differential equations and trying to find the domain of the solution
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Derivative question
Thread Thread Starter Forum Replies Last Post
derivative question pooker Calculus & Beyond 4 Feb5-09 03:18 PM
Question about the derivative of e^x The_ArtofScience Calculus & Analysis 3 Oct7-08 12:29 PM
Question About the Derivative tod88 Calculus & Beyond 2 Feb29-08 08:36 AM
second derivative question barksdalemc Calculus & Beyond 2 Dec13-06 08:33 PM
Derivative question Mr. Snookums Calculus & Beyond 6 May29-06 10:25 PM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image