The singular properties of the Hermit curve on Unit Circle

Size: px
Start display at page:

Download "The singular properties of the Hermit curve on Unit Circle"

Transcription

1 The singular properties of the Hermit curve on Unit Circle Ching-Shoei Chiang 1, Ching-Tsorng Tsai 1 Computer Science and Information Management, Soochow University, Taipei, Taiwan Computer Science, Tunghai University Taichung, Taiwan Abstract - The design of curves, surface, and solid are important in computer aided geometric design (CAGD). Images, surround by boundary curves, are also investigated by many researchers. One way to describe an image is using the medial axis transform. Under this consideration, the properties of the boundary curves tangent to circles become important to design for D images. In this paper, we define a special class of curves, which is the curves whose end points is on a circle, and endpoints tangent vectors are parallel to the tangent line of circle at the end points. There are 4 parameters to design this curve, two are the length of the tangent vectors 0 and 1 on the boundary curve, one is the angle, associated with the circle, between two endpoints, and the final parameter is the variable t for the curves. Different curves design for singular point can be achieved by given two values or constraints among these 4 parameters. We can use the singular point design in calligraphic strokes with cusp to describe the edge contour. Using these properties, with more constraints on the singular point or maximum curvature at specified parameter, we survey the couture of the curves, so that the design of the curve may be simplify by giving constraint. Definition and Theorem Let introduce the Hermit curve first. Given two points P 0 and P 1, with two associated tangent vectors V 0 and V 1, the Hermit curve C(t) defined as (See figure 1): 1 1 C(t) = [t, t, t, 1 ] 1 P [ ] [ 1 ] (1) V V 1 P 0 Keywords: Computer Graphics, computer-aided geometric design, Hermit Curve, geometric modeling 1 Introduction The D image can be stored by many different ways, including its boundary curves, a medial axis curves with radius function, union of many primitive figures, and so on. There are many researchers use different curves to simulate different images. For example, Cinque, Levialdi and Malizia [1] uses cubic Bezier curve to do the shape description. Yang, Lu and Lee[] use Bezier curve to approach the shape description for Chinese calligraphy characters. Chang and Yan[] derived an algorithm to approach the hand-drawn image by using cubic Bezier curve. Cao and Kot[4] derived an algorithm to do data embedding in electronic inks without losing data. The boundary curves can be also used to derived the offset curves and medial axis of an images[5], and also to simulate the nature objects, such as flowers[6]. In this paper, we would like to investigate the cubic Hermit curves, where the end points are on a unit circle, and its end points tangent line is parallel to the tangent line of circles. Figure 1. Hermite Curve To simplify our problem, we assume that the end points P 0 and P 1 are on the unit circle, the first point P 0 =(-1,0), and the second point P 1 =(-cosθ, sinθ). It s associated tangent vectors parallel to (0,1) and (sinθ, cosθ). We have the following definition for this curve. Definition1:Unit Circle Hermit Curve Two points P 0 =(-1, 0) P 1 =(-cosθ, sinθ) on the unit circle with its associated tangent vector V 0 =α 0 (0, 1) V 1 =α 1 (sinθ, cosθ) produced a Hermite curve, we call it unit circle hermit curve, denoted H 1 (t;θ,α 0, α 1 ),where α 0 >0 α 1 >0 0<t<1 0<θ<π

