Tag Archives: Derivatives

L’Hospitals Rule – Calculating Limits using Derivatives.

Use this for solving problem cases, where the limit on the right side exists or is +-infinity. These are problem Cases.

This is L’Hospital rule, used for the problem cases above.

This is how to rearrange your limits so you can use L’Hospital’s rule and still find the limit even though it has an indeterminate form. The situations are: Indeterminate quotient, Indeterminate product, Indeterminate difference and indeterminate powers.

Also, a note on derivatives and the chain rule. This is what you do with constants. Including e, which is a constant.

Leave a Comment

Filed under MAT 131

Logarithmic Differentiation

When trying to solve a problem like y = (ln x)cos x use Logarithmic differentiation so you can use the product rule.

And a Trig identity I just recently grasped the usefulness of.

Leave a Comment

Filed under MAT 131

Extra Derivative Tips

General Concepts which are useful

Some extra Derivative Tricks

Derivatives of Trig Functions

Leave a Comment

Filed under MAT 131

Derivatives and Implicit Differentiation

How do you find two tangent lines passing through a point? The point is not a point on the line! So decide on an arbitrary point on the line and call it f(a). Then solve for the slope m in terms of a (Find f’(a)). Then plug in your values and solve for the tangent line at the two points.

Derivative Example Problems

Rule: Apply log rules when you see logs!!!!!! (You want to expand as much as possible)

Implicit Differentiation

We briefly started to talk about implicit differentiation. So a function is y=f(x). or “y as described by function f with respect to point x equals”. And this seems to be the key here. So we started using this new notation for derivatives, instead of the usual f prime. To start, look at a very easy example, x2.

y equals x2 which is the same as, f(x) equals x2, which says that y = f(x).”

“The derivative of the function which equals y with respect to point x equals f prime, which is equivalent to the derivative of x2 equal 2x.”

Leave a Comment

Filed under MAT 131

Rules on Derivatives – Part 2

Product Rule

Start by figuring out which is f(x) and which is g(x). Then find the derivatives for f(x) and g(x). Then write out the product rule in order f,g,h,j,k… Etc however many functions are in the product. Then make one of the functions in each multiplication a derivative.

Some examples to practice:

Quotient Rule

So the quotient rule is a little funny. It has the g function squared on the bottom. I wonder what would happen if there are two functions on the bottom?

Quotient Rule Examples:

Combining the Product Rule and the Quotient Rule

First, do the Quotient Rule, then do the product rule.

Chain Rule (Review for accuracy)

The Chain rule is used for composite functions. IE: One function (inner) is passed to another function as an argument.

myFunction(anotherFunction());

So for the Chain rule, this would be

myFunctionDer(anotherFunction()) * anotherFunctionDer()

Leave a Comment

Filed under MAT 131

Derivative – Rules Part 1

I found out the answer to why there are two very similar definitions of the derivative. One has x-a on the bottom, with a limit x → a. The other one has h on the bottom, with a limit h → 0. So these two things are the same, just different ways of thinking about the same concept. h represents the difference between x and a, so the smaller the difference gets the closer h is to 0. The official definition is the one with h.

A function F is differentiable on an interval if F is differentiable for every point a.

Key Properties of Differentiability
1. F is differentiable if F is continuous
2. F is differentiable if F is smooth.

For |x| write it in bracket form!

Q1: Is f(x) continuous? Yes because a limit exists for all point a.
Q2: Is f(x) differentiable? Use the definition of derivative (h → 0) and see if the same from left and right. This derivative from the left and the right is not the same, it is -1 and 1. F is not differentiable at 0.

Rule
Tan, always break apart.

Property – Write this on a card
1. If f’(x) < 0 is decreasing near x and inverse: a. f’’(x) > 0 f is concave up.
b. f’’(x) < 0 f is concave down.

Leave a Comment

Filed under MAT 131

The Beginnings of Derivatives



The meaning of f’(a) [read “F Prime”] is the slope (tangent) at point a.

There are three main ways of thinking of the derivative.
It is the slope of a line
It is the Instantaneous velocity
It is the rate of change

Some Basic Derivative problems

(Practice and be able to explain these, using the Derivative formula (Limit h approaching 0…)

Find the Tangent line at point x = 2

y minus initial y equals the slope times x minus initial x.

Domain in f(x) and f’(x)
The Domains of a function and it’s derivative are not always equal to each other, the Domain of f(x) is greater than or equal to the domain of f’(x). We say that f is differentiable in f if f’(x) exists. To prove f’(x) exists, the following three must exist.


We say that f is differentiable if f’(a) exists for all a in the domain.

The smooth graph is differentiable. A graph with corners is not. Eq 4, above, is an example of a graph which is not differentiable at 0. To be differentiable implies continuity.

PROVING CONTINUITY
A function is continuous if the following two limits exist, and when multiplied by each other equal something.


Meaning of Derivative
The Derivative is the line of the slope. When it crosses an axis you have reached a minimum or maximum value. The line of negative slope is going down. The line of positive slope is increasing. Look at Tangent lines, they approximate the graph and tell the direction up or down.

In Conclusion
f’(x) is negative, x is decreasing near x.
f’(x) is positive, x is increasing near x.

Leave a Comment

Filed under MAT 131