Find the equation of a plane perpendicular to the line x = 2t + 1, y = 3t + 4, z = t 1 and passing through the point (2, 1, 3).

Size: px
Start display at page:

Download "Find the equation of a plane perpendicular to the line x = 2t + 1, y = 3t + 4, z = t 1 and passing through the point (2, 1, 3)."

Transcription

1 CME 100 Midterm Solutions - Fall CME Midterm Solutions - Fall 004 Problem 1 Find the equation of a lane erendicular to the line x = t + 1, y = 3t + 4, z = t 1 and assing through the oint (, 1, 3). lane: r = (t + 1)î + ( 3t + 4)ĵ + (t 1)ˆk n = i 3ĵ + ˆk (x x 0 ) 3(y y 0 ) + 1(z z 0 ) = 0 (x ) 3(y + 1) + 1(z 3) = 0 x 3y + z = 10 Find the area of a triangle whose vertices are (1,, 3), (, 0, 1), and (1, 1, ). ab = î + ĵ + 4ˆk and ac = î ĵ + 3ˆk î ĵ ˆk ab ac = = î(6 + 4) ĵ( 3 + 4) + ˆk(1 + ) = 10î ĵ + 3ˆk area of the arallelogram = ab ac = = 110 area of the triangle = 1 (area of the arallelogram) = 110 Using the definition of a dot roduct, find the cosine of the angle between the main diagonal of a cube and one of its adjacent sides. a = î + ĵ + ˆk and b = î. a b = 1 = a b cos θ a = 3 and b = 1. So 1 = 3 cos θ cos θ = 1 3

2 CME 100 Midterm Solutions - Fall 004 Part d Comute the scalar rojection of a = î + ĵ + ˆk in the direction of b = î + 4ĵ ˆk. Part e ( a b) roj b ( a) = b a b = = 3 b = b b = ( 1) = 18 = 3 roj b ( a) = 3 3 = You have been asked to create a MATLAB scrit to comuter an aroximate some of the infinite series 1 n=1 1+n. Write a short MATLAB scrit to comute sum using the first 100 terms and to dislay the result in the command window. clear s = 0; for n = 1:100 s = s + 1 / (1 + n^); end s Problem A article is traveling along an ellitical ath given by: r(t) = 5 cos tî + 3 sin tĵ. Comute the velocity vector v(t) v(t) = r(t) = 5 sin tî + 3 cos tĵ Find all value(s) of t for 0 t < π for which the velocity v(t) is erendicular to the osition vector r(t) t(t) r(t) v(t) r(t) = 5 sin(t) cos(t) + 9 sin(t) cos(t) = 0 sin(t) cos(t) = 9 sin(t) cos(t) 5 sin(t) = 0 or cos(t) = 0 t = 0, π, π, 3π

3 CME 100 Midterm Solutions - Fall Comute the curvature of the ath as a function of time t. Part d κ = v a v 3 a = r = v = 5 cos(t)î 3sin(t)ĵ î ĵ ˆk v a = 5 sin(t) 3 cos(t) 0 5 cos(t) 3 sin(t) 0 = (15 sin (t) + 15 cos (t))ˆk = 15ˆk v 3 = (5 sin (t) + 9 cos (t)) 3 = (16 sin (t) + 9) 3 15 κ = (16 sin (t) + 9) 3 Determine the location along the ellise at which the curvature is maximized and minimized. Evaluate the curvature at those locations. dκ dt = d dt (15(16 sin (t) + 9) 3 ( 3 ) = 15 ) 3 sin(t) cos(t)(16sin (t) + 9) sin(t) cos(t) = (16 sin (t) + 9) 5 dκ dt = 0 sin(t) cos(t) = 0 sin(t) = 0 or sin(t) = 0 t = 0, π, π, 3π ( nπ ) { κ = (16 sin ( ) nπ 3 = 7 t = 0, π ) 15 = 3 5 t = π, 3π Substituting back into r(t) we see that κ is maximized at (0, ±3) and minimized at (±5, 0). Part e Sketch the ellise indicating the locations of the maximum and minimum curvatures and exlain briefly how your results in art d can be interreted geometrically y

4 CME 100 Midterm Solutions - Fall The radius of the circles is 1/κ for the oints given in art d, thus these are the tangent circles to the oints. The grah shows that our results from the revious calculation makes sense as where the curvature is maximized the tangent circles have a smaller radius and vice versa. Problem 3 Find all maxima and minima of f(x, y) = 4x + 10y on a circular region bounded by x + y = 4 using the following stes Find the coordinates of all critical oints in the interior of the region So, x = 0 and y = 0 is the only critical oint. f = 8xî + 0yĵ = 0 Assuming the boundary x + y = 4 reresents a constraint, use the method of Lagrange multiliers to find all maxima and minima of f(x, y) along the boundary f = λ g g = xî + yĵ 8x = xλ 0y = yλ } λ = 10 x = 0, y = ± λ = 4 y = 0, x = ± f(0, ±) = 4(0) + 10(±) = 40 max on curve at (0, ±) f(±, 0) = 4(±) + 10(0) = 16 min on curve at (±, 0) Based on your results in arts a and b clearly list the coordinates of the absolute maximum and the absolute minimum (0, 0) is the absolute min of the bounded region. (0, ±) are the absolute max of the bounded region.

