Jump to content

Math Problem


Recommended Posts

dy/dx = sgn(x) / ( 2 * sqrt( |x| ) )

f(x) = x^0.5 (x>0)

      = (-x)^0.5 (x

f'(x) = 0.5*x^-0.5 (x>0)

      = -0.5*|x|^-0.5 (x

= sgn(x) / 2 * x^-0.5

= sgn(x) / ( 2 * x ^ 0.5 )

= sgn(x) / ( 2 * sqrt( |x| ) )

sgn(x)... Now there's a nifty function.

I was thinking about the derivative of |x| yesterday, and I knew it was 1 for x>0 and -1 for x

Link to comment
Share on other sites

The derivative of the signum function is know as the floor function, is it not?

I don't believe so, at least I've never seen the floor (or signum) functions defined so.

I'd say that the derivative of sign/signum is the delta function. The floor function, as far as I know, is the greatest integer less than it's argument. It woud take a strange function to differentiate to that.

By the by, here is a wonderful place to go for information on functions of all kinds. Very interesting stuff here. The two attached sites Mathworld and Scienceworld are effectively encyclopedias of mathematics and sciences (paritcularly physical sciences). They can be quite handy for doing homework.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...