2 Notice that for the general case, we can always convert the design problem into the design problem for H 1 (t;θ,α 0, α 1 ). We can always translate the center to the origin, scale the radius into one and rotate the circle so that the first point is on (-1,0). We call this process the standardization of the problem. After we solve the problem, produce the curve we want, we can always inverse the process, which is rotate, scale, and translate to see the designed curves for the original design problem. Let us consider the cusp on the curve. Theorm1: Singular Point Let C(t)=H 1 (t;θ,α 0, α 1 ),then C (t)=(x (t),y (t))=(0, 0) α 0 B(t)=α 1 D(t)=A(t)tan θ,where A(t)=(t-1) B(t)=(t-1) (t-1) D(t)=t(t-) Proof: We separate our proof into two parts, including if ( ) and only if ( ). (1) C (t)=(x (t), y (t))=(0, 0) α 0 B(t)=α 1 D(t)=A(t)tan θ After the first derivative of the curve, we have ( 1,0) C (t) = [A(t), A(t), B(t), D(t)] ( cosθ, sinθ) α 0 (0,1) () [ α 1 (sinθ, cosθ)] Where A(t)=(t-1) B(t)=(t-1)(t-1) D(t)=t(t-) From C (t)=(0, 0),the following equations holds: { A(t) + cosθa(t) + α 1sinθD(t) = 0 () A(t)sinθ + α 0 B(t) + α 1 cosθd(t) = 0 (4) From Cramer s rule to solve sinθ and cosθ, with the properties sin θ +cos θ =1, we have: or { A (t) + α 1 D (t) = 0 (5) α 0 B (t) α 1 D (t) = 0 (6) Notice that equation (5) never holds under the assumption that α 0 >0 α 1 >0 0<t<1 We can simplify the equation (6) into α 0 B(t)=±α 1 D(t): or{ α 0B(t) = α 1 D(t) (6. a) α 0 B(t) = α 1 D(t) (6. b) Solve the system of equation () (4) and(6.a),we have α 0 B(t)=α 1 D(t)=A(t)tan θ (0<θ<π) On the other hand, solve the system of equation () (4) and (6.b),we have α 1 D(t)=A(t)tan θ =-A(t)cotθ,conclude sec θ =0,since we cannot find any θ so that sec θ =0,so α 0B(t)=-α 1 D(t) will never happened () C (t)=(x (t), y (t))=(0, 0) α 0 B(t)=α 1 D(t)=A(t)tan θ Via equation (), we have: (x (t),y (t))=(-a(t)+a(t)cosθ+α 1 D(t)sinθ,-A(t)sinθ+α 0 B(t)+α 1 D( t)cosθ)= (A(t)sin θ α 1D(t)cos θ ) (sin θ, cos θ ) = cosθ (A(t)tan θ α 1D(t)) (sin θ, cos θ ) Since α 0 B(t)=α 1 D(t)=A(t)tan θ,we got A(t)tan θ α 1D(t)=0, so C (t)=(0, 0) Observation: Notice that there are some values of t degenerate the case. Assume t can be 0 (A(t)=D(t)=0) or 1(A(t)=B(t)=0), then there are no cusp in the defined curve. Now we have 4 variables (t θ α 0 α 1 ) with two constraints (x (t)=0 y (t)=0),in general case, we have solutions by given the values of two variables or two constraints. These two variables can be (θ, t) (θ, α 0 ) (θ, α 1 ) (t, α 0 ) (t, α 1 ) (α 0, α 1 ) Constraints can be something like α 0 =α 1. So, we have the following corollaries:.1 Corollary1:θ t are given Let C(t)=H 1 (t ; θ, α 0,α 1 ),and gives the value of θ t,then α 0 = tan t 1 (θ) α 1 = 6(t 1) tan t (θ),where t 1 t From Corollary1, we can know whether α 0 and α 0 are positive, negative, or zero by given the range of θ and t,as shown in Table 1. Let 0<t<1, 0<θ<π, t 1, t, θ π, we have 4 different cases concerning the positive/negative values of α 0 and α 1, that is, (α 0 >0 α 1 >0) (α 0 >0 α 1 <0) (α 0 <0 α 1 >0) and (α 0 <0 α 1 <0). These cases, associated with the range of θ and t, are list in Table.. Corollary :θ α 0 are given Let C(t)=H 1 (t;θ,α 0, α 1 ),if we know the value of θ and α 0, then α 1 = 4 α 0 tan θ tan θ t = α 0 where θ 0 α 0 4tan θ (α 0 tan θ )

3 . Corollary :θ α 1 are given Let C(t)=H 1 (t;θ,α 0, α 1 ),if we know the value of θ and α 1, then α 0 = 4 α 1 tan θ tan θ t = α 1 4tan θ α 1 tan θ α 1 tan θ,where θ 0 Notice that the similar equation for α 1 in corollary and α 0 in corollary..5 Corollary5:given t α 1 Let C(t)=H 1 (t;θ,α 0,α 1 ),if we know the value of t α 1, then α 0 = α 1t(t ) (t 1)(t 1) θ = tan 1 ( α 1(t ) 6(t 1) ),where t 1 t 1.4 Corollary4:Given t α 0 Let C(t)=H 1 (t;θ,α 0,α 1 ), if we know the value of t α 0,then α 1 = α 0(t 1)(t 1) θ = tan 1 ( α 0(t 1) ),where t 0 t t(t ) tan θ t 1 6(t 1) t α 0 α 1 Table 1 Positive/Negative of α 0, α 1 >0 =0 <0 0<θ<π θ=0 π<θ<π t> 1 or t<0 t=0 0<t<1 t>1 or t< (t> 1 ) (0<θ<π) (t<0) (0<θ<π) (0<t< 1 ) (π<θ<π) (t>1) (0<θ<π) (t< ) (0<θ<π) ( <t<1) (π<θ<π) t=1 t=0 θ=0 t=1 θ=0 <t<1 (t> 1 ) (π<θ<π) (t<0) (π<θ<π) (0<t< 1 ) (0<θ<π) (t>1) (π<θ<π) (t< ) (π<θ<π) ( <t<1) (0<θ<π) Table Range of α 0, α 1 from range of θ and t Case A ( 1 <t< ) (0<θ<π) (α 0>0 α 1 >0) Case B Case C ( <t<1) (0<θ<π) or (0 <t< 1 ) (π<θ<π) (α 0 >0 α 1 <0) (0 <t< 1 ) (0<θ<π) or ( <t<1) (π<θ<π) (α 0 <0 α 1 >0) Case D ( 1 <t< ) (π<θ<π) (α 0<0 α 1 <0).6 Corollary6:Given α 0 α 1 Let C(t)=H 1 (t;θ,α 0,α 1 ),if we know the value of α 0 α 1,then t = α 1+α 0 ± α 1 α 0 α 1 +α 0 (α 0 α 1 ) θ = tan 1 ( α 0(t 1) ),where α 0 α 1 t 0,or t= 1 θ = tan 1 ( α 6 ),where α 0 = α 1 = α.7 Corollary7:given θ and α 0 =α 1 Let C(t)=H 1 (t;θ,α 0, α 1 ),assume α 0 =α 1,and give the value of θ, then α 0 = α 1 = an θ t = 1 Experimental Result From the theorem and corollaries describes in the last section, we give examples in this section..1 Example 1:θ t are given In corollary 1, given θ t, we can find α 0 and α 0, the result is shown in Table and Figure. The last column of Table lists the different cases shown in Table. Table Findingα 0 and α 0 by giving θ, t # Given value Obtained value Cases θ t α 0 α 1 (a) C (b) A (c) A (d) A (e) B (f) D

4 Figure Fixed θ, vary t Table 4 and Figure shows the cases that we fixed the value t, and vary the value θ.. Example : Figure Fixed t, θ vary Let θ=80 and α 0 =10,we find t , α 1.780,as shown in Figure 4(a). Let θ=110, α 1 =8,we find t α ,as shown in Figure 4(b). Table 4 Fixed t, θ vary # Given value Obtained value Cases θ T α 0 α 1 (a) A (b) A (c) A (d) D (e) D (f) D (a). Example : (b) Figrue 4 (θ, α 0 ) or (θ, α 1 ) are given Let t=0.5 α 0 =5 we find α 1 =5 θ as shown in Figure 5(a). Let t=0.57 α 1 =5,we have α 0 = θ ,as shown in Figure 5(b). (a) (b) Figure 5 (t, α 0 ) or (t, α 1 ) are given

5 .4 Example 4:α 0 α 1 are given Let C(t)=H 1 (t;θ,α 0,α 1 ). If α 0 =8 α 1 =0, we find t ,when t=0.5954, we find θ , as shown in Figure 6(a). If α 0 =5 α 1 =5,we find t= 1 θ , as shown in Figure 6(b) (a) (b) Figure 6 (α 0, α 1 ) or (α 0, α 1 ) are given We consider the case that α 0 =α 1 and the value of θ are given.5 Example 5: Let C(t)=H 1 (t;θ,α 0, α 1 ), when the value of θ are given, we can find the value of α 0 α 1 t,we list the result in Table 5 and Figure 7. For example, when θ=50,we find α 0 =α 1 = t=1/, as shown in Figure 7(a). # Given value Table 5 Given θ with α 0 =α 1 Obtained value Θ α 0 α 1 t (a) (b) (c) (d) (e) (f) Figure 7 Given θ with α 0 =α 1 4 Conclusion and future research The unit circle hermit curve, H 1 (t;θ,α 0,α 1 ), can be used to design curves and images. On many cases, the singular point may be needed to be considered. For example, the Chinese characters may have cusp on the boundary. Before the design of the character, the relationship between the parameter value and the contour of the boundary curve is important. When we give two values of the parameters for H 1 (t;θ,α 0,α 1 ) curve, the can find the other two values with simple computation. When we define a curve, the only memory we need is 7 locations to store these 4 parameters, and other parameters for the standardization process. So, the design process saved not only the time, but also the memory There are more constraints we can used to design the curves. For example, the maximum curvature happened at t 0, the curve passing through a point p 0, the curve tangent to a line L 0, and so on. We believe the result will as simple as the case we introduced here. Acknowledge This work was supported in part by the National Science Council in Taiwan under Grants 10-1-E

6 Reference [1] Cinque, L., Levialdi, S. and Malizia, A. Shape description using cubic polynomial Bezier curves ; Pattern Recognition Letters, Vol. 19., pp.81-88, [] Yang, H.-M., Lu, J.-J. and Lee, H.-J.. A Bezier curve-based approach to shape description for Chinese calligraphy characters. ; In "Proceedings of the Sixth International Conference on Document Analysis and Recognition", pp (001) [] Chang, H.-H. and Yan, H. Vectorization of hand-drawn image using piecewise cubic Bezier curves fitting. ; Pattern Recognition, Vol. 1, No. 11, pp (1998) [4] Cao, H., Kot, A.C. Lossless Data Embedding in Electronic Inks ; IEEE Transactions on Information Forensics and Security, Vol. 5, No., pp.14-. (010) [5] Cao, L., Jia, Z., Liu, J. Computation of medial axis and offset curves of curved boundaries in planar domains based on the Cesaro s approach. ; Computer Aided Geometric Design, Vol. 6, No.4, pp (009) [6] Qin, Peiyu and Chen, Chuanbo Simulation Model of Flower Using the Integration of L-systems with Bezier Surfaces ; International Journal of Computer Science and Network Security, Vol.6, No., pp (006)

Parametric Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 3, 2017

Parametric Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 3, 2017 Parametric Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 3, 2017 1 Introduction A curve in R 2 (or R 3 ) is a differentiable function α : [a,b] R 2 (or R 3 ). The initial point is α[a] and the final point

More information

Spiral spline interpolation to a planar spiral

Spiral spline interpolation to a planar spiral Spiral spline interpolation to a planar spiral Zulfiqar Habib Department of Mathematics and Computer Science, Graduate School of Science and Engineering, Kagoshima University Manabu Sakai Department of

More information

MATH Final Review

MATH Final Review MATH 1592 - Final Review 1 Chapter 7 1.1 Main Topics 1. Integration techniques: Fitting integrands to basic rules on page 485. Integration by parts, Theorem 7.1 on page 488. Guidelines for trigonometric

More information

Sample Exam 1 KEY NAME: 1. CS 557 Sample Exam 1 KEY. These are some sample problems taken from exams in previous years. roughly ten questions.

Sample Exam 1 KEY NAME: 1. CS 557 Sample Exam 1 KEY. These are some sample problems taken from exams in previous years. roughly ten questions. Sample Exam 1 KEY NAME: 1 CS 557 Sample Exam 1 KEY These are some sample problems taken from exams in previous years. roughly ten questions. Your exam will have 1. (0 points) Circle T or T T Any curve

More information

Planar interpolation with a pair of rational spirals T. N. T. Goodman 1 and D. S. Meek 2

Planar interpolation with a pair of rational spirals T. N. T. Goodman 1 and D. S. Meek 2 Planar interpolation with a pair of rational spirals T N T Goodman and D S Meek Abstract Spirals are curves of one-signed monotone increasing or decreasing curvature Spiral segments are fair curves with

More information

Curves. Hakan Bilen University of Edinburgh. Computer Graphics Fall Some slides are courtesy of Steve Marschner and Taku Komura

Curves. Hakan Bilen University of Edinburgh. Computer Graphics Fall Some slides are courtesy of Steve Marschner and Taku Komura Curves Hakan Bilen University of Edinburgh Computer Graphics Fall 2017 Some slides are courtesy of Steve Marschner and Taku Komura How to create a virtual world? To compose scenes We need to define objects

More information

Computer Graphics Keyframing and Interpola8on

Computer Graphics Keyframing and Interpola8on Computer Graphics Keyframing and Interpola8on This Lecture Keyframing and Interpola2on two topics you are already familiar with from your Blender modeling and anima2on of a robot arm Interpola2on linear

More information

Characterization of Planar Cubic Alternative curve. Perak, M sia. M sia. Penang, M sia.

Characterization of Planar Cubic Alternative curve. Perak, M sia. M sia. Penang, M sia. Characterization of Planar Cubic Alternative curve. Azhar Ahmad α, R.Gobithasan γ, Jamaluddin Md.Ali β, α Dept. of Mathematics, Sultan Idris University of Education, 59 Tanjung Malim, Perak, M sia. γ Dept

More information

CGT 511. Curves. Curves. Curves. What is a curve? 2) A continuous map of a 1D space to an nd space

CGT 511. Curves. Curves. Curves. What is a curve? 2) A continuous map of a 1D space to an nd space Curves CGT 511 Curves Bedřich Beneš, Ph.D. Purdue University Department of Computer Graphics Technology What is a curve? Mathematical ldefinition i i is a bit complex 1) The continuous o image of an interval

