Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Derivative of Function in C

  • 07-03-2012 04:00PM
    #1
    Registered Users, Registered Users 2 Posts: 434 ✭✭


    If I was taking the derivative of the attached function;

    Is the derivative in 'C'

    dx=(r*b*pow(sin(pi*pow(x,a)),b-1)*cos(pi*pow(x,a))));

    or

    dx=pi*a*b*r*pow(x, a-1)*pow(sin(pi*pow(x,a)),b-1) *cos(pi*pow(x,a));

    Thank you!


Comments

  • Registered Users, Registered Users 2 Posts: 434 ✭✭Smythe


    It's possible that the original equation in the attachment could be seen as being ambigious.

    I know the equation in the attachment when written in C is the following;

    r*pow(sin(3.14159265*pow(x,a)),b)

    Does this help identify the "proper" identity of the original equation?


  • Registered Users, Registered Users 2 Posts: 10,291 ✭✭✭✭Standard Toaster


    Have you tried turing it off and on again?


  • Registered Users, Registered Users 2 Posts: 434 ✭✭Smythe


    Have you tried turing it off and on again?
    Obviously that's the first thing I did, but it didn't work for some reason.


  • Registered Users, Registered Users 2 Posts: 11,017 ✭✭✭✭yoyo




Advertisement
Advertisement