Find f'(x) Two Ways: Product/Quotient Rule & Simplifying

  • Thread starter Thread starter undrcvrbro
  • Start date Start date
  • Tags Tags
    Simplifying
undrcvrbro
Messages
131
Reaction score
0

Homework Statement


Find f '(x) two ways: By using the product or quotient rule, and by simplifying first.
f(x) = ((x^3) + 9)/ (x^3)

Homework Equations


f '(x)= (G(x) * F '(x) - F(x) * G '(x)) / [G(x)^2]


The Attempt at a Solution


f '(x)= (x^3)(3x^2) - (x^3 + 9)(3x^2) / (x^3)^2 Plug into quotient rule
f '(x)= (3x^5) - (3x^5) - (27x^2) / (x^6) Simplify
f '(x)= (-27x^2)/(x^6) Canceled out 3x^5
f '(x)= (-27)/ (x^4) Simplified exponents

The answer in the back of the book is what I have(f '(x)= -27/(x^4) =-27x^-4)

So am I done? Was I supposed to simplify from the original equation for f(x) also? I guess I'm asking what "simplify first" exactly means. Any help is greatly appreciated, thank you!
 
Physics news on Phys.org
simplify first probably means,

f(x) = (x^3 + 9)/x^3 = 1 + 9/x^3 = 1 + 9x^(-3),
so f'(x) = -27x^(-4)
 
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