Analysis. Textbook. Attila Bérczes, Attila Gilányi

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Analysis. Textbook. Attila Bérczes, Attila Gilányi"

Transcript

1 Analysis Textbook Attila Bérczes, Attila Gilányi University of Debrecen, 014

2

3 Contents 1 The concept and basic properties of functions Relations and functions A friendly introduction to functions The graph of a function Cartesian coordinate system The graph of a function The graph of equations or relations The vertical line test The Y -intercept and the X-intercepts of functions New functions from old ones Further properties of functions Injectivity of functions Surjectivity of functions Bijectivity of functions Inverse of a function Types of functions 57.1 Linear functions Quadratic functions Polynomial functions Definition of polynomial functions Euclidean division of polynomials in one variable Computing the value of a polynomial function Power functions Exponential functions

4 4 CONTENTS.6 Logarithmic functions Trigonometric functions Measures for angles: Degrees and Radians Rotation angles Definition of trigonometric functions for acute angles The basic definitions Basic formulas for trigonometric functions defined for acute angles Trigonometric functions of special angles Definition of the trigonometric functions over R The period of trigonometric functions Symmetry properties of trigonometric functions The sign of trigonometric functions The reference angle Basic formulas for trigonometric functions Cofunction formulas Quotient identities The trigonometric theorem of Pythagoras Trigonometric functions of special rotation angles The graph of trigonometric functions The graph of sin x The graph of cos x The graph of tan x The graph of cot x Sum and difference identities Sum and difference identities of the function sin and cos Sum and difference identities of the function tan and cot Multiple angle identities Double angle identities Triple angle identities Half-angle identities Product-to-sum identities Sum-to-product identities

5 CONTENTS 5 4 Transformations of functions Shifting graphs of functions Scaling graphs of functions Results of the exercises Results of the Exercises of Chapter Results of the Exercises of Chapter Results of the Exercises of Chapter

6 6 CONTENTS

7 Introduction This textbook contains the knowledge expected to be acquired by the students at the College Functions class of the Foundation Year and Intensive Foundation Semester at the University of Debrecen. We have tried to compose the textbook such that it is a self-contained material, including many examples, figures and graphs of functions which help the students in better understanding the topic, however, this book is primarily meant to be used as a Lecture Notes connected to the College Analysis class. Thus we suggest the students to attend the classes, and use this book as a supplementary mean of study. In Chapter 1 we define the basic concepts connected to functions, and the most important properties of functions which we shall analyze later in the case of many types of functions. In Chapter we present some basic types of functions, like linear functions, quadratic functions, polynomial functions, power functions, exponential and logarithmic functions, along with their most important properties. Chapter 3 is devoted to a detailed description of trigonometric functions. The topic of Chapter 4 is the transformation of functions. The last Chapter contains the results of the unsolved exercises of the book, which will help the students to check if their solutions lead to the right answer or not. This work has been supported by the Hungarian Scientific Research Fund (OTKA) Grant NK-8140 and by the TÁMOP-4.1..A/1-11/ and TÁMOP 4...C- 11/1/KONV projects. These projects have been supported by the European Union, co-financed by the European Social Fund. Attila Bérczes and Attila Gilányi

8 8 CONTENTS

9 Chapter 1 The concept and basic properties of functions 1.1 Relations and functions In this section we provide a precise definition of binary relations and functions, which is the mathematically correct way to introduce these concepts. However, this section is recommended mostly for the interested reader, and we give a less precise but simpler introduction of functions in the next section. Definition 1.1. Let A be a non-empty set and a, b A elements of A. The ordered pair (a, b) is defined by (a, b) := {a, {a, b}}. Theorem 1.. Let (a, b) and (c, d) be two ordered pairs. We have (a, b) = (c, d) a = c and b = d. Definition 1.3. Let A, B be two sets. The Cartesian product A B of A and B is the set of all ordered pairs with the first element being from A and the second element from B, i.e. A B := {(a, b) a A, b B}. Definition 1.4. Let A, B be two non-empty sets. A binary relation ρ between A and be B is a subset of the Cartesian product A B, i.e. ρ A B. If (a, b) ρ then we also say that 9

10 10 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS a is in relation ρ with b, or a is assigned b, or ρ assigns b to a. If A = B then we say that ρ is a binary relation on A. Notation. For (a, b) ρ we also use the notation aρb. Examples. Here we give some examples of binary relations from our earlier mathematical experience: 1. The relation on the set of real numbers.. The realtion on the integers. 3. The congruence of triangles. 4. The parallelity of lines in the plane.- We also give an abstract example to illustrate the definition above: Let A := {a, b, c} and ρ A A, ρ := {(a, b), (a, c), (b, c)}. Definition 1.5. Let ρ A B be a binary relation. Then The domain of ρ is the set of all elements of A which are in relation ρ with at least one element of B, i.e., the domain of ρ is defined by D ρ := {a A b B with (a, b) ρ}. The range of ρ is the set of all such elements of B which are assigned by ρ to at least one element of A, i.e. the range of ρ is defined by R ρ := {b B a A with (a, b) ρ}. Definition 1.6. The binary relation f A B is called a function if (a, b) f and (a, c) f implies that b = c. The domain and the range of the function f are the sets which are defined as the domain and the range of f considered as a relation.

11 1.1. RELATIONS AND FUNCTIONS 11 Notation. If a relation f is a function, then instead of f A B we write f : A B and we say that f is a function from A to B; instead of writing (a, b) f or afb we shall write f(a) = b and we say that f maps the element a to the element b, or b is the image of a by the function f. Remark. The above definition means that a function maps each element of its domain to a well-defined single element of the range. Example. First we give an example for a function f : A B, given by a diagram, where A = {a, b, c, d} and B = {1,, 3, 4}: This in fact means that f(a) = 4, f(b) =, f(c) = 1 a b c d and f(d) = 3. The domain of f is D f = {a, b, c, d} and the range of f is R f = {1,, 3, 4}. Example. The following diagram defines a relation R from A to B, where A = {a, b, c, d} and B = {1,, 3, 4}. However this relation is not a function. a b c d We have ar1, br, cr4, ar3. The domain of R is D f = {a, b, c} and the range of f is R f = {1,, 3, 4}. We emphasize that the relation defined by the diagram is not a function, since for the same a A we have both ar1 and ar3, and this is not allowed in the case of a function.

12 1 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS Example. The following diagram also defines a function f : A B from A to B, where A = {a, b, c, d, e} and B = {1,, 3, 4}. a b c d e We have f(b) =, f(c) =, f(d) = 1, f(e) = 3. The domain of f is D f = {b, c, d, e} and the range of f is R f = {1,, 3}. We emphasize that the relation defined by the diagram is a function, although f(b) = f(c) =, so two different elements may have the same image by a function. Remark. We wish to emphasize the difference between the two last examples. In the last example f is a function, even if is the image of two different elements of A. On the other hand in the preceding example R is not a function since R assigns two different elements to a.

13 1.. A FRIENDLY INTRODUCTION TO FUNCTIONS A friendly introduction to functions Definition 1.7. A relation is a correspondence between the elements of two sets. Definition 1.8. A function is a correspondence between the elements of two sets, where to elements of the first set there is assigned or associated only one element of the second set. We use the following notations: For a function f from the set A to the set B, we use the notation f : A B. To say that f maps an element a of A to the element b of B we write f(a) = b or f : a b. Remark. A function is in fact a relation, where to elements of the first set there is assigned or associated only one element of the second set. Definition 1.9. Let f : A B be a function. The domain of f is defined by D f := {a A b B with f(a) = b}. The range of f is defined by R f := {b B a A with f(a) = b}. Remark. A function f is given only if along the correspondence, the domain of the function is also given. Indeed, the functions f : Z Z f(x) := x and g : R R g(x) := x are clearly different, although the formula describing the correspondence is the same. Indeed, while g( ) =, f does not assign any value to, and instead of we could choose any element of R \ Z. Convention. Whenever a function f is given by a formula, without specifying the domain of the function we agree that f : R R and the domain of the function is the largest subset of R on which the formula has sense.

