Geometry

 

1.     the Pythagorean Theorem

2.     Circles

3.     Straight Lines

slope

point-slope and slope-intercept forms

4.     Parabolas

5.     Other Conic Sections

 

 

1.     The Pythagorean Theorem

 

Perhaps the single most significant theorem covered by secondary math courses is the Pythagorean Theorem. It is the basis for much analytic geometry, force diagrams in Physics and Civil Engineering, and Number Theory in Mathematics.

 

It applies only to right triangles and says that if the legs have lengths a and b, and the hypotenuse c, then c2 = a2 + b2.

 

Examples of triangles exhibiting the theorem are

 

 

 

 

 

These triangles have integers as sides; most do not but the algebra is all the same.

 

The negation of the Pythagorean Theorem is also of interest: if c2 ≠ a2 + b2.

then the triangle is not a right triangle.

 

Problem Set 1:

  in each case below, the three sides of a triangle are given. Decide which ones are right triangles.

1.  6,8,12

2.  5,10,12

3.  8,15,17

4.  8,6, 10

5.  1, √3 , 2

 

follow this link to solutions to Problem Set 1

 

 

A repeatedly useful skill is “completing a right triangle”. This means that if you are given only 2 sides, you can find the third side. 

 

For example, if the hypotenuse is 7 and one leg is 5, what is the other leg?

 

solution: letting x denote the length of the unknown leg, we must have that

 

52  + x2 = 72       or   25 + x2 = 49    so  x2 = 24  and x =

 

Distance and the Pythagorean Theorem:

 

If we use coordinate axes then the theorem can be used to find the distance between two points. The key reason behind this is that the axes are perpendicular to each other. Suppose we want to find the distance from the point  (1,1)  to  (7,9). Plotted these look like:

and distance translates into the length of the green , sloped line. We can base a right triangle on this situation:

 

T

 

The length of the horizontal, red line is 6 since we go from (1,1) to (7,1). The length of the vertical, red line is 8 since we then go from (7,1) to (7,9).  Thus we have a right triangle with legs of 6 and 8 and hypotenuse being the number we want.  By the Pythagorean Theorem, its length is the square root of  62 + 82 or  which is 10.

 

 

This can be easily generalized to provide a formula for the distance between any two points. Suppose one point is  (x1,y1)  and the other is  (x2,y2). A diagram might look like

 

 

 

 

 

The hypotenuse is the distance, d, that we are after.  The horizontal leg is the amount x changes by in going from the first point to the second and the vertical leg is the change in y.  Thus by the Pythagorean Theorem

 

                   (x2 – x1)2   + (y2 – y1)2 = d2

 

or, equivalently,

 

This is sometimes called the distance formula but it is really just the Pythagorean Theorem adapted to a particular situation.           

 

Example:   how far apart are  (1, 3 )    and  (13, 8)  ?

Solution:    by the above discussion, the distance is

 

Comments:

 

1)      these are “textbook” problems designed to have “nice” answers. In reality, most answers will have a square root in them.

2)      It does not matter which point you treat as the first one and which as the second one. If you exchange them you will pick up a minus sign inside the parentheses but once it is squared, it vanishes.

3)      If the points have any negative coordinates in them, you must be careful not to make any sign errors. Parentheses are good !  Don’t skip steps. See below.

 

Example 2:  How far apart are  (-2,-5)  and  ( 7,-1)?

Solution:

 

 

Problem Set #2

1.      Determine how far apart each pair of points are:

a)      (5,7)    and   (8,11)

b)     (4,-1)   and   (8,2)

c)      (1,9)   and     (6,21)

d)      (-5, 9)   and  (3,15)

e)      (3,-9)    and  (23,12)

 

2.  Find the point halfway in between  (4,1)    and  (12,7)

 

3. What are 6 points that are all 5 units away from the point  (3,4) ?  Your choice!!

 

 

Follow this link to solutions to Problem Set #2

 

 

 

Straight Lines

            Slope

                 If we have two points in the x-y plane on a line and we compute the ratio of the vertical change to horizontal change it is called the slope of the line. It provides a measure of how steep the line goes up (or down).

 

If the points are  (2,1)   and  (5,7) then the line through them has slope (7 – 1)/(5-2) = 2.

 

This can be interpreted in the following way:  for every unit you move to the right, you will go up two units.  If you move 5 units to the right, you will go up 10 units. If you move 3 units to the left, you will go down 6 units.

 

 

 

 