5 CME 100 Midterm Solutions - Fall Problem 4 Let f(x, y, z) = zy xy Find the gradient of f(x, y, z) at oint (0, 1, 1) f = yî + (zy x)ĵ + y ˆk f (0,1, 1) = î ĵ + ˆk Find the directional derivative of f(x, y, z) at (0, 1, 1) in the direction of the gradient f = y + (zy x) + y 4 û = f f Dûf = f û = f f f = f Dûf (0,1, 1) = 6 A article is moving along a trajectory given by the following osition vector: r(t) = (t 3 1)î + tĵ + (t )ˆk Find the rate of change of f(x, y, z) with resect to time df dt There are two ways to solve this. First Way: Chain Rule df dt = f x x df dt + f t + f z z x = t 3 1 y = t z = t r(t) = 3tî + ĵ + tˆk at oint (0, 1, 1). Note that at this oint. t = f (t)r = 3ty + (zy x) + ty t=1 = 3(1)(1) + ((1)( 1) (0)) + (1)(1) = 3

6 CME 100 Midterm Solutions - Fall Second Way: Substitution f(t) = (t )(t ) (t 3 1)(t) = t t df dt = 1 4t df dt = 3 t=1 Part d Assume now that the indeendent variables are constrained such that x + y + z = 1. Comute (0, 1, 1) ( ) f at x ( ) f x ( ) f x = f x x + f z z + f = f x (0) + y ( ) + zy x = y + zy x = + (1)( 1) 0 = 4 (0,1, 1) Part e Using linearization, determine the aroximate value of the function f(x, y, z) at oint (0.1, 1.05, 1.1) f = yî + (zy x)ĵ + y ˆk L(x, y) = f(0, 1, 1)+f x (0, 1, 1)(x 0)+f y (0, 1, 1)(y 1)+f z (0, 1, 1)(z+1) = 1 (x) (y 1)+(z+1) Bonus L(0.1, 1.05, 1.1) = (0.05) + ( 0.1) = 1.3 In class we have derived three Kelers Laws that govern the motion of lanets and satellites. These three laws imly two imortant conservation rinciles. One is the conservation of angular momentum, aka equal areas in equal times - this was discussed in lecture. The second is conservation of energy. Your job is, following the stes described below, to use the first two Kelers Laws to show that the total energy (including both otential and kinetic energy) er unit mass of the satellite: E = 1 v µ r

7 CME 100 Midterm Solutions - Fall is conserved. r = da dt 1 + e cos θ r θ = = h 1st Kelers Law nd Kelers Law by differentiating r with resect to time and using the fact that h = r θ, show that: ṙ = eh sin θ dr dt = 1 + e cos θ ( θesinθ) = r θe sin θ = ehsinθ recall that in olar coordinates the velocity vector is given by: v = ṙˆr + r θˆθ. Using your result in a) and the fact that h = µ find an exression for the square of the seed v and show that: v = µe sin θ + µ(1 + e cos θ) ṙ = eh sin θ v = eh sin θ θ = h r ˆr e cos θ hˆθ v = v v = e h sin θ + (1 + e cos θ) h = µe sin θ µ(1 + e cos θ) + determine the sum of the otential and kinetic energy and using the fact that = a(1 e ) show that the total energy is conserved, i.e: E = µ a = constant

8 CME 100 Midterm Solutions - Fall E = 1 v µ r = e µ sin θ µ(1 + e cos θ) µ(1 + e cos θ) + = µ (e e cos θ (1 + e cos θ)) = µ (e 1) = µ a

Central Force Motion Challenge Problems

Central Force Motion Challenge Problems Central Force Motion Challenge Problems Problem 1: Ellitic Orbit A satellite of mass m s is in an ellitical orbit around a lanet of mass m which is located at one focus of the ellise. The satellite has

