Most unit conversions are very easy in Mathcad because the units are direct multiplications into the other unit system. 1 kg



Similar documents
Performing Simple Calculations Using the Status Bar

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures.

Lecture 2 Mathcad Basics

Create Mailing Labels from an Electronic File

Chapter 1 Chemistry: The Study of Change

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

Accentuate the Negative: Homework Examples from ACE

= 800 kg/m 3 (note that old units cancel out) J 1000 g = 4184 J/kg o C

Fractions and Linear Equations

Section 1. Inequalities

CDOT Linking Excel Documents to MicroStation

How to Create a Newsletter Using Common Sense Software - Custom Design

Creating tables of contents and figures in Word 2013

Optimization: Optimal Pricing with Elasticity

UNDERSTANDING REFRIGERANT TABLES

Measurements 1. BIRKBECK MATHS SUPPORT In this section we will look at. Helping you practice. Online Quizzes and Videos

Florida Math Correlation of the ALEKS course Florida Math 0018 to the Florida Mathematics Competencies - Lower

Microsoft Excel Tips & Tricks

hp calculators HP 35s Temperature Conversions Metric units and Imperial units Conversion keys

The Center for Teaching, Learning, & Technology

Basic Use of the TI-84 Plus

Excel 2010: Create your first spreadsheet

ModuMath Basic Math Basic Math Naming Whole Numbers Basic Math The Number Line Basic Math Addition of Whole Numbers, Part I

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Training Manual. Pre-Employment Math. Version 1.1

COLLEGE ALGEBRA 10 TH EDITION LIAL HORNSBY SCHNEIDER 1.1-1

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

ROUND(cell or formula, 2)

Linear Equations and Inequalities

IDEAL AND NON-IDEAL GASES

hp calculators HP 33S Unit Conversions Metric units and Imperial units Conversion keys Practice working problems involving conversions

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

MATH-0910 Review Concepts (Haugen)

MEP Y9 Practice Book A

Excel 2007 Basic knowledge

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Creating a table of contents quickly in Word

Solving Systems of Equations Using Mathcad Charles Nippert Solving A System of Equations By Symbolically Figure 1 After Step 1

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010

Maple Quick Start. Introduction. Talking to Maple. Using [ENTER] 3 (2.1)

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Quick Tour of Mathcad and Examples

GeoGebra Statistics and Probability

Intro to Excel spreadsheets

7. Solving Linear Inequalities and Compound Inequalities

Concept 7: Writing Linear Equations

Programming with Mathcad Prime

MICROSOFT WORD: MAIL MERGE

Determine If An Equation Represents a Function

Inequalities - Solve and Graph Inequalities

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

LAYOUT OF THE KEYBOARD

Multiplying and Dividing Listen & Learn PRESENTED BY MATHMANIAC Mathematics, Grade 8

Instructions Budget Sheets

Introduction to Computers: Session 3 Files, Folders and Windows

Multiplying and Dividing Signed Numbers. Finding the Product of Two Signed Numbers. (a) (3)( 4) ( 4) ( 4) ( 4) 12 (b) (4)( 5) ( 5) ( 5) ( 5) ( 5) 20

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

Setting Up Database Security with Access 97

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Adding and Subtracting Positive and Negative Numbers

Chapter 1: Chemistry: Measurements and Methods

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed

Creating Basic Excel Formulas

Xerox WorkCentre 6655 Color Multifunction Printer Control Panel

PTC Mathcad Prime 3.0 Keyboard Shortcuts

TYPING IN ARABIC (WINDOWS XP)

The Correlation Coefficient

Series and Parallel Resistive Circuits

Creating Advanced Reports with the SAP Query Tool

How to set up a database in Microsoft Access

LINEAR INEQUALITIES. Mathematics is the art of saying many things in many different ways. MAXWELL

Chapter 2 Measurement and Problem Solving

Step 2: Headings and Subheadings

Click on the links below to jump directly to the relevant section

Chapter 2 Review Questions and Answers

2.6 Exponents and Order of Operations

Microsoft Excel 2010 Tutorial

Collaborative Tools. Course groups can also use the Collaboration tools for private sessions open only to course group members.

10 g 5 g? 10 g 5 g. 10 g 5 g. scale

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

How to Build a Form in InDesign CS5

LINEAR INEQUALITIES. less than, < 2x + 5 x 3 less than or equal to, greater than, > 3x 2 x 6 greater than or equal to,

Microsoft Excel Basics

Oct: 50 8 = 6 (r = 2) 6 8 = 0 (r = 6) Writing the remainders in reverse order we get: (50) 10 = (62) 8

