Checking My Method For Differentiation

BOAS
Messages
546
Reaction score
19

Homework Statement



Differentiate the following with respect to x

y = \frac{4}{x^{3}} + \frac{x^{3}}{4}

The Attempt at a Solution



So the problem here is really getting this into a form that is easy to differentiate and i'd just like to show what I'm doing before I go ahead and do the rest of my questions. The step I'm least confident with is applying chain rule to each term separately...

I want to use the chain rule here, so I would rearrange to this;

y = (x3)-4 + (4)-x3

dy/dx = -4(x3)-53x2 - x3(4)-x3-1.0

dy/dx = -4(x3)-53x2

dy/dx = -12x2(x3)-5

(made irrelevant by discussion below)

So, is this ok? I am concerned that my second term disappears, but that's what it looks like I have to do.

Thanks for any help you can give!
 
Last edited:
Physics news on Phys.org
BOAS said:
I want to use the chain rule here, so I would rearrange to this;

y = (x3)-4 + (4)-x3

How did you get that?
 
(x^{3})^{-4} = 4/x^{3} is it not?
 
BOAS said:
(x^{3})^{-4} = 4/x^{3} is it not?

It is not -- ##(x^3)^{-4} = x^{-12}##.

##\frac{4}{x^3} = 4x^{-3}##
 
BOAS said:
(x^{3})^{-4} = 4/x^{3} is it not?
No, it is not.

##\frac 4 {x^3} = 4x^{-3}##

For your problem there is no need for the chain rule.
 
FeDeX_LaTeX said:
It is not -- ##(x^3)^{-4} = x^{-12}##.

##\frac{4}{x^3} = 4x^{-3}##

I have made this mistake a few times before... Thanks for catching it.
 
Mark44 said:
No, it is not.

##\frac 4 {x^3} = 4x^{-3}##

For your problem there is no need for the chain rule.

That's become somewhat clearer to me after my mistake was pointed out.

so y = 4x^{-3} + x^{3}(4^{-1})

dy/dx = -12x^{-4} -4^{-2}3x^{2}

dy/dx = -12x^{-4} - (3/2) x^{2}
 
BOAS said:
That's become somewhat clearer to me after my mistake was pointed out.

so y = 4x^{-3} + x^{3}(4^{-1})

dy/dx = -12x^{-4} -4^{-2}3x^{2}

dy/dx = -12x^{-4} - (3/2) x^{2}

y = 4x-3 + (1/4)x3
dy/dx = -12x-4 + (3/4)x2

You are using the power rule on something that is not a function. 4-1 is a constant, so its derivative is zero.
 
  • Like
Likes 1 person
Ah, I understand.

Thank you.
 
Back
Top