Derivative of a Constant: The Quotient Rule

Click For Summary

Homework Help Overview

The discussion revolves around the differentiation of the function $$\frac{s}{x}$$ using the quotient rule. Participants are exploring the application of the quotient rule and questioning the treatment of the constant \(s\) in relation to the variable \(x\).

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Some participants attempt to apply the quotient rule and express confusion over the resulting derivative. Others suggest that the quotient rule may not be necessary since \(s\) is a constant. There are questions about the correct application of the quotient rule and the implications of treating \(s\) as a constant versus a variable.

Discussion Status

The discussion is ongoing, with participants providing insights into the quotient rule and its relationship to the product rule. There is a recognition that the original poster's application of the quotient rule may have been incorrect, and some guidance has been offered regarding the treatment of constants in differentiation.

Contextual Notes

Participants are also delving into related topics such as limits and the foundational understanding of calculus, indicating a broader exploration of concepts beyond the immediate problem.

adjacent
Gold Member
Messages
1,552
Reaction score
62

Homework Statement


$$\frac{\text{d}}{\text{d}x}(\frac{s}{x})$$
Quotient rule : ##\frac{u'v-uv'}{v^2}##
So ##\frac{1x-s1}{x^2}##
##=\frac{-s}{x}## :confused:
Wolfram says its ##\frac{-s}{x^2}##
 
Physics news on Phys.org
adjacent said:

Homework Statement


$$\frac{\text{d}}{\text{d}x}(\frac{s}{x})$$
Quotient rule : ##\frac{u'v-uv'}{v^2}##
So ##\frac{1x-s1}{x^2}##
##=\frac{-s}{x}## :confused:
Wolfram says its ##\frac{-s}{x^2}##

[itex]\frac{s}{x} = sx^{-1}[/itex]

The quotient rule is not necessary because the numerator is not a function of x
 
  • Like
Likes   Reactions: 1 person
In your application of the quotient rule, you seemed to have taken [itex]\frac{d}{dx} s = 1[/itex], which is not true.
 
  • Like
Likes   Reactions: 1 person
BOAS said:
[itex]\frac{s}{x} = sx^{-1}[/itex]

The quotient rule is not necessary because the numerator is not a function of x
Under which circumstances should I use the quotient rule then?
 
There is nothing special about the quotient rule; it is derived from the product rule.
[tex]\frac{d}{dx} \left(\frac{u}{v}\right) = \frac{du}{dx} \left(\frac{1}{v}\right) + u \frac{d}{dx}\left(\frac{1}{v}\right) = \frac{u'v - uv'}{v^{2}}[/tex]
The product rule is more general and does not require manipulation into a fractional form to apply, so personally I rarely use the quotient rule. Of course, sometimes, the quotient rule can be slightly faster, but I stress that they are equivalent methods.

In the problem that you posed, it happens that the product rule is slightly more straightforward, but if you want to apply the quotient rule, that is fine too, and should give you the same answer. The erroneous answer that you obtained, as I had pointed out, is due to you performing the derivative of s wrongly.
 
adjacent said:
Under which circumstances should I use the quotient rule then?

The quotient rule is useful when you have a problem in the form ##f(x) = \frac{u}{v} ## where ##u## and ##v## are functions of x.

For example;

##f(x) = \frac{x^2 + 3x}{2x^2 + 5}##
 
  • Like
Likes   Reactions: 1 person
adjacent said:

Homework Statement


$$\frac{\text{d}}{\text{d}x}(\frac{s}{x})$$
Quotient rule : ##\frac{u'v-uv'}{v^2}##
So ##\frac{1x-s1}{x^2}##
##=\frac{-s}{x}## :confused:
Wolfram says its ##\frac{-s}{x^2}##
You used the quotient rule incorrectly. The derivative of a constant is zero. Setting ##u(x)=s## and ##v(x)=x##, then ##u'(x)=0## and ##v'(x)=1##. Applying the quotient rule correctly yields ##\frac {d}{dx} \frac s x = \frac{0*x - 1*s}{x^2} = -\frac s {x^2}##.
 
  • Like
Likes   Reactions: 1 person
Fightfish said:
[tex]\frac{d}{dx} \left(\frac{u}{v}\right) = \frac{du}{dx} \left(\frac{1}{v}\right) + u \frac{d}{dx}\left(\frac{1}{v}\right) = \frac{u'v - uv'}{v^{2}}[/tex]
One thing I don't understand here: There is no x here,so how can you differentiate with respect to x?

Fightfish said:
The erroneous answer that you obtained, as I had pointed out, is due to you performing the derivative of s wrongly.
[STRIKE]How did I perform it wrongly?[/STRIKE] :confused:
EIDT: Thanks DH, I now know that s is a constant
 
Last edited:
D H said:
You used the quotient rule incorrectly. The derivative of a constant is zero. Setting ##u(x)=s## and ##v(x)=x##, then ##u'(x)=0## and ##v'(x)=1##. Applying the quotient rule correctly yields ##\frac {d}{dx} \frac s x = \frac{0*x - 1*s}{x^2} = -\frac s {x^2}##.
What if s is not a function of x but a function of p,which is not related to x in anyway?
 
  • #10
adjacent said:
What if s is not a function of x but a function of p,which is not related to x in anyway?
Now you're getting into multivariable calculus. Do you know anything about that subject yet?

