Line_Integrals.mth: Solving problems of Line Integrals with Derive 6

Size: px
Start display at page:

Download "Line_Integrals.mth: Solving problems of Line Integrals with Derive 6"

Transcription

1 Dresden International Symposium on Technology and its Integration into Mathematics Education 2006 DES-TIME 2006 DRESDEN 20th-23th July 2006 Line_Integrals.mth: Solving problems of Line Integrals with Derive 6 G. Aguilera C. Cielos J. L. Galán M. A. Galán A. Gálvez A. J. Jiménez Y. Padilla P. Rodríguez Dpt. Applied Mathematic University of Málaga (Spain)

2 Index Introduction. Line_Integrals.mth. Final conclusions.

3 Introduction In most cases, the use of CAS is reduced to using computers as powerful highperformance calculators. It is therefore necessary to change the way people think about information technologies in order to optimise the opportunities they offer and try to encourage mathematical creativity among students.

4 Introduction Math teachers that use CAS have to change the traditional uses given to these tools. It is a mistake to use CAS in teaching as simple problem-solving machines. They should be used in ways that maximize the opportunities that these technologies offer: positively affecting student learning, significantly increasing opportunities for experimentation and allowing students to construct their own mathematical knowledge.

5 Introduction Math teachers must first set out a series of appropriate activities. The use of CAS in Mathematics has not reached optimum conditions. Mostly are blackbox (showing the result in one step without teaching students how to get there) and should be whitebox (showing intermediate steps).

6 Combining programming and CAS When students program, they must read, construct and refine strategies, modify previously written programs and lastly, use the programs to solve problems. This makes them the protagonists of their own learning. The most appropriate approach involves using programming and CAS together to allow students to create the specific necessary functions that will allow them to solve the problems involved in the subject matter under study.

7 Contents of Line_Integrals.mth Parametrization of curves. Exact differential forms. Potential function. Line Integrals. Line Integrals with respect to arc length. Applications of Line Integrals.

8 We prefer to use large names for macros instead of using shorthands because we think it is easier for pupils to remember the full name and, on the other hand, the large name of the macro allows to guess what it solves

9 Final Conclusions Our accumulated experience reveals that CAS are computer tools which are easy to use and useful in Mathematics courses for Engineering. The traditional uses given to CAS in the teaching of Mathematics for Engineering must be changed to maximize the opportunities offered by CAS technologies. Optimal use should be aimed at improving student motivation, autonomy and achieving participatory and student-centred learning.

10 Final Conclusions One powerful idea involves combining CAS resources with the flexibility of a programming language. There exists reasonable evidence to show that making programs with Derive facilitates learning and improves student motivation. Although it would be desirable to do so, it is not necessary to substantially modify the traditional program of studies of Math courses for Engineering to introduce the innovation of having students make their own programs with Derive.

11 Dresden International Symposium on Technology and its Integration into Mathematics Education 2006 DES-TIME 2006 DRESDEN 20th-23th July 2006 Line_Integrals.mth: Solving problems of Line Integrals with Derive 6 G. Aguilera C. Cielos J. L. Galán M. A. Galán A. Gálvez A. J. Jiménez Y. Padilla P. Rodríguez Dpt. Applied Mathematic University of Málaga (Spain)

12 Line Integrals.dfw July, 2006 Jose Luis Galan Garcia Pedro Rodriguez Cielos M. Angeles Galan Garcia Yolanda Padilla Dominguez Department of Applied Mathematic University of Málaga The following functions have been developed in this utility/demo dfw file to deal with line integrals and some of their applications: Parametrization of curves o Segment(p1,p2) parametrization of the segment which joins p1 with p2. o Circumference(x0,y0,r) parametrization of the circumference (x-x0)^2 + (y-y0)^2 = r^2. o Ellipse(x0,y0,a,b) parametrization of the ellipse (x-x0)^2/a^2 + (y-y0)^2/b^2 = 1. o Lemniscata(a) parametrization of the lemniscata (x^2+y^2)^2 = a^2 (x^2-y^2). o Astroid(a) parametrization of the astroid x^(2/3) + y^(2/3) = a^(2/3). o EllipticalAstroid(a,b) parametrization of the elliptical astroid (x/a)^(2/n) + (y/b)^(2/n) = 1. o Cardioid(a) parametrization of the cardioid (x^2+y^2-2ax)^2 = 4a^2(x^2+y^2). o Catenary(a) parametrization of the catenary y = a cosh(x/a). o Cicloid(r,h) parametrization of the cicloid [rt - h sin(t), r - h cos(t)]. o Cisoid(a) parametrization of the cisoid x^3+xy^2 = 2ay^2. o DescartesFolium(a) parametrization of Descartes' folium x^3+y^3 = 3axy. o EightFigure(a) parametrization of the eight figure x^4 = a^2(x^2-y^2). o PascalSnail(a,b) parametrization of Pascal's snail (x^2+y^2-2ax)^2 = b^2(x^2+y^2). o Rosacea(a,k) parametrization of Rosacea [a sin(kt)cos(t), a sin(kt)sin(t)]. o Folium(a,b) parametrization of the folium (x^2+y^2) (x^2+y^2+xb) = 4axy^2. o Hipocicloid(a,b) parametrization of the hipocicloid [(a-b)cos(t)+bcos((a-b)t/b),(a-b)sin(t)-bsin((a-b)t/b)]. o Trisectriz(a) parametrization of the trisectriz y^2(a+x) = x^2(3a-x). o Tractriz(a) parametrization of the tractriz [a sin(t), a (cos(t) + ln(tan(t/2)))]. o ArchimedesSpiral(a) parametrization of Archimedes' spiral [at cos(t), at sin(t)]. o Astroid3D(a,b,n) parametrization of the astroid [a cos^n(t), b sin^n(t), cos(2t)]. o SphericalSpiral(a,n,m) parametrization of the spherical spiral [a cos(nt)cos(mt), a cos(nt)sin(mt), a sin(nt)]. o VivianiCurve(a) parametrization of Viviani's curve [a(1+cos(t)), a sin(t), 2a sin(t/2)]. o HelicoidalCurve(curve,c) parametrization of the helicoidal curve [x(t), y(t), ct] where curve=[x(t),y(t)].