More information

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text.

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text. Math 275, section 002 (Ultman) Spring 2011 MIDTERM 2 REVIEW The second midterm will be held in class (1:40 2:30pm) on Friday 11 March. You will be allowed one half of one side of an 8.5 11 sheet of paper

More information

AP Calculus Testbank (Chapter 10) (Mr. Surowski)

AP Calculus Testbank (Chapter 10) (Mr. Surowski) AP Calculus Testbank (Chater 1) (Mr. Surowski) Part I. Multile-Choice Questions 1. The grah in the xy-lane reresented by x = 3 sin t and y = cost is (A) a circle (B) an ellise (C) a hyerbola (D) a arabola

More information

jf 00 (x)j ds (x) = [1 + (f 0 (x)) 2 ] 3=2 (t) = jjr0 (t) r 00 (t)jj jjr 0 (t)jj 3

jf 00 (x)j ds (x) = [1 + (f 0 (x)) 2 ] 3=2 (t) = jjr0 (t) r 00 (t)jj jjr 0 (t)jj 3 M73Q Multivariable Calculus Fall 7 Review Problems for Exam The formulas in the box will be rovided on the exam. (s) dt jf (x)j ds (x) [ + (f (x)) ] 3 (t) jjt (t)jj jjr (t)jj (t) jjr (t) r (t)jj jjr (t)jj

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

BME 207 Introduction to Biomechanics Spring Homework 1

BME 207 Introduction to Biomechanics Spring Homework 1 January 19, 2018 UNIVERSITY OF RHODE ISLAND Deartment of Electrical, Comuter and Biomedical Engineering BME 207 Introduction to Biomechanics Sring 2018 Problems 2.1 2.17 in the textbook. Homework 1 Problem

More information

Lecture for Week 6 (Secs ) Derivative Miscellany I

Lecture for Week 6 (Secs ) Derivative Miscellany I Lecture for Week 6 (Secs. 3.6 9) Derivative Miscellany I 1 Implicit differentiation We want to answer questions like this: 1. What is the derivative of tan 1 x? 2. What is dy dx if x 3 + y 3 + xy 2 + x

More information

2. Evaluate C. F d r if F = xyî + (x + y)ĵ and C is the curve y = x 2 from ( 1, 1) to (2, 4).

2. Evaluate C. F d r if F = xyî + (x + y)ĵ and C is the curve y = x 2 from ( 1, 1) to (2, 4). Exam 3 Study Guide Math 223 Section 12 Fall 2015 Instructor: Dr. Gilbert 1. Which of the following vector fields are conservative? If you determine that a vector field is conservative, find a valid potential

More information

Vector Geometry Final Exam Review

Vector Geometry Final Exam Review Vector Geometry Final Exam Review Problem 1. Find the center and the radius for the sphere x + 4x 3 + y + z 4y 3 that the center and the radius of a sphere z 7 = 0. Note: Recall x + ax + y + by + z = d

More information

Short Solutions to Practice Material for Test #2 MATH 2421

Short Solutions to Practice Material for Test #2 MATH 2421 Short Solutions to Practice Material for Test # MATH 4 Kawai (#) Describe recisely the D surfaces listed here (a) + y + z z = Shere ( ) + (y ) + (z ) = 4 = The center is located at C (; ; ) and the radius

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve MATH 280 Multivariate alculus Fall 2012 Definition Integrating a vector field over a curve We are given a vector field F and an oriented curve in the domain of F as shown in the figure on the left below.

More information

MA 351 Fall 2007 Exam #1 Review Solutions 1

MA 351 Fall 2007 Exam #1 Review Solutions 1 MA 35 Fall 27 Exam # Review Solutions THERE MAY BE TYPOS in these solutions. Please let me know if you find any.. Consider the two surfaces ρ 3 csc θ in spherical coordinates and r 3 in cylindrical coordinates.

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

PHYSICS I. Lecture 1. Charudatt Kadolkar. Jul-Nov IIT Guwahati

PHYSICS I. Lecture 1. Charudatt Kadolkar. Jul-Nov IIT Guwahati PHYSICS I Lecture 1 Charudatt Kadolkar IIT Guwahati Jul-Nov 2014 Section 1 Introduction to the Course Syllabus Topics Classical Mechanics: Kinetic Energy rest mass energy Syllabus Topics Classical Mechanics:

More information

Math Vector Calculus II

Math Vector Calculus II Math 255 - Vector Calculus II Review Notes Vectors We assume the reader is familiar with all the basic concepts regarding vectors and vector arithmetic, such as addition/subtraction of vectors in R n,

More information

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(t),

More information

Math 265H: Calculus III Practice Midterm II: Fall 2014

