SlideShare a Scribd company logo
1 of 12
Download to read offline
PTC Academic Program
Learn. Create. Collaborate. Succeed.
Parametric Equations with
Mathcad Prime™
Written By Chris Hartmann
These materials are ©2011 , Parametric Technology Corporation (PTC)
All rights reserved under copyright laws of the United States and other countries.
PTC, the PTC Logo, Mathcad and all PTC product names and logos are trademarks or registered
trademarks of PTC and/or its subsidiaries in the United States and in other countries.
Conditions of Use
Copying and use of these materials for educational purposes is fully authorized for any person(s).
Acknowledgments
The authors gratefully acknowledge the support of the Mathcad Business Unit and the PTC Academic
Program.
Questions or Corrections
Please direct inquiries or questions regarding the contents of this tutorial to the Mathcad Academic
Program at MathcadEducation@ptc.com. Suggestions for improvement or further development will be
gladly accepted.
PTC Academic Program
Learn. Create. Collaborate. Succeed.
Using Parametric Models
Parametric equations are a useful way of modeling many real world situations because they often allow
problem solvers to present a richer, more concrete description of the problem context. In this tutorial, you
will learn to use Mathcad Prime to generate parametric equations to model the following problem
situation and answer questions related to the context.
African elephants are capable of generating
seismic waves that travel as far as 32 km
when they stomp their feet. Some researchers
believe that when elephants stomp their feet,
they are communicating with other elephants
over long distances.
An elephant stomp generates both airborne
sound waves and seismic vibrations in the
ground. Sound waves travel through the air
at approximately 0.3 km/s. Seismic waves
close to the Earth’s crust travel at a speed of
6.1 km/s.
(Problem adapted from Discovering Advanced Algebra, Key Curriculum Press, p. 431)
Tutorial Activities
1. Consider the distance travelled by the sound and seismic waves of an elephant stomp during the first 3
seconds after the stomp. Develop parametric equations that model the distance travelled and graph the
equations to make a visual comparison of the distance travelled.
2. Use your equations to determine the distance travelled by the seismic wave created by an elephant
stomp in 3 seconds. Then, determine how long it would take the corresponding sound wave to travel the
same distance.
3. Suppose that you are a researcher studying elephant communication in Africa. Your equipment detects
the sound wave in the air from an elephant stomp 10 seconds after detecting the seismic vibration in the
ground. Use this information to determine your distance from the elephant that generated the waves.
The pages that follow contain step-by-step instructions for completing each
of the tutorial activities.
Using Parametric Models | pg. 2
Follow these step-by-step instructions to learn how to use Mathcad Prime to create models using
parametric equations:
1. We will begin by opening up a Mathcad Prime (.mxcd) document containing the problem description.
Open up the Elephant Problem Statement.mcdx file from the Using Parametric Models Tutorial Folder.
2. Now we will insert an image to illustrate the problem. Place your cursor on the Mathcad worksheet so
that it is beneath the Text Block containing the problem statement. Then, click the Math tab to make sure
that the Math Ribbon is displayed. On the left edge of the Math Ribbon, find the Image icon and left-
click on it. A Browse for Image… button will appear as shown below.
3. Left-click on the Browse for Image… button and navigate to find the location of the file Elephant.jpg
in the Tutorial Folder. Click Open and the image of the Elephant will appear in the Mathcad worksheet.
You can resize the image by dragging the midpoint of the right or bottom edges of the image region.
4. Left-Click in the space to the right of the image of the Elephant to place the cursor on the worksheet.
We will now place a Text Box in this region. Left-Click on the Text Box icon on the Math Ribbon. Type
the text “Given Information” in the Text Box. You can use your mouse to place and resize the Text Box
after you enter the text.
All regions on a
Mathcad worksheet are
floating so they can be
resized and moved
using mouse select and
drag operations.
Using Parametric Models | pg. 3
5. Now we will create Math Regions stating the information given in the problem statement. We will use
Mathcad assignment statements so that each value can be used by referencing the variable name later in
the worksheet. First, we will create a Range Variable describing the time frame for the problem. We will
use the unit seconds (s) in the definition of the Range Variable.
On the Mathcad worksheet Left-Click in the space below the
text Given Information
Type: t:0s,
Mathcad Prime will provide placeholders for the next and
last values in the Range
In the first placeholder type: 0.1s
In the second placeholder type: 3s <Enter>
The correctly defined range variable will appear like this:
6. We will now complete two standard variable assignments in Mathcad. The symbol for assignment in
Mathcad Prime is “:=”, which has the keystroke “:”. Complete the keystrokes below to assign the number
1 to the variable Soundwave and the number 2 to the variable Groundwave.
SoundWave:1<Enter>
GroundWave:2<Enter>
Range Variables
Range Variables are a special
variable type defined by a starting
value, an increment, and maximum
value for a range of numbers.
The syntax for typing a range
variable is:
VarN:Start,NextValue…Maximum
Example:
Days:1,2…7 will define a range of
values from 1 to 7 counting by
ones.
By default,
units appear
in blue in
Mathcad
Prime.
Variable names may not contain spaces. When correctly formatted,
they appear in italics.
Using Parametric Models | pg. 4
7. Next we will define two functions describing the motion of the Airborne and Ground waves produced
by the elephant stomp. We will use the Range Variable, t, in the function definitions. We will also use
subscripts in the function name definitions. Here is an image of the function definitions:
Keystrokes:
D<ctrl>-SW(t<right arrow>:0.3km/s<spacebar><spacebar><spacebar>*t<enter>
D<ctrl>-GW(t<rightarrow>:6.1km/s<spacebar><spacebar><spacebar>*t<enter>
Function name with
subscript standing
for distance
travelled by the
sound wave.
When typing in a
Math Region, click
on the Subscript
icon on the Math
Ribbon to type a
subscript as part of
a variable or
function name. Or
you can type
<Ctrl>- as shown
below
Velocity with units
km/second
The range variable t is stated as a parameter of the
function and used in the definition of the function.
Notes:
Mathcad uses standard math notation to express mathematical expressions and formulas. The
<spacebar> and the <rightarrow> and <leftarrow> keys are important tools for formatting.
<spacebar> group selects items within an expression by cycling through the terms as you hit the
<spacebar> one or more times
<rightarrow> moves the insertion point to the right
<leftarrow> moves the insertion point to the left
Using Parametric Models | pg. 5
Your Mathcad Worksheet should appear something like this:
8. We can now use the definitions we have created to graph the two parametric functions DSW and DGW.
These functions describe the distance travelled by the Sound Wave and the Ground Wave, respectively.
We will use the SoundWave and GroundWave variables as “dummy variables” to give clear labels on our
plot. Follow these instructions to create the plot below:
o Left-Click on the Plots tab to call up the Plots Ribbon
o Left-Click on the Insert Plot Icon
o Left-Click on X-Y Plot
o A plot will appear with placeholders on the right side (y-axis) and the bottom (x-axis) of the
graph. We will enter the “dummy variables” on the right and the function names on the bottom.
o Click in the right-side placeholder. Type the variable name: SoundWave
o With the right-side placeholder highlighted, click the Add Trace icon on the Plots Ribbon
o In the new placeholder, type the variable name: GroundWave
o Left-Click in the placeholder at the bottom of the plot. Type: D<ctrl>-SW(t<enter>
o With the bottom placeholder highlighted, click the Add Trace icon on the Plots Ribbon
o Left-Click in the placeholder at the bottom of the plot. Type: D<ctrl>-GW(t<enter>
o Left-Click outside of the Graph Region to see the plot. Use your mouse to resize and relocate
the graph as necessary.
Using Parametric Models | pg. 6
Here is my initial plot illustrating the distance travelled by each wave in 3 seconds:
9. Follow these steps to change the formatting of the plot:
o Change the Upper Limit tick mark on the y-axis
to 3 to set the maximum value
o Change the Interval Tick Mark to 2 to make the
increment 1 unit
o Change the units on the x-axis from meters to
kilometers by deleting the unit m for each function and
replacing it with km. Note how the changes in units on the
x-axis.
o Change the formatting of the GroundWave plot to
Red and add a symbol
o Change the thickness of the SoundWave Plot
Mathcad XY Plots
 Mathcad auto-formats the plot
based on the values assigned to
the variables
 A plot can be rescaled by
changing maximum and
increment values on the plot
axes
 The Plots Ribbon contains
formatting tools for changing
the appearance of the plot
Change the units from m to km
Select, delete, and type to
change the Upper Interval
Tick Mark to 3
Select, delete, and type to
change the Interval Tick
Mark to 2
Left-click on the trace name to select a
trace. Then, use the formatting options
on the Plots ribbon to change a plot’s
appearance.
Using Parametric Models | pg. 7
10. The plot enables us to compare the distance traveled by each wave in 3 seconds. On this Plot the
“dummy variables” are effectively labels for the position of each wave. The data that we are interested in
to answer our questions should be read off the x-axis. We can see that the ground wave is travelling much
farther than the sound wave in 3 seconds.
11. The second task for this tutorial is to use the equations for DSW and DGW to determine exactly how far
the ground wave travels in 3 seconds, and, how long it will take the sound wave to travel the same
distance. We will use this exercise to demonstrate the functions of Mathcad’s different equality symbols.
Type the following :
D<ctrl>-GW(3s=
This is an evaluation statement resulting in:
D<ctrl>-SW(t)<ctrl>=18.3km<enter>
This is an equivalence statement resulting in:
This graph shows the
distance travelled as a
line. In effect, we are
observing the radius of the
circle measuring the
distance travelled by the
waves.
Using Parametric Models | pg. 8
Compare these two statements:
The first line is an evaluation statement. Mathcad has
evaluated the function DGW for the given input, 3 seconds
determining that the function is equal to 18.3 km at this
point in time. The second line uses Mathcad’s Boolean
Equivalence symbol “=” that has the keystroke “<ctrl>=”.
In this case we are stating that we need the value of the
variable t when the value of DSW(t) is the same as 18.3 km.
Now type this Mathcad Boolean statement:
0.3km/s<spacebar> <spacebar><spacebar>*t<ctrl>=18.3km<enter>
We now have an algebraic equation (with units) that can be solved
for the unknown quantity t.
We will now use an Assignment Statement with inline evaluation to calculate the answer.
Type:
t<ctrl>-1:18.3km<spacebar> <spacebar>/0.3km/s=
To produce:
We call this inline evaluation because we are using both Mathcad’s
assignment symbol “:=” and the evaluation symbol “=” in the same
math region. Note that the use of the subscript t1 is important in this
case because we have already defined t as a range variable. If we
had simply used t in this assignment statement, we would have
changed the definition of t from this point onward in the worksheet.
12. Since we now know the answer to the second part of the tutorial task, let’s take advantage of
Mathcad’s text capabilities to briefly state our answer. Create a Text Box on your worksheet containing
the text: “It takes the sound wave 61 seconds to travel as far as the ground wave travels in 3
seconds.”
Using Parametric Models | pg. 9
Your work in steps 11 & 12 should have produced a section of your worksheet appearing something
like this:
13. Our final task is to use Mathcad to determine your distance from an elephant. The information that we
have is that the sound wave reaches your location 10 seconds after ground wave. We can express this
using a Boolean statement:
This statement says that the value of DGW(t seconds) is the same as
the value of DSW(t+10 seconds).
Next, we want to convert this statement to an algebraic equation that we can solve:
We are using Mathcad Boolean statements to document the
development of our thinking as we develop a solution.
Here is the rest of my solution. Can you reproduce each step on your Mathcad worksheet?
Notice that in this calculation
we included the units for each
value and Mathcad gave us the
correct units on the result.
Add the Text
Box last.
More Boolean Statements
Inline evaluation followed by a re-
assignment to add units to the
variable, t2.
Calculate the distance travelled by each wave.
Using Parametric Models | pg. 10
Summary
1. In this tutorial you have learned:
 To add an image to a document
 To define and use a range variable
 To define parametric functions
 To use Mathcad’s units in variable definitions, function definitions, and evaluation
statements
 To plot parametric functions
 To add traces to a plot
 To use Mathcad’s Boolean equivalence, evaluation, and assignment equal signs to
perform step-by-step algebraic solutions
 To use subscripts in naming variables and functions
 To combine text, images, graphics, and symbolic algebra in a single worksheet
2. At this point you should have a complete Mathcad worksheet. Please make note of the following:
o It is possible to use your mouse to drag and resize all of the regions on your worksheet to
improve the formatting.
o If you edit any of the numerical values in assignment statements (e.g., extend the range
variable t to 4 seconds), then the worksheet will update wherever t is used (e.g., the graph
in this case).
o Editing numerical values in Boolean equality statements will not result in changes
elsewhere in the worksheet.
3. For more assistance in learning to use Mathcad Prime, consider the following:
o The Tutorials provided with Mathcad Prime that are accessible from the Getting Started
Tab
o Free tutorials available from PTC University’s Learning Exchange: LEX.ptc.com
o Video tutorials available from the Mathcad Academic YouTube Channel:
www.youtube.com/MathcadAcademic
Great job completing this tutorial!

More Related Content

What's hot

MATLAB Assignment Help
MATLAB Assignment HelpMATLAB Assignment Help
MATLAB Assignment HelpEssay Corp
 
Circuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modelingCircuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modelingIndra S Wahyudi
 
PTC Introduces PTC Mathcad Prime 3.1
PTC Introduces PTC Mathcad Prime 3.1PTC Introduces PTC Mathcad Prime 3.1
PTC Introduces PTC Mathcad Prime 3.1PTC
 
Machine Learning for Modern Developers
Machine Learning for Modern DevelopersMachine Learning for Modern Developers
Machine Learning for Modern Developerscacois
 
Curse of dimensionality
Curse of dimensionalityCurse of dimensionality
Curse of dimensionalityNikhil Sharma
 
Signals and systems with matlab computing and simulink modeling
Signals and systems with matlab computing and simulink modelingSignals and systems with matlab computing and simulink modeling
Signals and systems with matlab computing and simulink modelingvotasugs567
 
Why computer programming
Why computer programmingWhy computer programming
Why computer programmingTUOS-Sam
 
Summer training on matlab
Summer training on matlabSummer training on matlab
Summer training on matlabdangerahad
 
Image recogonization
Image recogonizationImage recogonization
Image recogonizationSANTOSH RATH
 
Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...
Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...
Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...Martin Magu
 
07 dimensionality reduction
07 dimensionality reduction07 dimensionality reduction
07 dimensionality reductionMarco Quartulli
 
Summer training in matlab
Summer training in matlabSummer training in matlab
Summer training in matlabArshit Rai
 
CS8592 Object Oriented Analysis & Design - UNIT III
CS8592 Object Oriented Analysis & Design - UNIT III CS8592 Object Oriented Analysis & Design - UNIT III
CS8592 Object Oriented Analysis & Design - UNIT III pkaviya
 
Using microsoft excel for weibull analysis
Using microsoft excel for weibull analysisUsing microsoft excel for weibull analysis
Using microsoft excel for weibull analysisMelvin Carter
 
Dimensionality Reduction
Dimensionality ReductionDimensionality Reduction
Dimensionality ReductionSaad Elbeleidy
 

What's hot (20)

MATLAB Assignment Help
MATLAB Assignment HelpMATLAB Assignment Help
MATLAB Assignment Help
 
Matlab OOP
Matlab OOPMatlab OOP
Matlab OOP
 
Circuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modelingCircuit analysis i with matlab computing and simulink sim powersystems modeling
Circuit analysis i with matlab computing and simulink sim powersystems modeling
 
Mmt 001
Mmt 001Mmt 001
Mmt 001
 
PTC Introduces PTC Mathcad Prime 3.1
PTC Introduces PTC Mathcad Prime 3.1PTC Introduces PTC Mathcad Prime 3.1
PTC Introduces PTC Mathcad Prime 3.1
 
Machine Learning for Modern Developers
Machine Learning for Modern DevelopersMachine Learning for Modern Developers
Machine Learning for Modern Developers
 
Curse of dimensionality
Curse of dimensionalityCurse of dimensionality
Curse of dimensionality
 
Matlab for marketing people
Matlab for marketing peopleMatlab for marketing people
Matlab for marketing people
 
Signals and systems with matlab computing and simulink modeling
Signals and systems with matlab computing and simulink modelingSignals and systems with matlab computing and simulink modeling
Signals and systems with matlab computing and simulink modeling
 
Why computer programming
Why computer programmingWhy computer programming
Why computer programming
 
Summer training on matlab
Summer training on matlabSummer training on matlab
Summer training on matlab
 
Excel Datamining Addin Advanced
Excel Datamining Addin AdvancedExcel Datamining Addin Advanced
Excel Datamining Addin Advanced
 
Image recogonization
Image recogonizationImage recogonization
Image recogonization
 
Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...
Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...
Documents.pub sigmaplot 13-smit-principal-components-analysis-principal-compo...
 
07 dimensionality reduction
07 dimensionality reduction07 dimensionality reduction
07 dimensionality reduction
 
Matlab demo
Matlab demoMatlab demo
Matlab demo
 
Summer training in matlab
Summer training in matlabSummer training in matlab
Summer training in matlab
 
CS8592 Object Oriented Analysis & Design - UNIT III
CS8592 Object Oriented Analysis & Design - UNIT III CS8592 Object Oriented Analysis & Design - UNIT III
CS8592 Object Oriented Analysis & Design - UNIT III
 
Using microsoft excel for weibull analysis
Using microsoft excel for weibull analysisUsing microsoft excel for weibull analysis
Using microsoft excel for weibull analysis
 
Dimensionality Reduction
Dimensionality ReductionDimensionality Reduction
Dimensionality Reduction
 

Viewers also liked

Math cad prime quadratic equation derivation
Math cad prime   quadratic equation derivationMath cad prime   quadratic equation derivation
Math cad prime quadratic equation derivationJulio Banks
 
คู่มือการใช้งานโปรแกรม AcuStudiov.6
คู่มือการใช้งานโปรแกรม AcuStudiov.6คู่มือการใช้งานโปรแกรม AcuStudiov.6
คู่มือการใช้งานโปรแกรม AcuStudiov.6mansuang1978
 
คู่มือการใช้โปรแกรม ActivInspire บน Active Board
คู่มือการใช้โปรแกรม ActivInspire บน Active Boardคู่มือการใช้โปรแกรม ActivInspire บน Active Board
คู่มือการใช้โปรแกรม ActivInspire บน Active Boardmansuang1978
 
Mathcad puro
Mathcad   puroMathcad   puro
Mathcad puroomar8
 
MathCAD FEA vallidation by caefem of capped-cylinder stresses
MathCAD FEA vallidation by caefem of capped-cylinder stressesMathCAD FEA vallidation by caefem of capped-cylinder stresses
MathCAD FEA vallidation by caefem of capped-cylinder stressesJulio Banks
 
Mathcad Functions for Condensation heat transfer
Mathcad Functions for Condensation heat transferMathcad Functions for Condensation heat transfer
Mathcad Functions for Condensation heat transfertmuliya
 
Mathcad manual sizing of hvac equipment in tons and cfm
Mathcad   manual sizing of hvac equipment in tons and cfmMathcad   manual sizing of hvac equipment in tons and cfm
Mathcad manual sizing of hvac equipment in tons and cfmJulio Banks
 
Mathcad Functions for Conduction heat transfer calculations
Mathcad Functions for Conduction heat transfer calculationsMathcad Functions for Conduction heat transfer calculations
Mathcad Functions for Conduction heat transfer calculationstmuliya
 
Mathcad Functions for Boiling heat transfer
Mathcad Functions for Boiling heat transferMathcad Functions for Boiling heat transfer
Mathcad Functions for Boiling heat transfertmuliya
 
Mathcad Functions for Forced convection heat transfer calculations
Mathcad Functions for Forced convection heat transfer calculationsMathcad Functions for Forced convection heat transfer calculations
Mathcad Functions for Forced convection heat transfer calculationstmuliya
 
Mathcad functions for fluid properties - for convection heat transfer calcu...
Mathcad functions for fluid properties  -  for convection heat transfer calcu...Mathcad functions for fluid properties  -  for convection heat transfer calcu...
Mathcad functions for fluid properties - for convection heat transfer calcu...tmuliya
 
Mathcad Functions for Natural (or free) convection heat transfer calculations
Mathcad Functions for Natural (or free) convection heat transfer calculationsMathcad Functions for Natural (or free) convection heat transfer calculations
Mathcad Functions for Natural (or free) convection heat transfer calculationstmuliya
 
Finite DIfference Methods Mathematica
Finite DIfference Methods MathematicaFinite DIfference Methods Mathematica
Finite DIfference Methods Mathematicaguest56708a
 

Viewers also liked (20)

Math cad prime quadratic equation derivation
Math cad prime   quadratic equation derivationMath cad prime   quadratic equation derivation
Math cad prime quadratic equation derivation
 
Mathcad vs excel presentation 1311
Mathcad vs excel presentation 1311Mathcad vs excel presentation 1311
Mathcad vs excel presentation 1311
 
Formulas
FormulasFormulas
Formulas
 
คู่มือการใช้งานโปรแกรม AcuStudiov.6
คู่มือการใช้งานโปรแกรม AcuStudiov.6คู่มือการใช้งานโปรแกรม AcuStudiov.6
คู่มือการใช้งานโปรแกรม AcuStudiov.6
 
คู่มือการใช้โปรแกรม ActivInspire บน Active Board
คู่มือการใช้โปรแกรม ActivInspire บน Active Boardคู่มือการใช้โปรแกรม ActivInspire บน Active Board
คู่มือการใช้โปรแกรม ActivInspire บน Active Board
 
Mathcad puro
Mathcad   puroMathcad   puro
Mathcad puro
 
MathCAD FEA vallidation by caefem of capped-cylinder stresses
MathCAD FEA vallidation by caefem of capped-cylinder stressesMathCAD FEA vallidation by caefem of capped-cylinder stresses
MathCAD FEA vallidation by caefem of capped-cylinder stresses
 
Mathcad Functions for Condensation heat transfer
Mathcad Functions for Condensation heat transferMathcad Functions for Condensation heat transfer
Mathcad Functions for Condensation heat transfer
 
Mathcad
MathcadMathcad
Mathcad
 
Mathcad manual sizing of hvac equipment in tons and cfm
Mathcad   manual sizing of hvac equipment in tons and cfmMathcad   manual sizing of hvac equipment in tons and cfm
Mathcad manual sizing of hvac equipment in tons and cfm
 
analysis of heat exchanger by LMTD method
analysis of heat exchanger by LMTD methodanalysis of heat exchanger by LMTD method
analysis of heat exchanger by LMTD method
 
Mathcad presentation
Mathcad presentationMathcad presentation
Mathcad presentation
 
Mathcad -eurocodes-save time! 1401
Mathcad -eurocodes-save time! 1401Mathcad -eurocodes-save time! 1401
Mathcad -eurocodes-save time! 1401
 
Mathcad Functions for Conduction heat transfer calculations
Mathcad Functions for Conduction heat transfer calculationsMathcad Functions for Conduction heat transfer calculations
Mathcad Functions for Conduction heat transfer calculations
 
Mathcad Functions for Boiling heat transfer
Mathcad Functions for Boiling heat transferMathcad Functions for Boiling heat transfer
Mathcad Functions for Boiling heat transfer
 
Mathcad Functions for Forced convection heat transfer calculations
Mathcad Functions for Forced convection heat transfer calculationsMathcad Functions for Forced convection heat transfer calculations
Mathcad Functions for Forced convection heat transfer calculations
 
Mathcad functions for fluid properties - for convection heat transfer calcu...
Mathcad functions for fluid properties  -  for convection heat transfer calcu...Mathcad functions for fluid properties  -  for convection heat transfer calcu...
Mathcad functions for fluid properties - for convection heat transfer calcu...
 
Mathcad Functions for Natural (or free) convection heat transfer calculations
Mathcad Functions for Natural (or free) convection heat transfer calculationsMathcad Functions for Natural (or free) convection heat transfer calculations
Mathcad Functions for Natural (or free) convection heat transfer calculations
 
Book คู่มือโปรแกรมสำเร็จรูป mathcad mathematica​ matlap maple
Book คู่มือโปรแกรมสำเร็จรูป mathcad mathematica​ matlap mapleBook คู่มือโปรแกรมสำเร็จรูป mathcad mathematica​ matlap maple
Book คู่มือโปรแกรมสำเร็จรูป mathcad mathematica​ matlap maple
 
Finite DIfference Methods Mathematica
Finite DIfference Methods MathematicaFinite DIfference Methods Mathematica
Finite DIfference Methods Mathematica
 

Similar to Parametric Equations with Mathcad Prime

Bt9301, computer graphics
Bt9301, computer graphicsBt9301, computer graphics
Bt9301, computer graphicssmumbahelp
 
YARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) ProjectYARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) Projectgraphitech
 
Microsoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guideMicrosoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guideAnang Anang
 
Graph Tea: Simulating Tool for Graph Theory & Algorithms
Graph Tea: Simulating Tool for Graph Theory & AlgorithmsGraph Tea: Simulating Tool for Graph Theory & Algorithms
Graph Tea: Simulating Tool for Graph Theory & AlgorithmsIJMTST Journal
 
Magazine awr-ims-3
Magazine awr-ims-3Magazine awr-ims-3
Magazine awr-ims-3Sam Sambala
 
MODULE III.pptx
MODULE III.pptxMODULE III.pptx
MODULE III.pptxSangeeth39
 
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxYASHU40
 
First Finite Divided Difference Calculator Using MIT App Inventor 2
First Finite Divided Difference Calculator Using MIT App Inventor 2First Finite Divided Difference Calculator Using MIT App Inventor 2
First Finite Divided Difference Calculator Using MIT App Inventor 2Camille Bianca Gomez
 
Essay On Linear Function
Essay On Linear FunctionEssay On Linear Function
Essay On Linear FunctionAngie Lee
 
How to combine interpolation and regression graphs in R
How to combine interpolation and regression graphs in RHow to combine interpolation and regression graphs in R
How to combine interpolation and regression graphs in RDougLoqa
 

Similar to Parametric Equations with Mathcad Prime (20)

Bt9301, computer graphics
Bt9301, computer graphicsBt9301, computer graphics
Bt9301, computer graphics
 
Tutorial ads
Tutorial adsTutorial ads
Tutorial ads
 
Patchantenna
PatchantennaPatchantenna
Patchantenna
 
YARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) ProjectYARCA (Yet Another Raycasting Application) Project
YARCA (Yet Another Raycasting Application) Project
 
Microsoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guideMicrosoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guide
 
Graph Tea: Simulating Tool for Graph Theory & Algorithms
Graph Tea: Simulating Tool for Graph Theory & AlgorithmsGraph Tea: Simulating Tool for Graph Theory & Algorithms
Graph Tea: Simulating Tool for Graph Theory & Algorithms
 
Ads
AdsAds
Ads
 
Intro to mathcad
Intro to mathcadIntro to mathcad
Intro to mathcad
 
Mmc manual
Mmc manualMmc manual
Mmc manual
 
Magazine awr-ims-3
Magazine awr-ims-3Magazine awr-ims-3
Magazine awr-ims-3
 
MODULE III.pptx
MODULE III.pptxMODULE III.pptx
MODULE III.pptx
 
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
 
First Finite Divided Difference Calculator Using MIT App Inventor 2
First Finite Divided Difference Calculator Using MIT App Inventor 2First Finite Divided Difference Calculator Using MIT App Inventor 2
First Finite Divided Difference Calculator Using MIT App Inventor 2
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
Essay On Linear Function
Essay On Linear FunctionEssay On Linear Function
Essay On Linear Function
 
matlab pde toolbox
matlab pde toolboxmatlab pde toolbox
matlab pde toolbox
 
How to combine interpolation and regression graphs in R
How to combine interpolation and regression graphs in RHow to combine interpolation and regression graphs in R
How to combine interpolation and regression graphs in R
 
Gsp training guide
Gsp training guideGsp training guide
Gsp training guide
 
Mathcad
MathcadMathcad
Mathcad
 
Manual de KmPlot
Manual de KmPlotManual de KmPlot
Manual de KmPlot
 

More from Caroline de Villèle

Mathcad 15 m045 à lire en premier
Mathcad 15 m045 à lire en premierMathcad 15 m045 à lire en premier
Mathcad 15 m045 à lire en premierCaroline de Villèle
 
Nexter munitions reduces significantly cost and time of r&d developments with...
Nexter munitions reduces significantly cost and time of r&d developments with...Nexter munitions reduces significantly cost and time of r&d developments with...
Nexter munitions reduces significantly cost and time of r&d developments with...Caroline de Villèle
 
Mathcad Prime 3.1 à lire en premier
Mathcad Prime 3.1   à lire en premierMathcad Prime 3.1   à lire en premier
Mathcad Prime 3.1 à lire en premierCaroline de Villèle
 
Trucs et astruces relatifs à PTC Mathcad Prime
Trucs et astruces relatifs à PTC Mathcad PrimeTrucs et astruces relatifs à PTC Mathcad Prime
Trucs et astruces relatifs à PTC Mathcad PrimeCaroline de Villèle
 
PTC® Mathcad® 15.0 M030 features
PTC® Mathcad® 15.0 M030 featuresPTC® Mathcad® 15.0 M030 features
PTC® Mathcad® 15.0 M030 featuresCaroline de Villèle
 
Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...
Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...
Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...Caroline de Villèle
 
Standardizing Engineering Calculations in a Product Development System
Standardizing Engineering Calculations in a Product Development SystemStandardizing Engineering Calculations in a Product Development System
Standardizing Engineering Calculations in a Product Development SystemCaroline de Villèle
 
Formation standard - Principes de base de mathcad 15
Formation standard - Principes de base de mathcad 15Formation standard - Principes de base de mathcad 15
Formation standard - Principes de base de mathcad 15Caroline de Villèle
 
Bonnes pratiques : la hiérarchie des exigences
Bonnes pratiques : la hiérarchie des exigencesBonnes pratiques : la hiérarchie des exigences
Bonnes pratiques : la hiérarchie des exigencesCaroline de Villèle
 
RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...
RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...
RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...Caroline de Villèle
 
Pourquoi mettre en péril vos calculs critiques??
Pourquoi mettre en péril vos calculs critiques??Pourquoi mettre en péril vos calculs critiques??
Pourquoi mettre en péril vos calculs critiques??Caroline de Villèle
 
Repousser les limites des mathématiques : études de cas concernant les défis ...
Repousser les limites des mathématiques : études de cas concernant les défis ...Repousser les limites des mathématiques : études de cas concernant les défis ...
Repousser les limites des mathématiques : études de cas concernant les défis ...Caroline de Villèle
 

More from Caroline de Villèle (20)

Ptc mathcad prime 4.0 brochure
Ptc mathcad prime 4.0 brochurePtc mathcad prime 4.0 brochure
Ptc mathcad prime 4.0 brochure
 
Mathcad 15 m045 à lire en premier
Mathcad 15 m045 à lire en premierMathcad 15 m045 à lire en premier
Mathcad 15 m045 à lire en premier
 
Nexter munitions reduces significantly cost and time of r&d developments with...
Nexter munitions reduces significantly cost and time of r&d developments with...Nexter munitions reduces significantly cost and time of r&d developments with...
Nexter munitions reduces significantly cost and time of r&d developments with...
 
Mathcad Prime 3.1 à lire en premier
Mathcad Prime 3.1   à lire en premierMathcad Prime 3.1   à lire en premier
Mathcad Prime 3.1 à lire en premier
 
Trucs et astruces relatifs à PTC Mathcad Prime
Trucs et astruces relatifs à PTC Mathcad PrimeTrucs et astruces relatifs à PTC Mathcad Prime
Trucs et astruces relatifs à PTC Mathcad Prime
 
PTC® Mathcad® 15.0 M030 features
PTC® Mathcad® 15.0 M030 featuresPTC® Mathcad® 15.0 M030 features
PTC® Mathcad® 15.0 M030 features
 
Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...
Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...
Making the Case for PTC Mathcad®: How a Small Investment Can Lead to Gains in...
 
a disaster waiting to happen
a disaster waiting to happena disaster waiting to happen
a disaster waiting to happen
 
Pushing the Mathematical Envelope
Pushing the Mathematical EnvelopePushing the Mathematical Envelope
Pushing the Mathematical Envelope
 
Standardizing Engineering Calculations in a Product Development System
Standardizing Engineering Calculations in a Product Development SystemStandardizing Engineering Calculations in a Product Development System
Standardizing Engineering Calculations in a Product Development System
 
Calculations e book
Calculations e bookCalculations e book
Calculations e book
 
Mathcad 15 overview
Mathcad 15 overviewMathcad 15 overview
Mathcad 15 overview
 
Ptc Mathcad & Technip
Ptc Mathcad & Technip Ptc Mathcad & Technip
Ptc Mathcad & Technip
 
Formation standard - Principes de base de mathcad 15
Formation standard - Principes de base de mathcad 15Formation standard - Principes de base de mathcad 15
Formation standard - Principes de base de mathcad 15
 
Mathcad 15 en quelques mots
Mathcad 15 en quelques motsMathcad 15 en quelques mots
Mathcad 15 en quelques mots
 
Bonnes pratiques : la hiérarchie des exigences
Bonnes pratiques : la hiérarchie des exigencesBonnes pratiques : la hiérarchie des exigences
Bonnes pratiques : la hiérarchie des exigences
 
RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...
RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...
RÉSOUDRE LE COMPROMIS DES CALCULS TECHNIQUES ...
 
Pourquoi mettre en péril vos calculs critiques??
Pourquoi mettre en péril vos calculs critiques??Pourquoi mettre en péril vos calculs critiques??
Pourquoi mettre en péril vos calculs critiques??
 
Repousser les limites des mathématiques : études de cas concernant les défis ...
Repousser les limites des mathématiques : études de cas concernant les défis ...Repousser les limites des mathématiques : études de cas concernant les défis ...
Repousser les limites des mathématiques : études de cas concernant les défis ...
 
PTC Mathcad chez Technip
PTC Mathcad chez TechnipPTC Mathcad chez Technip
PTC Mathcad chez Technip
 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 

Recently uploaded (20)

Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 

Parametric Equations with Mathcad Prime

  • 1. PTC Academic Program Learn. Create. Collaborate. Succeed. Parametric Equations with Mathcad Prime™
  • 2. Written By Chris Hartmann These materials are ©2011 , Parametric Technology Corporation (PTC) All rights reserved under copyright laws of the United States and other countries. PTC, the PTC Logo, Mathcad and all PTC product names and logos are trademarks or registered trademarks of PTC and/or its subsidiaries in the United States and in other countries. Conditions of Use Copying and use of these materials for educational purposes is fully authorized for any person(s). Acknowledgments The authors gratefully acknowledge the support of the Mathcad Business Unit and the PTC Academic Program. Questions or Corrections Please direct inquiries or questions regarding the contents of this tutorial to the Mathcad Academic Program at MathcadEducation@ptc.com. Suggestions for improvement or further development will be gladly accepted.
  • 3. PTC Academic Program Learn. Create. Collaborate. Succeed. Using Parametric Models Parametric equations are a useful way of modeling many real world situations because they often allow problem solvers to present a richer, more concrete description of the problem context. In this tutorial, you will learn to use Mathcad Prime to generate parametric equations to model the following problem situation and answer questions related to the context. African elephants are capable of generating seismic waves that travel as far as 32 km when they stomp their feet. Some researchers believe that when elephants stomp their feet, they are communicating with other elephants over long distances. An elephant stomp generates both airborne sound waves and seismic vibrations in the ground. Sound waves travel through the air at approximately 0.3 km/s. Seismic waves close to the Earth’s crust travel at a speed of 6.1 km/s. (Problem adapted from Discovering Advanced Algebra, Key Curriculum Press, p. 431) Tutorial Activities 1. Consider the distance travelled by the sound and seismic waves of an elephant stomp during the first 3 seconds after the stomp. Develop parametric equations that model the distance travelled and graph the equations to make a visual comparison of the distance travelled. 2. Use your equations to determine the distance travelled by the seismic wave created by an elephant stomp in 3 seconds. Then, determine how long it would take the corresponding sound wave to travel the same distance. 3. Suppose that you are a researcher studying elephant communication in Africa. Your equipment detects the sound wave in the air from an elephant stomp 10 seconds after detecting the seismic vibration in the ground. Use this information to determine your distance from the elephant that generated the waves. The pages that follow contain step-by-step instructions for completing each of the tutorial activities.
  • 4. Using Parametric Models | pg. 2 Follow these step-by-step instructions to learn how to use Mathcad Prime to create models using parametric equations: 1. We will begin by opening up a Mathcad Prime (.mxcd) document containing the problem description. Open up the Elephant Problem Statement.mcdx file from the Using Parametric Models Tutorial Folder. 2. Now we will insert an image to illustrate the problem. Place your cursor on the Mathcad worksheet so that it is beneath the Text Block containing the problem statement. Then, click the Math tab to make sure that the Math Ribbon is displayed. On the left edge of the Math Ribbon, find the Image icon and left- click on it. A Browse for Image… button will appear as shown below. 3. Left-click on the Browse for Image… button and navigate to find the location of the file Elephant.jpg in the Tutorial Folder. Click Open and the image of the Elephant will appear in the Mathcad worksheet. You can resize the image by dragging the midpoint of the right or bottom edges of the image region. 4. Left-Click in the space to the right of the image of the Elephant to place the cursor on the worksheet. We will now place a Text Box in this region. Left-Click on the Text Box icon on the Math Ribbon. Type the text “Given Information” in the Text Box. You can use your mouse to place and resize the Text Box after you enter the text. All regions on a Mathcad worksheet are floating so they can be resized and moved using mouse select and drag operations.
  • 5. Using Parametric Models | pg. 3 5. Now we will create Math Regions stating the information given in the problem statement. We will use Mathcad assignment statements so that each value can be used by referencing the variable name later in the worksheet. First, we will create a Range Variable describing the time frame for the problem. We will use the unit seconds (s) in the definition of the Range Variable. On the Mathcad worksheet Left-Click in the space below the text Given Information Type: t:0s, Mathcad Prime will provide placeholders for the next and last values in the Range In the first placeholder type: 0.1s In the second placeholder type: 3s <Enter> The correctly defined range variable will appear like this: 6. We will now complete two standard variable assignments in Mathcad. The symbol for assignment in Mathcad Prime is “:=”, which has the keystroke “:”. Complete the keystrokes below to assign the number 1 to the variable Soundwave and the number 2 to the variable Groundwave. SoundWave:1<Enter> GroundWave:2<Enter> Range Variables Range Variables are a special variable type defined by a starting value, an increment, and maximum value for a range of numbers. The syntax for typing a range variable is: VarN:Start,NextValue…Maximum Example: Days:1,2…7 will define a range of values from 1 to 7 counting by ones. By default, units appear in blue in Mathcad Prime. Variable names may not contain spaces. When correctly formatted, they appear in italics.
  • 6. Using Parametric Models | pg. 4 7. Next we will define two functions describing the motion of the Airborne and Ground waves produced by the elephant stomp. We will use the Range Variable, t, in the function definitions. We will also use subscripts in the function name definitions. Here is an image of the function definitions: Keystrokes: D<ctrl>-SW(t<right arrow>:0.3km/s<spacebar><spacebar><spacebar>*t<enter> D<ctrl>-GW(t<rightarrow>:6.1km/s<spacebar><spacebar><spacebar>*t<enter> Function name with subscript standing for distance travelled by the sound wave. When typing in a Math Region, click on the Subscript icon on the Math Ribbon to type a subscript as part of a variable or function name. Or you can type <Ctrl>- as shown below Velocity with units km/second The range variable t is stated as a parameter of the function and used in the definition of the function. Notes: Mathcad uses standard math notation to express mathematical expressions and formulas. The <spacebar> and the <rightarrow> and <leftarrow> keys are important tools for formatting. <spacebar> group selects items within an expression by cycling through the terms as you hit the <spacebar> one or more times <rightarrow> moves the insertion point to the right <leftarrow> moves the insertion point to the left
  • 7. Using Parametric Models | pg. 5 Your Mathcad Worksheet should appear something like this: 8. We can now use the definitions we have created to graph the two parametric functions DSW and DGW. These functions describe the distance travelled by the Sound Wave and the Ground Wave, respectively. We will use the SoundWave and GroundWave variables as “dummy variables” to give clear labels on our plot. Follow these instructions to create the plot below: o Left-Click on the Plots tab to call up the Plots Ribbon o Left-Click on the Insert Plot Icon o Left-Click on X-Y Plot o A plot will appear with placeholders on the right side (y-axis) and the bottom (x-axis) of the graph. We will enter the “dummy variables” on the right and the function names on the bottom. o Click in the right-side placeholder. Type the variable name: SoundWave o With the right-side placeholder highlighted, click the Add Trace icon on the Plots Ribbon o In the new placeholder, type the variable name: GroundWave o Left-Click in the placeholder at the bottom of the plot. Type: D<ctrl>-SW(t<enter> o With the bottom placeholder highlighted, click the Add Trace icon on the Plots Ribbon o Left-Click in the placeholder at the bottom of the plot. Type: D<ctrl>-GW(t<enter> o Left-Click outside of the Graph Region to see the plot. Use your mouse to resize and relocate the graph as necessary.
  • 8. Using Parametric Models | pg. 6 Here is my initial plot illustrating the distance travelled by each wave in 3 seconds: 9. Follow these steps to change the formatting of the plot: o Change the Upper Limit tick mark on the y-axis to 3 to set the maximum value o Change the Interval Tick Mark to 2 to make the increment 1 unit o Change the units on the x-axis from meters to kilometers by deleting the unit m for each function and replacing it with km. Note how the changes in units on the x-axis. o Change the formatting of the GroundWave plot to Red and add a symbol o Change the thickness of the SoundWave Plot Mathcad XY Plots  Mathcad auto-formats the plot based on the values assigned to the variables  A plot can be rescaled by changing maximum and increment values on the plot axes  The Plots Ribbon contains formatting tools for changing the appearance of the plot Change the units from m to km Select, delete, and type to change the Upper Interval Tick Mark to 3 Select, delete, and type to change the Interval Tick Mark to 2 Left-click on the trace name to select a trace. Then, use the formatting options on the Plots ribbon to change a plot’s appearance.
  • 9. Using Parametric Models | pg. 7 10. The plot enables us to compare the distance traveled by each wave in 3 seconds. On this Plot the “dummy variables” are effectively labels for the position of each wave. The data that we are interested in to answer our questions should be read off the x-axis. We can see that the ground wave is travelling much farther than the sound wave in 3 seconds. 11. The second task for this tutorial is to use the equations for DSW and DGW to determine exactly how far the ground wave travels in 3 seconds, and, how long it will take the sound wave to travel the same distance. We will use this exercise to demonstrate the functions of Mathcad’s different equality symbols. Type the following : D<ctrl>-GW(3s= This is an evaluation statement resulting in: D<ctrl>-SW(t)<ctrl>=18.3km<enter> This is an equivalence statement resulting in: This graph shows the distance travelled as a line. In effect, we are observing the radius of the circle measuring the distance travelled by the waves.
  • 10. Using Parametric Models | pg. 8 Compare these two statements: The first line is an evaluation statement. Mathcad has evaluated the function DGW for the given input, 3 seconds determining that the function is equal to 18.3 km at this point in time. The second line uses Mathcad’s Boolean Equivalence symbol “=” that has the keystroke “<ctrl>=”. In this case we are stating that we need the value of the variable t when the value of DSW(t) is the same as 18.3 km. Now type this Mathcad Boolean statement: 0.3km/s<spacebar> <spacebar><spacebar>*t<ctrl>=18.3km<enter> We now have an algebraic equation (with units) that can be solved for the unknown quantity t. We will now use an Assignment Statement with inline evaluation to calculate the answer. Type: t<ctrl>-1:18.3km<spacebar> <spacebar>/0.3km/s= To produce: We call this inline evaluation because we are using both Mathcad’s assignment symbol “:=” and the evaluation symbol “=” in the same math region. Note that the use of the subscript t1 is important in this case because we have already defined t as a range variable. If we had simply used t in this assignment statement, we would have changed the definition of t from this point onward in the worksheet. 12. Since we now know the answer to the second part of the tutorial task, let’s take advantage of Mathcad’s text capabilities to briefly state our answer. Create a Text Box on your worksheet containing the text: “It takes the sound wave 61 seconds to travel as far as the ground wave travels in 3 seconds.”
  • 11. Using Parametric Models | pg. 9 Your work in steps 11 & 12 should have produced a section of your worksheet appearing something like this: 13. Our final task is to use Mathcad to determine your distance from an elephant. The information that we have is that the sound wave reaches your location 10 seconds after ground wave. We can express this using a Boolean statement: This statement says that the value of DGW(t seconds) is the same as the value of DSW(t+10 seconds). Next, we want to convert this statement to an algebraic equation that we can solve: We are using Mathcad Boolean statements to document the development of our thinking as we develop a solution. Here is the rest of my solution. Can you reproduce each step on your Mathcad worksheet? Notice that in this calculation we included the units for each value and Mathcad gave us the correct units on the result. Add the Text Box last. More Boolean Statements Inline evaluation followed by a re- assignment to add units to the variable, t2. Calculate the distance travelled by each wave.
  • 12. Using Parametric Models | pg. 10 Summary 1. In this tutorial you have learned:  To add an image to a document  To define and use a range variable  To define parametric functions  To use Mathcad’s units in variable definitions, function definitions, and evaluation statements  To plot parametric functions  To add traces to a plot  To use Mathcad’s Boolean equivalence, evaluation, and assignment equal signs to perform step-by-step algebraic solutions  To use subscripts in naming variables and functions  To combine text, images, graphics, and symbolic algebra in a single worksheet 2. At this point you should have a complete Mathcad worksheet. Please make note of the following: o It is possible to use your mouse to drag and resize all of the regions on your worksheet to improve the formatting. o If you edit any of the numerical values in assignment statements (e.g., extend the range variable t to 4 seconds), then the worksheet will update wherever t is used (e.g., the graph in this case). o Editing numerical values in Boolean equality statements will not result in changes elsewhere in the worksheet. 3. For more assistance in learning to use Mathcad Prime, consider the following: o The Tutorials provided with Mathcad Prime that are accessible from the Getting Started Tab o Free tutorials available from PTC University’s Learning Exchange: LEX.ptc.com o Video tutorials available from the Mathcad Academic YouTube Channel: www.youtube.com/MathcadAcademic Great job completing this tutorial!