Archive for the ‘Calculus’ Category
Shortcuts for Finding Derivatives
Using the derivative formula to find the derivative of a function is a hassle. There are many shortcuts to finding the derivative. The first one is the Power Rule. It can be used with functions which are equal to a polynomial like . Each term’s coefficient is multiplied by the exponent and the exponent decreases by one. Let’s look at
. The derivative’s coefficient will be 6 because the coefficient of the term, 3, is multiplied by the exponent, 2. The exponent will be 1 because the exponent is decreased by one. Therefore, the derivative is
. If the function has more than one term, use the same procedure for each term. Now let’s use the power rule to find the derivative of
. The derivative is
. It is important to notice that the constant, -2, is eliminated since x has an exponent of zero. Also, 3x becomes 3 since anything raised to the power of 0 is equal to 1.

Another useful shortcut is the Product Rule. It is useful when the definition is two polynomials multiplied by each other but cannot easily be simplified such as . If u is assigned to the first polynomial and v is assigned to the second polynomial, the derivative is
. So in
and
. Using the power rule,
and
. Therefore, by using the product rule
.

The last rule I am going to discuss for now is the Quotient Rule. The Quotient Rule is used when a polynomial is being divided by another polynomial. Where ,
. For example, let
. The u is
and v is
. Once again utilizing the power rule, we find that
and
. Plugging these values into the quotient rule yeilds
.

Proper use of these rules save time. On some occasions, multiple rules will need to be applied. There is another rule I have not yet mentioned called the chain rule. It makes taking the derivative of a function within a function possible. That post will be saved for after the explanation of the usefulness of derivatives.
Intro to Derivatives
The derivative of f(x) at point a is the slope of the tangent line at point a or . Allow me to explain.

As seen in the picture above, a secant line is a line that passes through two points of a function and a tangent line touches only one. The function to find the slope of a secant line that passes through is where h is the change in x or
. This is simply the slope formula,
, modified. Taking the limit as h approaches 0 means that the
would “become zero”, so the line would only pass through that one point. That is a tangent line.

The picture above should help make it clearer. It illustrates using the derivative formula to find the slope of the tangent line at x=1 on . The red line is the secant line as h approaches zero from the left (values of h are -3, -2, and -1). The blue line is the secant line as h approaches zero from the right (values of h are 3 and 2). The purple line is the tangent line; it touches the function at only one point. Now I will show you how it is done algebraically. I have written it out since I believe that is easier to understand.

The first thing I do is replace f(x) with its value replacing x with x + h in the first term. I then multiply everything out so I am left with a polynomial. The
’s and 5’s cancel out. Now it is possible to cancel out an h in each term. After doing so, I plugged in zero for h to leave me with the derivative -2x.

The derivative only tells you the slope of the tangent line, not the equation. Since you know the slope of the line and a point on the line, it is not difficult to find the equation of the tangent line, g(x) in this case.
There are many tricks and shortcuts to finding the derivative of a line. The derivative formula is usually the most difficult. Things to remember: The derivative of is
. A derivative of the derivative yields the second derivative or
. The derivative of y is written as
. In the next two posts I will delve into some of the shortcuts to finding the derivative of a function and why derivatives are useful.
Algebraically Finding a Limit
Finding a limit may be as simple as plugging a number into a function, or it may require manipulating the function if it is undefined at that point. is a linear function continuous at all points. The limit as x approaches any point a is f(a),
. To find the limit as x approaches 2 in f(x), just plug x into f(x),
.
Now look at the rational function . g(x) is continuous at every point except when x=1. In order to solve the limit as x approaches 1, g(x) must be manipulated to defined at 1. Multiplying g(x) by
will return the exact same function with the exception of g(1) being defined, (x+1)(x-1). The limit can be taken using this function so
.
Another good example is if
. h(x) is undefined at -2 and 2 so the function needs to be manipulated to be defined at those two points.
is the difference of two squares so it can be factored to
. The numerator and denominator both share the factor (x+2) so it can be cancelled leaving the function
. Now it is clear that
; however the new function is still undefined at 2. Because the function cannot be simplified any more, the limit as x approaches 2 does not exits,
.
Continuity and Discontinuity
A function is said to be continuous at a if . A continuous function’s points are all connected. Below are examples of functions that are not continuous.

The graph above is an example of jump discontinuity. There is jump continuity at each integer. The limit from the positive and negative direction of each is a finite number, but they are not equal. Let’s look at the point where .
and
. Because both numbers are not infinite and are not equal, there is jump discontinuity where
.

The graph above is an example of infinite discontinuity. This is when the limit of a point from the negative or positive side is infinite or does not exist. There is infinite discontinuity at the point where .
and
. Even though the limit from both sides equal infinity, the two lines never actually meet.

Above is an example of removable discontinuity. Removable discontinuity is when the limit from both sides of a point are equal and finite, but the function is undefinded at this point. There is a hole in the graph where .
and
. Even though the limits are equal where
, there is no point there.
Intro to Limits
A limit is what f(x) approaches as x approaches a value from both directions. The limit of a function f(x) as x approaches 0 is written as .

f(x) is pictured above. It is evident that . As x gets closer to the value 3, f(x) gets closer to 5.

f(x) never needs to equal the number x approaches. even though
.

If there is a vertical asymptote asymptote at x=0, . DNE stands for “does not exist”. The line approaching x from the negative side goes to
. From the positive side, the line appproaches
. Because they are not approaching the same point, the limit is said not to exist.
Limits canĀ pertain to only the line coming from only one side. It is written as if it only pertains to parts of the line where
or as
if it only pertains to parts of the line where
. If
, then
and
.
Before we delve deeper into limits, I will write a post about continuity.