How to Use the Quotient Rule to Find Derivatives of Functions

  • Thread starter Thread starter rustynail
  • Start date Start date
  • Tags Tags
    quotient
rustynail
Messages
53
Reaction score
0

Homework Statement



I want to prove that if y = \frac{u}{v}

then \frac{dy}{dx} = \frac{ v \frac{du}{dx} - u \frac{dv}{dx} }{v²}

u and v are functions of x.

2. The attempt at a solution

y = uv^{-1}

y + dy = ( u + du ) ( v + dv )^{-1}

then I suppose I could use Newton's Binomial to develop

( v + dv )^{-1}

but I don't know how to use the formula

(a+b)^{n} = \sum_{k=0}^{n} \dbinom{n}{k} a^{n-k} b^k

with a negative exponent. I'm familiar with binomial coefficients but that negative exponent is leaving me without a clue.

Any help would be very much appreciated, thank you!
 
Last edited:
Physics news on Phys.org
That seems like a rather awkward way to do it. Are you allowed to use the product rule in your proof?
 
I am learning by myself for now, so I'm pretty much allowed to use anything.
How would you do it using the product rule?
 
Well, if you can use the product rule, it becomes a lot easier. Since the product rule is:

(uv)' = u v' + u' v

Just say (u * 1/v)' = u (1/v)' + u' (1/v)

and solve from there.
 
Char. Limit said:
Well, if you can use the product rule, it becomes a lot easier. Since the product rule is:

(uv)' = u v' + u' v

Just say (u * 1/v)' = u (1/v)' + u' (1/v)

and solve from there.

Oooh this is indeed much simpler. Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top