More information

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved.

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved. Analytic Trigonometry Copyright Cengage Learning. All rights reserved. 7.4 Basic Trigonometric Equations Copyright Cengage Learning. All rights reserved. Objectives Basic Trigonometric Equations Solving

More information

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n.

Power Series. x n. Using the ratio test. n n + 1. x n+1 n 3. = lim x. lim n + 1. = 1 < x < 1. Then r = 1 and I = ( 1, 1) ( 1) n 1 x n. .8 Power Series. n x n x n n Using the ratio test. lim x n+ n n + lim x n n + so r and I (, ). By the ratio test. n Then r and I (, ). n x < ( ) n x n < x < n lim x n+ n (n + ) x n lim xn n (n + ) x

More information

Good Problems. Math 641

Good Problems. Math 641 Math 641 Good Problems Questions get two ratings: A number which is relevance to the course material, a measure of how much I expect you to be prepared to do such a problem on the exam. 3 means of course

More information

Algebraic Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 17, 2017

Algebraic Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 17, 2017 Algebraic Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 17, 2017 An algebraic curve is a curve which is described by a polynomial equation: f(x,y) = a ij x i y j = 0 in x and y. The degree of the curve

More information

APPM 1360 Final Exam Spring 2016

APPM 1360 Final Exam Spring 2016 APPM 36 Final Eam Spring 6. 8 points) State whether each of the following quantities converge or diverge. Eplain your reasoning. a) The sequence a, a, a 3,... where a n ln8n) lnn + ) n!) b) ln d c) arctan

