Find the derivative: f(x) = 1/2x^2 + 3x^3

  • Level: High School 
  • Thread starter Thread starter VBoy336
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
VBoy336
Messages
7
Reaction score
0
I'm having problem with a problem =) can someone help.

finding derivative:
f(x) = 1/2x^2 + 3x^3

i know there is a shortcut way to derivative, but i did the long way and got

9x^2 - x

is that correct? if not, can you tell me the step to solve it? thanks
 
Physics news on Phys.org
[tex]f(x) = \frac{1}{2x^{2}} + 3x^{3}[/tex].

Use the power rule.

[tex]\frac{d}{dx} (2x^{2})^{-1} = -1(2x^{2})^{-2}(4x) = -\frac{1}{x^{3}}[/tex].

[tex]\frac{d}{dx} (3x^{3}) = 9x^{2}[/tex].

[tex]\frac{dy}{dx} = -\frac{1}{x^{3}} + 9x^{2}[/tex]