13 Exact differential o ExactDifferential2(p,q) o ExactDifferential3(p,q,r) o ExactDifferential(F) Potential function o Potential2(p,q) o Potential3(P,Q,R) o Potential(F) to check if Pdx + Qdy is an exact differential. to check if Pdx + Qdy + Rdz is an exact differential. to check if Fdα is an exact differential. to calculate, if there exists, the potential function of P dx + Q dy. to calculate, if there exists, the potential function of P dx + Q dy + R dz. to calculate, if there exists, the potential function of Fdα. Line Integrals o LineIntegral2(p,q,c1,c2,a,b) o Lineintegral3(p,q,r,c1,c2,c3,a,b) o Lineintegral(F,C,a,b) to integrate the field (P,Q) along the curve (c1,c2) which parameter t belongs to [a,b]. to integrate the field (P,Q,R) along the curve (c1,c2,c3) which parameter t belongs to [a,b]. to integrate the field F along the curve C which parameter t belongs to [a,b]. Line Integrals with respect to arc length o ArcLineIntegral2(f,c1,c2,a,b) to integrate the scalar field f along the curve (c1,c2) which parameter t belongs to [a,b]. o ArcLineintegral3(f,c1,c2,c3,a,b) to integrate the scalar field f along the curve (c1,c2,c3) which parameter t belongs to [a,b]. o ArcLineintegral(f,C,a,b) to integrate the scalar field f along the curve C which parameter t belongs to [a,b]. Applications of Line Integrals o AreaInsideCurve(C,a,b) o CurveLength(C,a,b) to compute the area inside the curve C which parameter t belongs to [a,b]. to compute the length of the curve C which parameter t belongs to [a,b]. o WireMass(ρ,C,a,b) to compute the mass of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireMx(ρ,C,a,b) to compute the static moment with respect to X-axe of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireMy(ρ,C,a,b) to compute the static moment with respect to Y-axe of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireMxy(ρ,C,a,b) to compute the static moment with respect to XY-plane of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireMxz(ρ,C,a,b) to compute the static moment with respect to XZ-plane of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireMyz(ρ,C,a,b) to compute the static moment with respect to YZ-plane of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireMassCenter(ρ,C,a,b) to compute the mass of a wire of equation C which parameter t belongs to [a,b], being ρ its density function. o WireInertiaMoment(ρ,C,a,b)to compute the inertial moment with respect to an axe of distance δ to the wire of equation C which parameter t belongs to [a,b] it, being ρ its density function. o MediumValue(f,C,a,b) to compute the medium value of the scalar field f along the curve of equation C which parameter t belongs to [a,b].

14 Parametrization of curves Parametrization of a segment Segment(p1,p2) Segment([a,b],[c,d]) to parametize the segment which join [a,b] with [c,d] #1: Segment([a, b], [c, d]) #2: [a (1 - t) + c t, b (1 - t) + d t] Parametrization of a circumference Circumference(x0,y0,r) Circumference(1,-2,4) to parametize the circumference (x-1)^2 + (y+2)^2 = 4^2 #3: Circumference(1, -2, 4) #4: [4 COS(t) + 1, 4 SIN(t) - 2] #5: Circumference(x0, y0, r) #6: [r COS(t) + x0, r SIN(t) + y0]

15 Parametrization of an ellipse Ellipse(x0,y0,a,b) Ellipse(1,-2,2,3) to parametize the ellipse (x-1)^2/2^2 + (y+2)^2/3^2 = 1 #7: Ellipse(1, -2, 2, 3) #8: [2 COS(t) + 1, 3 SIN(t) - 2] #9: Ellipse(x0, y0, a, b) #10: [a COS(t) + x0, b SIN(t) + y0] Parametrization of a lemniscata Lemniscata(a) Lemniscata(3) to parametize the lemniscata (x^2+y^2)^2 = 3^2 (x^2-y^2)

16 #11: Lemniscata(3) #12: [3 COS(t) (COS(2 t)), 3 SIN(t) (COS(2 t))] #13: Lemniscata(a) #14: [a COS(t) (COS(2 t)), a SIN(t) (COS(2 t))] Parametrization of an astroid Astroid(a) Astroid(3) to parametize the astroid x^(2/3) + y^(2/3) = 3^(2/3) #15: Astroid(3) 3 3 #16: 3 COS(t), 3 SIN(t) #17: Astroid(a) 3 3 #18: a COS(t), a SIN(t)

17 Parametrization of an elliptical astroid EllipticalAstroid(a,b,n) EllipticalAstroid(2,1,3) to parametize the elliptical astroid x^(2/3)/2^2 + y^(2/3)/1^1 = 1^(2/3) #19: EllipticalAstroid(2, 1, 3) 3 3 #20: 2 COS(t), SIN(t) #21: EllipticalAstroid(a, b, n) n n #22: a COS(t), b SIN(t) Parametrization of a cardioid Cardioid(a) Cardioid(3/4) to parametize the cardioid (x^2+y^2-2 * 3/4x)^2 = 4 * (3/4)^2(x^2+y^2) 3 #23: Cardioid COS(t) 3 COS(t) 3 SIN(t) COS(t) 3 SIN(t) #24: +, #25: Cardioid(a)

18 2 #26: 2 a COS(t) + 2 a COS(t), 2 a SIN(t) COS(t) + 2 a SIN(t) Parametrization of a catenary Catenary(a) Catenary(1) to parametize the catenary y = 1 * cosh(x/1) #27: Catenary(1) t -t e e #28: t, #29: Catenary(a) t/a - t/a a e a e #30: t, + 2 2

19 Parametrization of a cicloid Cicloid(r,h) Cicloid(1,1) to parametize the cicloid [t - sin(t), 1 - cos(t)] #31: Cicloid(1, 1) #32: [t - SIN(t), 1 - COS(t)] #33: Cicloid(r, h) #34: [r t - h SIN(t), r - h COS(t)] Parametrization of a cisoid Cisoid(a) Cisoid(3/4) to parametize the cisoid x^3+xy^2 = 2 * 3/4 * y^2 3 #35: Cisoid SIN(t) 3 SIN(t) #36:, 2 2 COS(t) #37: Cisoid(a)

20 3 2 2 a SIN(t) #38: 2 a SIN(t), COS(t) Parametrization of Descartes' folium DescartesFolium(a) DescartesFolium(1.5) to parametize the Descartes' folium x^3+y^3 = 3 * 1.5 * xy #39: DescartesFolium(1.5) 2 9 t 9 t #40:, (t + 1) 2 (t + 1) #41: DescartesFolium(a) 2 3 a t 3 a t #42:, 3 3 t + 1 t + 1