More information

Math Section 4.3 Unit Circle Trigonometry

Math Section 4.3 Unit Circle Trigonometry Math 10 - Section 4. Unit Circle Trigonometry An angle is in standard position if its vertex is at the origin and its initial side is along the positive x axis. Positive angles are measured counterclockwise

More information

a k 0, then k + 1 = 2 lim 1 + 1

a k 0, then k + 1 = 2 lim 1 + 1 Math 7 - Midterm - Form A - Page From the desk of C. Davis Buenger. https://people.math.osu.edu/buenger.8/ Problem a) [3 pts] If lim a k = then a k converges. False: The divergence test states that if

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 3 2, 5 2 C) - 5 2

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 3 2, 5 2 C) - 5 2 Test Review (chap 0) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. ) Find the point on the curve x = sin t, y = cos t, -

More information

You can learn more about the services offered by the teaching center by visiting

You can learn more about the services offered by the teaching center by visiting MAC 232 Exam 3 Review Spring 209 This review, produced by the Broward Teaching Center, contains a collection of questions which are representative of the type you may encounter on the exam. Other resources

More information

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved.

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved. Analytic Trigonometry Copyright Cengage Learning. All rights reserved. 7.1 Trigonometric Identities Copyright Cengage Learning. All rights reserved. Objectives Simplifying Trigonometric Expressions Proving

More information

Mathematics Extension 1

Mathematics Extension 1 009 HIGHER SCHOOL CERTIFICATE EXAMINATION Mathematics Extension General Instructions Reading time 5 minutes Working time hours Write using black or blue pen Board-approved calculators may be used A table

More information

THE INVERSE TRIGONOMETRIC FUNCTIONS

THE INVERSE TRIGONOMETRIC FUNCTIONS THE INVERSE TRIGONOMETRIC FUNCTIONS Question 1 (**+) Solve the following trigonometric equation ( x ) π + 3arccos + 1 = 0. 1 x = Question (***) It is given that arcsin x = arccos y. Show, by a clear method,

More information

Trigonometry - Part 1 (12 pages; 4/9/16) fmng.uk

Trigonometry - Part 1 (12 pages; 4/9/16) fmng.uk Trigonometry - Part 1 (12 pages; 4/9/16) (1) Sin, cos & tan of 30, 60 & 45 sin30 = 1 2 ; sin60 = 3 2 cos30 = 3 2 ; cos60 = 1 2 cos45 = sin45 = 1 2 = 2 2 tan45 = 1 tan30 = 1 ; tan60 = 3 3 Graphs of y =

More information

Limits for parametric and polar curves

Limits for parametric and polar curves Roberto s Notes on Differential Calculus Chapter : Resolving indeterminate forms Section 7 Limits for parametric and polar curves What you need to know already: How to handle limits for functions of the

More information

abc Mathematics Pure Core General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES

abc Mathematics Pure Core General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES abc General Certificate of Education Mathematics Pure Core SPECIMEN UNITS AND MARK SCHEMES ADVANCED SUBSIDIARY MATHEMATICS (56) ADVANCED SUBSIDIARY PURE MATHEMATICS (566) ADVANCED SUBSIDIARY FURTHER MATHEMATICS

More information

MA 323 Geometric Modelling Course Notes: Day 20 Curvature and G 2 Bezier splines