If, as one goes from the left point to the right point, you go down, or the change in y is negative, then the slope is negative.  The main thing to remember is that negative slope corresponds to a line going downhill (from left to right!).

 

For example,  if we have the line through  (1,4)  and  (4,3)  then the slope computes to

 

 

with a graph of the situation as:

 

 

 

            Slope-Intercept Form

Now you have an understanding of slope, you need to be able to generate equations of straight lines, for all kinds of reasons in future courses. There are two basic forms, with Slope-Intercept being the more commonly known.  Given two points, you want to able to generate an equation for the line through them of the form 

 

                                                y = mx + b

 

where m is the slope and b the “y intercept”.

 

Example:  a line passes through the points  (2,1)  and (6, 9).  What is the slope intercept form of its equation?

 

Solution:   the slope is computed, as earlier, to be  m = +2.  So we know that y = 2x + b at this point. Now we substitute either point in to find b. Picking  x=2, y=1, we must find b so that

 

                                    1 = 2(2) + b  or b = -3.

Thus the equation is

                                    y = 2x -3

 

and looks like

 

 

 

One way you can read this equation is as follows: you begin at  (0, -3) on the y axis and then go up 2 units for every unit you go to the right (or down by 2 for every unit you go to the left).            

 

 

            Point Slope Form

 

If you are given the slope and one point the line goes through, you can directly and quickly put it into “point-slope” form. In general, this is

 

                       

 

and left in this form. The previous example would leave us with

 

                           or, equally correct 

 

you can use either point and things work out just fine!

 

Problem Set #3

Part One

 

Develop the equation of the straight line meeting the given conditions and put it into slope-intercept form  (y = mx + b)

 

  1. it passes through  (2,-1)  and  (-4,17)
  2. it satisfies   8x + 4y + 9 = 0
  3. it has a slope of  -2 and passes through  (2,4)
  4. it is perpendicular  to  3x + 9y = 12  and passes through  (1,4)
  5. it is horizontal and passes through  (2,-3)
  6. it goes through  (3,2),  (5,8)   and  (9,20)
  7. it increases at a 45 degree angle to the positive x axis and passes through (4,0)
  8. it is tangent to the circle  x2 + y2 = 25  at the point 
  9. it goes down 6 units for every 3 units it goes to the right and passes through (3,1)
  10. it has a slope of -2 and passes through the point  (4,1)

 

 

Part Two – graphs involving straight lines – sketch each carefully and neatly

 

  1. The point  (2, 1 )  is on the parabola  y=x2/4  The tangent line to the parabola at that point has slope of 1.  Sketch both the parabola and the tangent line and write down the equation of the line as well.
  2. Sketch the line and circle from Part One, #8
  3.  The parabola  y = -x2  + 9  has a tangent line with slope of -2  at the place where x = 1.  Sketch both the parabola and tangent line
  4. Sketch the line whose equation is  3x + 9y =  24 by finding its x and y intercepts first.

 

Follow this link for solutions to Problem Set #3

 

 

Circles

 

Having developed the capability to measure distance analytically, the next obvious thing is to look at circles. Recall the definition of a circle:

 

A circle is all points the same distance from a fixed point (center). That distance is called the radius.

 

Let (x0, y0)   be the center , (x,y) be an arbitrary point on the circle, and  r be the radius.  Then the distance formula becomes

 

 

If we square both sides then this becomes the more often seen version

 

Example:  determine the equation of the circle of radius 5 centered at  (4,-1)

 

Solution: 

 

                       

or

                       

 

Now what are the coordinates of the points at the top, bottom, left and right of the circle?

 

solution:

            beginning at (4,-1) we move 5 unit in the appropriate direction, so

 

            (4, -1+5)  =  (4,4)  at the top

            (4, -1 -5) = (4,-6)  at the bottom

            (4 -5, -1) = (-1,-1) at the left

(4 + 5, -1) = (9,-1)  at the right.

 

three of  these points appear on the circle as:

 

 

 

 

 

Tangent Lines to Circles

 

Calculus I is the study of derivatives and tangent lines.  The circle is the first instance of a place where we run into tangent lines.  The following graph shows one:

 

 

 

The red line is the tangent line to the circle at the point P.  This means all of the following:

 

 

Example:  for the circle centered at the origin of radius 10,