14 14 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS Examples. Let f(x) := x 3x + be a function. 1. Compute f( 3), f(0), f(1), f( ), f(π), f(t + 1), f(x + ), f(x 1).. Determine the domain of f. 3. Decide if y 1 = and y = 3 is in the range of f or not. 4. Determine the range of f. Solution. 1. To compute the value of the function f given by the formula f(x) taken at a number or expression a we substitute every occurrence of x in the right hand side of the formula defining f by the number or expression a. f( 3) = ( 3) 3 ( 3) + = = 0. f(0) = = =. f(1) = = = 0. f( ) = 3 + = 3 + = 4 3. f(π) = π 3π +. f(t + 1) = (t + 1) 3 (t + 1) + = t + t + 1 3t 3 + = t t. f(x + ) = (x + ) 3 (x + ) + = x + 4x + 4 3x 6 + = x + x. f(x 1) = (x 1) 3(x 1) + = x 4 x + 1 3x = x 4 5x To determine the (maximal) domain of the function f given by a formula we have to determine the maximal subset of R on which the formula defining f has sense. Since x 3x + has sense for every real number x the (maximal) domain of f is the whole set of real numbers, i.e. D f = R. 3. To decide if a concrete number y belongs to range of a function f given by a formula we need to solve the equation f(x) = y in the variable x, where y is a given number. If the equation has a solution in the domain D f of f then y belongs to the range of f, otherwise y does not belong to the range of f. To decide if y 1 = is in the range of f or not we have to check if the equation f(x) = y 1

15 1.. A FRIENDLY INTRODUCTION TO FUNCTIONS 15 has a solution in D f or not. So we solve the equation x 3x + =. We obtain that thus, Since x 3x = 0, x 1 = 0, x = 3. f(0) =, we see that y 1 = R f. To decide if y = 3 is in the range of f or not we have to check if the equation f(x) = y has a solution in D f or not. So we solve the equation x 3x + = 3 x 3x + 5 = 0 Since the discriminant = ( 3) = 11 < 0 the above equation has no solution and we see that y = 3 R f. 4. To determine the range of a function f given by a formula we need to solve the equation f(x 0 ) = y 0 in the variable x 0, where y 0 is a parameter. The range of R f of f consists of those values y 0, for which the equation f(x 0 ) = y 0 has a solution in the domain D f of f. Thus we shall check for which values of the parameter y 0 the equation x 3x + = y 0 has a solution in D f = R. The equation takes the form x 3x + ( y 0 ) = 0, which has a solution if and only if its discriminant is non-negative, i.e. 9 4( y 0 ) 0. This is equivalent to y 0 1, so the range of f is R 4 f = [ 1, [. 4

16 16 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS Exercise 1.1. Let f(x) be one of the functions below. a) Compute f( 3), f(0), f(1), f( ), f(π), f(t + 1), f(x + ), f(x 1). b) Determine the domain of f. c) Decide if y 1 and y (given below next to the function f) is in the range of f or not. d) Determine the range of f. a) f(x) = x 5x + 6, y 1 =, y = 1 b) f(x) = x + 4, y 1 = 8, y = 0 c) f(x) = x 4, y 1 = 4, y = d) f(x) = 6 x, y 1 =, y = 3 e) f(x) = 3 x +, y 1 = 3, y = 3 1 f) x, y 1 = 1, y = 0 g) f(x) = x + 1 x 3, y 1 = 3, y = 1 h) x 3 x +, y 1 =, y = 5

17 1.3. THE GRAPH OF A FUNCTION The graph of a function Cartesian coordinate system Definition Consider two perpendicular lines on the plane, one of them being horizontal, the other one vertical. The intersection point of the two lines is called the origin, the horizontal line is called the X-axis and the vertical line is called the Y-axis. On each of these lines we represent the set of real numbers in the usual way, 0 being represented on both lines by the origin, and with the convention that on the horizontal line the positive direction is to the left, and on the vertical line the positive direction is upwards. The plane together with the two axis is called the Cartesian coordinate system. Then any point of the plane corresponds to a pair of real numbers (x, y) R in the following way: x is the real number corresponding to the projection of the point to the X-axis, and y is the real number corresponding to the projection of the point to the Y - axis. Conversely, to represent a pair (x, y) as a point of the plane we draw a parallel line to the Y -axis through the point corresponding to x on the X-axis, and a parallel line to the X-axis through the point corresponding to y on the Y -axis, and the point corresponding to (x, y) will be the intersection point of these two lines.

18 18 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS Example. Represent the following pairs of real numbers in the Cartesian coordinate system: (1, ), (4, 7), (3, 1), (3, 7), ( 5, ), ( 4, 8). Solution The graph of a function Definition Let f : R R be a function. The set {(x, y) R x D f, y = f(x)} is called the graph of the function f. The graph of a function can be represented in the so-called Cartesian coordinate system. Graphing a function: To draw the graph of a function f : R R we proceed as follows: 1). First we compute pairs (x, f(x)) for several values of x. (We also may summarize this in a table of values.) ). Using a Cartesian coordinate system we plot the computed points (x, f(x)) in the plane. 3). We connect these points by a smooth curve.

19 1.3. THE GRAPH OF A FUNCTION 19 Example. Draw the graph of the function f(x) = x We compute the pairs (x, f(x)) for x = 3,, 1.5, 1, 0.5, 0, 0.5, 1, 1.5,, 3: x f(x) We plot the points ( 3, 6.75), (, ), ( 1.5, ), ( 1, 0.5), ( 0.5, ), (0, 0), (0.5, ), (1, 0.5), (1.5, ), (, ), (3, 6.75)

20 0 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS 3. We connect the points by a smooth curve Exercise 1.. Sketch the graph of the following functions: a) f(x) = x + 1 b) f(x) = 3x c) f(x) = x + d) f(x) = x e) f(x) = x 4 f) f(x) = x g) f(x) = x h) f(x) = 1 x i) f(x) = x + 9 j) f(x) = x k) f(x) = x + l) f(x) = x + 3 m) f(x) = 1 x p) f(x) = x + 3 x + 1 n) f(x) = 3 x q) 3 x 1 o) f(x) = x r) f(x) = x + 1 3x + 3

21 1.3. THE GRAPH OF A FUNCTION The graph of equations or relations Similarly to the graph of functions one may represent relations or solutions of an equation in two unknowns in the Cartesian coordinate system. Example. Represent the set of solutions of the equation x + y = 5 in the Cartesian coordinate system. Solution. We have to draw the curve corresponding to the set {(x, y) R x + y = 5} R in the Cartesian system, so we get Remark. Clearly, the graph of the function f(x) is the same as the graph of the equation y = f(x). Thus, when there is no danger of confusion we shall not make any distinction among them.

22 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS The vertical line test The graph of a function may intersect or touch any vertical line in at most one point. More precisely, a curve or any set of points in the plane, drawn in the Cartesian coordinate system is the graph of a function if and only if this curve or set has at most one common point with any vertical line. Example. The following two figures show the essential difference between the graph of a function and a curve that is not the graph of a function: Remark. The vertical line test is a graphical method, which is very useful to understand well the concept of a function, however, in itself it is not a rigorous proving method. However, if we see the vertical line showing that a curve is not the graph of a function, then it is easy to write down the proof rigorously. Exercise 1.3. Using the vertical line test decide if the following curves are graphs of a

23 1.3. THE GRAPH OF A FUNCTION 3 function or not: a) b) c) d)

