[MOVED] derivative of ( 4 x^(2/3) ) / x

kpx001

Junior Member
Joined
Mar 6, 2006
Messages
119
basiclly i have (4x^(3/2))/x and im looking for the derrivative.

i can do it when i simplify to 4x^(1/2) but im confused with this algebra. im doing power rule and get 6x^(1/2) *(x)^-1 + 4x^(3/2) * -1 and cant get rid of 4x^3/2.

i get 6 - 4*sqroot(x^3) / sqroot(x) when the answer is 2/sqroot(x)
 
Unfortunately, it is not possible to find any errors when we can't see your work. :oops:

Please reply showing all of your steps. Thank you! :D

Eliz.
_______________
Reason for edit: Must. Learn. To. Spell.
 
k
y= 4x^(3/2)/x = 4x^(3/2) * (x)^-1

y' = 6x^(1/2) * (x)^-1 + 4x^(3/2) * -1

= 6x^(-1/2) - 4x^(3/2)

= 6 - 4x^(3/2) / sqroot(x)

this is the way id like to know but i figured an easier way

rewrite = 4x^1/2
y' = 2x^(-1/2) = 2/sqroot(x)
 
First, it might help to note the following:

. . . . .x<sup>3/2</sup>/x = x<sup>3/2</sup>/x<sup>2/2</sup> = x<sup>3/2 - 2/2</sup> = x<sup>1/2</sup>

So you're actually being asked to differentiate 4x<sup>1/2</sup> (except for x = 0, where the original function has a removeable discontinuity).

Meanwhile, how did you get "6x^(1/2) * (x)^-1 + 4x^(3/2) * -1"? In particular, how did you get simply "-1" for the derivative of "x<sup>-1</sup>"? What happened to the variable?

Make that correction, and you should be able to get the desired result. :wink:

Eliz.
 
Top