An Introduction to MathCAD Finding Solutions and Symbolic Maths.

Slides:



Advertisements
Similar presentations
PSOD Lecture 2.
Advertisements

LAPLACE TRANSFORMS.
Revision - Simultaneous Equations II
Solution of Equations Example Problem Desire to find the temperature (T) that corresponds to a desired pressure, P.
Chapter 11: Symbolic Computing for Calculus
CSE 123 Symbolic Processing. Declaring Symbolic Variables and Constants To enable symbolic processing, the variables and constants involved must first.
ALGEBRA 1 BASICS CHEAT SHEET THINGS YOU SHOULD KNOW . . .
SOLVING QUADRATICS General Form: Where a, b and c are constants.
Exam 2 Material Rational Expressions
Lecture 16 Symbolic Mathematics Symbolic mathematics: algebraezplotcalculus © 2007 Daniel Valentine. All rights reserved. Published by Elsevier.
MathCAD. Boundary value problem  Second order differential equation have two initial values. They can be placed in different points. ab A B for.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Math 015 Section 6.1 Equations. Many students like to remember the process for solving linear equations as: any algebra expressions on each side variable.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
College Algebra Exam 2 Material.
1 Topic The Substitution Method. 2 Topic The Substitution Method California Standard: 9.0 Students solve a system of two linear equations.
NCTM Standards: 2 & 6. Appreciation The increase of value of an item over a period of time. The formula for compound interest can be used to find the.
Non-Linear Simultaneous Equations
Algebra 2 Chapter 1.
2.8 - Solving Equations in One Variable. By the end of today you should be able to……. Solve Rational Equations Eliminate Extraneous solutions Solve Polynomial.
1 1.0 Students solve equations and inequalities involving absolute value. Algebra 2 Standards.
Intermediate Algebra Prerequisite Topics Review Quick review of basic algebra skills that you should have developed before taking this class 18 problems.
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
Linear Equations Learning Outcomes
MATH – High School Common Core Vs Tested Kansas Standards Please note: For informational purposes, all Common Core standards are listed, and the tested.
Chapter 2: First Steps in MuPAD MATLAB for Scientist and Engineers Using Symbolic Toolbox.
 To simplify expressions containing positive integral exponents.  To solve exponential equations.