24 4 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS The Y -intercept and the X-intercepts of functions When drawing the graph of a function we pay special interest to the intersection of the graph with the coordinate axis. Definition 1.1. (Intercepts of the graph of a function) The intersection point of the graph of a function with the Y -axis is called the Y - intercept of the graph. An intersection point of the graph of a function with the X-axis is called an X- intercept of the graph. Remark. Note the difference on the two points of the above definition: the Y -intercept is a single point (if it exists), however there might exist more X-intercepts. Indeed, the vertical line test guarantees that the graph of a function might intersect the Y -axis (which is a vertical line) in at most one point. Theorem (The Y -intercept of a function) The graph of a function f has Y -intercept if and only if it is defined in x 0 = 0, and it is the point B(0, y 0 ) with y 0 := f(0). Theorem (The X-intercepts of a function) The graph of a function f given by a formula f(x) has X-intercepts if and only if the equation f(x) = 0 (x D f ) has solutions in the domain D f of f, and the X-intercepts are the points A i (x i, 0) for i = 1,,..., where x i for i = 1,,... are the solutions of the above equation. Example. Compute the Y -intercept and the X-intercepts of the graph of the function f(x) = x 3x 4. Solution. The Y intercept is the point B(0, f(0)), i.e. the point B(0, 4) (since f(0) = ). The X-intercepts are the points having Y -coordinate zero, their X-coordinates being the solutions of the equation x 3x 4 = 0. Using the Almighty formula these solutions are x 1 = 1 and x = 4, so the X-intercepts are A 1 ( 1, 0) and A (4, 0).

25 1.3. THE GRAPH OF A FUNCTION 5 Exercise 1.4. Compute the Y -intercept and the X-intercepts of the following functions: a) f(x) = 3x b) f(x) = x + 5 c) f(x) = 3 d) f(x) = x 4x + 3 e) f(x) = x f) f(x) = x + 8x 8 g) f(x) = x x + 1 h) f(x) = + 3 x 1 i) f(x) = x 3x + x + 5 j) f(x) = x k) f(x) = 3 x l) f(x) = x m) f(x) = x 3 4x n) f(x) = x 6 + x 1 + o) f(x) = x 3x + 4 p) f(x) = x + 3 q) f(x) = 3 + x r) f(x) = + x 3 s) f(x) = x t) f(x) = x u) f(x) = x + x 4 v) f(x) = sin x w) f(x) = cos x x) f(x) = tan x y) f(x) = cot x z) f(x) = sin x + ω) f(x) = cos x sin x

26 6 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS 1.4 New functions from old ones Definition (The sum, difference, product and quotient of functions) Let f, g : R R be two functions defined by the formulas f(x) and g(x), and denote by D f and D g the domain of f and g, respectively. Put D := D f D g and D 0 := D \ {a R g(a) = 0}. Then the sum f + g of f and g is defined by (f + g) : D R, (f + g)(x) := f(x) + g(x); the difference f g of f and g is defined by (f g) : D R, (f g)(x) := f(x) g(x); the product f g of f and g is defined by the quotient f g (f g) : D R, (f g)(x) := f(x) g(x); of f and g is defined by f g : D 0 R, ( ) f (x) := f(x) g g(x). Remark. The above definition means that the sum, difference, product and quotient of two functions given by a formula is the function defined by the sum, difference, product and quotient of the two formulas, however, the domain is not the maximal domain implied by the resulting formula, but the intersection of the domains of the original functions, or in case of the quotient, an even more restricted set. For example if f(x) := x x and g(x) := x + x then D f = D g = [0, [, and thus (f + g) : [0, [ R, (f + g)(x) = x, even if the function defined simply by the formula x would have maximal domain R. Example. Let f, g : R R be two functions given by f(x) := x 3 + 3x and g(x) := 1 + cos x. Then we have (f + g)(x) = f(x) + g(x) = x 3 + 3x cos x (f g)(x) = f(x) g(x) = (x 3 + 3x ) (1 + cos x) = x 3 + 3x 1 cos x (f g)(x) = f(x) g(x) = (x 3 + 3x ) (1 + cos x) = x 3 + 3x + x 3 cos x + 3x cos x ( ) f (x) = f(x) g g(x) = x3 + 3x 1 + cos x

27 1.4. NEW FUNCTIONS FROM OLD ONES 7 Definition (Composition of functions) Let f : B C and g : A B two functions such that R g D f, where R g denotes the range of g and D f the domain of f. Then the composite function f g is defined as f g : A C, (f g)(x) = f(g(x)) for every x in the domain of g. Remark. The composition of functions may also be regarded as connecting two machines. Namely, the first machine g transforms the input x to the output g(x), which will be the input of the machine f, and this transforms g(x) to f(g(x)). Then the connected machine f g is the machine which transforms the input x to f(g(x)), and we already cannot see which part of the work was done by the machines f and g, respectively. Remark. In most cases we shall work with composite functions in the case A = B = C = R, so the composite functions f g and g f can be both defined. However, these functions in general are different, i.e. the composition of functions is not commutative. Example. Let f(x) = x 3 + 3x, g(x) = x and h(x) = cos x. Then (f g)(x) = f(g(x)) = f(x ) = (x ) 3 + 3(x ) = x 6 6x 4 + 1x 8 + 3x 4 1x + 1 = x 6 3x (g f)(x) = g(f(x)) = g(x 3 + 3x ) = (x 3 + 3x ) = x 6 + 6x 5 + 9x 4 (f h)(x) = f(h(x)) = f(cos x) = cos 3 x + 3 cos x (h f)(x) = h(f(x)) = h(x 3 + 3x ) = cos(x 3 + 3x ) (g g)(x) = g(g(x)) = g(x ) = (x ) = x 4 4x + 4 = x 4 4x + (f h g)(x) = f(h(g(x))) = f(h(x )) = f(cos(x )) = cos 3 (x ) + 3 cos (x ) Exercise 1.5. Compute f g, g f, f h, h f, f h g and g g g, provided that a) f(x) = x 3 + x + 1, g(x) = x + x, h(x) = 3x + ; b) f(x) = x 3 + 1, g(x) = x 3 1, h(x) = sin x; c) f(x) = x + x + 1, g(x) = x, h(x) = tan x; d) f(x) = x + x, g(x) = x, h(x) = x ; e) f(x) = x 3, g(x) = 3 x, h(x) = 3x + ;

28 8 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS f) f(x) = x 4, g(x) = sin x, h(x) = log x; g) f(x) = x 3 x + 1, g(x) = x, h(x) = x + 1; h) f(x) = x 3 x + 1, g(x) = x x + 1, h(x) = x + 1; i) f(x) = x x + 3, g(x) = x 3 + 1, h(x) = x + x + 1; j) f(x) = x x +, g(x) = x + 3, h(x) = x 3 + x; k) f(x) = x 3 x, g(x) = x + 1, h(x) = x + x; l) f(x) = x 3 + x + 1, g(x) = x x 1, h(x) = x + x + 1. Example. Let f k (x) = x k and g k (x) = k x for k = 1,,.... Let h a (x) = a x and l a (x) = log a (x) for a ]0, [ and a 1. Further, let s(x) = sin x, c(x) = cos x and t(x) = tan x. Build the following function F (x) as a composite function of the above functions: ( F (x) = sin 3 5 log (sin( ))) x. Solution. F (x) = f 3 (s (g 5 (l (s (h (x)))))). Exercise 1.6. Let f k (x) = x k and g k (x) = k x for k = 1,,.... Let h a (x) = a x and l a (x) = log a (x) for R >0 and a 1. Further, let s(x) = sin x, c(x) = cos x and t(x) = tan x. Build the following function F (x) as a composite function of the above functions: ( a) F (x) = cos 4 7 log3 (tan(5 ))) x ( b) F (x) = log 7 3 sin 7 ) log 3 (tan(5 x )) ( ( 4 4 c) F (x) = tan (log cos log5 (sin(3 ))))) x ( d) F (x) = sin 3 log tan ) 4 7 sin x5 e) F (x) = log 5 3 (sin 6 ) cos 11 log 4 x ( ) f) F (x) = sin tan 5 log 3 cos 7 x Definition Let A, B and X A be sets, and let f : A B be a function. The function g : X B, for which g(x) = f(x) for each x X, is said to be the the restriction of f to the set X. The restriction of the function f to the set X is also denoted by f X.