21 Parametrization of EightFigure EightFigure(a) EightFigure(1.5) to parametize the eight figure x^4 = 1.5^2(x^2-y^2) #43: EightFigure(1.5) 3 (COS(2 t)) 3 SIN(t) (COS(2 t)), #44: 2 COS(t) 2 2 COS(t) #45: EightFigure(a) a (COS(2 t)) a SIN(t) (COS(2 t)), #46: COS(t) 2 COS(t) Parametrization of Pascal's Snail PascalSnail(a,b) PascalSnail(1,3/2) to parametize the Pascal's snail (x^2+y^2-2*1*x)^2 = (3/2)^2(x^2+y^2) 3 #47: PascalSnail 1, COS(t) 3 SIN(t) #48: 2 COS(t) +, 2 SIN(t) COS(t) + 2 2

22 #49: PascalSnail(a, b) 2 #50: 2 a COS(t) + b COS(t), 2 a SIN(t) COS(t) + b SIN(t) Parametrization of Rosacea Rosacea(a,k) Rosacea(3,5) to parametize the rosacea [3 sin(5t)cos(t), 3 sin(5t)sin(t)] #51: Rosacea(3, 5) #52: [3 COS(t) SIN(5 t), 3 SIN(t) SIN(5 t)] #53: Rosacea(a, k) #54: [a COS(t) SIN(k t), a SIN(t) SIN(k t)]

23 Parametrization of Folium Folium(a,b) Folium(1,1) to parametize the folium (x^2+y^2) (x^2+y^2+x*1) = 4*1*xy^2 #55: Folium(1, 1) #56: COS(t) (4 SIN(t) - 1), COS(t) (4 SIN(t) - SIN(t)) #57: Folium(a, b) #58: COS(t) (4 a SIN(t) - b), COS(t) (4 a SIN(t) - b SIN(t)) Parametrization of Hipocicloid Hipocicloid(a,b) Hipocicloid(1,1) to parametize the hipocicloid [(a-b)cos(t)+bcos((a-b)t/b),(a-b)sin(t)-bsin((a-b)t/b)] 3 #59: Hipocicloid 2, 4 5 t 5 t 3 COS 3 SIN #60: 3 5 COS(t) 5 SIN(t) 3 +, #61: Hipocicloid(a, b)

24 a t a t #62: b COS - t + (a - b) COS(t), (a - b) SIN(t) - b SIN - b b t Parametrization of Trisectriz Trisectriz(a) Trisectriz(1) to parametize the trisectriz y^2(1+x) = x^2(3*1-x) #63: Trisectriz(1) 2 #64: 4 COS(t) - 1, 2 SIN(2 t) - TAN(t) #65: Trisectriz(a) 2 #66: 4 a COS(t) - a, 2 a SIN(2 t) - a TAN(t)

25 Parametrization of Tractriz Tractriz(a) Tractriz(3) to parametize the tractriz [3 sin(t), 3 (cos(t) + ln(tan(t/2)))] #67: Tractriz(3) t #68: 3 SIN(t), 3 LN TAN + 3 COS(t) 2 #69: Tractriz(a) t #70: a SIN(t), a LN TAN + a COS(t) 2 Parametrization of Archimedes' spiral ArchimedesSpiral(a) ArchimedesSpiral(0.03) to parametize the Archimedes' spiral [at cos(t), at sin(t)] #71: ArchimedesSpiral(0.03) 3 t COS(t) 3 t SIN(t) #72:, #73: ArchimedesSpiral(a) #74: [a t COS(t), a t SIN(t)]

26 Parametrization of Astroid in R^3 Astroid3D(a,n) Astroid3D(1,1,1) to parametize the astroid [cos(t), sin(t), cos(2t)] #75: [COS(t), SIN(t), COS(2 t)] #76: Astroid3D(a, b, n) n n #77: a COS(t), b SIN(t), COS(2 t) #78: Astroid3D(1, 1, 1) Parametrization of spherical spiral SphericalSpiral(a,n,m) SphericalSpiral(5,1,25) sin(1*t)] to parametize the spherical spiral [5 cos(1*t)cos(25*t), 5 cos(1*t)sin(25*t), 5

27 #79: SphericalSpiral(5, 1, 25) #80: [5 COS(t) COS(25 t), 5 COS(t) SIN(25 t), 5 SIN(t)] #81: SphericalSpiral(a, n, m) #82: [a COS(m t) COS(n t), a SIN(m t) COS(n t), a SIN(n t)] Parametrization of Viviani's curve VivianiCurve(a) VivianiCurve(2) to parametize the Viviani's curve [2(1+cos(t)), 2 sin(t), 4 sin(t/2)] #83: VivianiCurve(2) t #84: 2 COS(t) + 2, 2 SIN(t), 4 SIN 2 #85: VivianiCurve(a) t #86: a COS(t) + a, a SIN(t), 2 a SIN 2

28 Parametrization of helicoidal curve HelicoidalCurve(curve,c) HelicoidalCurve(Circumference(0,0,r)) to parametize the helicoidal curve [r cos(t), r sin(t), ct] #87: HelicoidalCurve(Circumference(0, 0, r)) #88: [r COS(t), r SIN(t), c t] #89: HelicoidalCurve(ArchimedesSpiral(a)) #90: [a t COS(t), a t SIN(t), c t] #91: HelicoidalCurve(Astroid(a)) 3 3 #92: a COS(t), a SIN(t), c t

29 Exercises Exercise 1 Compute the line integral of [xy^2+x+1, x^2y-2] along curve C given by: The ellipse (x-x_0)^2/a^2+(y-y_0)^2/b^2 = 1. The portion of the curve given by y=(x+2)\ln x + (1-x)^2 which joins the point (1,0) with (-2,9). 2 2 #93: ExactDifferential( x y + x + 1, x y - 2 ) #94: This is an exact differential 2 2 #95: U(x, y) Potential( x y + x + 1, x y - 2 ) 2 2 y 1 #96: U(x, y) x + + x - 2 y 2 2 #97: U(-2, 9) - U(1, 0) 285 #98: 2 Exercise 2 Compute the line integral of [e^x+1,x+z,xy+x+y+2 e^z] along the segment which joins (0,1,2) with (2,-1,6). x z #99: ExactDifferential( e + 1, x + z, x y + x + y + 2 e ) #100: This is not an exact differential x z #101: LineIntegral( e + 1, x + z, x y + x + y + 2 e, Segment([0, 1, 2], [2, -1, 6]), 0, 1) #102: 2 e - e - 3