MA 323 Geometric Modelling Course Notes: Day 20 Curvature and G 2 Bezier splines MA 323 Geometric Modelling Course Notes: Day 20 Curvature and G 2 Bezier splines David L. Finn Yesterday, we introduced the notion of curvature and how it plays a role formally in the description of curves,

More information

Math Worksheet 1 SHOW ALL OF YOUR WORK! f(x) = (x a) 2 + b. = x 2 + 6x + ( 6 2 )2 ( 6 2 )2 + 7 = (x 2 + 6x + 9) = (x + 3) 2 2

Math Worksheet 1 SHOW ALL OF YOUR WORK! f(x) = (x a) 2 + b. = x 2 + 6x + ( 6 2 )2 ( 6 2 )2 + 7 = (x 2 + 6x + 9) = (x + 3) 2 2 Names Date. Consider the function Math 0550 Worksheet SHOW ALL OF YOUR WORK! f() = + 6 + 7 (a) Complete the square and write the function in the form f() = ( a) + b. f() = + 6 + 7 = + 6 + ( 6 ) ( 6 ) +

More information

Review Problems for the Final

Review Problems for the Final Review Problems for the Final Math -3 5 7 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And the

More information

Math 1310 Final Exam

Math 1310 Final Exam Math 1310 Final Exam December 11, 2014 NAME: INSTRUCTOR: Write neatly and show all your work in the space provided below each question. You may use the back of the exam pages if you need additional space

More information

Book 4. June 2013 June 2014 June Name :

Book 4. June 2013 June 2014 June Name : Book 4 June 2013 June 2014 June 2015 Name : June 2013 1. Given that 4 3 2 2 ax bx c 2 2 3x 2x 5x 4 dxe x 4 x 4, x 2 find the values of the constants a, b, c, d and e. 2. Given that f(x) = ln x, x > 0 sketch

More information

IYGB Mathematical Methods 1

IYGB Mathematical Methods 1 IYGB Mathematical Methods Practice Paper B Time: 3 hours Candidates may use any non programmable, non graphical calculator which does not have the capability of storing data or manipulating algebraic expressions

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

Green s Theorem. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Green s Theorem

Green s Theorem. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Green s Theorem Green s Theorem MATH 311, alculus III J. obert Buchanan Department of Mathematics Fall 2011 Main Idea Main idea: the line integral around a positively oriented, simple closed curve is related to a double

More information

Geometric Hermite curves with minimum strain energy

Geometric Hermite curves with minimum strain energy R Available online at www.sciencedirect.com Computer Aided Geometric Design 21 (2004) 281 301 www.elsevier.com/locate/cagd Geometric Hermite curves with minimum strain energy Jun-Hai Yong, Fuhua (Frank)

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

Core Mathematics 2 Unit C2 AS

Core Mathematics 2 Unit C2 AS Core Mathematics 2 Unit C2 AS compulsory unit for GCE AS and GCE Mathematics, GCE AS and GCE Pure Mathematics C2.1 Unit description Algebra and functions; coordinate geometry in the (, y) plane; sequences

More information

THE COMPOUND ANGLE IDENTITIES

THE COMPOUND ANGLE IDENTITIES TRIGONOMETRY THE COMPOUND ANGLE IDENTITIES Question 1 Prove the validity of each of the following trigonometric identities. a) sin x + cos x 4 4 b) cos x + + 3 sin x + 2cos x 3 3 c) cos 2x + + cos 2x cos

More information

Pythagorean-hodograph curves

Pythagorean-hodograph curves 1 / 24 Pythagorean-hodograph curves V. Vitrih Raziskovalni matematični seminar 20. 2. 2012 2 / 24 1 2 3 4 5 3 / 24 Let r : [a, b] R 2 be a planar polynomial parametric curve ( ) x(t) r(t) =, y(t) where

More information

Parametric Equations and Polar Coordinates

Parametric Equations and Polar Coordinates Parametric Equations and Polar Coordinates Parametrizations of Plane Curves In previous chapters, we have studied curves as the graphs of functions or equations involving the two variables x and y. Another

More information

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator.

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator. University of Toronto Faculty of Applied Science and Engineering Solutions to Final Examination, June 216 Duration: 2 and 1/2 hrs First Year - CHE, CIV, CPE, ELE, ENG, IND, LME, MEC, MMS MAT187H1F - Calculus

More information

MATH 162. FINAL EXAM ANSWERS December 17, 2006

MATH 162. FINAL EXAM ANSWERS December 17, 2006 MATH 6 FINAL EXAM ANSWERS December 7, 6 Part A. ( points) Find the volume of the solid obtained by rotating about the y-axis the region under the curve y x, for / x. Using the shell method, the radius

More information

It s Your Turn Problems I. Functions, Graphs, and Limits 1. Here s the graph of the function f on the interval [ 4,4]

It s Your Turn Problems I. Functions, Graphs, and Limits 1. Here s the graph of the function f on the interval [ 4,4] It s Your Turn Problems I. Functions, Graphs, and Limits. Here s the graph of the function f on the interval [ 4,4] f ( ) =.. It has a vertical asymptote at =, a) What are the critical numbers of f? b)

More information

More with Angles Reference Angles

More with Angles Reference Angles More with Angles Reference Angles A reference angle is the angle formed by the terminal side of an angle θ, and the (closest) x axis. A reference angle, θ', is always 0 o

More information

Math 101 Fall 2006 Exam 1 Solutions Instructor: S. Cautis/M. Simpson/R. Stong Thursday, October 5, 2006

Math 101 Fall 2006 Exam 1 Solutions Instructor: S. Cautis/M. Simpson/R. Stong Thursday, October 5, 2006 Math 101 Fall 2006 Exam 1 Solutions Instructor: S. Cautis/M. Simpson/R. Stong Thursday, October 5, 2006 Instructions: This is a closed book, closed notes exam. Use of calculators is not permitted. You

More information

Mathematics Trigonometry: Unit Circle

