ORDINARY DIFFERENTIAL EQUATIONS

Size: px
Start display at page:

Download "ORDINARY DIFFERENTIAL EQUATIONS"

Transcription

1 Page 1 of 22 ORDINARY DIFFERENTIAL EQUATIONS Lecture 5 Visualization Tools for Solutions of First-Order ODEs (Revised 02 February, 08:05) Professor Stephen H Saperstone Department of Mathematical Sciences George Mason University Fairfax, VA sap@gmu.edu Copyright 2009 by Stephen H Saperstone All rights reserved We develop a number of approaches to plotting particular solutions to first-order ODEs. The approach depends on whether or not we have a solution in hand. That's right! We will see how to approximate the graph of a solution even when we lack an implicit solution. If fact we will see how to create the graph of an approximate solution when we have no hope of integrating the ODE. Even when we can calculate a general solution, it will depend on an arbitrary constant. Consequently we cannot plot such a solution until we assign the constant a numerical value. We saw in Lecture 3 that the asssignment of a value to the arbitrary constant results from a specification of an initial condition for the ODE. Henceforth most of our discussion will refer to ODEs with an initial condition; i.e., IVPs. 5.1 SOFTWARE PLOTTING TOOLS When we can solve an IVP for an explicit solution, then we use traditional plotting methods

2 Page 2 of 22 to graph the solution. When the best we can do is calculate an implicit solution, we will use implicit plotting tools. Finally, when we cannot even calculate an implicit solution, we will sketch a slope field - an array of direction lines that the solution to an IVP must follow. We will use the following Java based plotting tools in this lecture as subsequent ones. Some are easier to implement than others. Their main virtue is that they provide quick plots so you can attempt to interpret the significance of the solution. GCalc3 (Jiho Kim): A multipurpose graphing utility that allows the user to set many plotting parameters. A nice feature checks mathematics syntax. You can save & print plots. Good documentation at the author's website [Hint: Completely close applet when switching to a new plot.] Plot types includes Cartesian plots Implicit function plots Parametric plots Direction fields Level Curve Applet (T. Banchoff, M. May): A very sophisticated surface plotter that shows level curves and their provjections onto the -plane. Can rotate and view the surface and level curves from any perspective. (Recommended) [Be careful with syntax. In particular, this applet uses notation for exponentials rather than the more standard Implicit Function Graphing Tool (J.L. Stanbrough): A simple implicit function plotting utility The Gradient and Level Curves Applet (E. Serdiouk): Another simple & easy to use implicit function plotting utility. The Slope Field Applet (J.L. Stanbrough): A real easy to use utility for calculating slope fields DFIELD (J. Polking): A Java version of an even more elaborate MATLAB m- file of the same name. Highly configurable, it can be used to make print quality plots. (Recommended) Solution Targets (MIT OPen CourseWare) Slope Field Calculator (M. Rychlik): A more configurable and sophisticated slope field generator than the preceding one. Warning: you must press the enter key after changing any values in the required fields. This slope field calculator is part of a much broader applet called JODE You can use any software you want to produce plots. I've included the above so that you can do all necessary plotting from within your browser.

3 Page 3 of 22 WARNING: Most of the plotting applets require the independent variable be and the dependent variable be Also, a little thought about the nature of the solution will give you some insight as how large or small to choose an interval of definition, 5.2 PLOTTING OF EXPLICIT SOLUTIONS An explicit solution to an IVP is a formula of the form defined on an interval of definition that contains Example 5.1 (Plot of an Explicit Solution) Plot the solution to the IVP from Example The solution was calculated there as with maximal interval of definition Solution Any interval that contains will do; we choose We use the GCalc3 Graph Plugin with the following view parameters: As with any of the plotting applications, you will have to play with the plotting options to produce pleasing and informative graphs. We obtain the plot in Figure 5.1 below.

4 Page 4 of 22 Figure 4.1 End of Example 5.1 Example 5.2 (Plot of an Explicit Solution) Plot the solution to the IVP from Example 3.8. The solution was calculated there as with maximal interval of definition Solution We choose We use the GCalc3 Graph Plugin with the following view parameters: with plot in Figure 5.2 below.

5 Page 5 of 22 Figure 5.2 End of Example PLOTTING OF IMPLICIT SOLUTIONS An implicit solution to an IVP is an equation of the form that implicitly defines an explicit solution on an interval of definition that contains It may be impossible to write down a formula for That doesn't mean that the solution doesn't exist; it just means that we cannot solve for in terms of Example 5.3 (Plot of an Implicit Solution) Plot the solution to the IVP Use the GCalc3 Implicit Function Plugin Solution The ODE is separable. The implicit solution is given by

6 Page 6 of 22 Set Although we know that an interval of definition must contain the initial value we don't know yet the extent of thus we don't know what view parameters to choose as we did in Examples 5.1 and 5.2. If we just enter in GCalc3 we get Figure 5.3 below using the default view parameters. Figure 5.3 Observe that the graph passes through as the initial condition specifies. It also appears that the graph is not a function: the graph fails the vertical line test near To get a more complete picture of what's going on (pun intended), change the view parameters to We get Figure 5.4 below

7 Page 7 of 22 Figure 5.4 Thus it appears that the graph represents a function on the interval maximum interval of definition. End of Example 5.3 which we take to be the Example Plot the solution to the IVP 5.4 [Plot of an Implicit Solution] Use the GCalc3 Implicit Function Plugin Solution The ODE is separable. The implicit solution is given by Set First return to Example 2.5 to view the surface defined by In using GCalc3 you must convert the -variables to -variables We know that an interval of definition must contain the initial value we don't know yet the maximal extent of thus we don't know what view parameters to choose as we did in Examples 5.1 and 5.2. If we just enter in GCalc3 we get Figure 5.5 below using the default view parameters.

