Posts Tagged ‘formula’

Prime Polynomials

Friday, October 9th, 2009

Indentifying Prime Polynomials

YouTube Preview Image

Description

A detailed tutorial on how to identify prime polynomials. Step by step tutorial including several examples of identifying prime polynomials for reference.

Overview

Prime polynomials are any polynomial that cannot be factored. Just like a number is prime if you can not break it down into two seperate whole numbers to multiply, a polynomial is prime if you cannot break it down into two separate binomials with whole numbers to multiply. When you run into a prime polynomial when trying to solve a quadratic equation, you cannot use the factoring method. what the factoring method does is split the polynomials into a binomial, which cannot be done to a prime polynomial. If you have a prime polynomial, you have to use the quadratic formula to solve it. At first, you can spot prime polynomials by attempting to factor it, but eventually you will be able to do it just by looking at it.

Error Bounds: Simpson’s Rule

Friday, September 25th, 2009

Using Simpson’s Rule to Solve Error Bounds

YouTube Preview Image

Description

 

A detailed tutorial on using Simpson’s rule and solving error bounds. Step by step tutorial including examples of solving error bounds using Simpson’s rule for reference.

 

Overview

 

Simpson’s rule is a rule in calculus that is used to solve error bounds. It is the more complicated form of both the trapezoidal rule and the midpoint rule, both of which are also used to calculate error bounds. Although this rule is harder to use than either one of those, it is more accurate. The Simpson’s rule does not use anything except for numbers to calculate the space under a graph, and is expressed by this formula:

 \int_{a}^{b} f(x) \, dx \approx \frac{b-a}{6}\left[f(a) + 4f\left(\frac{a+b}{2}\right)+f(b)\right]

Error Bounds: Midpoint Rule

Friday, September 25th, 2009

Using the Midpoint Rule to Solve Error Bounds

YouTube Preview Image

Description

 

 

A detailed tutorial on using the midpoint rule and solving error bounds. Step by step tutorial including examples of solving error bounds using the midpoint rule for reference.

 

 

 

Overview

 

 

The midpoint rule, also known as the rectangle method, is the easiest way of solving error bounds. The region under the graph of a function is sectioned off into rectangles of equal width. You then must find the areas of these rectangles. Then all the areas are added together to find the approximation of the integral. The formula for this is:

\int_a^b f(x)\,dx \approx \sum_{i=1}^{n} f(a+i'\Delta)\Delta

The least complicated form of the midpoint rule is expressed as:

 M = (b-a) f \left( \frac{a+b}{2} \right)

Error Bounds: Trapezoidal Rule

Friday, September 25th, 2009

Using the Trapezoidal Rule to Solve Error Bounds

YouTube Preview Image

Description

 

 

A detailed tutorial on using the trapezoidal rule and solving error bounds. Step by step tutorial including examples of solving error bounds using the trapezoidal rule for reference.

 

 

 

Overview

 

 

The trapezoidal rule is a rule in calculus that is used to solve error bounds and evaluate the definite integral  \int_{a}^{b} f(x)\,dx. The way that the trapezoidal rule works is that you take the region under a graph, approximate it as a trapezoid, and calculate the area. As a mathematical formula, this is the trapezoidal rule:

 \int_{a}^{b} f(x)\, dx \approx (b-a)\frac{f(a) + f(b)}{2}.

The least complicated form of the trapezoidal rule is expressed as:

 T = \tfrac12 (b-a) (f(a)+f(b)).

Tangent

Friday, September 18th, 2009

The Tangent Rule and Formula

YouTube Preview Image

Description

 

A detailed tutorial on solving unknown lengths and angles of a triangle using Tangent.

 

Overview

 

The tangent of an angle is the ratio of the length of the opposite side to the length of the adjacent sides. The formula for tangent is:

\tan A = \frac {\textrm{opposite}} {\textrm{adjacent}} = \frac {a} {b}\,.

Sine

Friday, September 18th, 2009

The Sine Rule and Formula

YouTube Preview Image

Description

 

A detailed tutorial on solving unknown lengths and angles of a triangle using Sine.

 

Overview

 

The sine of an angle is the ratio of the length of the opposite side to the length of the hypotenuse. The formula for sine is:

\sin A = \frac {\textrm{opposite}} {\textrm{hypotenuse}} = \frac {a} {h}\,.

Slope

Tuesday, September 15th, 2009

Finding the Slope of a Line

YouTube Preview Image

Description

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

Overview

Finding slope isn’t all that difficult. The slope of a line is the numerical expression of the slant of a line on a graph. The slope is represented by the letter m and is written in the format of rise over run – in other words, from point to point, how many spaces up the line goes and how many spaces over. Negative numbers are used if the slope runs either down or to the left instead of up and to the right. If the graph is already provided, the slope can be found by counting. But the correct way to find slope is to use a formula.

m = (change in y) / (change in x)

In order to use this formula, you need to have two points on the line. The change in x is the first x-coordinate minus the second x-coordinate, and the change in y is the first y-coordinate minus the second y-coordinate. The equations in the numerator and denominator are solved seperately and will form one fraction, which will be the slope.

Surface Area – Cones

Tuesday, September 8th, 2009

How to Find the Surface Area of a Cone

YouTube Preview Image

Description

This video gives a clear example on how to solve for the surface area of a cone. The formula is explained and a sample problem is solved in the video.

Overview

The surface area is the area of each side, or face, of the shape added together. Cones are a very tricky shape to calculate the surface area of, because there is something called a “slant height” that needs to be used. The formula for the surface area of a cone is:

SA = B +  pi * r * l

B is the area of a base. The base of a cone is always a circle. r is the radius of the circle – the base. l is the slant height. Sometimes you are given the slant height, but not always. If the slant height is not given to you then you can use this formula to find it:

l = sqrt(r^2 + h^2)

h represents the regular height of the cone, as opposed to the slant height. This is actually the pythagorean theorem – you can form a right triangle with it if you draw a picture.

Surface Area – Pyramids

Tuesday, September 8th, 2009

How to Find the Surface Area of a Pyramid

YouTube Preview Image

Description

This video gives a specific example for how to find the surface area of a pyramid, and also provides one of the basic formulas. The problem is completely worked through in the video to raise students understanding of the subject matter.

Overview

The surface area is the area of each side, or face, of the shape added together. For a pyramid, this typically means the rectangle or square that is the base, and the four triangles that make up the sides of the pyramid. There are more complicated versions of a pyramid, ones that have different shapes on the bottom and a different number of triangles, but the most common shape to see is a simple pyramid. First, solve for the areas of the triangles. The area formula for a triangle is A = (1/2) * b * h. If the shape on the bottom is a square, all the triangles have the same area and you will only need to multiply your answer by 4. If the shape is a rectangle or a more complicated shape, it is entirely possible that the triangles have different areas, and you may want to solve for area more than once. Then you need to find the area of the base. Depending on what your base is there will be a different area formula. Once you have all the areas, add them together to get the surface area of your pyramid.

Surface Area – Cylinders

Tuesday, September 8th, 2009

How to Find the Surface Area of a Cylinder

YouTube Preview Image

Description

This video explains how to find the volume of a cylinder. It shows the different parts of a cylinder and says what parts need to be used to find the surface area and why. Examples are provided in the video.

Overview

The surface area is the area of each side, or face, of the shape added together. A cylinder as three faces – the base, which has two faces of equal area, and the middle section of the cylinder, which is actually a rectangle  that has been wrapped into a round shape. However, because not all the dimensions of the rectangle are typically given in a manner easy to understand, there is a formula that can be used to solve for the surface area of a cylinder.

SA = 2 * (pi * r^2) + (2 * pi * r) * h

The first part of the formula represents the area of the two circles that form the base. The second part of the formula represents the circumference of the base (which is equal to the width of the rectangle) and the height of the cylinder (which represents the length of the rectangle).

order prednisone cash on delivery buy prednisone without rx needed free fedex delivery Valacyclovir non perscription accutane buy Strattera online no prescription Online overnight shipping Cytotec Cytotec without a perscription cheap buy Valtrex without doctor order Crestor without a prescription overnight shipping buy Orlistat shipped cod where can i buy herbal finpecia Prednisone online order saturday delivery buy Valtrex usa prednisone with no r x and free shipping buy Crestor in india (no prescriptions needed for Buspar|buy Buspar with no prescription|online pharmacies Buspar|Buspar cheap|buy Buspar without rx|purchase rx Buspar without|Buspar purchase online|purchase Buspar online without rx|purchase Buspar free consultation|buy Buspar Online|buy Buspar american express|buy Buspar Online|buy cheap Buspar with dr. prescription|Buspar side effects|fedex Buspar without priscription|overnight Buspar without a rx|order cheap overnight Buspar|Buspar toronto|uk order Buspar|Buspar no doctors prescription|Buspar mexico|Buspar order|no prescription Buspar with fedex|order generic Buspar|buy Buspar without rx from us pharmacy|prezzo Buspar|Buspar 10mg|Buspar from canada|purchasing Buspar without a script|buy Buspar australia|purchase Buspar visa without prescription|online purchase Buspar|buy Buspar no perscription cod|buy Buspar drugs|buy Buspar with visa|buy Buspar without rx needed|buy Buspar without prescription|buy Buspar no prescription low cost|purchase Buspar ohne rezept prednisone doctor consult prednisone no script overnight Orlistat orderd online without prescription buy Premarin without a rx buy cheap Flomax no prescription where to buy Accutane 20mg online where to purchase Flomax no prescription no fees cheap synthroid fedex order Accutane usa Zovirax 800 mg zithromax fedex no prescription buy discount Flomax on line Orlistat citrate buy Orlistat uk uk Cytotec purchase Cytotec without a prescription online buy Amitriptyline amex order Amitriptyline uk finpecia cheap no rx required canada buy generic finpecia online Flomax order order Crestor order amex i want to buy Buspar without a perscription valtrex canada purchase online Crestor without rx Zithromax best buy where to buy Zithromax without a prescription where can i buy Buspar online buy discount Flomax online order Flomax online with overnight delivery buy one Cytotec pill online purchase Cytotec online without rx buy Cytotec no prescription needed fedex xenical without priscription where buy Accutane order generic Accutane buy discount Accutane line buy mail order Buspar Xenical prescription order where to purchase cheap Flomax no rx buy Premarin online no prescription purchase Premarin amex online without rx buy Premarin amex online without rx Zithromax espana how to by valtrex online uk Valacyclovir cheap buy Crestor on line prednisone no r x foreign buy Valtrex pay cod Purchase prednisone cod cash delivery cheap prednisone no rx xenical non prescription for next day delivery purchase cheap Orlistat buy genuine Zithromax no rx prednisone with fedex valtrex online cheap Cytotec online buy saturday delivery purchase Crestor online purchase Accutane without rx to ship overnight buy Valtrex now buy valtrex in england how to order Valtrex online without prescription purchase xenical without how to buy Accutane online without rx buy Zithromax with no prescription buy Zithromax with a mastercard buy low cost Prednisone Xenical fedex no prescription no prescription Flomax order prescription free Buspar order Flomax overnight delivery canada xenical no prescription fedex Orlistat overnight without a rx overnight no prescription xenical buy Xenical no visa without rx order Xenical without a prescription overnight shipping order Accutane without a rx overnight shipping Accutane online pharmacy generic valtrex no prescription buy mail order Buspar Cheap xenical no perscription valtrex to buy buy xenical without a rx overnight delivery prednisone without a prescription or doctor buy generic Maxalt cheap Tamsulosin uk buy Valtrex once a day purchase Crestor over the counter cod overnight buy Valtrex without a rx comprar Valacyclovir generico buy Valtrex online Zithromax non prescription for next day delivery buy herbal Valtrex buy Bupropion and Bupropion buy Amitriptyline on line generic Zithromax uk Orlistat prescription order generic Orlistat buy cheap Crestor free fedex Buy prednisone in europe Us prednisone fedex i want to order Cytotec without a perscription purchase accutane online purchase Orlistat amex online without prescription purchase Prednisone without a prescription overnight shipping buy Orlistat visa where to buy generic Valtrex online without a rx free fedex delivery Valtrex buying Strattera online without rx buy xenical online without dr approval purchase online xenical without rx buy finpecia paypal without rx purchase Nizoral visa without prescription buy Nizoral where buy Buspar without a rx overnight delivery buy xenical from a usa pharmacy without a prescription Zovirax ohne rezept purchase Xenical without a rx online buy Buspar fed ex purchase Valtrex amex online without rx buy Valtrex diet pills purchase cheap online Flomax cheap Orlistat usa prednisone no prescription prezzo Prednisone valtrex to buy in canada buying Zithromax buy cheap Prednisone no prescription Prednisone precio buy 5 mg Proscar order Valtrex overnight buy valtrex free consultation no prescriptions needed for Valtrex order Prednisone online next day delivery can i buy Cytotec in canada buy prednisone online without script Zithromax without prescription overnight shipping buy discount Valtrex on line Valtrex from canada buy prednisone australia generic Crestor prices xenical without a perscription or buy generic Orlistat online want to buy Flomax in usa buy Rosuvastatin overnight buy Crestor without a prescription online Accutane tabletten buy buspar without rx from us pharmacy Flomax bestellen