Math 265H: Calculus III Practice Midterm II: Fall 2014 Name: Section #: Math 65H: alculus III Practice Midterm II: Fall 14 Instructions: This exam has 7 problems. The number of points awarded for each question is indicated in the problem. Answer each question

More information

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will Math, Final Exam, Fall Problem Solution. Let u,, and v,,3. (a) Is the angle between u and v acute, obtuse, or right? (b) Find an equation for the plane through (,,) containing u and v. Solution: (a) The

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

No calculators, books, notebooks or any other written materials are allowed. Question Points Score Total: 40

No calculators, books, notebooks or any other written materials are allowed. Question Points Score Total: 40 Be sure this exam has 6 ages including the cover The University of British Columbia MATH 317, Section 11, Instructor Tai-Peng Tsai Midterm Exam 1 October 16 Family Name Student Number Given Name Signature

More information

= 1 3. r in. dr in. 6 dt = 1 2 A in. dt = 3 ds

= 1 3. r in. dr in. 6 dt = 1 2 A in. dt = 3 ds . B. Consider the octagon slit u into eight isosceles triangles with vertex angle o and base angles o /. We want to calculate the aothem using the tangent half-angle formula and a right triangle with base

More information

CURRENT MATERIAL: Vector Calculus.

CURRENT MATERIAL: Vector Calculus. Math 275, section 002 (Ultman) Spring 2012 FINAL EXAM REVIEW The final exam will be held on Wednesday 9 May from 8:00 10:00am in our regular classroom. You will be allowed both sides of two 8.5 11 sheets

More information

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018 APPM 2350 Section Exam 1 140 points Wednesday September 26, 6:00pm 7:30pm, 2018 ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your student ID number, (3) lecture section/time (4) your instructor

More information

Simplifications to Conservation Equations

Simplifications to Conservation Equations Chater 5 Simlifications to Conservation Equations 5.1 Steady Flow If fluid roerties at a oint in a field do not change with time, then they are a function of sace only. They are reresented by: ϕ = ϕq 1,

More information

32 +( 2) ( 4) ( 2)

32 +( 2) ( 4) ( 2) Math 241 Exam 1 Sample 2 Solutions 1. (a) If ā = 3î 2ĵ+1ˆk and b = 4î+0ĵ 2ˆk, find the sine and cosine of the angle θ between [10 pts] ā and b. We know that ā b = ā b cosθ and so cosθ = ā b ā b = (3)(

More information

Session 5: Review of Classical Astrodynamics

Session 5: Review of Classical Astrodynamics Session 5: Review of Classical Astrodynamics In revious lectures we described in detail the rocess to find the otimal secific imulse for a articular situation. Among the mission requirements that serve

More information

MATH107 Vectors and Matrices

MATH107 Vectors and Matrices School of Mathematics, KSU 20/11/16 Vector valued functions Let D be a set of real numbers D R. A vector-valued functions r with domain D is a correspondence that assigns to each number t in D exactly

More information

MTH234 Chapter 15 - Multiple Integrals Michigan State University

MTH234 Chapter 15 - Multiple Integrals Michigan State University MTH24 Chater 15 - Multile Integrals Michigan State University 6 Surface Area Just as arc length is an alication of a single integral, surface area is an alication of double integrals. In 15.6 we comute

More information

Vector Calculus, Maths II

Vector Calculus, Maths II Section A Vector Calculus, Maths II REVISION (VECTORS) 1. Position vector of a point P(x, y, z) is given as + y and its magnitude by 2. The scalar components of a vector are its direction ratios, and represent

More information

0.1 Practical Guide - Surface Integrals. C (0,0,c) A (0,b,0) A (a,0,0)

0.1 Practical Guide - Surface Integrals. C (0,0,c) A (0,b,0) A (a,0,0) . Practical Guide - urface Integrals urface integral,means to integrate over a surface. We begin with the stud of surfaces. The easiest wa is to give as man familiar eamles as ossible ) a lane surface

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

MATH H53 : Final exam

MATH H53 : Final exam MATH H53 : Final exam 11 May, 18 Name: You have 18 minutes to answer the questions. Use of calculators or any electronic items is not permitted. Answer the questions in the space provided. If you run out

More information

Chapter 6: Vector Analysis

Chapter 6: Vector Analysis Chapter 6: Vector Analysis We use derivatives and various products of vectors in all areas of physics. For example, Newton s 2nd law is F = m d2 r. In electricity dt 2 and magnetism, we need surface and

More information

= ( 2) = p 5.