8 Page 8 of 22 Figure 5.5 Observe that the graph passes through as the initial condition specifies. It also appears that the graph is not a function: the graph fails the vertical line test near and To get a more complete picture of what's going on (pun intended), change the view parameters to We get Figure 5.6 below

9 Page 9 of 22 Figure 5.6 Thus it appears that the graph represents a function on the interval which we take this to approximate the maximum interval of definition. Observe that the plot in Figure 5.6 shows two branches of. The branch of interest to us is the one on which the initial condition falls: That is top branch of the loop. Also observe that in Figure 5.6 the curve passes through two points where the slope of the tangent line to the curve is vertical; i.e., the derivative of the implicitly defined solution is undefined. In the -notation, these points are at and Upon examination of the ODE. it is obvious that when is infinite, hence undefined.. Thus we cannot expect a solution to pass through either of these points. You can substitute into and solve for to get and These values are in agreement with our eyeball estimate of. It is facinating to view the solutions of the ODE as level curves of the surface defined by Thus the level curve that corresponds to the initial condition occurs at The Level Curve Applet is an excellent visualization tool to study how changes in the initial condition affects the solution. (Open in a new window otherwise you'll lose the applet and all your custom settings if and when you return to the Lecture 5 page.) We begin by entering the appropriate data into the applet's control window As in the GCalc3 Plugin, we must switch to -variables. [Note the use of e^x instead of the standard exp (x). Also, you must hit the Enter key after every change in this window.] It is immediately apparent

10 Page 10 of 22 that the surface appears to be flat. We can remedy this by rescaling (really by a suitable factor, say by to get the equivalent solution to Thus we'll use in the Level Curve Applet. First read instructions at the start of the Level Curve Applet page. Thus in the control window insert 10* in front of x*y*e^(-x-y). Finally, you can rotate, translate the surfaces in both the Level Curves window and the Graph window. Slide the white dot along the -axis in the Level Curves window and see how the intersections are reflected in the Graph Window. End of Example PLOTTING SOLUTIONS WITH A SLOPE FIELD Consider the first-order ODE There is a simple geometric interpretation of Eqn. (4.1) that allows us to sketch some of its solutions without ever having to go through any steps whatsoever to solve the ODE. The slope of the solution of Eqn. (5.1) at the point is Thus without any knowledge of a solution, we can compute its direction at any point in the -plane where is defined. This enables us to make a rough sketch of the solution to an IVP as we shall soon demonstrate in Example 5.4. Direction Lines Suppose is solution to IVP Thus the graph of passes through the point As usual, we suppose that is defined on some interval that includes in its interior. Substitute into the ODE: get At we have

11 Page 11 of 22 Figure 5.7 We read Eqn. (5.2) to say that the slope of at is Hence without even knowing we know its slope at The slope provides us with the direction of the graph of as its graph passes through the point So on a -coordinate system, we draw a short line segment through with slope, as suggested by Figure 5.7. Because the direction of a solution must be tangent to the short line segment, that line segment is called a direction line. This procedure can be extended to any grid or array of points in the domain of Slope Fields We illustrate this idea with the ODE so that Through each point on the grid in Figure 5.8 below we draw a direction line with slope For instance, the slope of the solution through the point is The slope of the solution through the point is Slopes are tabulated in Figure 5.8 for each grid point and are marked on the adjacent graph. Thus, through the point we have drawn a direction line with slope through the point we have drawn a direction line with slope and so on. The direction lines are centered about each grid point. The inclination of each direction line determines the direction of a solution as it passes through the grid point. A collection of direction lines for a given first-order ODE is called a slope field (aka direction field).

12 Page 12 of 22 Figure 5.8: Slope field for on a 1 1 grid We can build a picture of the solutions by choosing a finer grid. Figure 4.6 illustrates this on a grid. With enough direction lines, it is possible to visualize the "flow" of the solutions. Rough sketches of a few solutions, called integral curves, have been added in Figure 5.9 to conform to the direction lines. Figure 5.9: 1/2 1/2 grid for

13 Page 13 of 22 There are two important considerations in attempting to sketch an integral curve in a slope field. 1. Infinitely many solutions are suggested by a slope. That is, a solution that passes through a point with slope is most likely a different solution from one that passes through another point with slope The graph of a solution issuing from must follow its own course - it cannot be made to pass through some other arbitrary point unless it is meant to. Remember, an explicit solution is a function. For each -value it its interval of definition there is precisely one -value. 2. In attempting to sketch an integral curve through some point you will likely have to "mentally" interpolate direction lines between the existing ones that you have already drawn. This "filling in" allows you to extend the initial direction from to a nearby point, say then head off in the direction with slope and so on. Thus by plotting the slope field we make it possible to visualize the paths the solutions must take. In a sense, the slope field is like a force field: a particle, if placed at the point will move in the direction of a line through with slope As the value of varies with the direction taken by the particle will vary accordingly. By following the slope field in Figure 5.9, we can sketch some of its integral curves. The slope field illustrated in Figure 5.9 suggests two properties about all solutions of 1. The function is a solution. 2. All solutions approach zero as Since is readily solvable (it is separable), we can solve it to get the general solution thereby confirming properties (a) and (b). Now we realize how valuable the slope field can be. Properties (a) and (b) appear evident even without the sketch of some of the integral curves. Of course the behavior of the solutions is only suggested by the slope sield. Analytical methods are needed to establish conclusively that such properties are the ones we observed. Nevertheless, computer graphics provide us with a tool to uncover the properties in the first place. Example 5.5 (Hand Sketch of a Slope Field) Sketch a slope field by hand on a grid for the ODE Solution:

14 Page 14 of 22 Figure 5.10: 1 1 grid for The slope field in Figure 5.10 is too coarse; more direction lines are needed to suggest the shape of integral curves adequately. Figure 5.11 displays a slope field based on a grid. The accuracy of the integral curves depends on how fine a grid is used. The finer the grid, the richer the slope field, supplying more information to help sketch integral curves. Figure 5.11: Slope field for on a 1/2 1/2 grid End of Example 5.5

15 Page 15 of 22 Example 5.6 (Hand Sketch of a Slope Field) Sketch a slope field over the square by hand on a grid for the ODE Additionally, sketch integral curves with initial conditions Solution: Figure 5.12: 1/4 grid for End of Example 5.6 Example 5.7 (Hand Sketch of a Slope Field) Sketch a slope field over the square by hand for the ODE Solution:

16 Page 16 of 22 Figure 5.13: Slope field for End of Example 5.7 The ODEs whose slope fields we have constructed so far have all been ODEs that can be solved by methods you have learned so far. Now we demonstrate how a slope field can provide us the integral curves to an ODE that we cannot solve to obtain a closed form solution. Example 5.8 (Computer Sketch of a Slope Field) Use one of the following Java applets DFIELD (J. Polking) Slope Field Calculator (M. Rychlik) GCalc3 - Direction Field Plugin (Jiho Kim) to sketch a slope field over the square by hand on a grid for the ODE Additionally, "click in" the integral curves with initial conditions

17 Page 17 of 22 Solution: Figure 5.13: grid for End of Example 5.8 Isoclines A slope field for and the ODEs from Example 5.6 and Example 5.7 are relatively easy to construct by hand since the right side of each of the ODEs lacks the explicit presence of the variable That is the ODEs share the common form (An ODE in which the right side has no explicit dependence on the variable is called autonomous. The properties of such ODEs are explored in more depth in Lectures 8 and 9.) When the variable appears explicitly on the the right side of the ODE such as in Example

18 Page 18 of , a hand construction of a slope field can be very tedious. A shortcut used to sketch such a slope field for is based on the observation that the slope of a solution has constant value at all points on the curve defined by We call such a curve an isocline ("same inclination"). We illustrate this idea with the ODE of Example 5.8, namely, We begin by fixing a number then we find all points at which the direction line has slope This defines a curve with the property that every solution of that crosses has slope at the point of intersection. For instance, when we get the curve which is the equation of a circle with center at and radius At every point on this circle we have In general, for every positive value of we get the circle with center at and radius. The slope field has slope at every point on this circle; see Figure An integral curve through is sketched as well. This method of generating a slope field can be done by hand when the isocline is some easily recognized curve (e.g., a conic section). Figure 5.14: Isoclines, slope field, and integral solution curves for Example 5.9 (Isoclines) Use isoclines to sketch a slope field over the square by hand for the ODE Solution: The first plot shows the isoclines which have the form so in this case their graphs are straight lines. The slope field has constant slope at each point on the line For instance,

19 Page 19 of 22 when the corresponding isocline is given by each direction line on this isocline has slope see Figure 5.15(a). Figure 5.15(a): Isoclines, direction lines for Now observe the spacial nature of the isocline corresponding to The slope of the direction line at every point on this isocline agrees with the slope of the isocline, namely This is just a happy coincidence., but it tells us something important about the isocline: must be a solution to the ODE. Geometrically this makes sense: the direction of flow of the solution coincides with the isocline. Also note in Figure 5.15(b) how the integral curves appear to approach the solution as

20 Page 20 of 22 Figure 5.15(b): Some integral curves of End of Example 5.9 Experiment with the isocline java applet: d'arbeloff. As you move the (slope) slider with your mouse pointer, the corresponding isocline is plotted instantly. Regrettably, the program does not accept user defined ODEs: the program provides seven built-in ODEs. Example 5.10 (Isoclines) Use isoclines to prove that the solution to the IVP approaches zero as Although the plot in Figure 5.16 indicates that the solution approaches zero as a plot does not suffice for a proof.

21 Page 21 of 22 Figure 5.16: Slope field of and integral curve through Solution: In the Figure 5.17 the dashed lines labeled are the isoclines corresponding to for, respectively. The - and -axes are isoclines that correspond to. Let be the shaded region bounded by the curves and Denote by the solution through We claim that (i) the graph of must enter and (ii) the graph of remains "trapped" in Figure 5.17: Isoclines for (i) Suppose the graph of never enters On and as long as Thus must lie below the line Moreover can never be negative on otherwise by continuity of the graph of would have to cross the -axis. Let be the first such point in at which

22 Page 22 of 22. In order for this to occur would have to be decreasing at some time prior to But this is impossible because all directions are positive between the -axis and the lower boundary of (ii) The graph of remains "trapped" in An intuitive explanation is based on the fact that in the slope of is decreasing and remains between and In order for to "escape" the lower curve the slope of as it crosses would have to be negative. But this contradicts that fact that is a 0 cline. Similarly, in order for to "escape" the upper curve the slope of as it crosses would have to be greater than which contradicts the fact that is a -1 cline. With the solution trapped in it follows that for all Thus since is "sandwiched" between two functions that tend to zero as End of Example 5.10

3.7. Vertex and tangent

3.7. Vertex and tangent 3.7. Vertex and tangent Example 1. At the right we have drawn the graph of the cubic polynomial f(x) = x 2 (3 x). Notice how the structure of the graph matches the form of the algebraic expression. The

More information

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

More information

Planes Intersecting Cones: Static Hypertext Version

Planes Intersecting Cones: Static Hypertext Version Page 1 of 12 Planes Intersecting Cones: Static Hypertext Version On this page, we develop some of the details of the plane-slicing-cone picture discussed in the introduction. The relationship between the

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

Geometric Primitives. Chapter 5

Geometric Primitives. Chapter 5 Chapter 5 Geometric Primitives In this chapter, we discuss the basic geometric primitives we will use to represent the world in which our graphic objects live. As discussed at the beginning of this class,

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

CCNY Math Review Chapter 2: Functions

CCNY Math Review Chapter 2: Functions CCN Math Review Chapter : Functions Section.1: Functions.1.1: How functions are used.1.: Methods for defining functions.1.3: The graph of a function.1.: Domain and range.1.5: Relations, functions, and

More information

Direction Fields; Euler s Method

Direction Fields; Euler s Method Direction Fields; Euler s Method It frequently happens that we cannot solve first order systems dy (, ) dx = f xy or corresponding initial value problems in terms of formulas. Remarkably, however, this

More information

SPECIAL TECHNIQUES-II

SPECIAL TECHNIQUES-II SPECIAL TECHNIQUES-II Lecture 19: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay Method of Images for a spherical conductor Example :A dipole near aconducting sphere The

More information

MAT 275 Laboratory 3 Numerical Solutions by Euler and Improved Euler Methods (scalar equations)

MAT 275 Laboratory 3 Numerical Solutions by Euler and Improved Euler Methods (scalar equations) MATLAB sessions: Laboratory 3 1 MAT 275 Laboratory 3 Numerical Solutions by Euler and Improved Euler Methods (scalar equations) In this session we look at basic numerical methods to help us understand

More information

Specific Objectives Students will understand that that the family of equation corresponds with the shape of the graph. Students will be able to create a graph of an equation by plotting points. In lesson

More information

EXTREME POINTS AND AFFINE EQUIVALENCE

EXTREME POINTS AND AFFINE EQUIVALENCE EXTREME POINTS AND AFFINE EQUIVALENCE The purpose of this note is to use the notions of extreme points and affine transformations which are studied in the file affine-convex.pdf to prove that certain standard

More information

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA Chapter 1 : BioMath: Transformation of Graphs Use the results in part (a) to identify the vertex of the parabola. c. Find a vertical line on your graph paper so that when you fold the paper, the left portion

More information

HOUGH TRANSFORM CS 6350 C V

HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM The problem: Given a set of points in 2-D, find if a sub-set of these points, fall on a LINE. Hough Transform One powerful global method for detecting edges

More information

1. Use the Trapezium Rule with five ordinates to find an approximate value for the integral

1. Use the Trapezium Rule with five ordinates to find an approximate value for the integral 1. Use the Trapezium Rule with five ordinates to find an approximate value for the integral Show your working and give your answer correct to three decimal places. 2 2.5 3 3.5 4 When When When When When

More information

Objectives. Materials

Objectives. Materials Activity 13 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the

More information

Section A1: Gradients of straight lines

Section A1: Gradients of straight lines Time To study this unit will take you about 10 hours. Trying out and evaluating the activities with your pupils in the class will be spread over the weeks you have planned to cover the topic. 31 Section

More information

Derivatives and Graphs of Functions

Derivatives and Graphs of Functions Derivatives and Graphs of Functions September 8, 2014 2.2 Second Derivatives, Concavity, and Graphs In the previous section, we discussed how our derivatives can be used to obtain useful information about

More information

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System 3. The Rectangular Coordinate System Interpret a line graph. Objectives Interpret a line graph. Plot ordered pairs. 3 Find ordered pairs that satisfy a given equation. 4 Graph lines. 5 Find x- and y-intercepts.

More information

MAT 275 Laboratory 3 Numerical Solutions by Euler and Improved Euler Methods (scalar equations)

MAT 275 Laboratory 3 Numerical Solutions by Euler and Improved Euler Methods (scalar equations) MAT 275 Laboratory 3 Numerical Solutions by Euler and Improved Euler Methods (scalar equations) In this session we look at basic numerical methods to help us understand the fundamentals of numerical approximations.

More information

WHAT YOU SHOULD LEARN

WHAT YOU SHOULD LEARN GRAPHS OF EQUATIONS WHAT YOU SHOULD LEARN Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs of equations. Find equations of and sketch graphs of

More information

Section 3.1 Graphing Using the Rectangular Coordinate System

Section 3.1 Graphing Using the Rectangular Coordinate System Objectives Section 3.1 Graphing Using the Rectangular Coordinate System n Construct a rectangular coordinate system n Plot ordered pairs and determine the coordinates of a point n Graph paired data n Read

More information

GRAPHING WORKSHOP. A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation.

GRAPHING WORKSHOP. A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation. GRAPHING WORKSHOP A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation. The figure below shows a straight line drawn through the three points (2, 3), (-3,-2),

More information

4 Visualization and. Approximation

4 Visualization and. Approximation 4 Visualization and Approximation b A slope field for the differential equation y tan(x + y) tan(x) tan(y). It is not always possible to write down an explicit formula for the solution to a differential

More information

Advanced Algebra. Equation of a Circle

Advanced Algebra. Equation of a Circle Advanced Algebra Equation of a Circle Task on Entry Plotting Equations Using the table and axis below, plot the graph for - x 2 + y 2 = 25 x -5-4 -3 0 3 4 5 y 1 4 y 2-4 3 2 + y 2 = 25 9 + y 2 = 25 y 2

More information

15. PARAMETRIZED CURVES AND GEOMETRY

15. PARAMETRIZED CURVES AND GEOMETRY 15. PARAMETRIZED CURVES AND GEOMETRY Parametric or parametrized curves are based on introducing a parameter which increases as we imagine travelling along the curve. Any graph can be recast as a parametrized

More information

Math 3 Coordinate Geometry Part 2 Graphing Solutions

Math 3 Coordinate Geometry Part 2 Graphing Solutions Math 3 Coordinate Geometry Part 2 Graphing Solutions 1 SOLVING SYSTEMS OF EQUATIONS GRAPHICALLY The solution of two linear equations is the point where the two lines intersect. For example, in the graph

More information

Columbus State Community College Mathematics Department Public Syllabus. Course and Number: MATH 1172 Engineering Mathematics A

Columbus State Community College Mathematics Department Public Syllabus. Course and Number: MATH 1172 Engineering Mathematics A Columbus State Community College Mathematics Department Public Syllabus Course and Number: MATH 1172 Engineering Mathematics A CREDITS: 5 CLASS HOURS PER WEEK: 5 PREREQUISITES: MATH 1151 with a C or higher

More information

Section 18-1: Graphical Representation of Linear Equations and Functions

Section 18-1: Graphical Representation of Linear Equations and Functions Section 18-1: Graphical Representation of Linear Equations and Functions Prepare a table of solutions and locate the solutions on a coordinate system: f(x) = 2x 5 Learning Outcome 2 Write x + 3 = 5 as

More information

Multivariable Calculus

Multivariable Calculus Multivariable Calculus Chapter 10 Topics in Analytic Geometry (Optional) 1. Inclination of a line p. 5. Circles p. 4 9. Determining Conic Type p. 13. Angle between lines p. 6. Parabolas p. 5 10. Rotation

More information

Section Graphs and Lines

Section Graphs and Lines Section 1.1 - Graphs and Lines The first chapter of this text is a review of College Algebra skills that you will need as you move through the course. This is a review, so you should have some familiarity

More information

Surfaces and Partial Derivatives

Surfaces and Partial Derivatives Surfaces and James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 15, 2017 Outline 1 2 Tangent Planes Let s go back to our simple surface

More information

Substituting a 2 b 2 for c 2 and using a little algebra, we can then derive the standard equation for an ellipse centred at the origin,

Substituting a 2 b 2 for c 2 and using a little algebra, we can then derive the standard equation for an ellipse centred at the origin, Conics onic sections are the curves which result from the intersection of a plane with a cone. These curves were studied and revered by the ancient Greeks, and were written about extensively by both Euclid

More information

MTH 122 Calculus II Essex County College Division of Mathematics and Physics 1 Lecture Notes #11 Sakai Web Project Material

MTH 122 Calculus II Essex County College Division of Mathematics and Physics 1 Lecture Notes #11 Sakai Web Project Material MTH Calculus II Essex County College Division of Mathematics and Physics Lecture Notes # Sakai Web Project Material Introduction - - 0 - Figure : Graph of y sin ( x y ) = x cos (x + y) with red tangent

More information

Review for Mastery Using Graphs and Tables to Solve Linear Systems

Review for Mastery Using Graphs and Tables to Solve Linear Systems 3-1 Using Graphs and Tables to Solve Linear Systems A linear system of equations is a set of two or more linear equations. To solve a linear system, find all the ordered pairs (x, y) that make both equations

More information

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Tim Varner - 2004 The Inventor User Interface Command Panel Lists the commands that are currently

More information

Math 32, August 20: Review & Parametric Equations

Math 32, August 20: Review & Parametric Equations Math 3, August 0: Review & Parametric Equations Section 1: Review This course will continue the development of the Calculus tools started in Math 30 and Math 31. The primary difference between this course

More information

DD2429 Computational Photography :00-19:00

DD2429 Computational Photography :00-19:00 . Examination: DD2429 Computational Photography 202-0-8 4:00-9:00 Each problem gives max 5 points. In order to pass you need about 0-5 points. You are allowed to use the lecture notes and standard list

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 24

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 24 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 24 So in today s class, we will look at quadrilateral elements; and we will

More information

SECTION 1.3: BASIC GRAPHS and SYMMETRY

SECTION 1.3: BASIC GRAPHS and SYMMETRY (Section.3: Basic Graphs and Symmetry).3. SECTION.3: BASIC GRAPHS and SYMMETRY LEARNING OBJECTIVES Know how to graph basic functions. Organize categories of basic graphs and recognize common properties,

More information

Each point P in the xy-plane corresponds to an ordered pair (x, y) of real numbers called the coordinates of P.

Each point P in the xy-plane corresponds to an ordered pair (x, y) of real numbers called the coordinates of P. Lecture 7, Part I: Section 1.1 Rectangular Coordinates Rectangular or Cartesian coordinate system Pythagorean theorem Distance formula Midpoint formula Lecture 7, Part II: Section 1.2 Graph of Equations

More information

Revision Topic 11: Straight Line Graphs

Revision Topic 11: Straight Line Graphs Revision Topic : Straight Line Graphs The simplest way to draw a straight line graph is to produce a table of values. Example: Draw the lines y = x and y = 6 x. Table of values for y = x x y - - - - =

More information

The feature set you are required to implement in your ray tracer is as follows (by order from easy to hard):

The feature set you are required to implement in your ray tracer is as follows (by order from easy to hard): Ray Tracing exercise TAU, Computer Graphics, 0368.3014, semester B Go to the Updates and FAQ Page Overview The objective of this exercise is to implement a ray casting/tracing engine. Ray tracing is a

More information

In this chapter, we will investigate what have become the standard applications of the integral:

In this chapter, we will investigate what have become the standard applications of the integral: Chapter 8 Overview: Applications of Integrals Calculus, like most mathematical fields, began with trying to solve everyday problems. The theory and operations were formalized later. As early as 70 BC,

More information

Slide 1 / 96. Linear Relations and Functions

Slide 1 / 96. Linear Relations and Functions Slide 1 / 96 Linear Relations and Functions Slide 2 / 96 Scatter Plots Table of Contents Step, Absolute Value, Piecewise, Identity, and Constant Functions Graphing Inequalities Slide 3 / 96 Scatter Plots

More information

6.001 Notes: Section 8.1

6.001 Notes: Section 8.1 6.001 Notes: Section 8.1 Slide 8.1.1 In this lecture we are going to introduce a new data type, specifically to deal with symbols. This may sound a bit odd, but if you step back, you may realize that everything

More information

Classroom Tips and Techniques: Maple Meets Marden's Theorem. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Maple Meets Marden's Theorem. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Classroom Tips and Techniques: Maple Meets Marden's Theorem Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft The statement of Marden's theorem in Table 1 is taken

More information

A new CAS-touch with touching problems

A new CAS-touch with touching problems A new CAS-touch with touching problems T 3 - Conference, Oostende, August 00 Dr. René Hugelshofer, Switzerland rene@hugelshofer.net Parameters provide Maths with a new dynamic and lead sometimes to astonishing

More information

(Refer Slide Time: 00:02:02)

(Refer Slide Time: 00:02:02) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 20 Clipping: Lines and Polygons Hello and welcome everybody to the lecture

More information

Surfaces and Partial Derivatives

Surfaces and Partial Derivatives Surfaces and Partial Derivatives James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 9, 2016 Outline Partial Derivatives Tangent Planes

More information

Unit 1, Lesson 1: Moving in the Plane

Unit 1, Lesson 1: Moving in the Plane Unit 1, Lesson 1: Moving in the Plane Let s describe ways figures can move in the plane. 1.1: Which One Doesn t Belong: Diagrams Which one doesn t belong? 1.2: Triangle Square Dance m.openup.org/1/8-1-1-2

More information

(Refer Slide Time: 00:03:51)

(Refer Slide Time: 00:03:51) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 17 Scan Converting Lines, Circles and Ellipses Hello and welcome everybody

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

Implicit Function Explorations

Implicit Function Explorations Activities with Implicit Functions and Implicit Differentiation on the TI-89/Voyage 00 Dennis Pence Western Michigan University Kalamazoo, Michigan USA Abstract: Unfortunately the topic of implicit differentiation

More information

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function?

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function? Meeting 1 Introduction to Functions Part 1 Graphing Points on a Plane (REVIEW) A plane is a flat, two-dimensional surface. We describe particular locations, or points, on a plane relative to two number

More information

10-2 Circles. Warm Up Lesson Presentation Lesson Quiz. Holt Algebra2 2

10-2 Circles. Warm Up Lesson Presentation Lesson Quiz. Holt Algebra2 2 10-2 Circles Warm Up Lesson Presentation Lesson Quiz Holt Algebra2 2 Warm Up Find the slope of the line that connects each pair of points. 1. (5, 7) and ( 1, 6) 1 6 2. (3, 4) and ( 4, 3) 1 Warm Up Find

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

2D/3D Geometric Transformations and Scene Graphs

2D/3D Geometric Transformations and Scene Graphs 2D/3D Geometric Transformations and Scene Graphs Week 4 Acknowledgement: The course slides are adapted from the slides prepared by Steve Marschner of Cornell University 1 A little quick math background

More information

An Introduction to the Directional Derivative and the Gradient Math Insight

An Introduction to the Directional Derivative and the Gradient Math Insight An Introduction to the Directional Derivative and the Gradient Math Insight The directional derivative Let the function f(x,y) be the height of a mountain range at each point x=(x,y). If you stand at some

More information

Homework #2. Hidden Surfaces, Projections, Shading and Texture, Ray Tracing, and Parametric Curves

Homework #2. Hidden Surfaces, Projections, Shading and Texture, Ray Tracing, and Parametric Curves Computer Graphics Instructor: Brian Curless CSE 457 Spring 2013 Homework #2 Hidden Surfaces, Projections, Shading and Texture, Ray Tracing, and Parametric Curves Assigned: Sunday, May 12 th Due: Thursday,

More information

Lecture 34: Curves defined by Parametric equations

Lecture 34: Curves defined by Parametric equations Curves defined by Parametric equations When the path of a particle moving in the plane is not the graph of a function, we cannot describe it using a formula that express y directly in terms of x, or x

More information

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves Block #1: Vector-Valued Functions Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves 1 The Calculus of Moving Objects Problem.

More information

Mathematics (www.tiwariacademy.com)

Mathematics (www.tiwariacademy.com) () Miscellaneous Exercise on Chapter 10 Question 1: Find the values of k for which the line is (a) Parallel to the x-axis, (b) Parallel to the y-axis, (c) Passing through the origin. Answer 1: The given

More information

Functions of Several Variables

Functions of Several Variables Chapter 3 Functions of Several Variables 3.1 Definitions and Examples of Functions of two or More Variables In this section, we extend the definition of a function of one variable to functions of two or

More information

Computer Graphics : Bresenham Line Drawing Algorithm, Circle Drawing & Polygon Filling

Computer Graphics : Bresenham Line Drawing Algorithm, Circle Drawing & Polygon Filling Computer Graphics : Bresenham Line Drawing Algorithm, Circle Drawing & Polygon Filling Downloaded from :www.comp.dit.ie/bmacnamee/materials/graphics/006- Contents In today s lecture we ll have a loo at:

More information

We can determine this with derivatives: the graph rises where its slope is positive.

We can determine this with derivatives: the graph rises where its slope is positive. Math 1 Derivatives and Graphs Stewart. Increasing and decreasing functions. We will see how to determine the important features of a graph y = f(x) from the derivatives f (x) and f (x), summarizing our

More information

Section 7D Systems of Linear Equations

Section 7D Systems of Linear Equations Section 7D Systems of Linear Equations Companies often look at more than one equation of a line when analyzing how their business is doing. For example a company might look at a cost equation and a profit

More information

Section 4.3: How Derivatives Affect the Shape of the Graph

Section 4.3: How Derivatives Affect the Shape of the Graph Section 4.3: How Derivatives Affect the Shape of the Graph What does the first derivative of a function tell you about the function? Where on the graph below is f x > 0? Where on the graph below is f x

More information

OpenGL Graphics System. 2D Graphics Primitives. Drawing 2D Graphics Primitives. 2D Graphics Primitives. Mathematical 2D Primitives.

OpenGL Graphics System. 2D Graphics Primitives. Drawing 2D Graphics Primitives. 2D Graphics Primitives. Mathematical 2D Primitives. D Graphics Primitives Eye sees Displays - CRT/LCD Frame buffer - Addressable pixel array (D) Graphics processor s main function is to map application model (D) by projection on to D primitives: points,

More information

Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 17 Notes These notes correspond to Section 10.1 in the text. Three-Dimensional Coordinate Systems Over the course of the next several lectures, we will

More information

CSC 418/2504 Computer Graphics, Winter 2012 Assignment 1 (10% of course grade)

CSC 418/2504 Computer Graphics, Winter 2012 Assignment 1 (10% of course grade) CSC 418/2504 Computer Graphics, Winter 2012 Assignment 1 (10% of course grade) Part A [50 marks in total] Due 11:59pm onwed., Feb. 8, 2012. Below are 4 exercises covering di erent topics from the first

More information

The Three Dimensional Coordinate System

The Three Dimensional Coordinate System The Three-Dimensional Coordinate System The Three Dimensional Coordinate System You can construct a three-dimensional coordinate system by passing a z-axis perpendicular to both the x- and y-axes at the

More information

Midterm Exam Fundamentals of Computer Graphics (COMP 557) Thurs. Feb. 19, 2015 Professor Michael Langer

Midterm Exam Fundamentals of Computer Graphics (COMP 557) Thurs. Feb. 19, 2015 Professor Michael Langer Midterm Exam Fundamentals of Computer Graphics (COMP 557) Thurs. Feb. 19, 2015 Professor Michael Langer The exam consists of 10 questions. There are 2 points per question for a total of 20 points. You

More information

Tangents of Parametric Curves

Tangents of Parametric Curves Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 32 Notes These notes correspond to Section 92 in the text Tangents of Parametric Curves When a curve is described by an equation of the form y = f(x),

More information

Unit 12 Topics in Analytic Geometry - Classwork

Unit 12 Topics in Analytic Geometry - Classwork Unit 1 Topics in Analytic Geometry - Classwork Back in Unit 7, we delved into the algebra and geometry of lines. We showed that lines can be written in several forms: a) the general form: Ax + By + C =

More information

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name DIRECT AND INVERSE VARIATIONS 19 Direct Variations Name Of the many relationships that two variables can have, one category is called a direct variation. Use the description and example of direct variation

More information

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph :

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph : Name Direct Variations There are many relationships that two variables can have. One of these relationships is called a direct variation. Use the description and example of direct variation to help you

More information

Unit 6 Quadratic Functions

Unit 6 Quadratic Functions Unit 6 Quadratic Functions 12.1 & 12.2 Introduction to Quadratic Functions What is A Quadratic Function? How do I tell if a Function is Quadratic? From a Graph The shape of a quadratic function is called

More information

Mathematics for Business and Economics - I. Chapter7 Linear Inequality Systems and Linear Programming (Lecture11)

Mathematics for Business and Economics - I. Chapter7 Linear Inequality Systems and Linear Programming (Lecture11) Mathematics for Business and Economics - I Chapter7 Linear Inequality Systems and Linear Programming (Lecture11) A linear inequality in two variables is an inequality that can be written in the form Ax

More information

Module 2: Single Step Methods Lecture 4: The Euler Method. The Lecture Contains: The Euler Method. Euler's Method (Analytical Interpretations)

Module 2: Single Step Methods Lecture 4: The Euler Method. The Lecture Contains: The Euler Method. Euler's Method (Analytical Interpretations) The Lecture Contains: The Euler Method Euler's Method (Analytical Interpretations) An Analytical Example file:///g /Numerical_solutions/lecture4/4_1.htm[8/26/2011 11:14:40 AM] We shall now describe methods

More information

Background for Surface Integration

Background for Surface Integration Background for urface Integration 1 urface Integrals We have seen in previous work how to define and compute line integrals in R 2. You should remember the basic surface integrals that we will need to

More information

WEEK 4 REVIEW. Graphing Systems of Linear Inequalities (3.1)

WEEK 4 REVIEW. Graphing Systems of Linear Inequalities (3.1) WEEK 4 REVIEW Graphing Systems of Linear Inequalities (3.1) Linear Programming Problems (3.2) Checklist for Exam 1 Review Sample Exam 1 Graphing Linear Inequalities Graph the following system of inequalities.

More information

New perspectives on conic sections

New perspectives on conic sections New perspectives on conic sections Abstract Giora Mann, Nurit Zehavi and Thierry Dana-Picard* Weizmann Institute of Science, Israel, *Jerusalem College of Technology For a given hyperbola, what are the

More information

274 Curves on Surfaces, Lecture 5

274 Curves on Surfaces, Lecture 5 274 Curves on Surfaces, Lecture 5 Dylan Thurston Notes by Qiaochu Yuan Fall 2012 5 Ideal polygons Previously we discussed three models of the hyperbolic plane: the Poincaré disk, the upper half-plane,

More information

Integrated Mathematics I Performance Level Descriptors

Integrated Mathematics I Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Integrated Mathematics I. A student at this level has an emerging ability to demonstrate

More information

Introduction to FEM calculations

Introduction to FEM calculations Introduction to FEM calculations How to start informations Michał Rad (rad@agh.edu.pl) 20.04.2018 Outline Field calculations what is it? Model Program How to: Make a model Set up the parameters Perform

More information

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42 Contents 0.1 Basic Facts...................................... 8 0.2 Factoring Formulas.................................. 9 1 Review of Functions 15 1.1 Functions.......................................

More information

CS 325 Computer Graphics

CS 325 Computer Graphics CS 325 Computer Graphics 02 / 29 / 2012 Instructor: Michael Eckmann Today s Topics Questions? Comments? Specifying arbitrary views Transforming into Canonical view volume View Volumes Assuming a rectangular

More information

Use Geometry Expressions to create an envelope curve Use Geometry Expressions as an aide to creating geometric proof.

Use Geometry Expressions to create an envelope curve Use Geometry Expressions as an aide to creating geometric proof. Learning Objectives Loci and onics Lesson 4: onics and Envelope urves Level: Precalculus Time required: 90 minutes Students begin by looking at an envelope curve that generates an ellipse. The curve is

More information

volume & surface area of a right circular cone cut by a plane parallel to symmetrical axis (Hyperbolic section)

volume & surface area of a right circular cone cut by a plane parallel to symmetrical axis (Hyperbolic section) From the SelectedWorks of Harish Chandra Rajpoot H.C. Rajpoot Winter December 25, 2016 volume & surface area of a right circular cone cut by a plane parallel to symmetrical axis (Hyperbolic section) Harish

More information

4.3, Math 1410 Name: And now for something completely different... Well, not really.

4.3, Math 1410 Name: And now for something completely different... Well, not really. 4.3, Math 1410 Name: And now for something completely different... Well, not really. How derivatives affect the shape of a graph. Please allow me to offer some explanation as to why the first couple parts

More information

Solved Examples. Parabola with vertex as origin and symmetrical about x-axis. We will find the area above the x-axis and double the area.

Solved Examples. Parabola with vertex as origin and symmetrical about x-axis. We will find the area above the x-axis and double the area. Solved Examples Example 1: Find the area common to the curves x 2 + y 2 = 4x and y 2 = x. x 2 + y 2 = 4x (i) (x 2) 2 + y 2 = 4 This is a circle with centre at (2, 0) and radius 2. y = (4x-x 2 ) y 2 = x

More information

Polar Coordinates. 2, π and ( )

Polar Coordinates. 2, π and ( ) Polar Coordinates Up to this point we ve dealt exclusively with the Cartesian (or Rectangular, or x-y) coordinate system. However, as we will see, this is not always the easiest coordinate system to work

More information

Introduction to Transformations. In Geometry

Introduction to Transformations. In Geometry + Introduction to Transformations In Geometry + What is a transformation? A transformation is a copy of a geometric figure, where the copy holds certain properties. Example: copy/paste a picture on your

More information

Geometry and Gravitation

Geometry and Gravitation Chapter 15 Geometry and Gravitation 15.1 Introduction to Geometry Geometry is one of the oldest branches of mathematics, competing with number theory for historical primacy. Like all good science, its

More information

Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives

Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives In general, if f is a function of two variables x and y, suppose we let only x vary while keeping y fixed, say y = b, where b is a constant. By the definition of a derivative, we have Then we are really

More information

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines Math 18.02 (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines February 12 Reading Material: From Simmons: 17.1 and 17.2. Last time: Square Systems. Word problem. How many solutions?

More information

Name. Center axis. Introduction to Conic Sections

Name. Center axis. Introduction to Conic Sections Name Introduction to Conic Sections Center axis This introduction to conic sections is going to focus on what they some of the skills needed to work with their equations and graphs. year, we will only

More information

Did you ever think that a four hundred year-old spider may be why we study linear relationships today?

Did you ever think that a four hundred year-old spider may be why we study linear relationships today? Show Me: Determine if a Function is Linear M8221 Did you ever think that a four hundred year-old spider may be why we study linear relationships today? Supposedly, while lying in bed Rene Descartes noticed

More information

In other words, we want to find the domain points that yield the maximum or minimum values (extrema) of the function.

In other words, we want to find the domain points that yield the maximum or minimum values (extrema) of the function. 1 The Lagrange multipliers is a mathematical method for performing constrained optimization of differentiable functions. Recall unconstrained optimization of differentiable functions, in which we want

More information