Mathematics Trigonometry: Unit Circle a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagog Mathematics Trigonometr: Unit Circle Science and Mathematics Education Research Group Supported b UBC Teaching and

More information

The choice of origin, axes, and length is completely arbitrary.

The choice of origin, axes, and length is completely arbitrary. Polar Coordinates There are many ways to mark points in the plane or in 3-dim space for purposes of navigation. In the familiar rectangular coordinate system, a point is chosen as the origin and a perpendicular

More information

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES abc General Certificate of Education Mathematics Further Pure SPECIMEN UNITS AND MARK SCHEMES ADVANCED SUBSIDIARY MATHEMATICS (56) ADVANCED SUBSIDIARY PURE MATHEMATICS (566) ADVANCED SUBSIDIARY FURTHER

More information

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8).

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8). Worksheet A 1 A curve is given by the parametric equations x = t + 1, y = 4 t. a Write down the coordinates of the point on the curve where t =. b Find the value of t at the point on the curve with coordinates

More information

FP2 Mark Schemes from old P4, P5, P6 and FP1, FP2, FP3 papers (back to June 2002)

FP2 Mark Schemes from old P4, P5, P6 and FP1, FP2, FP3 papers (back to June 2002) FP Mark Schemes from old P, P5, P6 and FP, FP, FP papers (back to June 00) Please note that the following pages contain mark schemes for questions from past papers. The standard of the mark schemes is

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES We have seen how to represent curves by parametric equations. Now, we apply the methods of calculus to these parametric

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Differentiation and Integration Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction In this section, we study the differentiation

More information

Inverse Trig Functions

Inverse Trig Functions 6.6i Inverse Trigonometric Functions Inverse Sine Function Does g(x) = sin(x) have an inverse? What restriction would we need to make so that at least a piece of this function has an inverse? Given f (x)

More information

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator.

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator. University of Toronto Faculty of Applied Science and Engineering Solutions to Final Examination, June 017 Duration: and 1/ hrs First Year - CHE, CIV, CPE, ELE, ENG, IND, LME, MEC, MMS MAT187H1F - Calculus

More information

Trig Identities. or (x + y)2 = x2 + 2xy + y 2. Dr. Ken W. Smith Other examples of identities are: (x + 3)2 = x2 + 6x + 9 and

Trig Identities. or (x + y)2 = x2 + 2xy + y 2. Dr. Ken W. Smith Other examples of identities are: (x + 3)2 = x2 + 6x + 9 and Trig Identities An identity is an equation that is true for all values of the variables. Examples of identities might be obvious results like Part 4, Trigonometry Lecture 4.8a, Trig Identities and Equations

More information

Section 6.1 Angles and Radian Measure Review If you measured the distance around a circle in terms of its radius, what is the unit of measure?

Section 6.1 Angles and Radian Measure Review If you measured the distance around a circle in terms of its radius, what is the unit of measure? Section 6.1 Angles and Radian Measure Review If you measured the distance around a circle in terms of its radius, what is the unit of measure? In relationship to a circle, if I go half way around the edge

More information

Geometric meanings of the parameters on rational conic segments

Geometric meanings of the parameters on rational conic segments Science in China Ser. A Mathematics 005 Vol.48 No.9 09 09 Geometric meanings of the parameters on rational conic segments HU Qianqian & WANG Guojin Department of Mathematics, Zhejiang University, Hangzhou

More information

A. Correct! These are the corresponding rectangular coordinates.

A. Correct! These are the corresponding rectangular coordinates. Precalculus - Problem Drill 20: Polar Coordinates No. 1 of 10 1. Find the rectangular coordinates given the point (0, π) in polar (A) (0, 0) (B) (2, 0) (C) (0, 2) (D) (2, 2) (E) (0, -2) A. Correct! These

More information

Linearization and Extreme Values of Functions

Linearization and Extreme Values of Functions Linearization and Extreme Values of Functions 3.10 Linearization and Differentials Linear or Tangent Line Approximations of function values Equation of tangent to y = f(x) at (a, f(a)): Tangent line approximation

More information

HIGHER SCHOOL CERTIFICATE EXAMINATION MATHEMATICS 4 UNIT (ADDITIONAL) Time allowed Three hours (Plus 5 minutes reading time)

HIGHER SCHOOL CERTIFICATE EXAMINATION MATHEMATICS 4 UNIT (ADDITIONAL) Time allowed Three hours (Plus 5 minutes reading time) N E W S O U T H W A L E S HIGHER SCHOOL CERTIFICATE EXAMINATION 996 MATHEMATICS 4 UNIT (ADDITIONAL) Time allowed Three hours (Plus 5 minutes reading time) DIRECTIONS TO CANDIDATES Attempt ALL questions.

More information

M2R IVR, October 12th Mathematical tools 1 - Session 2

M2R IVR, October 12th Mathematical tools 1 - Session 2 Mathematical tools 1 Session 2 Franck HÉTROY M2R IVR, October 12th 2006 First session reminder Basic definitions Motivation: interpolate or approximate an ordered list of 2D points P i n Definition: spline

More information

Verulam School. C3 Trig ms. 0 min 0 marks

Verulam School. C3 Trig ms. 0 min 0 marks Verulam School C3 Trig ms 0 min 0 marks 1. (i) R =, or 3.6 or 3.61 or greater accuracy Attempt recognisable process for finding α [allow sine/cosine muddles] α = 33.7 [or greater accuracy] 3 (ii) Attempt

More information

Introduction of Singularity Theory on Curves

Introduction of Singularity Theory on Curves Introduction of Singularity Theory on Curves Xianming Chen School of Computing, University of Utah, Salt Lake City, UT 84112 1 Introduction This introduction is based on the book Curves And Singularities

More information

A matrix Method for Interval Hermite Curve Segmentation O. Ismail, Senior Member, IEEE