30 Exercise 3 Compute the area inside the cardiod (x^2+y^2-2 * 3/4x)^2 = 4 * (3/4)^2(x^2+y^2). Compute its length. 3 #103: AreaInsideCurve Cardioid, 0, 2 π 4 27 π #104: 8 3 #105: CurveLength Cardioid, 0, 2 π 4 #106: 12 Exercise 4 Let H be a wire which shape is the curve (cost,sint,t) ; t in [0,2pi] with density function ρ(x,y,z)=x^2+y^2+z^2. Compute the length, mass, mass center and media density of the wire. #107: CurveLength([COS(t), SIN(t), t], 0, 2 π) #108: 2 2 π #109: WireMass(x + y + z, [COS(t), SIN(t), t], 0, 2 π) π #110: π #111: WireMassCenter(x + y + z, [COS(t), SIN(t), t], 0, 2 π) π 3 π (2 π + 1) #112:, -, π π π #113: MediumValue(x + y + z, [COS(t), SIN(t), t], 0, 2 π) 2 4 π + 3 #114: 3

Math 265 Exam 3 Solutions

Math 265 Exam 3 Solutions C Roettger, Fall 16 Math 265 Exam 3 Solutions Problem 1 Let D be the region inside the circle r 5 sin θ but outside the cardioid r 2 + sin θ. Find the area of D. Note that r and θ denote polar coordinates.

More information

MATH11007 NOTES 15: PARAMETRIC CURVES, ARCLENGTH ETC.

MATH11007 NOTES 15: PARAMETRIC CURVES, ARCLENGTH ETC. MATH117 NOTES 15: PARAMETRIC CURVES, ARCLENGTH ETC. 1. Parametric representation of curves The position of a particle moving in three-dimensional space is often specified by an equation of the form For

More information

MATH11007 NOTES 12: PARAMETRIC CURVES, ARCLENGTH ETC.

MATH11007 NOTES 12: PARAMETRIC CURVES, ARCLENGTH ETC. MATH117 NOTES 12: PARAMETRIC CURVES, ARCLENGTH ETC. 1. Parametric representation of curves The position of a particle moving in three-dimensional space is often specified by an equation of the form For

More information

REPRESENTATION OF CURVES IN PARAMETRIC FORM

REPRESENTATION OF CURVES IN PARAMETRIC FORM - Representation of curves in parametric form 1 REPRESENTATION OF CURVES IN PARAMETRIC FORM.1. Parametrization of curves in the plane Given a curve in parametric form, its graphical representation in a

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculus III-Final review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the corresponding position vector. 1) Define the points P = (-,

More information

Coordinate Transformations in Advanced Calculus

Coordinate Transformations in Advanced Calculus Coordinate Transformations in Advanced Calculus by Sacha Nandlall T.A. for MATH 264, McGill University Email: sacha.nandlall@mail.mcgill.ca Website: http://www.resanova.com/teaching/calculus/ Fall 2006,

More information

4. LINE AND PATH INTEGRALS

4. LINE AND PATH INTEGRALS Universidad arlos III de Madrid alculus II 4. LINE AN PATH INTEGRALS Marina elgado Téllez de epeda Parametrizations of important curves: ircumference: (x a) 2 + (y b) 2 = r 2 1 (t) = (a + cos t,b + sin

More information

Math 113 Calculus III Final Exam Practice Problems Spring 2003

Math 113 Calculus III Final Exam Practice Problems Spring 2003 Math 113 Calculus III Final Exam Practice Problems Spring 23 1. Let g(x, y, z) = 2x 2 + y 2 + 4z 2. (a) Describe the shapes of the level surfaces of g. (b) In three different graphs, sketch the three cross

More information

Chapter 15 Notes, Stewart 7e

Chapter 15 Notes, Stewart 7e Contents 15.2 Iterated Integrals..................................... 2 15.3 Double Integrals over General Regions......................... 5 15.4 Double Integrals in Polar Coordinates..........................

More information

University of California, Berkeley

University of California, Berkeley University of California, Berkeley FINAL EXAMINATION, Fall 2012 DURATION: 3 hours Department of Mathematics MATH 53 Multivariable Calculus Examiner: Sean Fitzpatrick Total: 100 points Family Name: Given

More information

Math 2130 Practice Problems Sec Name. Change the Cartesian integral to an equivalent polar integral, and then evaluate.

Math 2130 Practice Problems Sec Name. Change the Cartesian integral to an equivalent polar integral, and then evaluate. Math 10 Practice Problems Sec 1.-1. Name Change the Cartesian integral to an equivalent polar integral, and then evaluate. 1) 5 5 - x dy dx -5 0 A) 5 B) C) 15 D) 5 ) 0 0-8 - 6 - x (8 + ln 9) A) 1 1 + x

More information

Topic 5.1: Line Elements and Scalar Line Integrals. Textbook: Section 16.2

Topic 5.1: Line Elements and Scalar Line Integrals. Textbook: Section 16.2 Topic 5.1: Line Elements and Scalar Line Integrals Textbook: Section 16.2 Warm-Up: Derivatives of Vector Functions Suppose r(t) = x(t) î + y(t) ĵ + z(t) ˆk parameterizes a curve C. The vector: is: r (t)

More information

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations Lecture 15 Lecturer: Prof. Sergei Fedotov 10131 - Calculus and Vectors Length of a Curve and Parametric Equations Sergei Fedotov (University of Manchester) MATH10131 2011 1 / 5 Lecture 15 1 Length of a

More information

Math 348 Differential Geometry of Curves and Surfaces

Math 348 Differential Geometry of Curves and Surfaces Math 348 Differential Geometry of Curves and Surfaces Lecture 3 Curves in Calculus Xinwei Yu Sept. 12, 2017 CAB 527, xinwei2@ualberta.ca Department of Mathematical & Statistical Sciences University of

More information

Workbook. MAT 397: Calculus III

Workbook. MAT 397: Calculus III Workbook MAT 397: Calculus III Instructor: Caleb McWhorter Name: Summer 2017 Contents Preface..................................................... 2 1 Spatial Geometry & Vectors 3 1.1 Basic n Euclidean

More information

Equation of tangent plane: for implicitly defined surfaces section 12.9

Equation of tangent plane: for implicitly defined surfaces section 12.9 Equation of tangent plane: for implicitly defined surfaces section 12.9 Some surfaces are defined implicitly, such as the sphere x 2 + y 2 + z 2 = 1. In general an implicitly defined surface has the equation