= ( 2) = p 5. MATH 0 Exam (Version ) Solutions Setember, 00 S. F. Ellermeyer Name Instructions. Your work on this exam will be raded accordin to two criteria: mathematical correctness clarity of resentation. In other

More information

MTH 277 Test 4 review sheet Chapter , 14.7, 14.8 Chalmeta

MTH 277 Test 4 review sheet Chapter , 14.7, 14.8 Chalmeta MTH 77 Test 4 review sheet Chapter 13.1-13.4, 14.7, 14.8 Chalmeta Multiple Choice 1. Let r(t) = 3 sin t i + 3 cos t j + αt k. What value of α gives an arc length of 5 from t = 0 to t = 1? (a) 6 (b) 5 (c)

More information

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4.

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4. MATH 23, FALL 2013 Text: Calculus, Early Transcendentals or Multivariable Calculus, 7th edition, Stewart, Brooks/Cole. We will cover chapters 12 through 16, so the multivariable volume will be fine. WebAssign

More information

Lecture 8: The First Fundamental Form Table of contents

Lecture 8: The First Fundamental Form Table of contents Math 38 Fall 2016 Lecture 8: The First Fundamental Form Disclaimer. As we have a textbook, this lecture note is for guidance and sulement only. It should not be relied on when rearing for exams. In this

More information

You may not start to read the questions printed on the subsequent pages until instructed to do so by the Invigilator.

You may not start to read the questions printed on the subsequent pages until instructed to do so by the Invigilator. NAURAL SCIENCES RIPOS Part IA Wednesday 5 June 2005 9 to 2 MAHEMAICS (2) Before you begin read these instructions carefully: You may submit answers to no more than six questions. All questions carry the

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

Complex Analysis Homework 1

Complex Analysis Homework 1 Comlex Analysis Homework 1 Steve Clanton Sarah Crimi January 27, 2009 Problem Claim. If two integers can be exressed as the sum of two squares, then so can their roduct. Proof. Call the two squares that

More information

TECHNICAL RESEARCH REPORT

TECHNICAL RESEARCH REPORT TECHNICAL RESEARCH REPORT A Summary of Satellite Orbit Related Calculations by A.H. Murad, K.D. Jang, G. Atallah, R. Karne, J. Baras CSHCN T.R. 95-12 (ISR T.R. 95-107) The Center for Satellite and Hybrid

More information

Answers and Solutions to Section 13.7 Homework Problems 1 19 (odd) S. F. Ellermeyer April 23, 2004

Answers and Solutions to Section 13.7 Homework Problems 1 19 (odd) S. F. Ellermeyer April 23, 2004 Answers and olutions to ection 1.7 Homework Problems 1 19 (odd). F. Ellermeyer April 2, 24 1. The hemisphere and the paraboloid both have the same boundary curve, the circle x 2 y 2 4. Therefore, by tokes

More information

ESCI 342 Atmospheric Dynamics I Lesson 10 Vertical Motion, Pressure Coordinates

ESCI 342 Atmospheric Dynamics I Lesson 10 Vertical Motion, Pressure Coordinates Reading: Martin, Section 4.1 PRESSURE COORDINATES ESCI 342 Atmosheric Dynamics I Lesson 10 Vertical Motion, Pressure Coordinates Pressure is often a convenient vertical coordinate to use in lace of altitude.

More information

-aε Lecture 4. Subjects: Hyperbolic orbits. Interplanetary transfer. (1) Hyperbolic orbits

-aε Lecture 4. Subjects: Hyperbolic orbits. Interplanetary transfer. (1) Hyperbolic orbits 6.50 Lecture 4 ubjects: Hyerbolic orbits. Interlanetary transfer. () Hyerbolic orbits The trajectory is still described by r, but now we have ε>, so that the +! cos" radius tends to infinity at the asymtotic

More information

18.02 Multivariable Calculus Fall 2007

18.02 Multivariable Calculus Fall 2007 MIT OpenourseWare http://ocw.mit.edu 8.02 Multivariable alculus Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 8.02 Lecture 8. hange of variables.

More information

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2)

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2) Math 2, Final Exam, Practice Fall 29 Problem Solution. A triangle has vertices at the points A (,,), B (, 3,4), and C (2,,3) (a) Find the cosine of the angle between the vectors AB and AC. (b) Find an

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

Analysis of cold rolling a more accurate method

Analysis of cold rolling a more accurate method Analysis of cold rolling a more accurate method 1.1 Rolling of stri more accurate slab analysis The revious lecture considered an aroximate analysis of the stri rolling. However, the deformation zone in

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 208 Version A refers to the regular exam and Version B to the make-up. Version A. A particle

