0

Would this be a correct differentiation :

$d(\sqrt[3]{1-x^3})=(-x^2*dx)/(1-x^3)^\frac{2}{3}$

I don't know why, but the textbook shows me this answer :

$-\sqrt[2]{(1-x^3)^2}*dx$

Can somebody guide me ? Thank yoU!

2 Answers2

1

$$f(x)=\sqrt[3]{x}=x^{\frac{1}{3}}$$ $$g(x)=1-x^3$$

Clearly $(f \circ g)(x)=f(g(x))=\sqrt[3]{1-x^3}$

Then by the chain rule: $$[f(g(x))]'=f'(g(x))g'(x)$$ Replacing: $$[f(g(x))]'=\frac{1}{3}\frac{1}{(1-x^3)^{\frac{2}{3}}}(-3x^2)=\frac{-x^2}{(1-x^3)^{\frac{2}{3}}}$$

So you're right

rlartiga
  • 4,205
  • 1
  • 14
  • 24
0

Let $y=(1-x^3)^{1/3}$

$$\dfrac {dy}{dx} = 1/3(1-x^3)^{-2/3}(-3x^2)$$

$$\dfrac {dy}{dx} = -x^2/(1-x^3)^{2/3}$$

so yes you are correct!

The book probably had a typing mistake