29 1.4. NEW FUNCTIONS FROM OLD ONES 9 Examples. 1. Let us consider the function f : R R, f(x) = x. The graph of f is: Graph of the function f : R R, f(x) = x. The restriction g of f to the set [0, [ is g : [0, [ R, g(x) = x. The graph of g is: Graph of the function g : [0, [ R, g(x) = x.

30 30 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS. Let f : R \ 0 R, f(x) = 1. The graph of f is: x Graph of the function f : R \ 0 R, f(x) = 1 x. The restriction g of f to the set ]0, [ is g : ]0, [ R, g(x) = 1. The graph of g is: x Graph of the function g : ]0, [ R, g(x) = 1 x.

31 1.4. NEW FUNCTIONS FROM OLD ONES 31 The restriction h of f to the set ], 0[ is h : ], 0[ R, h(x) = 1. The graph of h is: x Graph of the function h : ]0, [ R, h(x) = 1 x. The restriction k of f to the set ]0, 1] is k : ]0, 1] R, k(x) = 1. The graph of k is: x Graph of the function k : ]0, 1] R, k(x) = 1 x.

32 3 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS 1.5 Further properties of functions Injectivity of functions Definition Let A and B arbitrary sets. A function f : A B is called injective if, for all x, z A, y B for which (x, y) f and (z, y) f, we have x = z. Remark. Injective functions are also called invertible. Examples. 1. Let A = {a, b, c, d}, B = {1,, 3, 4, 5} and let us define f : A B such that f(a) = 5, f(b) =, f(c) = 1, f(d) = 3. It is easy to see that f satisfies the requirements given in Definition 1.6, therefore, it is a function. It can be illustrated in the following form: A B a b c d f It is visible, that there are no elements x 1 A and x A such that f(x 1 ) = f(x ), which implies that f is injective.. Let now A = {a, b, c, d, e}, B = {1,, 3, 4, 5} and let g : A B, g(a) = 5, g(b) =, g(c) = 1, g(d) = 3, g(e) = 5. This function can be illustrated as

33 1.5. FURTHER PROPERTIES OF FUNCTIONS 33 A B a b c d g e 5. It is easy to see that g is a function, but, since g(a) = g(e) = 5, it is not injective. 3. Let us consider the function f : R R, f(x) = x + 3. The graph of this function has the following form. Graph of the function f : R R, f(x) = x + 3. It is easy to see, that there are no elements x 1 R and x R such that f(x 1 ) = f(x ), which yields the injectivity of f.