More information

f (Pijk ) V. may form the Riemann sum: . Definition. The triple integral of f over the rectangular box B is defined to f (x, y, z) dv = lim

f (Pijk ) V. may form the Riemann sum: . Definition. The triple integral of f over the rectangular box B is defined to f (x, y, z) dv = lim Chapter 14 Multiple Integrals..1 Double Integrals, Iterated Integrals, Cross-sections.2 Double Integrals over more general regions, Definition, Evaluation of Double Integrals, Properties of Double Integrals.3

More information

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA:

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA: MA 114 Exam 3 Spring 217 Exam 3 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test.

More information

Mysterious or unsupported answers will not receive full credit. Your work should be mathematically correct and carefully and legibly written.

Mysterious or unsupported answers will not receive full credit. Your work should be mathematically correct and carefully and legibly written. Math 2374 Spring 2006 Final May 8, 2006 Time Limit: 1 Hour Name (Print): Student ID: Section Number: Teaching Assistant: Signature: This exams contains 11 pages (including this cover page) and 10 problems.

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Homework - Solutions 3 2 Homework 2 - Solutions 3 3 Homework 3 - Solutions 9 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus

More information

Math 259 Winter Unit Test 1 Review Problems Set B

Math 259 Winter Unit Test 1 Review Problems Set B Math 259 Winter 2009 Unit Test 1 Review Problems Set B We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no

More information

ANALVEC.MTH: INTEGRATION AND VECTOR FIELD PROBLEMS FOR ENGINEERING USING DERIVE

ANALVEC.MTH: INTEGRATION AND VECTOR FIELD PROBLEMS FOR ENGINEERING USING DERIVE ANALVEC.MTH: INTEGRATION AND VECTOR FIELD PROBLEMS FOR ENGINEERING USING DERIVE J. L. Galán, M. A. Galán, Y. Padilla, P. Rdríguez Departament de Matemática Aplicada Universidad de Málaga, E.T.S.I. Telecmunicación,

More information

MIDTERM. Section: Signature:

MIDTERM. Section: Signature: MIDTERM Math 32B 8/8/2 Name: Section: Signature: Read all of the following information before starting the exam: Check your exam to make sure all pages are present. NO CALCULATORS! Show all work, clearly

More information

MATH 261 FALL 2000 FINAL EXAM INSTRUCTIONS. 1. This test booklet has 14 pages including this one. There are 25 questions, each worth 8 points.

MATH 261 FALL 2000 FINAL EXAM INSTRUCTIONS. 1. This test booklet has 14 pages including this one. There are 25 questions, each worth 8 points. MATH 261 FALL 2 FINAL EXAM STUDENT NAME - STUDENT ID - RECITATION HOUR - RECITATION INSTRUCTOR INSTRUCTOR - INSTRUCTIONS 1. This test booklet has 14 pages including this one. There are 25 questions, each

More information

Lecture 6: Chain rule, Mean Value Theorem, Tangent Plane

Lecture 6: Chain rule, Mean Value Theorem, Tangent Plane Lecture 6: Chain rule, Mean Value Theorem, Tangent Plane Rafikul Alam Department of Mathematics IIT Guwahati Chain rule Theorem-A: Let x : R R n be differentiable at t 0 and f : R n R be differentiable

More information

x y 2 2 CONIC SECTIONS Problem 1

x y 2 2 CONIC SECTIONS Problem 1 CONIC SECTIONS Problem For the equations below, identify each conic section If it s a parabola, specify its vertex, focus and directrix If it s an ellipse, specify its center, vertices and foci If it s

More information

MATH 261 EXAM III PRACTICE PROBLEMS

MATH 261 EXAM III PRACTICE PROBLEMS MATH 6 EXAM III PRACTICE PROBLEMS These practice problems are pulled from actual midterms in previous semesters. Exam 3 typically has 5 (not 6!) problems on it, with no more than one problem of any given

More information

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER 3: Partial derivatives and differentiation

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER 3: Partial derivatives and differentiation UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES SOLUTIONS ) 3-1. Find, for the following functions: a) fx, y) x cos x sin y. b) fx, y) e xy. c) fx, y) x + y ) lnx + y ). CHAPTER 3: Partial derivatives

More information

Review Exercise. 1. Determine vector and parametric equations of the plane that contains the

Review Exercise. 1. Determine vector and parametric equations of the plane that contains the Review Exercise 1. Determine vector and parametric equations of the plane that contains the points A11, 2, 12, B12, 1, 12, and C13, 1, 42. 2. In question 1, there are a variety of different answers possible,

More information

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane.

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane. Math 21a Tangent Lines and Planes Fall, 2016 What do we know about the gradient f? Tangent Lines to Curves in the Plane. 1. For each of the following curves, find the tangent line to the curve at the point

More information

Gradient and Directional Derivatives

Gradient and Directional Derivatives Gradient and Directional Derivatives MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Given z = f (x, y) we understand that f : gives the rate of change of z in

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

Triple Integrals. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Triple Integrals

Triple Integrals. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Triple Integrals Triple Integrals MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 211 Riemann Sum Approach Suppose we wish to integrate w f (x, y, z), a continuous function, on the box-shaped region

More information

Dr. Allen Back. Nov. 19, 2014

Dr. Allen Back. Nov. 19, 2014 Why of Dr. Allen Back Nov. 19, 2014 Graph Picture of T u, T v for a Lat/Long Param. of the Sphere. Why of Graph Basic Picture Why of Graph Why Φ(u, v) = (x(u, v), y(u, v), z(u, v)) Tangents T u = (x u,

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

Triple Integrals in Rectangular Coordinates

Triple Integrals in Rectangular Coordinates Triple Integrals in Rectangular Coordinates P. Sam Johnson April 10, 2017 P. Sam Johnson (NIT Karnataka) Triple Integrals in Rectangular Coordinates April 10, 2017 1 / 28 Overview We use triple integrals

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals)

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals) MA 43 Calculus III Fall 8 Dr. E. Jacobs Assignments Reading assignments are found in James Stewart s Calculus (Early Transcendentals) Assignment. Spheres and Other Surfaces Read. -. and.6 Section./Problems

More information

The diagram above shows a sketch of the curve C with parametric equations

The diagram above shows a sketch of the curve C with parametric equations 1. The diagram above shows a sketch of the curve C with parametric equations x = 5t 4, y = t(9 t ) The curve C cuts the x-axis at the points A and B. (a) Find the x-coordinate at the point A and the x-coordinate

