-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Tablets and Mobile Devices Archive
- HP Prime Indefinite Integral useless answer

Create an account on the HP Community to personalize your profile and ask a question

05-11-2017 11:02 AM
I wanted to use the CAS system to my advantage to solve indefinite integrals, but I encountered a problem.
when I try to integrate the function
int(xsin(x))
which is the integral ∫(x*sin(x))dx , it just returns
∫xsin(x)dx
and that's just plain useless. I need it to return sin(x) - x*cos(x)
05-11-2017 12:00 PM - edited 05-11-2017 04:59 PM
Hi!, @bbeaver7:
Syntax :
Description :
Example :
Write ... int(x*sin(x)), in Function-CAS
The result, is same. See, the image ...
Have a nice day !.
@Maké (Technical Advisor Premium - HP Program Top Contributor).
Provost in HP Spanish Public Forum ... https://h30467.www3.hp.com/
05-11-2017 02:27 PM - edited 05-11-2017 02:34 PM
Are you entering your multiply between x and sin? Otherwsie, you are trying to integrate the function "xsin(...)" which the CAS can't do (since xsin doesn't exist and the CAS doesn't know how to handle it), so it is returned untouched.
x*sin(...) on the other hand should work fine. Don't leave out * and assume it can be handled. In many cases, your input is ambiguous and the CAS makes the assumption that you are telling it exactly what you want so won't "guess" you mean something else. You very well MIGHT be intending to later define a function named "xsin" which would then be valid for your prior expression.
Although I work for the HP calculator group as a head developer of the HP Prime, the views and opinions I post here are my own.
