Post Reply 
Integrate question
10-19-2017, 01:26 PM
Post: #12
RE: Integrate question
[CAS]
a:=int(cos(2*x)^3*sin(2*x)^5,x); // From the original example, [CAS] var a becomes: -3*cos(2*x)^8+8*cos(2*x)^6-6*cos(2*x)^4)/48
b:=-(3*sin(2*x)^8-4*sin(2*x)^6)/48; // result obtained by hand, (and wxMaxima)

Testing for equivalency:
a-b; // -1/48, The constant that shows up within the [CAS] result.

I understand that the value stored in (var a) gets rewritten, but that -1/48 term makes comparing results troublesome.

1. How can a student learn to feel confident with this outcome?
2. How can real world automation applications reliably use this result? (In other words, an automatic process of some sort, that dynamically uses a computed result for control purposes).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Integrate question - DrD - 10-18-2017, 09:56 PM
RE: Integrate question - P_R_S - 10-18-2017, 10:29 PM
RE: Integrate question - DrD - 10-19-2017, 11:05 AM
RE: Integrate question - webmasterpdx - 10-19-2017, 02:27 AM
RE: Integrate question - DrD - 10-19-2017, 10:11 AM
RE: Integrate question - webmasterpdx - 10-19-2017, 10:42 AM
RE: Integrate question - webmasterpdx - 10-19-2017, 10:49 AM
RE: Integrate question - DrD - 10-19-2017, 11:23 AM
RE: Integrate question - webmasterpdx - 10-19-2017, 11:25 AM
RE: Integrate question - parisse - 10-19-2017, 12:00 PM
RE: Integrate question - webmasterpdx - 10-19-2017, 01:01 PM
RE: Integrate question - DrD - 10-19-2017 01:26 PM
RE: Integrate question - parisse - 10-19-2017, 05:44 PM
RE: Integrate question - webmasterpdx - 10-19-2017, 02:12 PM
RE: Integrate question - DrD - 10-19-2017, 03:08 PM
RE: Integrate question - toshk - 10-19-2017, 05:03 PM
RE: Integrate question - webmasterpdx - 10-19-2017, 07:34 PM
RE: Integrate question - roadrunner - 10-20-2017, 12:54 PM
RE: Integrate question - webmasterpdx - 10-20-2017, 02:50 PM
RE: Integrate question - DrD - 10-20-2017, 04:43 PM
RE: Integrate question - parisse - 10-20-2017, 05:58 PM
RE: Integrate question - DrD - 10-20-2017, 06:43 PM
RE: Integrate question - StephenG1CMZ - 10-21-2017, 06:59 AM
RE: Integrate question - DrD - 10-21-2017, 10:30 AM
RE: Integrate question - pier4r - 10-21-2017, 11:49 AM
RE: Integrate question - roadrunner - 10-20-2017, 04:53 PM
RE: Integrate question - toshk - 10-20-2017, 06:30 PM
RE: Integrate question - toshk - 10-20-2017, 07:05 PM
RE: Integrate question - webmasterpdx - 10-20-2017, 09:41 PM
RE: Integrate question - DrD - 10-20-2017, 10:41 PM
RE: Integrate question - Didier Lachieze - 10-21-2017, 04:29 AM
RE: Integrate question - webmasterpdx - 10-20-2017, 11:34 PM
RE: Integrate question - webmasterpdx - 10-21-2017, 04:53 AM
RE: Integrate question - Arno K - 10-21-2017, 07:03 AM
RE: Integrate question - webmasterpdx - 10-21-2017, 08:15 AM
RE: Integrate question - webmasterpdx - 10-21-2017, 11:02 AM



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