Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Derivative of Function in C

  • 07-03-2012 3: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,288 ✭✭✭✭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.


  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo




Advertisement