Solve Calculus Derivative: Step-by-Step Guide for f'(3x-6)/x

  • Thread starter Thread starter Cmunro
  • Start date Start date
  • Tags Tags
    Derivative
Cmunro
Messages
33
Reaction score
0
Hi,

I am just starting out in calculus, and I'm not sure how to work through this type of question:

f' \frac{3x-6}{x}

So I have:

(3x-6)(x^{-1})
then (3x -6)(-x^{-2})

Now what?

(3)(-x^{-2})?

The book gives an answer of 6(x^{-2})

Thanks in advance
 
Physics news on Phys.org
The first thing id probably do is break down that fraction into 3-\frac{6}{x} = 3 - 6x^{-1} and then work from there.
 
Aha, got it, thank you!
 
Cmunro said:
Hi,

I am just starting out in calculus, and I'm not sure how to work through this type of question:

f' \frac{3x-6}{x}

So I have:

(3x-6)(x^{-1})
then (3x -6)(-x^{-2})

I'm guessing you haven't gotten to the Quotient Rule yet. When you have, you'll see that you could also work this out using that (and you'll get the same answer), but you won't get the result you have on your last line here...

You could also use the Product Rule on your expression
(3x-6)(x^{-1}), which would give you two terms, the one you found:

(3x -6)(-x^{-2})

plus a second term

(3x-6)' · (x^{-1}) = 3 · (x^{-1}) ,

adding up to (3x -6-3x)(-x^{-2}) = 6/(x^{-2}) .

All three methods, the one you ultimately used and these two, give the same answer.
 
Last edited:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top