Checking My Method For Differentiation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
BOAS
Messages
546
Reaction score
19

Homework Statement



Differentiate the following with respect to x

y = [itex]\frac{4}{x^{3}}[/itex] + [itex]\frac{x^{3}}{4}[/itex]

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
[itex](x^{3})^{-4}[/itex] = [itex]4/x^{3}[/itex] is it not?
 
BOAS said:
[itex](x^{3})^{-4}[/itex] = [itex]4/x^{3}[/itex] is it not?

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

##\frac{4}{x^3} = 4x^{-3}##
 
BOAS said:
[itex](x^{3})^{-4}[/itex] = [itex]4/x^{3}[/itex] 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 = [itex]4x^{-3} + x^{3}(4^{-1})[/itex]

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

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

so y = [itex]4x^{-3} + x^{3}(4^{-1})[/itex]

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

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

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   Reactions: 1 person
Ah, I understand.

Thank you.