More information

When solving problems involving changing momentum in a system, we shall employ our general problem solving strategy involving four basic steps:

When solving problems involving changing momentum in a system, we shall employ our general problem solving strategy involving four basic steps: 10.9 Worked Examles 10.9.1 Problem Solving Strategies When solving roblems involving changing momentum in a system, we shall emloy our general roblem solving strategy involving four basic stes: 1. Understand

More information

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

More information

Math 210, Exam 1, Practice Fall 2009 Problem 1 Solution

Math 210, Exam 1, Practice Fall 2009 Problem 1 Solution Math 20, Exam, Practice Fall 2009 Problem Solution. Let A = (,,2), B = (0,,), C = (2,,). (a) Find the vector equation of the plane through A, B, C. (b) Find the area of the triangle with these three vertices.

More information

Worksheet 1.7: Introduction to Vector Functions - Position

Worksheet 1.7: Introduction to Vector Functions - Position Boise State Math 275 (Ultman) Worksheet 1.7: Introduction to Vector Functions - Position From the Toolbox (what you need from previous classes): Cartesian Coordinates: Coordinates of points in general,

More information

18.02 Multivariable Calculus Fall 2007

18.02 Multivariable Calculus Fall 2007 MIT OpenourseWare http://ocw.mit.edu 18.02 Multivariable alculus Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 18.02 Lecture 21. Test for

More information

Vector Functions & Space Curves MATH 2110Q

Vector Functions & Space Curves MATH 2110Q Vector Functions & Space Curves Vector Functions & Space Curves Vector Functions Definition A vector function or vector-valued function is a function that takes real numbers as inputs and gives vectors

More information

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit.

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit. MATH202X-F01/UX1 Spring 2015 Practice Midterm Exam 1 Name: Answer Key Instructions You have 60 minutes No calculators allowed Show all your work in order to receive full credit 1 Consider the points P

More information

OXFORD UNIVERSITY. MATHEMATICS, JOINT SCHOOLS AND COMPUTER SCIENCE WEDNESDAY 4 NOVEMBER 2009 Time allowed: hours

OXFORD UNIVERSITY. MATHEMATICS, JOINT SCHOOLS AND COMPUTER SCIENCE WEDNESDAY 4 NOVEMBER 2009 Time allowed: hours OXFORD UNIVERSITY MATHEMATICS, JOINT SCHOOLS AND COMPUTER SCIENCE WEDNESDAY 4 NOVEMBER 2009 Time allowed: 2 1 2 hours For candidates alying for Mathematics, Mathematics & Statistics, Comuter Science, Mathematics

More information

Maxima and Minima. (a, b) of R if

