Analytic geometry or coordinate geometry is geometry with numbers. In analytic geometry, vertices and special points have coordinates — (x, y) in the 2D plane, (x, y, z) in 3D space, and so on. Curves are represented by equations. For example, the graph of x2 + y2 = 1 is a circle in the x-y plane.
We manipulate these coordinates and equations to change geometric figures, explore their properties and create new forms. Many of the foundational ideas in this section have been covered in other sections on distance, slope, midpoint and conic sections.
Photo: General Electric Aviation
Analytic geometry is how we translate engineering, architectural, artistic and other ideas into a language that builders, machinists and machines can use to physically create the things of which we dream.
The Boeing 777 aircraft, ubiquitous in the skies now as a passenger carrier, was the first such plane that was entirely built and tested on computers before a prototype was manufactured.
Imagine trying to manufacture the complexly-shaped turbofan blades of the GE turbine engine (left). Each contains complicated curves in each of the three dimensions that must be precisely formed in hard metals that are likely difficult to work with.
Parts like these are made by programmed machines, and that programming is mathematical coordinates and equations that specify every feature of the part, translated from an engineer's mind to his/her computer to the machine.
In this section, we will learn some analytic geometry by example. Below are several representative problems that I hope will help you get a good feel for the kinds of things that can be done with analytic geometry. These problems usually involve many steps, so I'll try to lay them out that way.
If you're able to solve this kind of problem, you know a lot about linear equations, slope, distance, midpoint and basic coordinate geometry:
The midpoint of a segment can be found just by finding the average of the x-coordinates and the average of the y-coordinates.
I strongly suggest that you keep fractions as fractions in these calculations. Often, doing so will help you to recognize when simple numerators or denominators cancel to simplify your work.
The slope of the segment with endpoints (-2,-3) and (4, 4) is calculated here. As usual, the slope of a line is just the change in y (Δ y) divided by the change in x (Δ x) between two points.
The slope of our segment is 7/6, so the slope of a line perpendicular to it has the negative reciprocal slope, m = -6/7.
Now that we have a point (the midpoint of the original segment) and a slope (what we just calculated above), we have enough information to find the equation of our perpendicular line.
We can rearrange the slope-intercept form of the equation of a line, y = mx + b, to
$$b = y - mx$$
and plug in our slope and midpoint (x, y) to find the y-intercept, b:
$$b = \frac{1}{2} = \frac{6}{7}(1) = -\frac{5}{14}$$
Put it all together to get the equation of our line:
$$y = -\frac{6}{7}x - \frac{5}{14}$$
In that last step, I just multiplied everything through by 14 to get rid of the fractions. It makes for a neater result. Here's a picture of the two lines.
Now let's apply a similar kind of problem solving to a different problem, finding the centroid of a triangle. The centroid is the center of area. Think of it like this: If the triangle was made of something like metal with a continuous thickness, the centroid would be its center of balance — the triangle would balance perfectly at this point.
Find the centroid of the triangle with vertices at (0, 4), (4, 2) and (-3, -2).
Recall that the centroid of a triangle is a line segment drawn from one vertex to the midpoint of the opposite side. Our strategy will be:
The midpoints of each line segment are found using the midpoint formula, as we did in the last problem.
When the coordinates of the triangle are as simple as these, it's easy to find midpoints by inspection — midpoints are just the ordered pair: (average of the x-coordinates, average of the y-coordinates). The resulting midpoints are shown in the graph.
The process for finding equations of each of the three medians are shown in the table below. It is most convenient to express them in standard form in preparation for solving for the values of x and y that satisfy all three equations — the centroid.
The first two equations are easy to solve together. They can be added to eliminate y and arrive at x = 1/3. Then re substitution of x into either equation gives y = 4/3.
The location of the centroid (1/3, 4/3) can be substituted into the third equation and confirmed. Here is a picture of the centroid location.
Here's an analytic geometry problems that will hone your skills with conic sections and call on your best algebra skills.
Find the point(s) of intersection of the curves defined by these equations:
$$\frac{x^2}{4} + \frac{(y - 2)^2}{4} = 1 \; \; \color{#E90F89}{\text{and}} \; \; \frac{x^2}{9} + \frac{y^2}{4} = 1$$
$$\frac{x^2}{4} + \frac{(y - 2)^2}{4} = 1$$
The other is an ellipse centered at the origin with a major axis (along x) of 3 units and a minor axis (along y) of two units:
$$\frac{x^2}{9} + \frac{y^2}{4} = 1$$
Here's a picture of the two:
We can use the circle to solve for $x^2:$
$$x^2 + \frac{9}{4} y^2 = 1 \; \rightarrow \; x^2 = 9 - \frac{9}{4} y^2$$
Now substitution of that value of x2 for x2 in the ellipse equation gives
$$ \begin{align} 9 - \frac{9}{4} y^2 + (y - 2)^2 &= 4 \\[5pt] 9 - \frac{9}{4} y^2 + y^2 - 4y + 4 &= 4 \\[5pt] -\frac{5}{4} y^2 - 4y + 9 &= 0 \end{align}$$
Now complete the square to solve this equation (find the roots):
$$ \begin{align} -\frac{5}{4} y^2 - 4y &= -9 \\[5pt] y^2 + \frac{16}{5} y &= \frac{36}{5} \\[5pt] y^2 + \frac{16}{5} y + \left( \frac{8}{5} \right)^2 &= \frac{180}{25} + \frac{64}{25} \\[5pt] \left( y + \frac{8}{5} \right)^2 &= \frac{244}{25} \\[5pt] y = \frac{-8 ± \sqrt{244}}{5} &= \frac{-8 ± 2 \sqrt{61}}{5} \end{align}$$
Now no intersection of these curves can exist below y = 1, so we can discard the negative (minus) solution, giving the y-coordinate of our solutions as
$$\frac{-8 + 2 \sqrt{61}}{5} = 1.524$$
Now our formula for x, from above, was
$$x^2 = 9 - \frac{9}{4} y^2,$$
giving
$$x = ± \sqrt{9 - \frac{9}{4} \cdot 1.524^2},$$
or $x = ± 2.106$
These are our two intersection points: $(-2.106, 1.524)$ and $(2.106, 1.524).$
It's worth considering just how two closed figures, like ellipses, might intersect. If you think about it, you'll come up with these possibilities:
You can see that two ellipses can intersect not at all, once, twice, three or four times. Note that some of the intersections are points of tangency. These will appear as double roots in your calculations, while lack of intersection will result in no solution. There are many paths through calculations like this, but choose wisely to limit the complexity of the calculation. Complex calculations are rich with possibilities for small errors.
xaktly.com by Dr. Jeff Cruzan is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. © 2012, Jeff Cruzan. All text and images on this website not specifically attributed to another source were created by me and I reserve all rights as to their use. Any opinions expressed on this website are entirely mine, and do not necessarily reflect the views of any of my employers. Please feel free to send any questions or comments to jeff.cruzan@verizon.net.