More information

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 5 FALL 8 KUNIYUKI SCORED OUT OF 15 POINTS MULTIPLIED BY.84 15% POSSIBLE 1) Reverse the order of integration, and evaluate the resulting double integral: 16 y dx dy. Give

More information

Integration using Transformations in Polar, Cylindrical, and Spherical Coordinates

Integration using Transformations in Polar, Cylindrical, and Spherical Coordinates ections 15.4 Integration using Transformations in Polar, Cylindrical, and pherical Coordinates Cylindrical Coordinates pherical Coordinates MATH 127 (ection 15.5) Applications of Multiple Integrals The

More information

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z.

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z. Week 1 Worksheet Sections from Thomas 13 th edition: 12.4, 12.5, 12.6, 13.1 1. A plane is a set of points that satisfies an equation of the form c 1 x + c 2 y + c 3 z = c 4. (a) Find any three distinct

More information

WW Prob Lib1 Math course-section, semester year

WW Prob Lib1 Math course-section, semester year WW Prob Lib Math course-section, semester year WeBWorK assignment due /25/06 at :00 PM..( pt) Consider the parametric equation x = 7(cosθ + θsinθ) y = 7(sinθ θcosθ) What is the length of the curve for

More information

Name: Date: 1. Match the equation with its graph. Page 1

Name: Date: 1. Match the equation with its graph. Page 1 Name: Date: 1. Match the equation with its graph. y 6x A) C) Page 1 D) E) Page . Match the equation with its graph. ( x3) ( y3) A) C) Page 3 D) E) Page 4 3. Match the equation with its graph. ( x ) y 1

More information

Dr. Allen Back. Nov. 21, 2014

Dr. Allen Back. Nov. 21, 2014 Dr. Allen Back of Nov. 21, 2014 The most important thing you should know (e.g. for exams and homework) is how to setup (and perhaps compute if not too hard) surface integrals, triple integrals, etc. But

More information

Multiple Integrals. max x i 0

Multiple Integrals. max x i 0 Multiple Integrals 1 Double Integrals Definite integrals appear when one solves Area problem. Find the area A of the region bounded above by the curve y = f(x), below by the x-axis, and on the sides by

More information

Directional Derivatives as Vectors

Directional Derivatives as Vectors Directional Derivatives as Vectors John Ganci 1 Al Lehnen 2 1 Richland College Dallas, TX jganci@dcccd.edu 2 Madison Area Technical College Madison, WI alehnen@matcmadison.edu Statement of problem We are

More information

8/5/2010 FINAL EXAM PRACTICE IV Maths 21a, O. Knill, Summer 2010

8/5/2010 FINAL EXAM PRACTICE IV Maths 21a, O. Knill, Summer 2010 8/5/21 FINAL EXAM PRACTICE IV Maths 21a, O. Knill, Summer 21 Name: Start by printing your name in the above box. Try to answer each question on the same page as the question is asked. If needed, use the

More information

8(x 2) + 21(y 1) + 6(z 3) = 0 8x + 21y + 6z = 55.

8(x 2) + 21(y 1) + 6(z 3) = 0 8x + 21y + 6z = 55. MATH 24 -Review for Final Exam. Let f(x, y, z) x 2 yz + y 3 z x 2 + z, and a (2,, 3). Note: f (2xyz 2x, x 2 z + 3y 2 z, x 2 y + y 3 + ) f(a) (8, 2, 6) (a) Find all stationary points (if any) of f. et f.

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

Quiz problem bank. Quiz 1 problems. 1. Find all solutions (x, y) to the following:

Quiz problem bank. Quiz 1 problems. 1. Find all solutions (x, y) to the following: Quiz problem bank Quiz problems. Find all solutions x, y) to the following: xy x + y = x + 5x + 4y = ) x. Let gx) = ln. Find g x). sin x 3. Find the tangent line to fx) = xe x at x =. 4. Let hx) = x 3

More information

MA 114 Worksheet #17: Average value of a function

MA 114 Worksheet #17: Average value of a function Spring 2019 MA 114 Worksheet 17 Thursday, 7 March 2019 MA 114 Worksheet #17: Average value of a function 1. Write down the equation for the average value of an integrable function f(x) on [a, b]. 2. Find

More information

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Introduction Timetable Assignments...

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Introduction Timetable Assignments... PURE MATHEMATICS 212 Multivariable Calculus CONTENTS Page 1. Assignment Summary... i 2. Introduction...1 3. Timetable... 3 4. Assignments...5 i PMTH212, Multivariable Calculus Assignment Summary 2009

More information

NATIONAL UNIVERSITY OF SINGAPORE MA MATHEMATICS 1. AY2013/2014 : Semester 2. Time allowed : 2 hours

NATIONAL UNIVERSITY OF SINGAPORE MA MATHEMATICS 1. AY2013/2014 : Semester 2. Time allowed : 2 hours Matriculation Number: NATIONAL UNIVERSITY OF SINGAPORE MA1505 - MATHEMATICS 1 AY2013/2014 : Semester 2 Time allowed : 2 hours INSTRUCTIONS TO CANDIDATES 1. Write your matriculation number neatly in the

More information

AP * Calculus Review. Area and Volume

AP * Calculus Review. Area and Volume AP * Calculus Review Area and Volume Student Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board was not involved in the production of,

More information

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra MTHSC 206 Section 15.6 Directional Derivatives and the Gradient Vector Definition We define the directional derivative of the function f (x, y) at the point (x 0, y 0 ) in the direction of the unit vector

More information

MATH 234. Excercises on Integration in Several Variables. I. Double Integrals

MATH 234. Excercises on Integration in Several Variables. I. Double Integrals MATH 234 Excercises on Integration in everal Variables I. Double Integrals Problem 1. D = {(x, y) : y x 1, 0 y 1}. Compute D ex3 da. Problem 2. Find the volume of the solid bounded above by the plane 3x

More information

Exam in Calculus. Wednesday June 1st First Year at The TEK-NAT Faculty and Health Faculty

Exam in Calculus. Wednesday June 1st First Year at The TEK-NAT Faculty and Health Faculty Exam in Calculus Wednesday June 1st 211 First Year at The TEK-NAT Faculty and Health Faculty The present exam consists of 7 numbered pages with a total of 12 exercises. It is allowed to use books, notes,

More information