Maxima and Minima. (a, b) of R if Maxima and Minima Definition Let R be any region on the xy-plane, a function f (x, y) attains its absolute or global, maximum value M on R at the point (a, b) of R if (i) f (x, y) M for all points (x,

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

ME201 ADVANCED CALCULUS MIDTERM EXAMINATION. Instructor: R. Culham. Name: Student ID Number: Instructions

ME201 ADVANCED CALCULUS MIDTERM EXAMINATION. Instructor: R. Culham. Name: Student ID Number: Instructions ME201 ADVANCED CALCULUS MIDTERM EXAMINATION February 13, 2018 8:30 am - 10:30 am Instructor: R. Culham Name: Student ID Number: Instructions 1. This is a 2 hour, closed-book examination. 2. Permitted aids

More information

Physics 170 Week 7, Lecture 2

Physics 170 Week 7, Lecture 2 Physics 170 Week 7, Lecture 2 http://www.phas.ubc.ca/ goronws/170 Physics 170 203 Week 7, Lecture 2 1 Textbook Chapter 12:Section 12.2-3 Physics 170 203 Week 7, Lecture 2 2 Learning Goals: Learn about

More information

= =5 (0:4) 4 10 = = = = = 2:005 32:4 2: :

= =5 (0:4) 4 10 = = = = = 2:005 32:4 2: : MATH LEC SECOND EXAM THU NOV 0 PROBLEM Part (a) ( 5 oints ) Aroximate 5 :4 using a suitable dierential. Show your work carrying at least 6 decimal digits. A mere calculator answer will receive zero credit.

More information

Differential Vector Calculus

Differential Vector Calculus Contents 8 Differential Vector Calculus 8. Background to Vector Calculus 8. Differential Vector Calculus 7 8.3 Orthogonal Curvilinear Coordinates 37 Learning outcomes In this Workbook you will learn about

More information

Integral Theorems. September 14, We begin by recalling the Fundamental Theorem of Calculus, that the integral is the inverse of the derivative,

Integral Theorems. September 14, We begin by recalling the Fundamental Theorem of Calculus, that the integral is the inverse of the derivative, Integral Theorems eptember 14, 215 1 Integral of the gradient We begin by recalling the Fundamental Theorem of Calculus, that the integral is the inverse of the derivative, F (b F (a f (x provided f (x

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

More information

8.7 Associated and Non-associated Flow Rules

8.7 Associated and Non-associated Flow Rules 8.7 Associated and Non-associated Flow Rules Recall the Levy-Mises flow rule, Eqn. 8.4., d ds (8.7.) The lastic multilier can be determined from the hardening rule. Given the hardening rule one can more

More information

Solutions to Assignment #02 MATH u v p 59. p 72. h 3; 1; 2i h4; 2; 5i p 14. p 45. = cos 1 2 p!

Solutions to Assignment #02 MATH u v p 59. p 72. h 3; 1; 2i h4; 2; 5i p 14. p 45. = cos 1 2 p! Solutions to Assignment #0 MATH 41 Kawai/Arangno/Vecharynski Section 1. (I) Comlete Exercises #1cd on. 810. searation to TWO decimal laces. So do NOT leave the nal answer as cos 1 (something) : (c) The

More information

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

Answers and Solutions to Section 9.3 Homework S. F. Ellermeyer

Answers and Solutions to Section 9.3 Homework S. F. Ellermeyer Answers and Solutions to Section 9. Homework S. F. Ellermeyer. (a) (a b) c is meaningless because a b is a scalar and c is a vector. We can t take the dot roduct of a scalar and a vector. (b) (a b) c is

More information

Chapter 4 - Motion in 2D and 3D

Chapter 4 - Motion in 2D and 3D Never confuse motion with action. - Benjamin Franklin David J. Starling Penn State Hazleton PHYS 211 Position, displacement, velocity and acceleration can be generalized to 3D using vectors. x(t) r(t)

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out bythe vector-valued function r!!t # f!t, g!t, h!t $. The vector T!!t r! % r! %!t!t is the unit tangent vector

More information

Worksheet 1.4: Geometry of the Dot and Cross Products

Worksheet 1.4: Geometry of the Dot and Cross Products Boise State Math 275 (Ultman) Worksheet 1.4: Geometry of the Dot and Cross Products From the Toolbox (what you need from previous classes): Basic algebra and trigonometry: be able to solve quadratic equations,

More information

Solutions to Test #2 (Kawai) MATH 2421

Solutions to Test #2 (Kawai) MATH 2421 Solutions to Test # (Kawai) MATH 4 (#) Each vector eld deicted below is a characterization of F (; ) hm; Ni : The directions of all eld vectors are correct, but the magnitudes are scaled for ease of grahing.

More information

Section 4.3 Vector Fields

Section 4.3 Vector Fields Section 4.3 Vector Fields DEFINITION: A vector field in R n is a map F : A R n R n that assigns to each point x in its domain A a vector F(x). If n = 2, F is called a vector field in the plane, and if

More information

ε i (E j )=δj i = 0, if i j, form a basis for V, called the dual basis to (E i ). Therefore, dim V =dim V.

ε i (E j )=δj i = 0, if i j, form a basis for V, called the dual basis to (E i ). Therefore, dim V =dim V. Covectors Definition. Let V be a finite-dimensional vector sace. A covector on V is real-valued linear functional on V, that is, a linear ma ω : V R. The sace of all covectors on V is itself a real vector

More information

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

More information

Topic 5.2: Introduction to Vector Fields

Topic 5.2: Introduction to Vector Fields Math 75 Notes Topic 5.: Introduction to Vector Fields Tetbook Section: 16.1 From the Toolbo (what you need from previous classes): Know what a vector is. Be able to sketch a vector using its component

More information

Section Vector Functions and Space Curves

Section Vector Functions and Space Curves Section 13.1 Section 13.1 Goals: Graph certain plane curves. Compute limits and verify the continuity of vector functions. Multivariable Calculus 1 / 32 Section 13.1 Equation of a Line The equation of

More information

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS MATH 228: Calculus III (FALL 216) Sample Problems for FINAL EXAM SOLUTIONS MATH 228 Page 2 Problem 1. (2pts) Evaluate the line integral C xy dx + (x + y) dy along the parabola y x2 from ( 1, 1) to (2,

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

Math 143 Final Review - Version B page 1

Math 143 Final Review - Version B page 1 Math Final Review - Version B age. Simlif each of the following. cos a) + sin cos (log = log ) c) log (log ) log d) log log log e) cos sin cos f) sin cos + cos sin g) log sin h) sin tan i) + tan log j)

