This page allows you to practice some exercises on Properties of Functions. If you notice that you have difficulties, we advise you to go over the corresponding sections in the book.
These questions correspond to the following sections:
- Section 5.4 - Graphs of Equations
- Section 5.5 - Distance in the Plane
- Section 5.6 - General Functions
Question 9
Determine the distances between the following pairs of points.
(a) (x,y) and (2x,y+3)
(b) (a,b) and (−a,b)
Show answer
(a) (2x−x)2+(y+3−y)2=x2+9.
(b) (−a−a)2+(b−b)2=(−2a)2=4a2=2∣a∣.
Question 10
The distance between (2,4) and (5,y) is 13. Find y, and explain geometrically why there must be two values of y.
Show answer
We have (5−2)2+(y−4)2=13. This can be written as y2−8y+16=13−9. Collecting terms gives y2−8y+12=0, with solutions y=2 and y=6. A geometric explanation is that the circle with centre at (2,4) and radius 13 intersects the line x=5 at two points.
Question 11
Find the equations of:
(a) The circle with centre at (2,3) and radius 4.
(b) The circle with centre at (2,5) and one point at (−1,3).
Show answer
(a) Since the circle has centre at (2,3), its equation is (x−2)+(y−3)=16, where 16=42=r2.
(b) Since the circle has centre at (2,5), its equation is (x−2)2+(y−5)2=r2, with r2 being the squared radius. This value can be computed as follows. Since (−1,3) lies on the circle, (−1−2)2+(3−5)2=13=r2.
Question 12
To show that the graph of x2+y2−10x+14y+58=0 is a circle, we can argue like this:
First rearrange the equation to read (x2−10x)+(y2+14y)=−58.
Completing the two squares gives: (x2−10x+52)+(y2+14y+72)=−58+52+72=16.
Thus the equation becomes (x−5)2+(y+7)2=16, whose graph is a circle with centre (5,−7) and radius 16=4.
Use this method to find the centre and the radius of the two circles with equations:
(a) x2+y2+10x−6y+30=0
(b) 3x2+3y2+18x−24y=−39
Show answer
(a) Completing the square yields (x+5)2+(y−3)2=4, so the circle has centre at (−5,3) with radius 2.
(b) (x+3)2+(y−4)2=12, which has centre at (−3,4) and radius 12=23.
Question 13
Prove that if the distance from a point (x,y) to the point (−2,0) is twice the distance from (x,y) to (4,0), then (x,y) must lie on the circle with centre (6,0) and radius 4.
Show answer
The condition imposed in the exercise can be expressed as
(x+2)2+y2=2⋅(x−4)2+y2.
This leads to x2+4x+4+y2=4(x2−8x+16+y2) by squaring and writing out the squares under the roots. Now, collecting terms yields
−3x2+36x−60−3y2=0⟺x2−12x+20+y2=0.
We can write this in the following way:
x2−12x+36−16+y2=0⟺(x−6)2+y2=16=42=r2,
which is the desired result.
Question 14
Which of the following rules define functions? For those that are functions, determine whether they are one-to-one, and whether they have an inverse. Determine each inverse when it exists.
(a) The rule that assigns to each person in a classroom his or her height.
(b) The rule that assigns to each mother her youngest surviving child.
(c) The rule that assigns the perimeter of a rectangle to its area.
(d) The rule that assigns the surface area of a spherical ball to its volume.
(e) The rule that assigns the pair of numbers (x+3,y) to the pair of numbers (x,y).
Show answer
Actually, every rule defines a function, except for (c). This is because rectangles with equal areas can have different perimeters. For instance, a 9×1 and 3×3 rectangle have the same area (9), but different perimeters (20 and 12, respectively) which can be calculated as 2(l+w), where l denotes length and w width.
The function in (b) is one-to-one and has an inverse: the rule mapping each youngest child alive today to his/her mother.
The function in (d) is one-to-one and has an inverse: the rule mapping the surface area to the volume.
The function in (e) is one-to-one and has an inverse: the rule that maps (u,v) to (u−3,v).
The function in (a) is many-to-one, in general, and so has no inverse. This is because there might be several people in a classroom with the same height. Thus, a specific height cannot be uniquely mapped to a single person.