A matrix Method for Interval Hermite Curve Segmentation O. Ismail, Senior Member, IEEE International Journal of Video&Image Processing Network Security IJVIPNS-IJENS Vol:15 No:03 7 A matrix Method for Interal Hermite Cure Segmentation O. Ismail, Senior Member, IEEE Abstract Since the use

More information

ACS MATHEMATICS GRADE 10 WARM UP EXERCISES FOR IB HIGHER LEVEL MATHEMATICS

ACS MATHEMATICS GRADE 10 WARM UP EXERCISES FOR IB HIGHER LEVEL MATHEMATICS ACS MATHEMATICS GRADE 0 WARM UP EXERCISES FOR IB HIGHER LEVEL MATHEMATICS DO AS MANY OF THESE AS POSSIBLE BEFORE THE START OF YOUR FIRST YEAR IB HIGHER LEVEL MATH CLASS NEXT SEPTEMBER Write as a single

More information

A motion planner for nonholonomic mobile robots

A motion planner for nonholonomic mobile robots A motion planner for nonholonomic mobile robots Miguel Vargas Material taken form: J. P. Laumond, P. E. Jacobs, M. Taix, R. M. Murray. A motion planner for nonholonomic mobile robots. IEEE Transactions

More information

Math 266 Midterm Exam 2

Math 266 Midterm Exam 2 Math 266 Midterm Exam 2 March 2st 26 Name: Ground Rules. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use one 4-by-6

More information

Trigonometry LESSON SIX - Trigonometric Identities I Lesson Notes

Trigonometry LESSON SIX - Trigonometric Identities I Lesson Notes LESSON SIX - Trigonometric Identities I Example Understanding Trigonometric Identities. a) Why are trigonometric identities considered to be a special type of trigonometric equation? Trigonometric Identities

More information

Circle Packing NAME. In the figure below, circles A, B, C, and D are mutually tangent to one another. Use this figure to answer Questions 1-4.

Circle Packing NAME. In the figure below, circles A, B, C, and D are mutually tangent to one another. Use this figure to answer Questions 1-4. Circle Packing NAME In general, curvature is the amount by which a geometric object deviates from being flat. Mathematicians and geometricians study the curvature of all sorts of shapes parabolas, exponential

More information

The Algebra and Geometry of Curve and Surface Inversion

The Algebra and Geometry of Curve and Surface Inversion Brigham Young University BYU ScholarsArchive All Faculty Publications 2002-01-01 The Algebra and Geometry of Curve and Surface Inversion Thomas W. Sederberg tom@cs.byu.edu Eng-Wee Chionh See next page

More information

Unit Circle. Return to. Contents

Unit Circle. Return to. Contents Unit Circle Return to Table of Contents 32 The Unit Circle The circle x 2 + y 2 = 1, with center (0,0) and radius 1, is called the unit circle. Quadrant II: x is negative and y is positive (0,1) 1 Quadrant

More information

Chapter 5 Trigonometric Functions of Angles

Chapter 5 Trigonometric Functions of Angles Chapter 5 Trigonometric Functions of Angles Section 3 Points on Circles Using Sine and Cosine Signs Signs I Signs (+, +) I Signs II (+, +) I Signs II (, +) (+, +) I Signs II (, +) (+, +) I III Signs II

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information

Mathematics High School Functions

Mathematics High School Functions Mathematics High School Functions Functions describe situations where one quantity determines another. For example, the return on $10,000 invested at an annualized percentage rate of 4.25% is a function

More information

MA3D9. Geometry of curves and surfaces. T (s) = κ(s)n(s),

MA3D9. Geometry of curves and surfaces. T (s) = κ(s)n(s), MA3D9. Geometry of 2. Planar curves. Let : I R 2 be a curve parameterised by arc-length. Given s I, let T(s) = (s) be the unit tangent. Let N(s) be the unit normal obtained by rotating T(s) through π/2

More information

Math 113 Final Exam Practice

Math 113 Final Exam Practice Math Final Exam Practice The Final Exam is comprehensive. You should refer to prior reviews when studying material in chapters 6, 7, 8, and.-9. This review will cover.0- and chapter 0. This sheet has three

More information

ME Machine Design I. EXAM 1. OPEN BOOK AND CLOSED NOTES. Wednesday, September 30th, 2009

ME Machine Design I. EXAM 1. OPEN BOOK AND CLOSED NOTES. Wednesday, September 30th, 2009 ME - Machine Design I Fall Semester 009 Name Lab. Div. EXAM. OPEN BOOK AND CLOSED NOTES. Wednesday, September 0th, 009 Please use the blank paper provided for your solutions. Write on one side of the paper

More information

Vectors. In kinematics, the simplest concept is position, so let s begin with a position vector shown below:

Vectors. In kinematics, the simplest concept is position, so let s begin with a position vector shown below: Vectors Extending the concepts of kinematics into two and three dimensions, the idea of a vector becomes very useful. By definition, a vector is a quantity with both a magnitude and a spatial direction.

More information

Outline schemes of work A-level Mathematics 6360

Outline schemes of work A-level Mathematics 6360 Outline schemes of work A-level Mathematics 6360 Version.0, Autumn 013 Introduction These outline schemes of work are intended to help teachers plan and implement the teaching of the AQA A-level Mathematics

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES Before starting this section, you might need to review the trigonometric functions. DIFFERENTIATION RULES In particular, it is important to remember that,

More information

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r :

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : To convert from radians (rad) to degrees ( ) and vice versa, use the

More information

EXAMPLE: Accelerometer

EXAMPLE: Accelerometer EXAMPLE: Accelerometer A car has a constant acceleration of.0 m/s. A small ball of mass m = 0.50 kg attached to a string hangs from the ceiling. Find the angle θ between the string and the vertical direction.

More information