More information

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 This week we want to talk about curvature and osculating circles. You might notice that these notes contain a lot of the same theory or proofs

More information

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required.

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required. Revision Checklist Unit C2: Core Mathematics 2 Unit description Algebra and functions; coordinate geometry in the (x, y) plane; sequences and series; trigonometry; exponentials and logarithms; differentiation;

More information

Geometric Constraint Solving in 2D

Geometric Constraint Solving in 2D Universitat Politècnica de Catalunya Deartament de Llenguatges i Sistemes Informàtics PhD Thesis Geometric Constraint Solving in 2D November, 1998 Antoni Soto i Riera Advisor: Robert Joan i Arinyo Contents

More information

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts Introduction Math : Calculus - Fall 0/0 Review of Precalculus Concets Welcome to Math - Calculus, Fall 0/0! This roblems in this acket are designed to hel you review the toics from Algebra and Precalculus

More information

Multiple Choice. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.

Multiple Choice. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9. Multiple Choice.(6 pts) Find smmetric equations of the line L passing through the point (, 5, ) and perpendicular to the plane x + 3 z = 9. (a) x = + 5 3 = z (c) (x ) + 3( 3) (z ) = 9 (d) (e) x = 3 5 =

More information

Math 11 Fall 2016 Final Practice Problem Solutions

Math 11 Fall 2016 Final Practice Problem Solutions Math 11 Fall 216 Final Practice Problem olutions Here are some problems on the material we covered since the second midterm. This collection of problems is not intended to mimic the final in length, content,

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO OME PROBLEM YOU HOULD BE ABLE TO DO I ve attempted to make a list of the main calculations you should be ready for on the exam, and included a handful of the more important formulas. There are no examples

More information

7a3 2. (c) πa 3 (d) πa 3 (e) πa3

7a3 2. (c) πa 3 (d) πa 3 (e) πa3 1.(6pts) Find the integral x, y, z d S where H is the part of the upper hemisphere of H x 2 + y 2 + z 2 = a 2 above the plane z = a and the normal points up. ( 2 π ) Useful Facts: cos = 1 and ds = ±a sin

More information

PHYSICS - 1 (Lecture -1)

PHYSICS - 1 (Lecture -1) PHYSICS - 1 (Lecture -1) Santabrata Das Department of Physics Indian Institute of Technology Guwahati sbdas@iitg.ernet.in, Room #: 006 30 July, 2014 Santabrata Das (IITG) PH 101, July-November 30 July,

More information

Multivariable Calculus

Multivariable Calculus Math Spring 05 BY: $\ Ron Buckmire Multivariable alculus Worksheet 6 TITLE Path-Dependent Vector Fields and Green s Theorem URRENT READING Mcallum, Section 8.4 HW # (DUE Wednesday 04/ BY 5PM) Mcallum,

More information

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

More information

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29 Practice problems for Exam.. Given a = and b =. Find the area of the parallelogram with adjacent sides a and b. A = a b a ı j k b = = ı j + k = ı + 4 j 3 k Thus, A = 9. a b = () + (4) + ( 3)

More information

EXAM 2 ANSWERS AND SOLUTIONS, MATH 233 WEDNESDAY, OCTOBER 18, 2000

EXAM 2 ANSWERS AND SOLUTIONS, MATH 233 WEDNESDAY, OCTOBER 18, 2000 EXAM 2 ANSWERS AND SOLUTIONS, MATH 233 WEDNESDAY, OCTOBER 18, 2000 This examination has 30 multiple choice questions. Problems are worth one point apiece, for a total of 30 points for the whole examination.

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Vectors. J.R. Wilson. September 28, 2017

Vectors. J.R. Wilson. September 28, 2017 Vectors J.R. Wilson September 28, 2017 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

More information

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space.

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. 10 VECTOR FUNCTIONS VECTOR FUNCTIONS Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. Here, we prepare the way by developing

More information

CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT

CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT CALCULUS III THE CHAIN RULE, DIRECTIONAL DERIVATIVES, AND GRADIENT MATH 20300 DD & ST2 prepared by Antony Foster Department of Mathematics (office: NAC 6-273) The City College of The City University of

More information

Strong Matching of Points with Geometric Shapes

Strong Matching of Points with Geometric Shapes Strong Matching of Points with Geometric Shaes Ahmad Biniaz Anil Maheshwari Michiel Smid School of Comuter Science, Carleton University, Ottawa, Canada December 9, 05 In memory of Ferran Hurtado. Abstract

More information