a)      confirm that the point (6,8) is on the circle

b)      determine the equation of the tangent line to the circle at (6,8)

 

Solution:

 

            a)    so the point (6,8) is 10 units from the center putting it on the circle

 

b)   the slope of the line from (0,0) to (6,8)  is m=8/6 = 4/3.   The line passes through (6,8)  so if

 

y = (-3/4)x + b    for the line perpendicular to this

 

            then b is picked to satisfy    8 = (-3/4)(6) + b    or  b = 8 + 9/2 = 25/2

 

and the equation of the tangent line is  y = (-3/4)x + 25/2.

 

 

Determining the Circle from the Equation.

 

This is the reverse of what we did in the last section. We are given the equation of the circle and wish to know its circle and radius.  It takes some algebra to do this.

 

Example:  a circle has the equation

 

                   x2  + 2x + y2 + 10x  =  10

 

Where  is it’s center and what is it’s radius?

 

Solution:

we use the algebraic technique of “completing the square” by adding both 1 and 25 to both sides as follows:

 

            x2  + 2x + 1+ y2 + 10y + 25   =  10+1+25

Since we added the same thing to both sides, the equation is still valid. But why?

 

The 1 makes a perfect square of the first three terms while the 25 makes a perfect square of the last three:

 

                        (x+1)2  +  (y+5)2  =  36

 

(the reader is urged to expand (x+1)2  as well as   (y+5)2 and check all this ). So the center is at  (-1, -5)  and the radius is 6. 

 

Why 1 and 25??  Here is the rule for completing a square of  x2  + bx  

 

a)      compute half of b

b)      square it

c)      add your result from the previous step to both sides of the equation

d)      form  (x + b/2)2

Example:  determine the center and radius of the circle whose equation is

 

x2  + 6x + y2 -8y  =  -9

 

Solution:

 

            we add both 32  and  (-4)2  to both sides:

 

x2  + 6x + 9 +  y2 - 8y + 16  =  -9 + 9 + 16

 

(x+3)2  +  (y-4)2  = 16

 

so the circle has its center at (-3,4)  and radius of  4  (not 16…)

 

 

 

 

 

           

 

 

Problem   Describe the circle whose equation is   x2 + y2 + 8y = 0.

 

Solution: we only need to complete the square on y, by adding 16 to both sides:

 

 

x2 + y2 + 8y + 16 = 0 + 16.

 

or    x2 + (y + 4)2 = 42.   This means it has the center at (0, -4)  and radius of 4.  The graph, while we are at it ,looks like

 

                       

Problem Set #4

a)      center at (5,7) and radius of 7

b)      center at (-2,3)  and radius of 9

 

2.      What is the center and radius of the circle described by each equation below?

a.    x2 -8x +16 + y2 =25

b.      x2 + 2x + 1 + y2 – 6y + 9 = 49

3.      What is the center and radius of the circle described by each equation below?

a)      x2 -10x + y2 +4y = 7

 

b)      x2  + y2 -8y = 33

c)      x2  -18x + y2 -2y  + 81 = 0

d)      x2  + 10x + y2 -14y  =  7

 

Follow this link for solutions to Problem Set #4

 

Parabolas

A parabola has a definition that is very similar to that of a circle: all points equidistant from a point and a line.  (as compared to all points equidistant from one point – the center – for a circle).

A picture might clarify this:

 

 

 

 

 

 

 

Here, the point P(x,y) is a representative point on the parabola and is the same distance from the point Q on the straight line and the Focus.  The red line then suggests all such points and is the parabola.  The blue line is called the directrix.   The lowest point on the parabola is called the vertex. 

 

If we put the Focus at  the point on the y axis  (0,d)   and the directrix at  y = -d  then, with a little algebra, the equation of a parabola in standard form comes out:

 

 

 

while if the vertex is at some other point  (x0,y0)  then the equation becomes

 

 

Finally, if the parabola opens downward instead of up then there is a minus sign:

 

 

 

 

If we add in the x-y Cartesian Coordinate system, things may look more familiar:

 

 

In this example, the focus is 4 units above the origin and the directrix is 4 units below it so d = 4  here and the equation is

 

 

If we move the Focus closer  (smaller d value) to the directrix, the parabola adjusts accordingly.  Taking d = 2  produces a more cupped graph such as:

 

 

 

whose equation is therefore 

 

 

Ellipses