Posts Tagged ‘Outside’

Exterior Angles

Friday, November 20th, 2009

Exterior Angles of Polygons

YouTube Preview Image

Description

A detailed tutorial on exterior angles of polygons. Step by step tutorial including several examples of exterior angles of polygons for reference.

Overview

There are two types of angles on a polygon: interior and exterior angles. In this tutorial, we will focus on exterior angles. Exterior angles are the angles that are found when you draw a line of an angle on the outside of the polygon to form another angle. On a regular polygon, all the exterior angles should have the same measure. No matter what kind of polygon you have, the exterior angles will always add up to 360 degrees. Concave polygons are harder to find the measure of, because the exterior angles are negative, but they should still add up to 360 degrees. In order to find the measure of each individual exterior angle, simply use the formula 360 / n = D, where n is the number of sides, and D is the degree of each of the angles seperately. However, this formula only works for regular polygons, not irregular polygons.

Equation of a Circle

Friday, September 11th, 2009

How to Find the Equation of a Circle

YouTube Preview Image

Description

A detailed tutorial on how to find the equation of a circle. Step by step tutorial including several examples of how to find the equation of a circle for reference.

Overview

The equation of a circle is really the distance from the point (h, k) – the center of the circle – to the point (x, y) – a point somewhere on the outside of the circle. This distance will be called r. Having this information, we can now insert it into the distance formula:

r = sqrt[(x - h)^2 + (y - k)^2]

But because no one wants to solve a square root, we can simplify the formula and get rid of the square root entirely:

r^2 = (x – h)^2 + (y – k)^2

This is the general formula for a circle. You must always have the center and radius of a circle to be able to solve. However, even if you are not given these you can easily find them by using the distance and midpoint formulas with whatever points you are given.

FOIL Method

Tuesday, September 8th, 2009

How to Solve Equations by Using FOIL

YouTube Preview Image

Description

This video shows the correct way to multiply binomials together using the FOIL technique. A helpful hint for seeing if you matched up the terms correctly is given in the video. Content is laid out in an organized manner.

Overview

FOIL is a basic math function that stands for First, Outside, Inside, Last. It is like the Order of Operations – it gives you a set order to solve problems in. FOIL is used when you multiply two binomials together. Binomials are sets of parenthesis that have two added or subtracted numbers with variables in them. Here is an example of a problem that would need FOIL:

(a + b) (x – y)

You would use FOIL to multiply together different parts of the problem. We will highlight the parts of the problem in their correct order:

First: (a + b) (x – y)

Outside: (a + b) (x – y)

Inside: (a + b) (x – y)

Last: (a + b) (x - y)

Notice that the addition and subtraction signs are grouped with the last term in each set of parenthesis – this is very important if you expect to get the right answer. So, our problem can be simplified by writing it this way:

(a + b) (x – y) = (a * x) + (a * -y) + (b * x) + (b * -y)