UNIVERSITI TEKNOLOGI MALAYSIA SSCE 1993 ENGINEERING MATHEMATICS II TUTORIAL 2. 1 x cos dy dx x y dy dx. y cosxdy dx

UNIVERSITI TEKNOLOGI MALAYSIA SSCE 1993 ENGINEERING MATHEMATICS II TUTORIAL 2. 1 x cos dy dx x y dy dx. y cosxdy dx UNIVESITI TEKNOLOI MALAYSIA SSCE 99 ENINEEIN MATHEMATICS II TUTOIAL. Evaluate the following iterated integrals. (e) (g) (i) x x x sinx x e x y dy dx x dy dx y y cosxdy dx xy x + dxdy (f) (h) (y + x)dy

More information

Chapter 10 Homework: Parametric Equations and Polar Coordinates

Chapter 10 Homework: Parametric Equations and Polar Coordinates Chapter 1 Homework: Parametric Equations and Polar Coordinates Name Homework 1.2 1. Consider the parametric equations x = t and y = 3 t. a. Construct a table of values for t =, 1, 2, 3, and 4 b. Plot the

More information

MAC2313 Test 3 A E g(x, y, z) dy dx dz

MAC2313 Test 3 A E g(x, y, z) dy dx dz MAC2313 Test 3 A (5 pts) 1. If the function g(x, y, z) is integrated over the cylindrical solid bounded by x 2 + y 2 = 3, z = 1, and z = 7, the correct integral in Cartesian coordinates is given by: A.

More information

Chapter 15 Vector Calculus

Chapter 15 Vector Calculus Chapter 15 Vector Calculus 151 Vector Fields 152 Line Integrals 153 Fundamental Theorem and Independence of Path 153 Conservative Fields and Potential Functions 154 Green s Theorem 155 urface Integrals

More information

18.02 Final Exam. y = 0

18.02 Final Exam. y = 0 No books, notes or calculators. 5 problems, 50 points. 8.0 Final Exam Useful formula: cos (θ) = ( + cos(θ)) Problem. (0 points) a) (5 pts.) Find the equation in the form Ax + By + z = D of the plane P

More information

Math 11 Fall 2016 Section 1 Monday, October 17, 2016

Math 11 Fall 2016 Section 1 Monday, October 17, 2016 Math 11 Fall 16 Section 1 Monday, October 17, 16 First, some important points from the last class: f(x, y, z) dv, the integral (with respect to volume) of f over the three-dimensional region, is a triple

More information

1. Suppose that the equation F (x, y, z) = 0 implicitly defines each of the three variables x, y, and z as functions of the other two:

1. Suppose that the equation F (x, y, z) = 0 implicitly defines each of the three variables x, y, and z as functions of the other two: Final Solutions. Suppose that the equation F (x, y, z) implicitly defines each of the three variables x, y, and z as functions of the other two: z f(x, y), y g(x, z), x h(y, z). If F is differentiable

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46 Polar Coordinates Polar Coordinates: Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ)

More information

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures Grad operator, triple and line integrals Notice: this material must not be used as a substitute for attending the lectures 1 .1 The grad operator Let f(x 1, x,..., x n ) be a function of the n variables

More information

Math Exam III Review

Math Exam III Review Math 213 - Exam III Review Peter A. Perry University of Kentucky April 10, 2019 Homework Exam III is tonight at 5 PM Exam III will cover 15.1 15.3, 15.6 15.9, 16.1 16.2, and identifying conservative vector

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.5 Polar Equations and Graphs Polar Coordinate System Graphs of Polar Equations Conversion

More information

Math 126 Winter CHECK that your exam contains 8 problems.

Math 126 Winter CHECK that your exam contains 8 problems. Math 126 Winter 2016 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name CHECK that your exam contains 8 problems. This exam is closed book. You may use one 8 1 11 sheet of hand-written

More information

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University Updated: August 24, 216 Calculus III Section 1.2 Math 232 Calculus III Brian Veitch Fall 215 Northern Illinois University 1.2 Calculus with Parametric Curves Definition 1: First Derivative of a Parametric

More information

. 1. Chain rules. Directional derivative. Gradient Vector Field. Most Rapid Increase. Implicit Function Theorem, Implicit Differentiation

. 1. Chain rules. Directional derivative. Gradient Vector Field. Most Rapid Increase. Implicit Function Theorem, Implicit Differentiation 1 Chain rules 2 Directional derivative 3 Gradient Vector Field 4 Most Rapid Increase 5 Implicit Function Theorem, Implicit Differentiation 6 Lagrange Multiplier 7 Second Derivative Test Theorem Suppose

More information

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2 PURE MATHEMATICS 212 Multivariable Calculus CONTENTS Page 1. Assignment Summary... i 2. Summary...1 3. Assignments...2 i PMTH212, Multivariable Calculus Assignment Summary 2010 Assignment Date to be Posted

More information

Rectangular Coordinates in Space

Rectangular Coordinates in Space Rectangular Coordinates in Space Philippe B. Laval KSU Today Philippe B. Laval (KSU) Rectangular Coordinates in Space Today 1 / 11 Introduction We quickly review one and two-dimensional spaces and then

More information

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative Polar (BC Only) Polar coordinates are another way of expressing points in a plane. Instead of being centered at an origin and moving horizontally or vertically, polar coordinates are centered at the pole

More information

True/False. MATH 1C: SAMPLE EXAM 1 c Jeffrey A. Anderson ANSWER KEY

True/False. MATH 1C: SAMPLE EXAM 1 c Jeffrey A. Anderson ANSWER KEY MATH 1C: SAMPLE EXAM 1 c Jeffrey A. Anderson ANSWER KEY True/False 10 points: points each) For the problems below, circle T if the answer is true and circle F is the answer is false. After you ve chosen

More information

What you will learn today

What you will learn today What you will learn today Tangent Planes and Linear Approximation and the Gradient Vector Vector Functions 1/21 Recall in one-variable calculus, as we zoom in toward a point on a curve, the graph becomes

More information

Name: Class: Date: 1. Use Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraint.

Name: Class: Date: 1. Use Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraint. . Use Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraint. f (x, y) = x y, x + y = 8. Set up the triple integral of an arbitrary continuous function

More information

= w. w u. u ; u + w. x x. z z. y y. v + w. . Remark. The formula stated above is very important in the theory of. surface integral.

