Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Explorations in Calculus
Go to Maple Portal Maple Portal for Math Educators
Introduction
Over 15 interactive tutors are included in the Student[Calculus1] package to help students gain insight into first year Calculus concepts. These tutors make it easier for students, who may not be familiar with Maple syntax, to learn the concepts presented in a Calculus 1 course. Virtually every visualization and single-stepping command that is available in the Calculus package is available in an interactive tutor.
The tutors provided in the Student[Calculus] package can be accessed by:
Launching the tutor of choice from the Tools > Tutors menu and typing the equation.
Loading the Student[Calculus] package using the with command (or by selecting the package from the Tools > Load Package menu) . Once the package is loaded, you can access the tutorials from the context menu by right-clicking (Control-click, for Macintosh) on the equation of interest.
Single-stepping through calculus problems
Single-stepping with tutors
The DiffTutor is interactive tutor to walk through the stages of differentiation problems. While walking through a problem, you can apply a rule, ask for a hint to the problem, display a full solution, or jump to the final answer all with the simple click of buttons. To get further clarification to the particular rules, select the rule from the Rule Definition menu. You can control what rules the Tutor will use: if students already understand a specific rule, select that rule from the Understood Rules menu.
Figure 1: DiffTutor steps you through a problem
Interactive tutors are also available for integration and limit problems using the IntTutor and LimitTutor respectively. The following shows the results single-stepping through an indefinite integration problem. To walk through the this integration problem with definite integration, such as int(csch(x),x=.5..1.5), simply enter the integration limits .5 and 1.5 at the top of the tutor and press Start to start over. See ?DiffTutor, ?IntTutor and ?LimitTutor for more information about the tutors.
Figure 2: IntTutor steps you through a problem
In the step-by-step tutors, you can ask for a hint. In the following example, the LimitTutor is used for the limit .
In the Limit Tutor, click Get Hint. The message is "Hint: is there any way of simplifying the numerator?" You can then choose Factor or Next Step to do the factoring of the expression.
Record the steps and rules applied for each step
The ShowSolutions command will show all the steps to solve a problem, as well as record the rule or method used for each step. The ShowSolutions command can be used on a single-variable differentiation, limit, or integration problem.
The derivative, limit, and integral entered in these examples appear in gray. This indicates they are the inert form of the functions, corresponding to the Maple Diff, Limit, and Int commands. Normally, Maple command would immediately evaluate the derivative (or limit or integral) before passing it to the ShowSolution command, so it is essential that the inert form be used. To set this inert form in math notation, either type Diff and use command completion (e.g.,Tools > Complete Command) or enter the differentiation template from the Expression palette, and use the context menu to convert it to its inert form (e.g. 2-D Math>Convert To>Inert Form).
You can control what rules are understood, enabling you to control the level of detail, from elementary rules to more advanced methods.
For more information, see ShowSolution and Single Step Computations.
Learning with graphs in interactive tutors
Numerous tutors also exist for the various visualization commands available in the Calculus1 package. Not only is the concept conveyed graphically, but the corresponding integrals, numerical approximations, and required syntax to display this image into the Maple worksheet are also available.
Curve Analysis
The CurveAnalysisTutor command launches a tutor interface that analyzes the graph of on the interval .
Figure 3: Curve Analysis Tutor
Tangent and Secant
The TangentSecantTutor command launches a tutor interface that shows how the secant line between and a point on the graph of a function approaches a tangent line, as approaches .
Figure 4: The Tangent Secant Slope Tutor applied to
Mean Value Theorem
The MeanValueTheoremTutor command launches a tutor interface that illustrates the Mean Value Theorem applied to a function on an interval. Change the interval and see the results.
Figure 5: The Mean Value Theorem Tutor applied to on the interval .
Approximate Integration
The ApproximateIntTutor command launches a tutor interface that computes, plots, and animates approximated definite integrals of a function on an interval .
Figure 6: Visualize different methods of approximating an integral
Volume of Revolution
The VolumeOfRevolutionTutor displays the plot, interval, and area of the volume of revolution of a function where the axis of revolution can be either the horizontal or vertical axis. The corresponding Maple command is displayed in the bottom of the maplet application. Copy this command from the maplet application and paste the result into a Maple worksheet.
You can also view the graph of the Riemann sum approximation for specified number of partitions.
Figure 7: Demonstrate the volume of revolution
Taylor Approximation
The TaylorApproximationTutor displays the Taylor Approximation of a function and allows you to animate the approximation.
Figure 8: Taylor Approximation Tutor for
See Also
ShowSolution, Single Step Computations, Student[Calculus1], Tutors in Student[Calculus1]
Download Help Document