HP Forums

Full Version: Confusing derivative(sqrt(1-sinx)) result Bug? [SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Derivative of sqrt(1-sinx) should be -cosx/2sqrt(1-sinx) but it returns a long confusing result and it cant be simplified.
As I get everything correct in CAS on the emulator you should show us a screenshot.
Arno
Hi Arno,
I tried on HP Prime Pro app and pc(both rev.13441),same result. Here are the screenshots from pc.
Volkan
(05-04-2018 09:12 PM)vvolkan Wrote: [ -> ]Derivative of sqrt(1-sinx) should be cosx/2sqrt(1-sinx) but it returns a long confusing result and it cant be simplified.

[emulator]:
The result should include a negative sign: (-1/2)*cos(x)*1/(sqrt(1-sin(x))).
[attachment=5888] [attachment=5889]
(05-04-2018 09:12 PM)vvolkan Wrote: [ -> ]Derivative of sqrt(1-sinx) should be cosx/2sqrt(1-sinx) but it returns a long confusing result and it cant be simplified.

[Image: derivative.jpg]

Best,

Aries Wink
sqrt(1-sin(x)) is auto-simplified to sqrt(2)*abs(sin(-pi/4+x/2)), because it's much better not to deal with "false" sqrt, for example if you want to integrate sqrt(1-sin(x)).
The derivative is sqrt(2)*cos(x/2-pi/4)*abs(sin(x/2-pi/4))/(2*sin(x/2-pi/4)), it looks complicated but it is not: it's the product of a cos by a sign. If you make assumptions on x like
assume(x>0 && x<pi/2), you will not get absolute values, and the derivative is simpler -sqrt(2)*cos(x/2-pi/4)/2
It seems as calc gives different variation of result if "√" is used instead of "^1/2" for this derivative. Thanks parisse for comprehensive explanation.
(05-05-2018 10:15 AM)DrD Wrote: [ -> ]
(05-04-2018 09:12 PM)vvolkan Wrote: [ -> ]Derivative of sqrt(1-sinx) should be cosx/2sqrt(1-sinx) but it returns a long confusing result and it cant be simplified.

[emulator]:
The result should include a negative sign: (-1/2)*cos(x)*1/(sqrt(1-sin(x))).

Hi DRD,
I forgot to write the negative sign. I edited the main post. I shared screenshots to clarify the problem. Thanks
(05-05-2018 01:43 PM)vvolkan Wrote: [ -> ]It seems as calc gives different variation of result if "√" is used instead of "^1/2" for this derivative. Thanks parisse for comprehensive explanation.

So you got your desired answer.
Arno
Another way to get it: sqrt(a-sin(x))'
Reference URL's