If p is unrelated to x whatsoever, your s(p) is still essentially a constant with regard to x. For example, consider ##d/dx (p^2/x)##. You have stipulated that p is not related to x in any way. This means ##dp/dx=0##, and hence so is ##d/dx\,(p^2)##.
 
  • Like
Likes   Reactions: 1 person
  • #11
D H said:
Now you're getting into multivariable calculus. Do you know anything about that subject yet?
No. I haven't even studied calculus yet. I am self learning it.
 
  • #12
I have another question.
Why is $$\lim_{h \to 0}\left(\frac{0}{h}\right)=0$$?

Shouldn't it be ##\frac{0}{0}##
 
  • #13
You should have fully understood limits before you started self-learning calculus.

The concept of the limit of a function f(x) as x→a entails investigating of the behavior of f(x) for values of x near a, but not equal to a. So let's look at the function f(x)=0/x as x→0. This function is identically zero for all values of x except for x=0. The limit never looks at that specific value of x. It instead looks at nearby values of x, and there the function is always zero, so ##\lim_{x \to 0} \frac 0 x = 0##.
 
  • #14
D H said:
You should have fully understood limits before you started self-learning calculus.

The concept of the limit of a function f(x) as x→a entails investigating of the behavior of f(x) for values of x near a, but not equal to a. So let's look at the function f(x)=0/x as x→0. This function is identically zero for all values of x except for x=0. The limit never looks at that specific value of x. It instead looks at nearby values of x, and there the function is always zero, so ##\lim_{x \to 0} \frac 0 x = 0##.
So how do we calculate limits? How do we know that the function will be 0 when ##h \to 0## without calculating it manually? What if the function is 0.0000000...1 when ##h \to 0##? Who knows?
 
  • #15
$$\text{D H}$$?
 
  • #16
What is ##f(x)=\frac 0 x## for all x except for x=0?

Have you worked through the epsilon-delta definition of a limit? That same concept is used in the definition of the derivative of a function.
 
  • Like
Likes   Reactions: 1 person
  • #17
adjacent said:
I have another question.
Why is $$\lim_{h \to 0}\left(\frac{0}{h}\right)=0$$?

Shouldn't it be ##\frac{0}{0}##

Before trying to learn calculus you should learn---thoroughtly and properly---standard algebra. You ought to know that you can never, ever, under any circumstances, divide by zero. Therefore, you should know that you cannot ever make sense of something like ##\frac{0}{0}##.

Anyway, what are limits about? When we say that ##\lim_{x \to a} f(x) = L##, what do we mean? We mean (roughly) that as ##x## comes closer and closer to ##a##, the values of ##f(x)## come closer and closer to ##L##. More precisely, for any pre-assigned 'tolerance' ##\epsilon > 0## we can always force ##f(x)## to lie in the interval ##(L-\epsilon,L+\epsilon)## by making ##x## come close enough to ##a##; that is, there is a ##\delta > 0## so that if ##a - \delta < x < a + \delta## then we are guaranteed to have ##L-\epsilon < f(x) < L+\epsilon##. (This is known as the so-called epsilon-delta definition, but I hope you realize that ##\epsilon## and ##\delta## are just names; we could equally well talk about the s-t definition, or the u-v definition, or whatever. What matters are the concepts, not the names.

So, in the case of ##f(h) = 0/h##, the limit is 0 because as ##h## gets smaller and smaller (in magnitude) 0 gets closer and closer to 0---in fact, it never strays from the value 0.
 
  • #18
Ray Vickson said:
##h## gets smaller and smaller (in magnitude) 0 gets closer and closer to 0---in fact, it never strays from the value 0.

How do you know that x gets closer and closer to zero? How can you prove that x is not getting closer and closer to say, ##10^{-100000000...}## which is approximately zero?
 
  • #19
adjacent said:
How do you know that x gets closer and closer to zero? How can you prove that x is not getting closer and closer to say, ##10^{-100000000...}## which is approximately zero?

By definition: we are asking for a limit as ##x \to 0##. Approximately 0 is not the same as 'equal to zero'.

You say you are self-studying, and, frankly, judging from this post and several others, I am worried that you are leading yourself far astray. I don't know what study materials you are using, but they are either not very good or you are mis-using them, or something along those lines.
 
  • #20
Ray Vickson said:
that is, there is a ##\delta > 0## so that if ##a - \delta < x < a + \delta## then we are guaranteed to have ##L-\epsilon < f(x) < L+\epsilon##.
That's not quite right because ##x=a## satisfies ##a-\delta < x < a+\delta##. One of the key points of a limit is that the function f(x) need not be defined at x=a to have a limit at x=a. That singular point x=a must be excluded from the region where f(x) is being evaluated. One way to specify that point from the region of interest is to use ##0 < |x-a| < \delta## .
 
  • #21
Ray Vickson said:
You say you are self-studying, and, frankly, judging from this post and several others, I am worried that you are leading yourself far astray. I don't know what study materials you are using, but they are either not very good or you are mis-using them, or something along those lines.
No. Everyone learn from mistakes. I am not even learning it too much. I don't have time to do that(Exams all around). I am just preparing myself to learn it in the next holiday(6 months). I will buy some books after this frustrating GCE.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K