Summer Assignment for incoming Fairhope Middle School 7 th grade Advanced Math Students

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010

WHAT S NEW IN MS EXCEL 2013

A positive exponent means repeated multiplication. A negative exponent means the opposite of repeated multiplication, which is repeated

Generating ABI PRISM 7700 Standard Curve Plots in a Spreadsheet Program

KINETIC THEORY AND THERMODYNAMICS

Creating trouble-free numbering in Microsoft Word

Pressure -Temperature Relationship in Gases. Evaluation copy. Figure ml Erlenmeyer flask. Vernier computer interface

Linear Equations in One Variable

Scientific Graphing in Excel 2010

Florida Math Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper

Macros in Word & Excel

USING MICROSOFT WORD 2008(MAC) FOR APA TASKS

Transcription:

Most unit conversions are very easy in Mathcad because the units are direct multiplications into the other unit system. 1 kg 2.20 lb kg 11.023 lb In the example above, 1 kg equals 2.20 lb, so kg is times the number of equivalent pounds. The same holds true for converting most other units. Mathcad's default unit system is SI (International System of Units). You can change unit systems in Mathcad through the Tools menu, under Worksheet Options, and the Unit Tab. To convert units in individual eq uations, such as in the example above, just click on the unit placeholder, and type in the unit that you want, or if you don't know the unit, use the Insert > Unit menu item. To convert temperature from one unit system to another, you don t simply multiply by a conversion factor. You must also add or subtract a constant. For example, to convert from Celsius to Fahrenheit, you first add 32 degrees and then multiply by 9/. These type of units are called affine scaling units, because it combines a linear and a multiplication relationship. You can write Mathcad functions to do the conversion from Fahrenheit to Celsius: tempf : 68 Cel( tempf) : ( tempf 32) 9 Cel( tempf) 20 tempc : 20 9 Far( tempc) : ( tempc) + 32 Far( tempc) 68

An easier way to convert temperatures is to use Mathcad Custom Characters from the Custom Characters toolbar. Because the relationship between Fahrenheit and Celsius degrees is not a direct multiplied relationship, you can't multiply the unit placeholder 100 C Instead enter the degrees Fahenheit or Celsius directly from the Custom Characters toolbar or Insert Unit menu. 100 C 373.1 K You get the degrees in Kelvin, which is Mathcad's default unit of temperature. To convert in this instance to Celsius, just click on the units placeholder and enter the degrees Celsius from the toolbar or Insert Unit menu. 100 C 212 F 0 C 32 F

To enter a negative temperature, you must select the entire number before inserting the temperature unit. Otherwise, the entire expression is negated. The entire expression is negated, which is clearly false as the unit conversion shows: 10 F 260.93K 10 F 929.34 F Below the entire temperature is selected before applying the temperature unit. Mathcad automatically adds the parentheses: ( 10) F 249.817 K ( 10) F 10 F Note: To type the degree symbol in a math region, press [Alt] 017 6 on the Number keypad (not the numbers on the main keyboard) with Num Lock on. Another option is to use the new Mathcad UniMath font distributed with Mathcad 14 and search for degree in the Charmap accessories.

Mathcad includes change units for calculating changes in temperature, F and C. You can insert these Delta temperature units from the Insert Unit menu by choosing the dimension Temperature. They must be used to calculate changes in temperature. The unit F is equal to F 9 K Note: On both the Kelvin and Rankine scale 0 is equal to absolute zero. One degree in Rankine is equal to one Fahrenheit degree. One Kelvin degree is equal to one Celsius degree. F C 1R 1 K Temperature change units are required to find the change between two temperatures. Right: 10 F + 10 F 20 F Wrong: 10 F + 10 F 479.67 F Temperature change units are required when you add two temperatures, because doing so implies a change from the current temperature. In the equation below the change is represented on the right-hand side. Right: 10 F 10 F 0 F Wrong: 10 F 10 F 49.67 F

Temperature change units can be used in combination with other units. It's important to distinguish between a temperature change and an absolute temperature when you enter or convert temperature results. For example, calculate the temperature at which an electronic component fails: Tamb : 2 C ambient temperature θja : 10 C temperature rise per watt W Pd : 13 W Maximum power rating The temperature at which the component fails is given by Tfail : Tamb + θja Pd Tfail 428.1 K in degrees Kelvin, or Tfail 1 C Tfail 311 F Note that many material properties and component specifications, such as the temperature rise per watt, or the specific heat, and others, are given as change in temperature per quantity or quantity per change in temperature. If you are doing a calculation given in degrees Kelvin, and you wish to convert results into Celsius or Fahrenheit, you may need to use the C and F unit functions.