Post Reply 
SOLVED Hp Prime - CAS inconsistent derivatives of sin, cos, tan
05-29-2014, 01:20 PM (This post was last modified: 05-29-2014 01:22 PM by Tugdual.)
Post: #3
RE: Hp Prime - CAS inconsistent derivatives of sin, cos, tan
(05-29-2014 10:40 AM)cdecastro Wrote:  This is correct. The derivative rules d(sin(x))=cos(x) etc.. only hold when the angle is measured in radians. If the angle is in degrees the appropriate rule is found by applying the chain rule.

i.e. if the given angle x is measured in radians as x_rad and in degrees as x_deg, then x_deg = 180/Pi * x_rad, so

d( sin( Pi/180 * x_deg ) ) = cos( Pi/180 * x_deg ) * Pi/180 (using chain rule)
= cos( Pi/180 * x_deg) * Pi/180

Regards,
Chris
Correct
$$(g\circ f)'=g'\circ f*f'\\ \sin { (a*x)'=cos(a*x)*a } $$
While converting from degree to radian you get the conversion factor
$$a=\frac { \pi }{ 180 } $$
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Hp Prime - CAS inconsistent derivatives of sin, cos, tan - Tugdual - 05-29-2014 01:20 PM



User(s) browsing this thread: 1 Guest(s)