Chapter 11: Symbolic Computing for Calculus

Slides:



Advertisements
Similar presentations
5.1 Real Vector Spaces.
Advertisements

Beginning Programming for Engineers
Calculus S. Awad, Ph.D. M. Corless, M.S.E.E. E.C.E. Department University of Michigan-Dearborn Math Review with Matlab: Differentiation.
Functions in Maple 教授:蔡桂宏 博士 學生:柯建豪 學號: 統資軟體課程講義.
Differential Equations Math Review with Matlab: Finding Solutions to Differential Equations S. Awad, Ph.D. M. Corless, M.S.E.E. D. Cinpinski E.C.E. Department.
CSE 123 Symbolic Processing. Declaring Symbolic Variables and Constants To enable symbolic processing, the variables and constants involved must first.
Copyright © Cengage Learning. All rights reserved.
Chapter 6: MuPAD Objects II Sequence, List, Set, Function MATLAB for Scientist and Engineers Using Symbolic Toolbox.
Aim: Concavity & 2 nd Derivative Course: Calculus Do Now: Aim: The Scoop, the lump and the Second Derivative. Find the critical points for f(x) = sinxcosx;
Chapter 2: Second-Order Differential Equations
Lecture 16 Symbolic Mathematics Symbolic mathematics: algebraezplotcalculus © 2007 Daniel Valentine. All rights reserved. Published by Elsevier.
EE-2027 SaS 06-07, L11 1/12 Lecture 11: Fourier Transform Properties and Examples 3. Basis functions (3 lectures): Concept of basis function. Fourier series.
A second order ordinary differential equation has the general form
CHAPTER 4 THE DEFINITE INTEGRAL.
Ch 5.1: Review of Power Series Finding the general solution of a linear differential equation depends on determining a fundamental set of solutions of.
APPLICATIONS OF THE DERIVATIVE
Chapter 6 Differential Calculus
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc.
+ FE Mathematics Review Dr. Omar Meza Assistant Professor Department of Mechanical Engineering.
Integration. Indefinite Integral Suppose we know that a graph has gradient –2, what is the equation of the graph? There are many possible equations for.
More U-Substitution February 17, Substitution Rule for Indefinite Integrals If u = g(x) is a differentiable function whose range is an interval.
The Integral chapter 5 The Indefinite Integral Substitution The Definite Integral As a Sum The Definite Integral As Area The Definite Integral: The Fundamental.
INTEGRATION ANTIDERIVATIVE: If F ' ( x ) = f ( x ), then F ( x ) is an antiderivative of f ( x ). If F ( x ) and G ( x ) are both antiderivatives of a.
11.1 Simplifying Radical Expressions
C URVE S KETCHING section 3-A. Where the derivative is zero or the function does not exist. Critical Values.
Solve Equations with Variables on Both Sides
Chapter 8-Infinite Series Calculus, 2ed, by Blank & Krantz, Copyright 2011 by John Wiley & Sons, Inc, All Rights Reserved.
APPLICATIONS OF DIFFERENTIATION Indeterminate Forms and L’Hospital’s Rule APPLICATIONS OF DIFFERENTIATION In this section, we will learn: How to.
Example Ex. Find all asymptotes of the curve Sol. So x=3 and x=-1 are vertical asymptotes. So y=x+2 is a slant asymptote.
Question from Test 1 Liquid drains into a tank at the rate 21e-3t units per minute. If the tank starts empty and can hold 6 units, at what time will it.
Chapter 9: MuPAD Programming II Procedures MATLAB for Scientist and Engineers Using Symbolic Toolbox.
5.c – The Fundamental Theorem of Calculus and Definite Integrals.
AP CALCULUS AB Chapter 2: Limits and Continuity Section 2.2: Limits Involving Infinity.
Chapter 2: First Steps in MuPAD MATLAB for Scientist and Engineers Using Symbolic Toolbox.
An Introduction to MathCAD Finding Solutions and Symbolic Maths.
VERTICAL AND HORIZONTAL ASYMPTOTES Limits to Infinity and Beyond.
Differential Equations MTH 242 Lecture # 13 Dr. Manshoor Ahmed.
Definition of the Natural Exponential Function
Multiple Integration 14 Copyright © Cengage Learning. All rights reserved.
Antiderivatives and Indefinite Integration. 1. Verify the statement by showing that the derivative of the right side equals the integrand of the left.
Review Calculus (Make sure you study RS and WS 5.3)
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 4 Inverse, Exponential, and Logarithmic Functions Copyright © 2013, 2009, 2005 Pearson Education,
Definition Section 4.1: Indefinite Integrals. The process of finding the indefinite integral of f(x) is called integration of f(x) or integrating f(x).
Distance Traveled Area Under a curve Antiderivatives
CSE 2813 Discrete Structures Solving Recurrence Relations Section 6.2.
Advanced Engineering Mathematics, 7 th Edition Peter V. O’Neil © 2012 Cengage Learning Engineering. All Rights Reserved. CHAPTER 4 Series Solutions.
INDETERMINATE FORMS AND L’HOSPITAL’S RULE
Applications of Differentiation Section 4.9 Antiderivatives
Math 3120 Differential Equations with Boundary Value Problems
Barnett/Ziegler/Byleen Business Calculus 11e1 Learning Objectives for Section 13.2 Integration by Substitution ■ The student will be able to integrate.
11.3 Solving Radical Equations Definitions & Rules Simplifying Radicals Practice Problems.
First-order Differential Equations Chapter 2. Overview II. Linear equations Chapter 1 : Introduction to Differential Equations I. Separable variables.
Math for CS Fourier Transforms
Homework Homework Assignment #33 Review Sections 4.1 – 4.9 Page 294, Exercises: 1 – 117(EOO), skip 17, 21, 73 Chapter 4 Test next time Rogawski Calculus.
Chapter 6 Integration Section 1 Antiderivatives and Indefinite Integrals.
Graph Sketching: Asymptotes and Rational Functions
Section 14.2 Computing Partial Derivatives Algebraically
INTEGRATION & TECHNIQUES OF INTEGRATION
Chapter 5 Techniques of Integration
7 INVERSE FUNCTIONS.
Chapter 12 Rational Functions.
FIRST ORDER DIFFERENTIAL EQUATIONS
Symbolic mathematics: algebra ezplot calculus
More U-Substitution: The “Double-U” Substitution with ArcTan(u)
Engineering Analysis I
INFINITE LIMITS Section 1.5.
Chapter 4 Integration.
Introduction to Ordinary Differential Equations
Warm Up Cinco Chapter 3.4 Concavity and the Second Derivative Test
INFINITE LIMITS Section 1.5.
Presentation transcript:

Chapter 11: Symbolic Computing for Calculus MATLAB for Scientist and Engineers Using Symbolic Toolbox

You are going to See that MuPAD does calculus as we do Analyze functions by their plots, limits and derivatives Be glad that MuPAD does all complex integrations and differentiation for you.

Differentiation: Definition Differentiation by Definition

Functions and Expressions On Functions On Expressions

Hold actual evaluations Multiple Derivatives Hold actual evaluations Derivative of Symbolic Functions Multiple Derivatives $: Sequence Operator

Value of Derivative at a Point Functions Expressions

Multivariate Functions

Multivariate Functions (cont.) Partial Derivatives on x and y Partial Derivatives on 1st variable Partial Derivatives on 1st and 2nd variables

Jacobian Partial derivatives

Exercise Consider the function f : x → sin(x) /x. Compute first the value of f at the point x = 1.23, and then the derivative f′(x). Why does the following input not yield the desired result? f := sin(x)/x: x := 1.23: diff(f, x)

Exercise De l’Hospital’s rule states that Compute by applying this rule interactively. Use the function limit to check your result.

Exercise Determine the first and second order partial derivatives of f1(x1, x2) = sin(x1 x2) . Let x = x(t) = sin(t), y = y(t) = cos(t), and f2(x, y) = x2 y2. Compute the derivative of f2(x(t), y(t)) with respect to t.

Limit Limit

Left and Right Limit

Other Limits Conditional Limits Intervals

Exercise Use MuPAD to verify the following limits:

Integration Definite and Indefinite Integrations

Numeric Integration No Symbolic Solution

Integration with Real Parameters Use assume to set attributes of parameters.

Exercise Compute the following integrals: Use MuPAD to verify the following equality:

Exercise Use MuPAD to determine the following indefinite integrals:

Exercise The function intlib::changevar performs a change of variable in a symbolic integral. Read the corresponding help page. MuPAD cannot compute the integral Assist the system by using the substitution t = sin(x). Compare the value that you get to the numerical result returned by the function numeric::int.

Sum of Series

Exercise Use MuPAD to verify the following identity: Determine the values of the following series:

Calculus Example Asymptotes, Max, Min, Inflection Point Look at the overall characteristics of the function.

Asymptotes Horizontal Vertical

Min and Max Roots of the Derivative

Inflection Point Roots of the Second Derivative

Putting All Together Display the findings about the function.

Key Takeaways Now, you are able to find limit with optional left, and right approaches, get derivatives of functions and expressions, analyze functions by finding their asymptotes, maxima and minima, and to get definite and indefinite integrals of arbitrary functions.

Notes limit(f(x),x=infinity) diff(sin(x^2)^2,x) hold(expr) f := x -> x^2*sin(x) reset() f'(x) D([1,2],f) limit(1/x, x=0, Right) PI int(sin(x),x=0..PI) assume(a>0) int(x^n,x) assuming n <> -1 sum(k^2,k=1..n) sum(x^n/n!,n=0..infinity simplify(expr) numer(expr) denom(expr) solve(expr) op(sol,[2,1,1]) plot::Line2d([x1,y1],[x2,y2]) plot::PointList2d( [[x1,x2],..])

Notes