CIRCLE TO CIRCLE TRANSITION WITH A SINGLE PH QUINTIC SPIRAL. Zulfiqar Habib and Manabu Sakai. Received July 16, 2005; revised March 19, 2007

CIRCLE TO CIRCLE TRANSITION WITH A SINGLE PH QUINTIC SPIRAL. Zulfiqar Habib and Manabu Sakai. Received July 16, 2005; revised March 19, 2007 Scientiae Mathematicae Japonicae Online, e-007, 361 371 361 CIRCLE TO CIRCLE TRANSITION WITH A SINGLE PH QUINTIC SPIRAL Zulfiqar Habib and Manabu Sakai Received July 16, 005; revised March 19, 007 Abstract.

More information

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r :

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : To convert from radians (rad) to degrees ( ) and vice versa, use the

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 90 Minutes Scientific Calculator Notes: () The eact numerical value of the correct answer does not always appear among the choices given. When this happens, select from among

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

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

20D - Homework Assignment 4

20D - Homework Assignment 4 Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment November, 03 0D - Homework Assignment First, I will give a brief overview of how to use variation of parameters. () Ensure that the differential

More information

National Quali cations

National Quali cations H 08 X747/76/ National Quali cations Mathematics Paper (Non-Calculator) THURSDAY, MAY 9:00 AM 0:0 AM Total marks 60 Attempt ALL questions. You may NOT use a calculator. Full credit will be given only to

More information

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions Spring 5, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card,

More information

Maths for Map Makers

Maths for Map Makers SUB Gottingen 7 210 050 861 99 A 2003 Maths for Map Makers by Arthur Allan Whittles Publishing Contents /v Chapter 1 Numbers and Calculation 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14

More information

EXPLICIT ERROR BOUND FOR QUADRATIC SPLINE APPROXIMATION OF CUBIC SPLINE

EXPLICIT ERROR BOUND FOR QUADRATIC SPLINE APPROXIMATION OF CUBIC SPLINE J. KSIAM Vol.13, No.4, 257 265, 2009 EXPLICIT ERROR BOUND FOR QUADRATIC SPLINE APPROXIMATION OF CUBIC SPLINE YEON SOO KIM 1 AND YOUNG JOON AHN 2 1 DEPT OF MATHEMATICS, AJOU UNIVERSITY, SUWON, 442 749,

More information

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions

Fall 2016, MA 252, Calculus II, Final Exam Preview Solutions Fall 6, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card, and

More information

G 1 Hermite Interpolation by Minkowski Pythagorean Hodograph Cubics

G 1 Hermite Interpolation by Minkowski Pythagorean Hodograph Cubics G 1 Hermite Interpolation by Minkowski Pythagorean Hodograph Cubics Jiří Kosinka and Bert Jüttler Johannes Kepler University, Institute of Applied Geometry, Altenberger Str. 69, A 4040 Linz, Austria Abstract

More information

MATH 1080 Test 2 -Version A-SOLUTIONS Fall a. (8 pts) Find the exact length of the curve on the given interval.

MATH 1080 Test 2 -Version A-SOLUTIONS Fall a. (8 pts) Find the exact length of the curve on the given interval. MATH 8 Test -Version A-SOLUTIONS Fall 4. Consider the curve defined by y = ln( sec x), x. a. (8 pts) Find the exact length of the curve on the given interval. sec x tan x = = tan x sec x L = + tan x =

More information

Complex number 3. z = cos π ± i sin π (a. = (cos 4π ± I sin 4π ) + (cos ( 4π ) ± I sin ( 4π )) in terms of cos θ, where θ is not a multiple of.

Complex number 3. z = cos π ± i sin π (a. = (cos 4π ± I sin 4π ) + (cos ( 4π ) ± I sin ( 4π )) in terms of cos θ, where θ is not a multiple of. Complex number 3. Given that z + z, find the values of (a) z + z (b) z5 + z 5. z + z z z + 0 z ± 3 i z cos π ± i sin π (a 3 3 (a) z + (cos π ± I sin π z 3 3 ) + (cos π ± I sin π ) + (cos ( π ) ± I sin

More information

Lesson 28 Working with Special Triangles

Lesson 28 Working with Special Triangles Lesson 28 Working with Special Triangles Pre-Calculus 3/3/14 Pre-Calculus 1 Review Where We ve Been We have a new understanding of angles as we have now placed angles in a circle on a coordinate plane

More information

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π.

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π. Math 234 What you should know on day one August 28, 2001 1 You should be able to use general principles like Length = ds, Area = da, Volume = dv For example the length of the semi circle x = cos t, y =

More information

11 PARAMETRIC EQUATIONS, POLAR COORDINATES, AND CONIC SECTIONS

11 PARAMETRIC EQUATIONS, POLAR COORDINATES, AND CONIC SECTIONS PARAMETRIC EQUATIONS, POLAR COORDINATES, AND CONIC SECTIONS. Parametric Equations Preliminar Questions. Describe the shape of the curve = cos t, = sin t. For all t, + = cos t + sin t = 9cos t + sin t =

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

More information

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear.

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear. Precalculus Review Functions to KNOW! 1. Polynomial Functions Types: General form Generic Graph and unique properties Constants Linear Quadratic Cubic Generalizations for Polynomial Functions - The domain

More information

27. Folds (I) I Main Topics A What is a fold? B Curvature of a plane curve C Curvature of a surface 10/10/18 GG303 1

27. Folds (I) I Main Topics A What is a fold? B Curvature of a plane curve C Curvature of a surface 10/10/18 GG303 1 I Main Topics A What is a fold? B Curvature of a plane curve C Curvature of a surface 10/10/18 GG303 1 http://upload.wikimedia.org/wikipedia/commons/a/ae/caledonian_orogeny_fold_in_king_oscar_fjord.jpg

More information