= w. w u. u ; u + w. x x. z z. y y. v + w. . Remark. The formula stated above is very important in the theory of. surface integral. 1 Chain rules 2 Directional derivative 3 Gradient Vector Field 4 Most Rapid Increase 5 Implicit Function Theorem, Implicit Differentiation 6 Lagrange Multiplier 7 Second Derivative Test Theorem Suppose

More information

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009 Practice problems from old exams for math 233 William H. Meeks III December 21, 2009 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

MA 174: Multivariable Calculus Final EXAM (practice) NO CALCULATORS, BOOKS, OR PAPERS ARE ALLOWED. Use the back of the test pages for scrap paper.

MA 174: Multivariable Calculus Final EXAM (practice) NO CALCULATORS, BOOKS, OR PAPERS ARE ALLOWED. Use the back of the test pages for scrap paper. MA 174: Multivariable alculus Final EXAM (practice) NAME lass Meeting Time: NO ALULATOR, BOOK, OR PAPER ARE ALLOWED. Use the back of the test pages for scrap paper. Points awarded 1. (5 pts). (5 pts).

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

INTRODUCTION TO LINE INTEGRALS

INTRODUCTION TO LINE INTEGRALS INTRODUTION TO LINE INTEGRALS PROF. MIHAEL VANVALKENBURGH Last week we discussed triple integrals. This week we will study a new topic of great importance in mathematics and physics: line integrals. 1.

More information

Differential Geometry MAT WEEKLY PROGRAM 1-2

Differential Geometry MAT WEEKLY PROGRAM 1-2 15.09.014 WEEKLY PROGRAM 1- The first week, we will talk about the contents of this course and mentioned the theory of curves and surfaces by giving the relation and differences between them with aid of

More information

f sin the slope of the tangent line is given by f sin f cos cos sin , but it s also given by 2. So solve the DE with initial condition: sin cos

f sin the slope of the tangent line is given by f sin f cos cos sin , but it s also given by 2. So solve the DE with initial condition: sin cos Math 414 Activity 1 (Due by end of class August 1) 1 Four bugs are placed at the four corners of a square with side length a The bugs crawl counterclockwise at the same speed and each bug crawls directly

More information

ADVANCED GCE MATHEMATICS (MEI) 4754A

ADVANCED GCE MATHEMATICS (MEI) 4754A ADVANCED GCE MATHEMATICS (MEI) Applications of Advanced Mathematics (C4) Paper A 4754A Candidates answer on the Answer Booklet OCR Supplied Materials: 8 page Answer Booklet Graph paper MEI Examination

More information

the straight line in the xy plane from the point (0, 4) to the point (2,0)

the straight line in the xy plane from the point (0, 4) to the point (2,0) Math 238 Review Problems for Final Exam For problems #1 to #6, we define the following paths vector fields: b(t) = the straight line in the xy plane from the point (0, 4) to the point (2,0) c(t) = the

More information

MATH 2023 Multivariable Calculus

MATH 2023 Multivariable Calculus MATH 2023 Multivariable Calculus Problem Sets Note: Problems with asterisks represent supplementary informations. You may want to read their solutions if you like, but you don t need to work on them. Set

More information

MATH 19520/51 Class 6

MATH 19520/51 Class 6 MATH 19520/51 Class 6 Minh-Tam Trinh University of Chicago 2017-10-06 1 Review partial derivatives. 2 Review equations of planes. 3 Review tangent lines in single-variable calculus. 4 Tangent planes to

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

LIGHTS, CAMERA, CALCULUS

LIGHTS, CAMERA, CALCULUS LIGHTS, CAMERA, CALCULUS Robert E. Kowalczyk and Adam O. Hausknecht University of Massachusetts Dartmouth Mathematics Department, 285 Old Westport Road, N. Dartmouth, MA 02747-2300 rkowalczyk@umassd.edu

More information

University of Saskatchewan Department of Mathematics & Statistics MATH Final Instructors: (01) P. J. Browne (03) B. Friberg (05) H.

University of Saskatchewan Department of Mathematics & Statistics MATH Final Instructors: (01) P. J. Browne (03) B. Friberg (05) H. University of Saskatchewan Department of Mathematics & Statistics MATH. Final Instructors: (0) P. J. Browne (0) B. Friberg (0) H. Teismann December 9, 000 Time: :00-:00 pm This is an open book exam. Students

More information

Math 2260 Exam #1 Practice Problem Solutions

Math 2260 Exam #1 Practice Problem Solutions Math 6 Exam # Practice Problem Solutions. What is the area bounded by the curves y x and y x + 7? Answer: As we can see in the figure, the line y x + 7 lies above the parabola y x in the region we care

More information

. Tutorial Class V 3-10/10/2012 First Order Partial Derivatives;...

. Tutorial Class V 3-10/10/2012 First Order Partial Derivatives;... Tutorial Class V 3-10/10/2012 1 First Order Partial Derivatives; Tutorial Class V 3-10/10/2012 1 First Order Partial Derivatives; 2 Application of Gradient; Tutorial Class V 3-10/10/2012 1 First Order

More information

Tangent Lines and Linear Approximations Solutions

Tangent Lines and Linear Approximations Solutions Solutions We have intentionally included more material than can be covered in most Student Study Sessions to account for groups that are able to answer the questions at a faster rate. Use your own judgment,

More information

2/3 Unit Math Homework for Year 12

2/3 Unit Math Homework for Year 12 Yimin Math Centre 2/3 Unit Math Homework for Year 12 Student Name: Grade: Date: Score: Table of contents 12 Trigonometry 2 1 12.1 The Derivative of Trigonometric Functions....................... 1 12.2

More information

9/30/2014 FIRST HOURLY PRACTICE VII Math 21a, Fall Name:

9/30/2014 FIRST HOURLY PRACTICE VII Math 21a, Fall Name: 9/30/2014 FIRST HOURLY PRACTICE VII Math 21a, Fall 2014 Name: MWF 9 Oliver Knill MWF 9 Chao Li MWF 10 Gijs Heuts MWF 10 Yu-Wen Hsu MWF 10 Yong-Suk Moon MWF 11 Rosalie Belanger-Rioux MWF 11 Gijs Heuts MWF

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

MAT1B01: Curves defined by parametric equations

MAT1B01: Curves defined by parametric equations MAT1B01: Curves defined by parametric equations Dr Craig 24 October 2016 My details: acraig@uj.ac.za Consulting hours: Thursday 11h20 12h55 Friday 11h30 13h00 Office C-Ring 508 https://andrewcraigmaths.wordpress.com/

More information