34 34 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS 4. Let g : [0, [ R, g(x) = x. The graph of g is: Graph of the function g : [0, [ R, g(x) = x. Obviously, there no no elements x 1 [0, [ and x [0, [ such that g(x 1 ) = g(x ), thus g is also injective. 5. Let h : R R, h(x) = x. The graph of h: Graph of the function h : R R, h(x) = x.

35 1.5. FURTHER PROPERTIES OF FUNCTIONS 35 Since there are elements x 1 R, x R such that h(x 1 ) = h(x ) (for example f( 1) = f(1) = 1), the function h is not injective. 6. Let us consider the function k : [0, [ R, k(x) = x now. The graph of k is: Graph of the function k : [0, [ R, k(x) = x. Obviously, there does not exist elements x 1 [0, [ and x [0, [ such that k(x 1 ) = k(x ), therefore k is an injective function. Remark. The last two examples point out that if we investigate the injectivity of a function then the domain of the function plays an important role.

36 36 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS 1.5. Surjectivity of functions Definition Let A and B arbitrary sets. A function f : A B is said to be surjective if the range of f is B. Remark. The definition above requires that, for each y B, there exists an x A such that f(x) = y. Examples. 1. Let A = {a, b, c, d, e}, B = {1,, 3, 4} and let f : A B such that f(a) = 4, f(b) =, f(c) = 1, f(d) = 3, f(e) = 4, i.e., A B a b c d e f It is visible that f is a function, furthermore, it is also clear that, for each element y B, there exists an x A such that f(x) = y, therefore f is surjective.

37 1.5. FURTHER PROPERTIES OF FUNCTIONS 37. Let now A = {a, b, c, d}, B = {1,, 3, 4, 5} and let g : A B, g(a) = 5, g(b) =, g(c) = 1, g(d) = 3. A diagram corresponding to g is: A B a b c d g It is easy to see that g is a function. However, there exists an element y B such that there is no x A for which g(x) = y. (The element 4 B has this property.) This implies that g is not surjective. 3. Let us consider the function f : R R, f(x) = x 1. The graph of this function has the following form. Graph of the function f : R R, f(x) = x 1.

38 38 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS It is easy to verify that, for each y R there exists an x R for which f(x) = y. (Solving the equation y = x 1 for x, we obtain such an x R for each y R.) This means that the function f is surjective. 4. Let g : [0, [ R, g(x) = x + 3. The graph of g is: Graph of the function g : [0, [ R, g(x) = x + 3 = x 1/ + 3. Since there are elements y in the range R of g such that there is no element x in the domain [0, [ of g for which g(x) = y. (For example y = 1 fulfills this property.) Therefore g is not surjective.

39 1.5. FURTHER PROPERTIES OF FUNCTIONS Let k : [0, [ [3, [, k(x) = x + 3. The graph of g is: Graph of the function k : [0, [ [3, [, k(x) = x + 3 = x 1/ + 3. It is easy to see that, for each y [3, [ there exists an x [0, [ such that k(x) = y Thus, k is surjective. 6. Let h : R R, h(x) = x 3. The graph of h: Graph of the function h : R R, h(x) = x 3.

40 40 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS It is easy to check that h is not surjective. 7. Let m : R [ 3, [, m(x) = x 3. The graph of m: Graph of the function m : R [ 3, [, m(x) = x 3. It is obvious that m is surjective. Remark. The last four examples show that concerning the injectivity of a function the range of the function plays an important role.

41 1.5. FURTHER PROPERTIES OF FUNCTIONS Bijectivity of functions Definition 1.0. Let A and B arbitrary sets. A function f : A B is called bijective if it is injective and surjective. Examples. 1. Let A = {a, b, c, d, e}, B = {1,, 3, 4, 5} and let f : A B, f(a) = 5, f(b) =, f(c) = 1, f(d) = 3, f(e) = 4. It is easy to see that f is a function, furthermore, it is injective and surjective, therefore, it is bijective. The function has the diagram A B a b c d f e 5.

42 4 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS. Let A = {a, b, c, d}, B = {1,, 3, 4, 5} and let g : A B, g(a) =, g(b) = 3, g(c) = 1, g(d) = 5. This function is injective but not surjective, thus, it is not bijective. An illustration of g is: A B a b c d g Let A = {a, b, c, d, e}, B = {1,, 3, 4} and let h : A B, h(a) = 4, h(b) =, h(c) = 1, h(d) = 3, h(e) = 3. The function h is surjective but not injective, which yields that it is not bijective. The function can be illustrated in the following form: A B a b c d e h

43 1.5. FURTHER PROPERTIES OF FUNCTIONS Let A = {a, b, c, d, e}, B = {1,, 3, 4, 5} and let k : A B, k(a) = 5, k(b) =, k(c) = 1, k(d) = 4, k(e) = 4. The function k is neither injective nor surjective, therefore, it is not bijective. The function has the form: A B a b c d k e Let us consider the function f : R R, f(x) = x + 1. The graph of this function has the form: Graph of the function f : R R, f(x) = x + 1. It is easy to see that this function is injective and surjective, therefore, it is bijective.

44 44 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS 6. Let us consider the function g : R R, g(x) = 1 x 1. The graph of g is: Graph of the function g : R R, g(x) = 1 x 1. This function is also injective and surjective, therefore, it is bijective. 7. Let h : [0, [ R, h(x) = x + 1. The graph of h is: Graph of the function h : [0, [ R, h(x) = x + 1 = x The function h is injective but not surjective, thus, it is not bijective.

45 1.5. FURTHER PROPERTIES OF FUNCTIONS Let k : [0, [ [1, [, k(x) = x + 1. The graph of k is: Graph of the function k : [0, [ [1, [, k(x) = x + 1 = x The function k is injective and surjective, therefore, it is bijective. 9. Let p : R R, p(x) = x + 1. The graph of p: Graph of the function p : R R, p(x) = x + 1.

46 46 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS This function is neither injective nor surjective, thus, it is not bijective. 10. Let q : [0, [ R, q(x) = x + 1. The graph of q: Graph of the function q : [0, [ R, q(x) = x + 1. The function q is injective but not surjective, therefore, it is not bijective. 11. Let r : [0, [ [1, [, r(x) = x + 1. The graph of r: Graph of the function r : [0, [ [1, [, r(x) = x + 1. The function r is injective and surjective, thus, it is bijective.

47 1.5. FURTHER PROPERTIES OF FUNCTIONS 47 Remark. The examples above show that concerning the bijectivity of a function its domain and its range is also important. Exercise 1.7. Illustrate the following functions and decide whether they are bijective, injective or surjective: a) A = {a, b, c, d, e}, B = {1,, 3, 4, 5}, f : A B, f(a) = 4, f(b) = 3, f(c) = 1, f(d) = 5, f(e) = ; b) A = {a, b, c, d, e}, B = {1,, 3, 4, 5}, f : A B, f(a) = 4, f(b) = 3, f(c) = 1, f(d) = 5, f(e) = 3; c) A = {a, b, c, d}, B = {1,, 3, 4, 5}, f : A B, f(a) = 4, f(b) = 3, f(c) =, f(d) = 5; d) A = {a, b, c, d, e}, B = {1,, 3, 4}, f : A B, f(a) = 4, f(b) = 3, f(c) = 1, f(d) =, f(e) = ; e) A = {a, b, c, d, e}, B = {1,, 3, 4, 5}, f : A B, f(a) = 4, f(b) = 5, f(c) = 1, f(d) =, f(e) = 3; f) A = {a, b, c, d, e}, B = {1,, 3, 4}, f : A B, f(a) = 4, f(b) = 4, f(c) = 3, f(d) = 1, f(e) =. Exercise 1.8. Draw the graph of the following functions in a coordinate system and decide whether they are bijective, injective or surjective: a) f : R R, f(x) = x 3; b) f : R R, f(x) = 3x + ; c) f : R R, f(x) = 1x + 3; d) f : R R, f(x) = x + ; e) f : R [, [, f(x) = x + ; f) f : [0, [ [, [, f(x) = x + ; g) f : R R, f(x) = x 1;

48 48 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS h) f : R [ 1, [, f(x) = x 1; i) f : [0, [ [ 1, [, f(x) = x 1; j) f : R R, f(x) = (x ) ; k) f : R [0, [, f(x) = (x ) ; l) f : [, [ [0, [, f(x) = (x ) ; Inverse of a function Definition 1.1. Let A and B arbitrary sets, let f : A B be a injective function and let us denote the range of f by Y. Interchanging the elements in the ordered pairs (x, y) f, we obtain a function g : Y A, g(y) = x. This function is said to be the inverse function of f. The inverse function of f is denoted by f 1. Remark. It is important to note that the inverse function is defined in the case of injective functions only. Examples. 1. Let A = {a, b, c, d, e}, B = {1,, 3, 4, 5} and let us define f : A B, f(a) = 4, f(b) =, f(c) = 1, f(d) = 3, f(e) = 5. This function can be illustrated as: A B a b c d f e 5.

49 1.5. FURTHER PROPERTIES OF FUNCTIONS 49 It is easy to see that this function is injective, thus there exists its inverse. The inverse f 1 : B A of f has the form A B a b c d f e 5, that is, B A f 1 a b c d e, which means that f 1 (1) = c, f 1 () = b, f 1 (3) = d, f 1 (4) = a and f 1 (5) = e.

50 50 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS. Let A = {a, b, c, d}, B = {1,, 3, 4, 5} and let us define g : A B, g(a) = 4, g(b) =, g(c) = 1, g(d) = 5. This function can be illustrated as: A B a b c d g The function g is injective, therefore, it is invertible. It is important to mention, that the range of g is the set C = {1,, 4, 5}, which means that the domain of g 1 will be this set, too. Thus, g 1 : C A, g 1 (1) = c, g 1 () = b, g 1 (4) = a, g 1 (5) = d, that is, C A 1 4 g 1 a b c 5 d.

51 1.5. FURTHER PROPERTIES OF FUNCTIONS Let A = {a, b, c, d, e}, B = {1,, 3, 4} and let h : A B, h(a) = 4, h(b) =, h(c) = 1, h(d) = 3, h(e) = 3, i. e., A B a b c d e h The function h is not injective, thus, it does not have any inverse. 4. Let us consider the function f : R R, f(x) = x. The graph of this function has the form: Graph of the function f : R R, f(x) = x.

52 5 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS This function is injective, therefore, it is invertible. Its inverse can be determined in the following form: by the definition of f, we may write y = x for all x R, which means that x = 1 y for each y R. Therefore, the inverse g = f 1 : R R of f can be written as g(y) = f 1 (y) = 1y or, writing x instead of y, g(x) = f 1 (x) = 1 x. The graph of g = f 1 is: Graph of the function g : R R, g(x) = 1 x. Let us draw the graphs of the functions f and g = f 1 above in the same coordinate system.

53 1.5. FURTHER PROPERTIES OF FUNCTIONS 53 Graphs of the functions f : R R, f(x) = x and its inverse g : R R, g(x) = 1 x. We may observe that the graph of g = f 1 is a reflection of the graph of f about the line y = x. (More precisely the graph of g = f 1 is a reflection of the graph of f about the graph of the identical function i : R R, i(x) = x.) This important connection is always valid for the graph of a function and for the graph of its inverse. We will formulate this fact in the next Remark. Remark. It is easy to verify that the graph of the inverse of an invertible function f is always a reflection of the graph of f about the graph of the identical function i : R R, i(x) = x. Examples. 1. Let us consider the function f : R R, f(x) = x + 4 now. Graph of the function f : R R, f(x) = x + 4. This function is injective, thus, it is invertible. The equation y = x + 4 implies that x = 1 y, therefore the inverse g = f 1 : R R of f has the form g(x) = 1 x.

54 54 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS Graph of the function g : R R, g(x) = 1 x. Drawing the graphs of f and g in the same coordinate system, we obtain: Graphs of f : R R, f(x) = x + 4 and its inverse g : R R, g(x) = 1 x.. Let f : [0, [ R, f(x) = x. This function is injective, therefore, it is invertible. Its inverse is is g : [0, [ R, g(x) = x. The graphs of these functions are:

55 1.5. FURTHER PROPERTIES OF FUNCTIONS 55 Graphs of f : [0, [ R, f(x) = x and its inverse g : [0, [ R, g(x) = x. 3. Note that the function f : R R, f(x) = x is not injective, thus, its inverse does not exist. 4. Let f : R \ 0 R, f(x) = 1. This function is injective, thus, invertible. It inverse is x g : R \ 0 R, f(x) = 1, that is the same function as f. The graphs of the functions x are:

56 56 CHAPTER 1. THE CONCEPT AND BASIC PROPERTIES OF FUNCTIONS Graphs of f : R \ 0 R, f(x) = 1 x and its inverse g : R \ 0 R, g(x) = 1 x. Exercise 1.9. Illustrate the following functions with a diagram, investigate if they are invertible or not and, in the case when they exist, determine their inverse functions and draw their diagrams: a) A = {a, b, c, d, e}, B = {1,, 3, 4, 5}, f : A B, f(a) = 5, f(b) = 3, f(c) = 1, f(d) =, f(e) = 4; b) Let A = {a, b, c, d}, B = {1,, 3, 4}, f : A B, f(a) = 4, f(b) = 3, f(c) =, f(d) = 1; c) A = {a, b, c, d}, B = {1,, 3, 4, 5}, f : A B, f(a) = 3, f(b) =, f(c) = 1, f(d) = 5; d) A = {a, b, c, d, e}, B = {1,, 3, 4}, f : A B, f(a) = 1, f(b) = 3, f(c) = 4, f(d) =, f(e) = 3. Exercise Draw the graphs of the following functions, determine their inverses (if they exist) and draw the graph of the inverse functions, too: a) f : R R, f(x) = 3x + ; b) f : R R, f(x) = x 4; c) f : R R, f(x) = x + 1; d) f : [0, [ R, f(x) = x + 1; e) f : [0, [ R, f(x) = x ; f) f : [0, [ R, f(x) = x + 1; g) f : [0, [ R, f(x) = x.

57 Chapter Types of functions.1 Linear functions Definition.1. A function f : R R of the form f(x) = ax + b, a R, b R is called a linear function. Remark. We remind the student that for all pairs of points P 1 (x 1, y 1 ) and P (x, y ) lying on the same (not vertical) straight line in the plane (represented in a Cartesian coordinate system) the quantity y y 1 x x 1 = a is constant (i.e. it is independent of the choice of P 1 and P ). This number is called the slope of the line. Theorem.. Let f(x) = ax + b be a linear function with a, b R. 1. The graph of f is a straight line. More precisely, the graph of f is the line with equation y = ax + b. Further, the graph of f is a horizontal line if and only if a = 0.. The Y -intercept of the graph of f is the point B(0, b). 3. Whenever a 0 the only X-intercept of the graph of f is the point A ( b, 0). If a a = 0, b 0 then the graph of f has no X-intercept. If a = 0, b = 0 then the graph of f is the X-axis itself. 57

58 58 CHAPTER. TYPES OF FUNCTIONS The above theorem suggests the definition below: Definition.3. The number a is called the slope of the linear function f(x) = ax + b. Theorem.4. Fix a Cartesian coordinate system in the two dimensional plane. Except for the vertical lines every straight line in the plane is the graph of a linear function. The function corresponding to a line may be given by the following formulas: 1. The slope-intercept formula If the line has slope a and Y -intercept b then the function corresponding to the line is given by f(x) = ax + b.. The point-slope formula If the line has slope a and passes through the point P 1 (x 1, y 1 ) then the line has equation y y 1 = a(x x 1 ) and the function corresponding to the line is given by f(x) = a(x x 1 ) + y The point-point formula If the passes through the points P 1 (x 1, y 1 ) and P (x, y ) with x 1 x then the line has equation y y 1 = y y 1 x x 1 (x x 1 ) and the function corresponding to the line is given by f(x) = y y 1 x x 1 (x x 1 ) + y 1. Example. Draw the graph of the following functions: f b (x) = b, b = 4, 3,, 1, 0, 1,, 3, 4. As the below figure shows the graph of these functions are all horizontal lines and the intersection with the Y -axis is b.

59 .1. LINEAR FUNCTIONS 59 Example. Draw the graph of the following functions: f b (x) = x + b, b = 5, 4, 3,, 1, 0, 1,, 3, 4, 5. As the below figure shows the graph of these functions are parallel to each other and the intersection with the Y -axis is b.

60 60 CHAPTER. TYPES OF FUNCTIONS Example. Draw the graph of the following functions: f a (x) = ax, a = 3,, 1, 0.5, 1/3, 0, 1/3, 0.5, 1,, 3, 4, 5. As the below figure shows the graph of each of these functions goes through the origin, and if a is positive, then the line passes through the 1st and 3rd quadrant, if a is negative, then it passes through the nd and 4th quadrant. In the case of a = 0 the graph is the X-axis Example. Determine the linear function whose slope is a = 3 and whose graph has Y - intercept b = 5. Solution. By the slope-intercept formula f(x) = ax + b = 3x 5. Example. Determine the linear function whose slope is a = 3 and whose graph passes through the point P 1 (, 4). Solution. By the point-slope formula the equation of the line is (y y 1 ) = a(x x 1 ) y 4 = 3(x ( )) y = 3x + 10

61 .1. LINEAR FUNCTIONS 61 and thus the linear function whose graph is this line is given by f(x) = 3x Example. Determine the linear function whose graph passes through the points P 1 ( 3, 1) and P (, 11). Solution. By the point-point formula the equation of the line is y y 1 = y y 1 x x 1 (x x 1 ) y 1 = 11 1 (x ( 3)) ( 3) y 1 = (x + 3) y = x + 7 and thus the linear function whose graph is this line is given by f(x) = x + 7. Exercise.1. Determine the linear function whose slope is a and whose graph has Y - intercept b where: Sketch the graph of these functions. a) a = 3, b = b) a = 4, b = 1 c) a =, b = 5 d) a = 5, b = 4 Exercise.. Determine the linear function whose slope is a and whose graph passes through the point P 1. a) a =, P 1 (, 3) b) a = 3, P 1 (, 4) c) a = 1, P 1 (3, 3) d) a = 3, P 1 ( 1, 4) e) a = 0, P 1 (, 4) f) a =, P 1 (, 5) g) a = 7, P 1 (1, 5) h) a = 5, P 1 (, 6) i) a = 3, P 1 (, 1) j) a = 4, P 1 ( 3, 10) k) a = 3, P 1 (, 5) l) a = 4, P 1 (3, 19) m) a =, P 1 (3, 3 + 3) n) a =, P 1 ( 5, 5)

62 6 CHAPTER. TYPES OF FUNCTIONS Exercise.3. Determine the linear function whose graph passes through the points P 1 and P a) P 1 (, 1), P (, 7) b) P 1 (, 3), P (5, 0) c) P 1 (, 1), P (4, 7) d) P 1 (, 11), P ( 1, 4) e) P 1 ( 1, 10), P (, 11) f) P 1 (, 3), P (, 11) g) P 1 (, 1), P ( 1, 16) h) P 1 (, 1), P ( 1, 1) i) P 1 (, 15), P ( 3, 40) j) P 1 (, 31), P (4, 1) k) P 1 (, 1), P ( 5, 8) l) P 1 (5, 4), P (, 3) m) P 1 (, 4), P (7, 9) n) P 1 ( 7, 4), P (3, 4) o) P 1 ( 4, 1), P (, 6) p) P 1 ( 1, 7), P (3, 1) q) P 1 (4, 1), P ( 6, 6) r) P 1 (3, 13), P (, ) s) P 1 (1, 3 + ), P ( 1, 3 ) t) P 1 (, 4 ), P (, )

63 .. QUADRATIC FUNCTIONS 63. Quadratic functions Definition.5. A function f : R R defined by f(x) = ax + bx + c, a, b, c R, a 0 is called a quadratic function. If the quadratic function is given by a formula of the above shape, we say that it is given in general form. Theorem.6. (The canonical form of a quadratic function) Let f(x) = ax +bx+c be a quadratic function with a, b, c R, a 0. Put = b 4ac. Then f(x) can be written in the form f(x) = a(x x v ) + y v, (.1) with x v = b a Proof. and y v = 4a. f(x) = ax + bx + c ( = a x + b a x + c ) = a (( = a x + b a x + ( = a x + b ) b 4ac a 4a ( = a x b ) + (b 4ac) a 4a ( ) ) ( b b a a ) ) + c a

64 64 CHAPTER. TYPES OF FUNCTIONS Example. Compute the canonical form of the following quadratic function: f(x) = x 8x + 3. Solution. ( f(x) =x 8x + 3 = x 4x + 3 ) ( = (x 4x + 4) ) ( = (x ) + 5 ) =(x ) 5 Another solution to the problem is to use directly Theorem.6. We have a =, b = 8, c = 3, and thus x v = b = 8 = and y a 4 v = = (b 4ac) = (64 4 3) = 5, and we get 4a 4a 8 f(x) = a(x x v ) + y v = (x ) 5. Theorem.7. (The factorized form of a quadratic function) Let f(x) = ax +bx+c be a quadratic function with a, b, c R, a 0. Put = b 4ac and if 0 then put x 1 = b + a Then f(x) can be written in the form, x = b. a f(x) = a(x x 1 )(x x ). (.) If = 0 then x 1 = x and the above factorization takes the form f(x) = a(x x 1 ). Theorem.8. Let f(x) = ax + bx + c be a quadratic function with a, b, c R, a 0. Put = b 4ac and if 0 then put x 1 = b + a, x = b. a The graph of f is a parabola with the following properties:

65 .. QUADRATIC FUNCTIONS 65 If a > 0 the parabola is cup-like, if a < 0 then the parabola is bell-like The vertex of this parabola is the point V (x v, y v ) with x v = b a The Y -intercept of the graph of f is the point P (0, c) and y v = 4a The number of X-intercepts of the graph of f depends on the sign of : If < 0 then the graph of f has no X-intercepts; If = 0 then x 1 = x = b and the only X-intercept of the graph of f a is the point A(x 1, 0) and this point is just the vertex of the parabola; If > 0 then the X-intercepts of the graph of f are the points A 1 (x 1, 0) and A (x, 0). Example. Draw the graph of the functions f a (x) = ax for a = 1, 1, 1,, 3 and for a = 3 1, 1, 1,, 3. 3 Example. Draw the graph of the functions f c (x) = x + c for c = 4,, 0,, 4.

66 66 CHAPTER. TYPES OF FUNCTIONS Example. Draw the graph of the functions f k (x) = (x 3) + k for k = 4,, 0,, 4. Example. Draw the graph of the functions f k (x) = (x k) for k = 4,, 0,, 4.

67 .. QUADRATIC FUNCTIONS 67 Exercise.4. Let f be the quadratic function below. 1. Give the canonical form.. If 0 give the factorized form. 3. Give the Y -intercept and X-intercepts of the graph of f. 4. Give the vertex of the graph of f. 5. Draw the graph of f. a) f(x) = x 4 b) f(x) = x 5x + 6 c) f(x) = x + 6x d) f(x) = x + 4x 3 e) f(x) = x + 4x + 8 f) f(x) = x 4 g) f(x) = x h) f(x) = 3x 6x i) f(x) = x 4 j) f(x) = 3x + 6x 6 k) f(x) = x 4x l) f(x) = 3x 1x + 1 m) f(x) = x 6x + 5 n) f(x) = 4x + 1 o) f(x) = x 10x + 5 p) f(x) = x + 16

68 68 CHAPTER. TYPES OF FUNCTIONS.3 Polynomial functions.3.1 Definition of polynomial functions Definition.9. A function f : R R given by f(x) = a n x n + a n 1 x n a 1 x + a 0 with n N and given a n, a n 1,... a 0 R is called a polynomial function. Remark. Linear and quadratic functions are special polynomial functions..3. Euclidean division of polynomials in one variable In this section we present the division algorithm for univariate polynomials with complex, real or rational coefficients. This procedure is a straightforward generalization of the long division of integers. The steps of the polynomial division: 1). Write the dividend and the divisor polynomials in the following scheme. dividend polynomial divisor polynomial quotient polynomial ). Divide the main term of the dividend by the main term of the divisor polynomial, and write the resulting monomial to the place of the quotient. 3). Multiply the above resulting monomial by the divisor, change the sign of every monomial of the result, and write the resulting polynomial below the dividend. 4). Draw a horizontal line, add the dividend to the above resulting polynomial and write the result of the addition below the line. 5). Let the polynomial below the last horizontal line take the role of the dividend and repeat steps )-4) until the polynomial below the last horizontal line is zero or has degree strictly smaller than the degree of the divisor.

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

Section 7.6 Double and Half Angle Formulas

Section 7.6 Double and Half Angle Formulas 09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)

Διαβάστε περισσότερα

Section 9.2 Polar Equations and Graphs

Section 9.2 Polar Equations and Graphs 180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

Reminders: linear functions

Reminders: linear functions Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U

Διαβάστε περισσότερα

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1 Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the

Διαβάστε περισσότερα

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

Διαβάστε περισσότερα

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter

Διαβάστε περισσότερα

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

Διαβάστε περισσότερα

Concrete Mathematics Exercises from 30 September 2016

Concrete Mathematics Exercises from 30 September 2016 Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)

Διαβάστε περισσότερα

Trigonometric Formula Sheet

Trigonometric Formula Sheet Trigonometric Formula Sheet Definition of the Trig Functions Right Triangle Definition Assume that: 0 < θ < or 0 < θ < 90 Unit Circle Definition Assume θ can be any angle. y x, y hypotenuse opposite θ

Διαβάστε περισσότερα

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal

Διαβάστε περισσότερα

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

Διαβάστε περισσότερα

Math221: HW# 1 solutions

Math221: HW# 1 solutions Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin

Διαβάστε περισσότερα

PARTIAL NOTES for 6.1 Trigonometric Identities

PARTIAL NOTES for 6.1 Trigonometric Identities PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot

Διαβάστε περισσότερα

Pg The perimeter is P = 3x The area of a triangle is. where b is the base, h is the height. In our case b = x, then the area is

Pg The perimeter is P = 3x The area of a triangle is. where b is the base, h is the height. In our case b = x, then the area is Pg. 9. The perimeter is P = The area of a triangle is A = bh where b is the base, h is the height 0 h= btan 60 = b = b In our case b =, then the area is A = = 0. By Pythagorean theorem a + a = d a a =

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch: HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π 2, π 2

If we restrict the domain of y = sin x to [ π 2, π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =? Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least

Διαβάστε περισσότερα

Finite Field Problems: Solutions

Finite Field Problems: Solutions Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The

Διαβάστε περισσότερα

Partial Differential Equations in Biology The boundary element method. March 26, 2013

Partial Differential Equations in Biology The boundary element method. March 26, 2013 The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet

Διαβάστε περισσότερα

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that

Διαβάστε περισσότερα

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R + Chapter 3. Fuzzy Arithmetic 3- Fuzzy arithmetic: ~Addition(+) and subtraction (-): Let A = [a and B = [b, b in R If x [a and y [b, b than x+y [a +b +b Symbolically,we write A(+)B = [a (+)[b, b = [a +b

Διαβάστε περισσότερα

Problem Set 3: Solutions

Problem Set 3: Solutions CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

Διαβάστε περισσότερα

Numerical Analysis FMN011

Numerical Analysis FMN011 Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =

Διαβάστε περισσότερα

Solutions to Exercise Sheet 5

Solutions to Exercise Sheet 5 Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X

Διαβάστε περισσότερα

A Note on Intuitionistic Fuzzy. Equivalence Relation

A Note on Intuitionistic Fuzzy. Equivalence Relation International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com

Διαβάστε περισσότερα

6.3 Forecasting ARMA processes

6.3 Forecasting ARMA processes 122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear

Διαβάστε περισσότερα

C.S. 430 Assignment 6, Sample Solutions

C.S. 430 Assignment 6, Sample Solutions C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

Διαβάστε περισσότερα

Fractional Colorings and Zykov Products of graphs

Fractional Colorings and Zykov Products of graphs Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is

Διαβάστε περισσότερα

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We

Διαβάστε περισσότερα

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

Διαβάστε περισσότερα

Lecture 15 - Root System Axiomatics

Lecture 15 - Root System Axiomatics Lecture 15 - Root System Axiomatics Nov 1, 01 In this lecture we examine root systems from an axiomatic point of view. 1 Reflections If v R n, then it determines a hyperplane, denoted P v, through the

Διαβάστε περισσότερα

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)

Διαβάστε περισσότερα

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

Διαβάστε περισσότερα

SOLVING CUBICS AND QUARTICS BY RADICALS

SOLVING CUBICS AND QUARTICS BY RADICALS SOLVING CUBICS AND QUARTICS BY RADICALS The purpose of this handout is to record the classical formulas expressing the roots of degree three and degree four polynomials in terms of radicals. We begin with

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

Section 8.2 Graphs of Polar Equations

Section 8.2 Graphs of Polar Equations Section 8. Graphs of Polar Equations Graphing Polar Equations The graph of a polar equation r = f(θ), or more generally F(r,θ) = 0, consists of all points P that have at least one polar representation

Διαβάστε περισσότερα

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

Διαβάστε περισσότερα

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits. EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

Διαβάστε περισσότερα

9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr

9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr 9.9 #. Area inside the oval limaçon r = + cos. To graph, start with = so r =. Compute d = sin. Interesting points are where d vanishes, or at =,,, etc. For these values of we compute r:,,, and the values

Διαβάστε περισσότερα

Derivations of Useful Trigonometric Identities

Derivations of Useful Trigonometric Identities Derivations of Useful Trigonometric Identities Pythagorean Identity This is a basic and very useful relationship which comes directly from the definition of the trigonometric ratios of sine and cosine

Διαβάστε περισσότερα

Parametrized Surfaces

Parametrized Surfaces Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some

Διαβάστε περισσότερα

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

Διαβάστε περισσότερα

Chapter 3: Ordinal Numbers

Chapter 3: Ordinal Numbers Chapter 3: Ordinal Numbers There are two kinds of number.. Ordinal numbers (0th), st, 2nd, 3rd, 4th, 5th,..., ω, ω +,... ω2, ω2+,... ω 2... answers to the question What position is... in a sequence? What

Διαβάστε περισσότερα

Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ.

Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ. Chemistry 362 Dr Jean M Standard Problem Set 9 Solutions The ˆ L 2 operator is defined as Verify that the angular wavefunction Y θ,φ) Also verify that the eigenvalue is given by 2! 2 & L ˆ 2! 2 2 θ 2 +

Διαβάστε περισσότερα

Math 6 SL Probability Distributions Practice Test Mark Scheme

Math 6 SL Probability Distributions Practice Test Mark Scheme Math 6 SL Probability Distributions Practice Test Mark Scheme. (a) Note: Award A for vertical line to right of mean, A for shading to right of their vertical line. AA N (b) evidence of recognizing symmetry

Διαβάστε περισσότερα

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD CHAPTER FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD EXERCISE 36 Page 66. Determine the Fourier series for the periodic function: f(x), when x +, when x which is periodic outside this rge of period.

Διαβάστε περισσότερα

TMA4115 Matematikk 3

TMA4115 Matematikk 3 TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet

Διαβάστε περισσότερα

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

Διαβάστε περισσότερα

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

Review Test 3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review Test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the exact value of the expression. 1) sin - 11π 1 1) + - + - - ) sin 11π 1 ) ( -

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

Διαβάστε περισσότερα

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

Διαβάστε περισσότερα

Srednicki Chapter 55

Srednicki Chapter 55 Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third

Διαβάστε περισσότερα

( ) 2 and compare to M.

( ) 2 and compare to M. Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Ολοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα είναι μικρότεροι το 1000 εκτός αν ορίζεται διαφορετικά στη διατύπωση του προβλήματος. Διάρκεια: 3,5 ώρες Καλή

Διαβάστε περισσότερα

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0. DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec

Διαβάστε περισσότερα

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

Διαβάστε περισσότερα

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ. Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action

Διαβάστε περισσότερα

D Alembert s Solution to the Wave Equation

D Alembert s Solution to the Wave Equation D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique

Διαβάστε περισσότερα

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

6.1. Dirac Equation. Hamiltonian. Dirac Eq. 6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2

Διαβάστε περισσότερα

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation DiracDelta Notations Traditional name Dirac delta function Traditional notation x Mathematica StandardForm notation DiracDeltax Primary definition 4.03.02.000.0 x Π lim ε ; x ε0 x 2 2 ε Specific values

Διαβάστε περισσότερα

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω 0 1 2 3 4 5 6 ω ω + 1 ω + 2 ω + 3 ω + 4 ω2 ω2 + 1 ω2 + 2 ω2 + 3 ω3 ω3 + 1 ω3 + 2 ω4 ω4 + 1 ω5 ω 2 ω 2 + 1 ω 2 + 2 ω 2 + ω ω 2 + ω + 1 ω 2 + ω2 ω 2 2 ω 2 2 + 1 ω 2 2 + ω ω 2 3 ω 3 ω 3 + 1 ω 3 + ω ω 3 +

Διαβάστε περισσότερα

ST5224: Advanced Statistical Theory II

ST5224: Advanced Statistical Theory II ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known

Διαβάστε περισσότερα

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

Διαβάστε περισσότερα

10/3/ revolution = 360 = 2 π radians = = x. 2π = x = 360 = : Measures of Angles and Rotations

10/3/ revolution = 360 = 2 π radians = = x. 2π = x = 360 = : Measures of Angles and Rotations //.: Measures of Angles and Rotations I. Vocabulary A A. Angle the union of two rays with a common endpoint B. BA and BC C. B is the vertex. B C D. You can think of BA as the rotation of (clockwise) with

Διαβάστε περισσότερα

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds! MTH U341 urface Integrals, tokes theorem, the divergence theorem To be turned in Wed., Dec. 1. 1. Let be the sphere of radius a, x 2 + y 2 + z 2 a 2. a. Use spherical coordinates (with ρ a) to parametrize.

Διαβάστε περισσότερα

the total number of electrons passing through the lamp.

the total number of electrons passing through the lamp. 1. A 12 V 36 W lamp is lit to normal brightness using a 12 V car battery of negligible internal resistance. The lamp is switched on for one hour (3600 s). For the time of 1 hour, calculate (i) the energy

Διαβάστε περισσότερα

Tridiagonal matrices. Gérard MEURANT. October, 2008

Tridiagonal matrices. Gérard MEURANT. October, 2008 Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,

Διαβάστε περισσότερα

F-TF Sum and Difference angle

F-TF Sum and Difference angle F-TF Sum and Difference angle formulas Alignments to Content Standards: F-TF.C.9 Task In this task, you will show how all of the sum and difference angle formulas can be derived from a single formula when

Διαβάστε περισσότερα

Integrals in cylindrical, spherical coordinates (Sect. 15.7)

Integrals in cylindrical, spherical coordinates (Sect. 15.7) Integrals in clindrical, spherical coordinates (Sect. 5.7 Integration in spherical coordinates. Review: Clindrical coordinates. Spherical coordinates in space. Triple integral in spherical coordinates.

Διαβάστε περισσότερα

Instruction Execution Times

Instruction Execution Times 1 C Execution Times InThisAppendix... Introduction DL330 Execution Times DL330P Execution Times DL340 Execution Times C-2 Execution Times Introduction Data Registers This appendix contains several tables

Διαβάστε περισσότερα

New bounds for spherical two-distance sets and equiangular lines

New bounds for spherical two-distance sets and equiangular lines New bounds for spherical two-distance sets and equiangular lines Michigan State University Oct 8-31, 016 Anhui University Definition If X = {x 1, x,, x N } S n 1 (unit sphere in R n ) and x i, x j = a

Διαβάστε περισσότερα

Similarly, we may define hyperbolic functions cosh α and sinh α from the unit hyperbola

Similarly, we may define hyperbolic functions cosh α and sinh α from the unit hyperbola Universit of Hperbolic Functions The trigonometric functions cos α an cos α are efine using the unit circle + b measuring the istance α in the counter-clockwise irection along the circumference of the

Διαβάστε περισσότερα

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2 ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =

Διαβάστε περισσότερα

1 String with massive end-points

1 String with massive end-points 1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε

Διαβάστε περισσότερα

HISTOGRAMS AND PERCENTILES What is the 25 th percentile of a histogram? What is the 50 th percentile for the cigarette histogram?

HISTOGRAMS AND PERCENTILES What is the 25 th percentile of a histogram? What is the 50 th percentile for the cigarette histogram? HISTOGRAMS AND PERCENTILES What is the 25 th percentile of a histogram? The point on the horizontal axis such that of the area under the histogram lies to the left of that point (and to the right) What

Διαβάστε περισσότερα

Spherical Coordinates

Spherical Coordinates Spherical Coordinates MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Spherical Coordinates Another means of locating points in three-dimensional space is known as the spherical

Διαβάστε περισσότερα

Notes on the Open Economy

Notes on the Open Economy Notes on the Open Econom Ben J. Heijdra Universit of Groningen April 24 Introduction In this note we stud the two-countr model of Table.4 in more detail. restated here for convenience. The model is Table.4.

Διαβάστε περισσότερα

ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ. Ψηφιακή Οικονομία. Διάλεξη 7η: Consumer Behavior Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών

ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ. Ψηφιακή Οικονομία. Διάλεξη 7η: Consumer Behavior Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Ψηφιακή Οικονομία Διάλεξη 7η: Consumer Behavior Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών Τέλος Ενότητας Χρηματοδότηση Το παρόν εκπαιδευτικό υλικό έχει αναπτυχθεί

Διαβάστε περισσότερα

10.7 Performance of Second-Order System (Unit Step Response)

10.7 Performance of Second-Order System (Unit Step Response) Lecture Notes on Control Systems/D. Ghose/0 57 0.7 Performance of Second-Order System (Unit Step Response) Consider the second order system a ÿ + a ẏ + a 0 y = b 0 r So, Y (s) R(s) = b 0 a s + a s + a

Διαβάστε περισσότερα