Post Reply 
[Bug or Suggestion]About HP Prime G1 New Beta Firmware
11-23-2019, 02:18 AM (This post was last modified: 11-23-2019 02:27 AM by yangyongkang.)
Post: #3
RE: [Bug or Suggestion]About HP Prime G1 New Beta Firmware
In the process of using, I have encountered more troublesome indefinite points.
(i)
Code:
∫(e^atan(x)/(sqrt(x^2+1))/(1+x^2),x)
Hp prime can't be solved directly, but through the following variant
Code:
subst(∫(e^atan(x)/(sqrt(x^2+1))/(1+x^2),x),x=tan(t))
In the old version of the firmware can be solved
But the new firmware can't be solved

(ii)
Code:
int(1/sqrt(x^3-x),x)
Code:
∫(1/(1+x^4)^(5/4))

(iii)
Code:
∫(x*e^x/(sqrt(e^x-1)),x)
Hp prime can't be solved directly, but through the following variant
Code:
subst(∫((e^x*sqrt(e^x-1)*x)/(e^x-1),x),equal(x,ln(t^2+1)))
get
Code:
2*t*ln(t^2+1)*sign(t)-4*t*sign(t)+4*atan(t)*sign(t)


Attached File(s) Thumbnail(s)
   

study hard, improve every day
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Bug or Suggestion]About HP Prime G1 New Beta Firmware - yangyongkang - 11-23-2019 02:18 AM



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