Introduction To this point MATLAB has been used to answer questions with a numeric value ▫Variables are assigned specific values ▫Answers are numbers MATLAB.
Section 5.7: Additional Techniques of Integration Practice HW from Stewart Textbook (not to hand in) p. 404 # 1-5 odd, 9-27 odd.
Chapter 1 - Fundamentals Equations. Definitions Equation An equation is a statement that two mathematical statements are equal. Solutions The values.
Grade 9 Math Review. Algebra Simplifying (collecting like terms) Expanding (distributive property) Properties of polynomials (terms) Solving equations.
An Introduction to MathCAD You can always find a solution !!
1.5 – Day 1 Equations.
Learn to identify and evaluate expressions. WARM-UP Please answer the questions below showing all your work! = – 189 = 3.46 x 847=
Newton’s Method, Root Finding with MATLAB and Excel
Section P.7  An expression is an algebraic statement that does not have an “=“  An equation is two expressions joined by an “=“
Solving Inequalities Just like with equations, the solution to an inequality is a value that makes the inequality true. You can solve inequalities in.
Brackets An introduction to using brackets in algebra.
3.4 Solving Equations with Variables on Both Sides Objective: Solve equations that have variables on both sides.
ERT 210/4 Process Control & Dynamics DYNAMIC BEHAVIOR OF PROCESSES :
An Introduction to MathCAD More Symbolic Maths And First Steps in Calculus.
Reasoning with linear equations and inequalities Students will understand that equation is a statement of equality between two expression. Students find.
Introduction to Algebra. What do you think of when you hear “algebra”?
Radical Functions and Equations ( 무리함수 ) Radical sign index The term is called a radical. The symbol is called a radical sign(sometimes just called radical.
Do Now Determine which numbers in the set are natural, whole, integers, rational and irrational -9, -7/2, 5, 2/3, √2, 0, 1, -4, 2, -11 Evaluate |x + 2|,
Algebra 2 Chapter 1. Section 1.1 Expressions and Formulas.
Factorising Expressions Lesson Objective: Can you factorise an expression correctly?
Algebra 2 Chapter 1 Review.
2. Algebraic manipulation
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Real Numbers and Algebraic Expressions
Introduction Mathcad is a product of mathSoft inc. The Mathcad can help us to calculate, graph, and communicate technical ideas. It lets us work with.
GCSE Maths Solving Jo Wright.
Symbolic mathematics: algebra ezplot calculus
Test 2003.
Know to check all solutions
WEEK 1 HIGHER.
Algebra 2/Trig Name __________________________
Pima Medical Institute Online Education
Additional Final Exam Review
Solving Equations involving Decimal Coefficients
LINEAR EQUATIONS.
1.4 Evaluating Algebraic Expressions.
LINEAR EQUATIONS.
Algebra.
Equations, Identities and Formulae
Final Exam Review 30 Multiple Choice Questions (Equally Weighted)
Concept 5 Rational expressions.
Solving Linear Equations
Presentation transcript:

An Introduction to MathCAD Finding Solutions and Symbolic Maths

2 MathCAD #4  dpl 1999 Finding Solutions u Finding roots of an equation u Finding roots of a polynomial u Solving systems of equations

3 MathCAD #4  dpl 1999 Finding roots of an equation u Equations of the form f(x) = 0 u One equation in one unknown u Define guess value for x u Use root(f(x),x) function to find root u plot function to get initial guess value(s)

4 MathCAD #4  dpl 1999 What if MathCAD can’t find roots u Expression has no roots u roots are far away from initial guess u local maxima or minima between guess and root u discontinuities between guess and root u complex root u Plot function to narrow in on solution

5 MathCAD #4  dpl 1999 Finding roots of a polynomial u Represent coefficients of polynomial at vector u Use polyroots to find roots u Doesn’t need initial guess u Finds all roots simultaneously u Finds real and complex roots

6 MathCAD #4  dpl 1999 Solving systems of equations #1 u Solve up to 50 simultaneous equations in 50 unknowns u Equations not restricted to linear equations u Allows equations and inequalities

7 MathCAD #4  dpl 1999 Solving systems of equations #2 u Assign guess values to all variables with := u Given starts solve block u Solve block contains system of equations u Equations in solve block use: – = – < < – > > –  – 

8 MathCAD #4  dpl 1999 Solving systems of equations #3 u Solve block terminates with find(a1,a2,a3,a4...) u returns scalar for one argument u returns vector of solutions for more than one argument u Only returns one solution u Use inequalities to force other solutions

9 MathCAD #4  dpl 1999 Symbolic algebra u Simplify expressions u Derive formulae u Solve equations symbolically u Get exact answers to integrals etc u Subset of Maple symbolic processor

10 MathCAD #4  dpl 1999 Use of symbolic processor u Type equations using = (boolean equals) u Select equation/variable to process u Options on symbolic menu change depending on what is selected u Derivation format changes result format

11 MathCAD #4  dpl 1999 Simplifying expressions #1 u Use up-arrow/space bar to select part of expression u Symbolic|Simplify u Result appears as defined in derivation format –Horizontal –Vertical –With or without comments

12 MathCAD #4  dpl 1999 Simplifying expressions #2 u Processor will simplify polynomials by collecting powers u Understands math & trig identities u Will simplify numeric operations & fractions

13 MathCAD #4  dpl 1999 Expansion / Factoring of expressions u Select expression u Symbolic|Expand or Symbolic|Factor u Factoring will also factor integer numbers

14 MathCAD #4  dpl 1999 Re-arranging equations to solve for variable u Use = to define equation u select variable you wish to solve for u Symbolic|Solve for Variable u Need to comment after result to remember which variable you have solved for !!

15 MathCAD #4  dpl 1999 Use of symbolic processor in problems u Define problem in terms of known equations u Use symbolic processor to solve for desired result u Copy resultant expression u Define variables u Paste in solution u Evaluate for numeric solution

16 MathCAD #4  dpl 1999 Why use symbolic maths ? u Gives general solution u Numeric solution only solves for one set of conditions u Symbolic solution shows how solution varies with inputs u Determine which terms are important

17 MathCAD #4  dpl 1999 Today’s practical session u Use of root() & polyroots() in conjunction with plotting to solve simple equations u Using a solve block to solve simple systems of equations u Using the symbol processor to: –simplify expressions –expand & factorise expressions –solve equations u Use symbolic processing for a real world problem

18 MathCAD #4  dpl 1999 Next week’s assesment u Morning lecture: revision session u Practical session 4-6 u Exam conditions u Graded series of exercises u Complete worksheet & u Marked on: –layout & commenting –understanding key points –thinking for yourself