Monday, September 27, 2010
Week 5 Prompt
Sunday, September 26, 2010
Next Blog (can't remember #)
I can't remember anything about these damn derivatives
I'm seriously at a blank state of mind about math right now and I don't know what to say or put on this blog
At least I'm being honest and not copying anybody or anything
:/
Devin's Blog
Derivative is a slope of a tangent line, slope of a curve at a point, or a rate of change. If an equations states something about a rate, a velocity, a speed, instantaneous velocity, or an acceleration then you must find a derivative. When using the constant rule, you must take the derivative of the equation and then set the derivative equal to zero. When using the power rule, every time you take a derivative, you must lose a power. For composite functions you must use the chain rule. When using the chain rule you work from outside to the inside. You must take the derivative of the outside and then recopy the inside of the equation and continue with the problem. You can also use the chain rule inside of using a product or quotient rule.
Ex. y’ 6x^4
4(6)x^4-1
=24x^3
Ex. 5x^2+11x
2(5)x^2-1+1(11)x^1-1
=10x+11
Ex. x^5+3x
5(1)x^5-1+1(3)x^1-1
=5x^4+3
I could use a lil help on how to do a product and chain rule though.
Justin 5
ex: sin(cos(x^2
The formula:
f'(g(x))x g'(x)
Derivative of the outside
Recopy the inside
Multiply by the derivative of the inside
(x^2+3)^3
Outer:y=u^3
Inner:u=X^2+3
3(x^2+3)(2x)
3(2x)(x^2+3)
Im having trouble with trig functions and "scary" looking problems
examples:
y=(5x-8)^4 The outer would be y=u^4, and the inner would be u=5x-8
Y=csc^3x The outer would be y=u^3, the inner would be u=csc x
Y=tan^2x
2 tan x
-Then you have to multiply it by the derivative of tan
2 tan x x (sec^2x)
The answer would be 2 tanxsec^2x
I need to learn how to do the parallel and perpendicular slope problems.
blog 5
Blog 5
In order to be able to do these problems you need to understand what is the outer and inner of the problem (I have a hard time with this myself.) The first few exercises of our homework problems were like this.
A few examples of identifying outer and inner:
y=(5x-8)^4 The outer would be y=u^4, and the inner would be u=5x-8
Y=csc^3x The outer would be y=u^3, the inner would be u=csc x
Now and example using the chain rule:
Y=tan^2x
-First thing you do is bring the exponent to the front (General Power Rule)
2 tan x
-Then you have to multiply it by the derivative of tan
2 tan x x (sec^2x)
The answer would be 2 tanxsec^2x
Something that I didn’t really understand was the word problems. I understand which ones are velocity, and average velocity, and I understand what you have to do to them. I just don’t get the complicated and more detailed ones. Like when something drops on impact, or when you have to plug in zero to the problem.
Blog #5
9/26 Blog
The chain rule is used when you have two things going on. For example:
(x^2+x+3)^2
First step is like normal, you would move the exponent to the front.
2(x^2+x+3)^2
Next, you subtract one from the original exponent to form the new exponent.
2(x^2+x+3)
The next step is to take the derivative of the inside and multiply by it.
2(x^2+x+3)(2x+1)
Then you factor/simplify if you can, but this one is as simplified as it needs to be.
So, that's about it for what we learned this week.
Saturday, September 25, 2010
9/25/10
Ex 1) y = 2(6-x^2)^5 ..Find y'
*Okay so the first thing you should notice is the parenthesis and the exponent on the outside. You want to deal with the outermost thing FIRST, so you would start with the 2.
*Since the 2 is just a number you leave it out front..then the chain rule tells you to bring the exponent, 5, to the front and subtract 1 and recopy the middle 6-x^2, so you have: 2(5(6-x^2)^4
*The next part of the chain rule says to take the derivative of the middle, which is 6-x^2, and then multiply it by what you have so far. So the derivative of that would be -2x (since d/dx of 6, a constant, is zero)
*So now you have: 2(5(6-x^2)^4 X (-2x)
*Now you simplify. And you get -20x(6-x^2)^4 (Since there are no negative exponents, you will not have a fraction as your answer)
Ex 2) f(x) = tan^2(5x) ..Find the derivative.
*The first thing you should notice about this problem is that it is NOT a product rule, because you have more than just "tan x". You have something within the trig function, so you have to start with the outermost thing and then take the derivative
*To start off, I like to rewrite these kinds of problems, because it helps me see and recognize things easier. So I would rewrite it as [tan(5x)]^2 ..Because that's basically the same thing as the original function. So now you can easily see that the outermost thing is the exponent, so that tells you that you have to pull it out front and subtract 1, and recopy the middle, tan(5x).
*So that means you have: 2(tan(5x))
*Now you have to take the derivative of the inside, but only the first part, "tan". So once you take the derivative, you multiply it by what you already have...So the derivative of tangent is sec^2x. Then you recopy what's left in the middle, which is 5x
*So now you should have:
2(tan(5x)) X (sec^2(5x))
*Now you can take the derivative of 5x which is 5. And you multiply 5 by what is above ^^
*So you have 2(tan(5x)) X (sec^2(5x)) X (5)
*Finallyyyyyy, you simplify all of that!
*And you should get 10tan(5x)sec^2(5x)
***P.S.-- "X" means "times" here.
**As for what I didn't understand this week. Eh, it wasn't too bad, I'm JUST starting to grasp everything though, haha. (like using product rule, chain rule, quotient rule, etc. simultaneously) But hopefully more practice within the next 24 hours or so will help.
Friday, September 24, 2010
Taylor Blog #5
Im going to explain the Chain Rule,
The chain rule could loosely be defined as an order of operations that is used when solving composite functions.
A very important key concept to remember when using the chain rule is to work from the outside to the inside.
The “Formula” for the chain rule is
d/dx [fg(x)] = f ’(g(x)) (g’(x))
The most common procedure to using the chain rule is
• First, take the derivative of the outside
• Second, recopy just the inside
• Finally, multiply by the derivative of the inside
Example:
Square root of 3x^2-X+1
= (3x^2-X+1)^1/2
First, take the derivative of the outside:
½(________)^-1/2
Second, recopy just the inside
½(3x^2-X+1)^-1/2
Finally, multiply by the derivative of the inside
½(3x^2-X+1)^-1/2 (6x-1)
Simplify
6x-1/2(3x^2-x+1)^1/2
Another problem that may come up on the AP Exam that I feel I should include
The problems where we fill out the given chart for
Y= F(g(x))
U= g(x)
Y= f(u’)
Example:
Y= F(g(x)) U= g(x) Y= f(u’)
Y=(5x-8)^4 U=5x-8 y=u^4
I just thought I’d include this example because it helps you to understand the composition of an equation.
Blog #5 - Mary Graci
Ex. (x^2 + 3)^4
First, take the exponent of the entire function, bring it to the front, then subtract one from the exponent, and then just copy the inside.
4(x^2 + 3)^3
Now, multiply that by the derivative of the inside equation.
4(x^2 + 3)^3 (2x)
Put in simplest terms.
= 8x(x^2 + 3)^3
You can also use the chain rule with the product rule or quotient rule. If this is the case, then you first need to determine whether the chain rule is on the outside or the inside; this is to figure out what order you do things in. If the chain rule is on the outside, you do that first. If not, you do the product rule or quotient rule first.
Ex. (x + 3)(x^2 – 1)^2
In this problem, the product rule comes first. When taking the derivative of the second equation, use the chain rule.
(x + 3)(2(x^2 – 1)(2x)) + (x^2 – 1)^2 (1)
= 4x(x + 3)(x^2 – 1) + (x^2 – 1)^2
Ex. ((x + 2)/(x – 1))^2
For this problem, the chain rule is on the outside, therefore it goes first.
2((x + 2)/(x – 1)) (((x – 1)(1) – (x + 2)(1)) / (x – 1)^2))
2((x + 2)/(x – 1)) ((x – 1 – x – 2) / (x – 1)^2)
2((x + 2)/(x – 1)) ((-3)/(x – 1)^2)
= -3(2x + 4) / (x – 1)^3
Besides this, we just reviewed everything in Ch. 2 for the test Monday. ^^
Monday, September 20, 2010
Week 4 Prompt
Sunday, September 19, 2010
Blog 4
Can I shoot my Calculus book? Please? Pretty Please? With Sugar On Top? :D
I'm just gonna predict that you said no to that question...or rather...series of questions.....
Seriously, all I can remember/understand from last week is this:
dx/dy sinx = cosx
dx/dy cosx = -sinx
That's all I've got.
Alaina's blog, 19 Sept 2010
Product Rule:
[f(x)g(x)]=f(x)g1(x)+g(x)f1(x)
Quotient Rule:
[f(x)/g(x)]= g(x)f1(x)-[f(x)g1(x)]/g(x)2
The product and quotient rules are pretty simple. All you do is plug into them.
Ex 1. [(x2+4)(x-2)]
=(x2+4)(1)+(x-2)(2x)
=(x2+4)+(2x2-4x)
=3x2-4x+4
Ex 2. [(x2+4)/(x-2)]
=(x-2)(2x)-[(x2+4)(1)]/(x-2)2
=2x2-4x-x2-4/(x-2)2
=x2-4x-4/(x-2)2
=(x-4)(x+1)/(x-2)2
The last thing we went over was taking the 2nd and 3rd derivative; all you do is take a derivative two or three times. Second and third derivative are represented like say g-prime or g1, but instead of 1, it is 11 or 111-> g11 or g111.
Ex 1. y11[x2]
y1=2x
y11=2
Ex 2. y111[x2]
y1=2x
y11=2
y111=0
Blog #idk i missed a few
blog 4
Product Rule:
f(x)g'(x)+g(x)f'(x)
Quotient Rule:
g(x)f'(x)-f(x)g'(x)/(g(x))^2
the idea is its not all about your calculus work, its more about algebra after plugging in which is like a flashback on its own haha and it's also important that you simplify as much as possible to get the exact answer.
Product rule ex:
(3x-2x^2)(5+4x)
(3x-2x^2)(4)+(5+4x)(3-4x)
12x-8x^2+15+12x-20x-16x^2
Dx=-24x^2+4x+15
Quotient rule ex:
5x-2/x^2+1=(x^2+1)(5)-[(5x-2)(2x)]/(x^2+1)^2
5x^2+5-[10x^2-4x]/(x^2+1)^2
5x^2+4x+5/(x^2+1)^2
9/19/10
Ex 1) f(x) = -1/x [1,2]
^Find the average rate of change of this function over the given interval.
*Alright well first you should notice the key words, average rate of change. This is telling you that you need to used the slope formula
*So the first thing you should do is take your two x-values, 1 & 2, and plug them separately into the f(x) function to get their y-values
*So when you plug in 1 you get: -1/1 = -1
*And when you plug in 2 you get: -1/2 = -1/2
*Then you can plug those numbers into the slope formula y2-y1/x2-x1
*So you get (-1/2 + 1)/2-1 = (1/2)/1
*= 1/2
Ex 2) f(x) = x^3cosx
^Differentiate using the product rule
*Okay so the first thing you should do is decide what two things are being multiplied.....and that would be x^3 and cosx. So you can say x^3 is "f" and cosx is "g"
*Using this formula >> f(x)g'(x) + g(x)f'(x) ..take the derivative
*So this is what you would get when you plug in:
(x^3)(-sinx) + (cosx)(3x^2)
*Then you would distribute that out and get this:
-x^3sinx + 3x^2cosx
*Now you ask yourself if there's anything else you can do to further simplify your answer..
YES!..You can take out a -x^2 to make your life a little bit easier
*And you get:
d/dx = -x^2(xsinx - 3cosx)
Ex 3) f(x) = (x^2-4)/(x-3) c=1
^Differentiate using the quotient rule.
*Sooo first you can label your numerator as "f" and the denominator as "g" to make it easier for you to plug into the formula
*Plugging into this formula >> g(x)f'(x) - f(x)g'(x)/[g(x)]^2 ..you get:
(x-3)(2x) - [(x^2-4)(1)]/(x-3)^2
*Next you can distribute the numbers through. **Don't forget to distribute the negative!
And you get:
2x^2-6x-x^2+4/(x-3)^2
*Now you can combine the like terms in the numerator and you end up with this:
x^2-6x+4/(x-3)^2
*Then you see if there's anything you can do to simplify it further....anddddd you can't so now you can plug in "c" (1) to get your final answer
*So you get: 1^2-6+4/(1-3)^2
*= -1/4
**Okay here's what I didn't quite grasp this week...I could use some further explanation on those velocity word problems, I honestly wouldn't know what to do with them except stare them down on a test paper..and that would probablyyyyyy waste alot of time so I think it would be better if I completely understood how to work them. :)
Blog #4
Blog 4?
Product Rule:
d/dx [f(x)g(x)]=f(x)g’(x)+g(x)f’(x)
Quotient Rule:
d/dx (f(x)/g(x))= g(x)f’(x)-f(x)g’(x)/[g(x)]^2
**f’(x) and g’(x) means to find the derivative, for the ones that are just f(x) or g(x) you plug in the normal number.
Ex: (3x-2x^2)(5+4x)
*First thing you are going to do is plug into the product formula.
(3x-2x^2)(4)+(5+4x)(3-4x)
*From here you are going to foil it out
=12x-8x^2+15-20x+12x-16x^2
*Combine like terms
Dx= -24x^2+4x+15 would be your final answer (Dx->Derivative)
Ex: 5x-2/x^2+1
*Plug into the quotient formula
(x^2+1)(5)-(5x-2)(2x)/(x^2+1)^2
*Foil it out
5x^2+5-10x^2+4x/(x^2+1)^2
*Combine like terms
-5x+4x+5/(x^2+1)^2
*From here you are going to try and factor it any way possible. Quadratic formula, factoring, pulling numbers out, completing the square, any way possible. You are going to realize that this problem can’t be factored so it would be left as it is.
dy/dx= -5x^2+4x+5/(x^2+1)^2 (would be the final answer)
Something I think is a little difficult is still in section 2.3. It’s with tan and cot and all that. I’m not sure how to do it really, but I don’t really know all the trig functions.
Devin's Blog
The informal of definition of a limit is “what is happening to x as x gets close to a certain number.” In order for a limit to exist, we must be approaching the same y-value as we approach some value c from either the left or the right side. If this does not happen, we say that the limit does not exist as gets closer to c.
If we want the limit of f’x as we approach some value of c from the left hand side, we will write
The concept of limits as x approaches infinity means the following: “what happens to x as x gets infinitely large.”
We are interested in what is happening to the y-value as the curve gets farther and farther to the right. We can also talk about limits as x approaches negative infinity. This means what is happening to the y-value as the curve gets farther and farther to the left. The terminology we use are the following:
Although we use the term “as x approaches infinity”, realize that x cannot approach infinity as infinity does not exist. The term x approaches infinity” is just a convenient way to talk about the curve infinitely far to the right.
There are only 4 possibilities for a limit the curve can go up forever. In that case, the point on the curve can go down forever. In that case, limit does not exist. For convenience sake, the limit does not exist.
Saturday, September 18, 2010
blog 4
For each of these things you need to use the exact formula needed for the equation. If you do the equation wrong then your answer will be wayyyyy off.
The product rule:
The product rule is recognized as F(x)G(x)
The formula for solving with the product rule is
D/Dx [F(x)G(x)] = F(x) Gprime(x) + G(x) Fprime(x)
First I take the derivative e of each so that when I plug in I already know what the derivatives are to be plugged in
The quotient rule looks like F(x)/G(x)
The formula for solving with the quotient rule is
When you are solving with the quotient rule the negative must be distributed to the entire product of f(x)G prime(X)
Therefore F prime= 3-4x
D/Dx [5+4x]= 4
Therefore G prime= 4
Now you plug into the formula
3x-2x^2(4)+ 5+4x (3-4x)
12x^2x-8x^2+15-20x+12x-16
-24x^2 + 4x +15
and your answer is
Dx= -24x^2+4x+15
First I take the derivative of each so that when I plug in I already know what the derivatives are to be plugged in
D/dx [ 5x-2] = 5
Therefore F prime= 5
D/dx [x^2 – 1] = 2x
Therefore G prime = 2x
Now you plug into the formula
(x^2+1)(5)-[(5x-2)(2x)]/(x^2+1)^2
5x^2+5-[10x^2-4x]/(x^2+1)^2
5x^2+5-10x^2+4x/(x^2+1)^2
-5x^2 + 4x+5/ (x^2+1)^2
So now your final answer is.
DX= -5x^2 + 4x+5/ (x^2+1)^2
Blog #4 - Mary Graci
The product rule formula: f(x)g’(x) + g(x)f’(x)
When using the product rule, the problem must state that you take the derivative of two separate equations multiplied by each other.
**note: g’(x) or f’(x) means take the derivative of g(x) or f(x)
Ex. 1) (x+3)(x^2+6x)
(x+3)(2x+6) + (x^2+6x)(1)
2x^2 + 6x + 6x + 18 + x^2 + 6x
3x^2 + 18x + 18
= 3(x^2 + 6x +6)
**note: make sure the answer is as fully simplified as possible
The quotient rule formula: (g(x)f’(x) – f(x)g’(x)) / (g(x))^2
When using the quotient rule, the problem must state that you take the derivative of two equations divided by each other.
**note: if the denominator is just a single term, it is not considered an equation and you do not use the quotient rule; you simply rewrite the problem and take the derivative normally
Ex. 2) (x^3+4) / (x-2)
((x-2)(3x^2) – (x^3+4)(1)) / ((x-2)^2)
((3x^3-6x^2) – (x^3+4)) / ((x-2)^2)
**note: to keep things in simplest terms, do not factor out the bottom
(3x^3 – 6x^2 – x^3 – 4) / ((x-2)^2)
**note: be sure to distribute the negative throughout the second equation
(2x^3 – 6x^2 – 4) / ((x – 2)^2)
(2(x^3 – 3x^2 – 2)) / ((x – 2)^2)
We also learned that in word problems, if it says to find the velocity or the instantaneous velocity, it means to take the derivative of the position function. If it says to find the average velocity, it means to find the slope by plugging in the two x-values into the position function to get the two y-values and using the slope formula (y2 – y1) / (x2 – x1).
Anyway, I pretty much understood everything this week. Now, I wasn't at school Thursday, so I missed that lesson, but I'm sure I'll catch up.
Taylor Blog #4
For both the product rule and the quotient there is a recognizable format that will allow you tho know which rule you will need to use and for each rule there is a formula to memorize and put into effect to find the derivative.
The product rule:
The product rule is recognized as F(x)G(x)
The formula for solving with the product rule is
D/Dx [F(x)G(x)] = F(x) Gprime(x) + G(x) Fprime(x)
Example: (3x-2x^2) (5+4x)
First I take the derivative e of each so that when I plug in I already know what the derivatives are to be plugged in
D/Dx [3x-2x^2]= 3-4x
Therefore F prime= 3-4x
D/Dx [5+4x]= 4
Therefore G prime= 4
Now you plug into the formula
Therefore
3x-2x^2(4)+ 5+4x (3-4x)
Distribute
12x^2x-8x^2+15-20x+12x-16
Simplify
-24x^2 + 4x +15
Because this equation cannot be simplified any further
Dx= -24x^2+4x+15
The quotient rule:
The quotient rule is recognized as F(x)/G(x)
The formula for solving with the quotient rule is
D/Dx [F(x)/G(x)] = G(x) Fprime(x)- F(x) Gprime(x)/ [G(x)]^2
Example: 5x-2/x^2-1
First I take the derivative of each so that when I plug in I already know what the derivatives are to be plugged in
D/dx [ 5x-2] = 5
Therefore F prime= 5
D/dx [x^2 – 1] = 2x
Therefore G prime = 2x
Now you plug into the formula
Therefore
(x^2+1)(5)-[(5x-2)(2x)]/(x^2+1)^2
Distribute
5x^2+5-[10x^2-4x]/(x^2+1)^2
Distribute the negative
5x^2+5-10x^2+4x/(x^2+1)^2
Simplify
-5x^2 + 4x+5/ (x^2+1)^2
Because this equation cannot be simplified any further
DX= -5x^2 + 4x+5/ (x^2+1)^2
Some things to remember:
**don’t forget that when solving with the quotient rule the negative must be distributed to the entire product of f(x)G prime(X)
** don’t forget which order F(X)G prime(X) and G(X)F prime(X) go in for each equation because it DOES matter.
Thursday, September 16, 2010
Blog for 1/16
differentiability is the ability to take a derivative from a function
there are many ways that a function cannot be differentiable
those ways are:
1) if there is a curve
curves occur when absolute values and/or piecewises are found in the function that you are trying to take the derivative of
an example of a function with a curve is:
1) |3-x| you set what's inside of the absolute value equal to 0 and solve for x, so |3-x| is not differentiable at x=3
2) if there is a vertical asymptote
vertical asymptotes occur when x is raised to the (odd/odd)
x^5/9 would be a vertical asymptote, so x would not be differentiable at x=1
3) if it's not continuous
if a function is not continuous, then it's not differentiable, it's as simple as that
4) if there's a cusp
a cusp is when you have x^(even/odd)
x^2/7 would not be differentiable at x=0
Monday, September 13, 2010
Week 3 Prompt
Sunday, September 12, 2010
Devin's Blog
This week in class we have been learning about differentiability. This was a somewhat difficult to understand. We learned that taking a derivative is taking a slope of a function.
Differentiability
A function is not differentiable if:
1. There is a corner
a. Absolute value or a piecewise
2. Vertical tangent line
a. X^odd/odd
3. If it is not continuous
a. Jumps
b. Removables
c. Vertical asymptotes
4. There is a cusp
a. X^even/odd
Examples:
a. x+2/(X^2)
=there is a corner
b. X^5/3/(x)
=there is a vertical tangent line
c. X+1/x+1
=the function is not continuous
d. X^4/3/(x)
=there is a cusp
-If a function is not differentiable at a point you can take a derivative, but you cannot plug in “x”.
Using the steps and skills above you can educationally answer the following questions.
If a function is differentiable, is it continuous?
Yes
If a function is not differentiable, is it continuous?
Sometimes
If something is not differentiable, does it have a tangent line at that point?
No
Blog #3
The constant rule is by far the easiest of them all. It states that the derivative of any constant is 0.
Ex. Find the derivative of 10.
The answer would be zero because of the power rule.
To prove this i will plug it in to the definition of a derivative formula.
f(x-dx)-f(x)/dx
10-10/dx
0/dx
0
The other shortcut i mentioned is the power rule. This one is pretty cool. What it says is that when you have any variable with an exponent, to find the derivative you can follow these simple steps.
1) Move the exponent to the front of the equation.
2) Subtract 1 from the original exponent for the new exponent.
Ex. Find the derivative of x^4.
x^4
4x^3
The 4 moved to the front. Then I subtracted one from the original exponent(4) and got 3 as my new exponent.
Blog #3
the power rule:
when taking the derivative of something, you take off a power.
formula: X^n = nX^n-1
ex: x^3 + 2x = 3x^2 + 2
the constant rule:
if there is a constant, its derivative is 0
ex: f(x)=3 f`(x)=0
SIN and COS:
basically you switch them up, but the derivative for cos=-sin
ex: -cosx = sinx
Taylor Rodriguez Blog #3
There are two rules to follow when using the derivative shortcut
These rules are : * The Constant Rule
• The Power Rule
The constant rule states that the derivative of a constant is 0
Therefore when asked to find a derivative of an equation with a constant the constant will automatically become 0.
The Power rule states that every time you take a derivative you lose a power.
Therefore if you are not taking the derivative of a constant you bring the exponent to the front of the variable and subtract one from the exponent.
The formula that displays this is
d/dx [x^n ] = nx^n-1
Example: d/dx[x^3] = 3x^2
There are many variations of equations that will call for simplification before you can take the derivative
When taking the derivative of a fraction you must simplify the equation by taking the numerator and placing it in front of the x and the exponent behind the denominator will become a negative
Example: d/dx [1/x^2] = x^-2
Then you would proceed to use the shortcut method to find the derivative.
When taking the derivative of a root you will turn the value of the root into a fraction with the exponent of x over the value of the root.
Example: d/dx [cuberoot x] = X^1/3
Then you would proceed to use the shortcut method to find the derivative.
**do not forget that after finding the derivative of a simplified equation you must convert the derivative back to an unsimplified form
Example: d/dx [ x^1/3] = 1/3x^-2/3 = 1/3cuberoot x^2
Stephen's Blog #3
Blog 3
Chapter two deals with derivatives being differentiable. There are three ways a function is not differentiable. A function is not differentiable if:
1. There is a corner (there is a corner if there is an absolute value or a piecewise)
2. Vertical tangent line
-the exponent is x=^odd/odd
3. If it is not continuous it is either a jump, removable, vertical asymptotes
4. Also, if there is a cusp.
-A cusp is when x=even/odd. When graphing a function a cusp will show up as a dip in the graph.
*Sin x is differentiable, and sin absolute value of x has a corner.
Ex: Where is |x+2| not differentiable?
-Set what is inside equal to 0. X is differentiable at x=-2
Ex: Where is (x+3)^3/7 not differentiable?
-Notice that the exponent is x^odd/odd which makes it a vertical tangent line. The answer would be x=-3
If it asks you to describe the x-values at which f is differentiable you would graph it, and from there remember the rules that make functions differentiable. The answers often are infinity and negative infinity.
Source: Notes:)
Alaina's blog, 12 Sept 2010
- take the exponent
- make it the constant
- reduce the exponent by one
- plug in
-if it is in a fraction, make it non-fraction by raising x to a negative exponent and then follow the steps.
Ex 1: 2x2+4
=2(2)x1+4
=4x+4
Ex 2: 2/3x
=(2/3)(1/x)
=(2>/3>>)(x>-1)
=(2/3>)(-1)(x-2)
=(-2/3)(1>/x2sup>)
Second, taking the derivative of sine and cosine
-The rule for sine is
d/dx [sin x]=cos x
-The rule for cosine is
d/dx [cos x]=-sin x
Ex 1: d/dx [2+2sin x]
=2+2cos x
Ex 2: d/dx[1-cos x]
=1+sin x
Blog #3
1. There is a corner (there is a corner if there is an absolute value or a piecewise)
-Also to see if there is a corner, you graph the function.
2. Vertical tangent line
-A hint for a vertical tangent line is if the exponent is x=^odd/odd
3. If it is not continuous it is either a jump, removable, vertical asymptotes
4. Lastly, if there is a cusp.
-A cusp is when x=even/odd. When graphing a function a cusp will show up as a dip in the graph.
**If a function is differentiable however, it is continuous.
*Sin x is differentiable, and sin absolute value of x has a corner.
Ex: Where is |x+2| not differentiable?
-Set what is inside equal to 0. X is differentiable at x=-2
Ex: Where is (x+3)^3/7 not differentiable?
-Notice that the exponent is x^odd/odd which makes it a vertical tangent line. The answer would be x=-3
**If it asks you to describe the x-values at which f is differentiable you would graph it, and from there remember the rules that make functions differentiable. The answers usually deal with infinity and negative infinity.
-Now for something I don’t understand. I do not understand when the function is a piecewise and from there you have to draw a graph then erase parts of it. I find that really confusing.
Saturday, September 11, 2010
Blog #3 - Mary Graci
1. the constant rule: the derivative of a constant is always 0
Ex. 1) d/dx 7 = 0
2. the power rule: whenever you take the derivative of something with an exponent, you lose a power. The formula for this shortcut is d/dx (x^n) = nx^(n-1)
Ex. 2) d/dx 3x^2
First, bring the exponent to the front (and if there is a constant in front of the x, multiply the two). Then, subtract one from the exponent.
= 2(3)x^(2-1) = 6x
Ex. 3) d/dx (x^3 + 9x)
When there are multiple terms in an equation, take the derivative of each term individually.
= 3x^2 + 9
We also learned how to tell if the equation is not differentiable (meaning you can’t take a derivative.) First of all, you it’s not differentiable if there is a corner on the graph. This happens with absolute values, and some piecewise.
Ex. 4) absolute value of (x-3)
There is an absolute value, therefore this equation is not differentiable at x = 3.
Second, you can’t take the derivative of a vertical tangent line (meaning when there is an x raised to an odd # over another odd #).
Ex. 5) (x+5)^3/5
Because of the exponent 3/5, this equation is not differentiable at x = -5.
Third, you can’t take the derivative if it is not continuous (such as with a jump, vertical asymptote, or removable).
And lastly, you can’t take the derivative of a cusp (meaning when there is an x raised to an even # over an odd #).
Ex. 6) x^(6/7)
Because of the exponent 6/7, this equation is not differentiable at x = 0.
I pretty much understood everything this week, especially with the shortcut making everything so much easier!
9/11/10
Anyway, here are a few examples of what I understood the most this week:
Ex. 1) (4x+1)^2 (0,1)
^Find the slope of the graph of the function at the given point.
*The first things you should notice are the key words-"slope of the graph" because that's telling you to take the derivative. Now that you know the shortcut, you can use that here.
*But first, you have to factor the equation. So you "square the first, square the last, 2 times the first times the last"
*So you get: 16x^2 + 8x +1
*Then all you do is take the derivative of each term
*So the derivative of 16x^2 would be 16(2)x = 32x
*d/dx of 8x would be 8
*d/dx of 1 (CONSTANT RULEEEE!) = 0
*So your equation for the slope is 32x + 8
*To get the slope, all you have to do is plug in the x coordinate of the point they gave you.
*So you get 32(0)+8 = 8
Ex. 2) Discuss the differentiability of f(x)=4x+1/x
*Since you may not know what the graph of this looks like, you can type the equation into your y= in your calculator to find out.
*You should see that there are vertical asymptotes (going to infinity and negative infinity) at x=0.
*Therefore, the function is not differentiable because it isn't continuous.
**Hint Hint!!--You really didn't have to type it in your calculator to know there are vertical asymptotes. Since you can't factor the function any more than it already is, and there's still something left in the denominator, setting that equal to zero will give you your vertical asymptotes..
**As for what I didn't understand this week. It's not much actually, I'll just have ALOT of questions to ask on Monday. For instance, I'm having trouble find the derivative of problems like this: (4x^3+3x^2)/(x) ..basically when it's an equation over another equation. I keep working the problems like that over and over, and I can't get the answer they have on calc chat...sooo if anyone can help, that would be appreciated.
Wednesday, September 8, 2010
Prompt #2--Stephen Ledbetter
prompt answer
a.) jumps
a jump is a gap in the graph, its easy to spot and is usually in the form of a piecewise. to see if there is a jump in the graph, plug in for x. if you dont get the same answers than there is a jump. or if there is a fraction you factor as far as possible, cancel what you can, set bottom equal to 0, and solve for x, if the x value you find at the end still causes the bottom to equal 0, there is a jump
lim
x->2
x=2
x^3-4
x
after plugging in 2, we find that the values are not equal, therefore there is a jump
b.)removable
a removable is easy to spot, its a hole in the graph and it always has a limit. to find a removable: factor, cancel, bottom to 0, x=# is the removable
lim
x->2
x3
factor: yes. (x+3)(x-3)/x-3
cancel:x-3 cancels out
x=3 is a removable
c.)vertical asymptote
once again, the x value at the bottom causes it to equal zero after direct substitution. factor, cancel, set bottom to 0, x is the vertical asypmtote
lim x+6/x-5
x->5
factor: already done
cancel: cannot
bottom to zero
x=5 is a vertical asymptote
Tuesday, September 7, 2010
Prompt #2
1. Jump
The easiest way to see if a function has a discontinuity is to graph it. When graphing it, if there is a jump in the graph, or a point when the graph will break from one number to another it would be classified as a jump. -How to figure it out without looking at the graph? If the function is x=# and it takes on a different value, it is usually a jump. *A jump could be put in a piecewise function.
2. Removable
There are several ways to find out if a removable has a discontinuity. One way is to try and solve a function. The steps would be: factor and cancel. Take what you cancelled and set it equal to zero. Whatever answer you get (x=#) that would be the removable. In a graph, a removable discontinuity is a point at which a graph is not connected. There will be an open circle at the point where there is a removable.
3. Vertical Asymptote
**Vertical asymptotes occur when it is undefined, infinity, or negative infinity. You can do two things to see if a vertical asymptote has a discontinuity. When graphing the function, the number that does not get touched by the vertical asymptotes will be the discontinuity. When solving without your calculator, follow the same steps as a removable. Except set what is left in the bottom equal to zero. X=# will be the discontinuity.
Monday, September 6, 2010
Week 2 Blog Prompt
a. Jump
b. Removable
c. Vertical Asymptote
Sunday, September 5, 2010
Alaina's blog, 5 Sept. 2010
Notation for Derivative:
-Slope of a tangent line equals a derivative
- dy/dx
- y1
- f1(x)
- d/dx[f(x)]
- Dx[y]
Basic Formulas:
Slope of a secant line: f(x+Δx)-f(x)/Δx
Slope of a tangent line: limf(x+Δx)-f(x)/Δx
2->0
Ex 1: find the slope of th egraph of f(x)=2x-1 at (2,1)
lim =2(x+Δx)-1(2x-1)/Δx
x->0
=2x+2Δx-1-2x-1/Δx
=2Δx/Δx
=Δx
Ex 2: Find the derivative of f(x)=x2+4x
lim = (x+Δx>2+4(x+Δx)-(x2+4x)/Δx
x->0
=x2+2Δxx+Δx2+4x+4Δx-x2-4x/Δx
=4Δx
I'm not really sure whether or not I did the last one correctly, but I think that I did. If I did not, feel free to correct my work.
2nd Blog
(f(x+dx)-f(x))/(dx)
But, sometimes you have to use another formula, which is for the slope of a tangent line. It is the same formula, except that it is a limit approaching zero in the tangent line version.
Ex. f(x)=x^2+x-3
We just plug in to the tangent slope formula.
((x+dx)^2+(x+dx)-3-(x^2+x-3))/(dx)
(x^2+2xdx+dx^2+x+dx-3-x^2-x+3)/(dx)
(2xdx+dx^2+dx)/(dx)
(dx(2x+dx+1))/(dx)
2x+dx+1
2x+1
Blog 2
I really didn't get it too much towards the end of the week.
So I shall talk of dragons, bards, music, and fanciful things........jk, can't be funny on here because it's "not appropriate".......we shall see random person....we shall see...... :P
Anyways, instead of all of that epic stuff from before, I'll just talk about limits, because I didn't really understand the stuff from the end of the week.
let's say you wanna find the limit of an equation, such as lim ((x-3)^2)/x
x->7
You've got to plug in whatever x approaches into the equation, as long as it doesn't result in a 0 on the bottom of the equation.
So if it were x -> 0 instead of x -> 7, the answer to this problem would most likely be Ø.
If that happens, you need to do one of two things.
*note* You do this whenever the bottom would equal Ø when you plug in whatever x approaches, not just when x -> 0.
One way would be by plugging the function into a table and using numbers that are close to the x -> to find what both sides approach.
In this case, the table would be: -.1 -.01 -.001 0 .001 .01 .1
-96.1 -906 -9006 8994 894.01 84.1
So as you can see, from the left, the graph/equation is approaching -∞, and from the right, the graph/equation is approaching ∞.
Another way you could figure it out is by using arithmetic.
((x-3)^2)/x
(x^2-6x+9)/x = 0
x^2-6x+9=0
x^2-6x=-9
x(x-6)=-9
x=-9 x=6
And then you figure out which is the limit, which it usually is hard to figure out.
Now, I'm getting the fudge out of here before all these monkeyfudgers get all this math into my fudging head.
FUDGE!! I strongly dislike math......as you can see already...... :P
Now, I'm gonna go fudge up some fires.
*if you don't get the whole fudging thing, check out this vid, it explains a lot, and it's funny XD*
http://www.youtube.com/watch?v=uovMpapeCJQ
Blog 2
2nd blog
the formulas:
f(x+dx)-f(x) is for slope of a secant line (d=delta)
-----------
dx
lim f(x+dx)-f(x)
dx->0 ------------ is slope of tangent line
dx
the slope of tangent line formula is used to find a derivative, tests can try to trick you by asking several different names that mean the same
first plug in the function given to the formula, after finding the solution to the formula, plug in the point given to find the slope of the equation
to see if its correct you check on the calculator
Blog #2 - Mary Graci
When you are asked to find the derivative, it can be asked in a variety of ways: f'(x), dx/dy, etc.
Ex. 3x
First, plug it into the formula. 3(x+delta x) - 3x / delta x
Then, distribute and simplify. 3x + 3delta x - 3x / delta x
Cancel out whatever you can. 3delta x / delta x
Cancel again to get the delta x out of the denominator, and solve. = 3
Ex. x^2
Again, plug into the formula. (x+delta x)^2 - x^2 / delta x
Distribute and simplify. (x^2 + 2x delta x + delta x^2) - x^2 / delta x
Cancel. 2x delta x + delta x^2 / delta x
Factor out a delta x, then cancel again. delta x(2x + delta x) / delta x = 2x + delta x
Plug in 0 for delta x. 2x + (0) = 2x
Next week, we'll learn a shortcut of how to find a derivative. As for this week, I understood just about everything and I even did really good on my first Calculus test! Anyway, I don't have any questions for this week. Good luck on the upcoming weeks in Calc, everyone!
Blog 2
Ex: h(t)=t^2+3, (-2,7)
(x+deltax)^2+3-(t^2+3)
X^2+2xdeltax+deltax^2-t^2-3/delta x
(factor out a deltax and it will cancel)
2(-2)=-4
**The thing that I don’t understand about this chapter is what to do when a function is like x^3. One example is problem 35 on page 104.
9/5/10
Ex 1) Find the slope of the tangent line of the function f(x)=x^2+3x+4
**First off you have to figure out what the problem is asking you to find. "The slope of the tangent line" is a....DERIVATIVE! So all you have to do for this problem is find the derivative of the function given to you.
*So in order to find the derivative, all you do is plug the function into the derivative formula:
f(x+#x)-f(x)/#x *where lim#x>0...Which means all you do is plug (x+#x) into the equation every time you see an "x" ...(**# will be delta) and then subtract the original equation after. Then simplify the equation, and plug in zero as #x after.
*So you get: (x+#x)^2+3(x+#x)+4-(x^2+3x+4)
*Then expanding that you get:
x^2+2x#x+#x^2+3x+3#x+4-x^2-3x-4 / #x
(*Don't forget to distribute the negative to the original equation)
*Then you can cancel out x^2 and -x^2, 3x and -3x, 4 and -4
*So you have 2x#x+#x^2+3#x/#x
*Now you can factor out #x, since that's the only like term. And that'll cancel out the #x on the denominator also
*So after factoring #x out you get: #x(2x+#x+3)/#x
*Then you can cancel out the #x on the numerator and denominator and plug zero into your final equation >> 2x+#x+3
*So your slope of the tangent line is 2x+3
Ex. 2) Find an equation of the tangent line to the graph of f(x) at the given point.
f(x)=x^3 (2,8)
*The key word of this problem is "tangent line" which tells you you're going to have to find the derivative first
*So you get (x+#x)^3
(x+#x)(x^2+2x#x+#x^2)-x^3 /#x
x^3 + 2x#x + x#x^2 + x^2#x + 2x#x^2 + #x^3 - x^3 / #x
*Now you can cancel out x^3 and -x^3
*So now you have 2x^2#x + x#x^2 + x^2#x + 2x#x^2 + #x^3 / #x
*Next you can factor out a #x
#x(2x^2 + x#x + x^2 2x#x + #x^2) / #x
*then the #x on the numerator and denominator cancel out, and you can plug zero into the equation as #x
*So simplifying that equation you get 3x^2
*Now that you've got the derivative, you have to use the point they gave you, (2,8) to get the slope.
*So to get the slope of 2 (2 being the x term), you plug 2 into 3x^2.
3(2)^2 = 12
*Now to get your final equation you plug the slope and the point into the point slope formula:
y-y1=m(x-x1)
**So you're equation is y-8=12(x-2)
*I basically understood everything we learned this week. The only thing I'm unsure of is how to "discuss the behavior of f at (0,0)" ..like example 4 from our notes.
Blog #2 - Stephen Ledbetter
Saturday, September 4, 2010
Taylor Rodriguez : Blog 2
There are two formulas which need to be memorized
(((& means delta)
• The first formula is
f(x+&x)- f(x)/&x
This is the formula for a derivative. This formula is known as the secant line formula.
• The second formula is only a tiny bit different from the first
Lim f(x+&x)- f(x)/&x
&x -> 0
This formula is known as the slope of a tangent line
Solving for the problems we’ve had thus far in chapter 2 have consisted of plugging into these formulas and solving.
When given an equation you must plug x+&x into all x’s of the given equation and fill in the rest of the formula by placing – f(given equation exactly how its given)/ &x
Ex:
Find the slope of the graph of f(x)= 2x-3 at (2,1)
First you would plug in:
f(x) 2(x+&x)-3-(2x-3)/ &x
&x-> 0
Expand:
2x+2&x – 3 – 2x + 3 / &x
Take out what cancels:
2x + 2&x -3 -2x +3/&x
And you’re left with:
2&x/&x
Simplify:
2 &x/ &x
Therefore the answer is 2
((because there are no x’s left in the equation you can ignore the point (2,1) however if there had been any x’s you would have also plugged in 2 for the x’s before you simplified then solved as normal.))
There are a few helpful hints that need to be remembered
**remember that for each of these formulas any variable can be used for delta x
** remember that slope of the tangent line means to use the derivative formula
** there are many was to ask for a derivative these ways are:
Dy/dx
Y^1
F’(x)
d/dx {f(x)}
Dx[y]
D/dx
Wednesday, September 1, 2010
Prompt 1
1.A jump NEVER has a limit
-A jump will never have a limit because a jump will always have a break when you graph the function. When there is a jump the values will not match up because of the break it the graph. A jump also makes the function not continuous because there is no point, and the graph has to stop. It would be hard to tell if a problem was a jump by just looking at it, you would have to plug it into your calculator and show the graph to figure it out.
2.An asymptote (infinite) might have a limit
-There are several ways to figure out if an asymptote has a limit or not. One thing to remember is an asymptote is always a fraction (the function). The first way to figure out if a function is an asymptote is it out by trying to factor it. After factoring, if nothing cancels at the bottom then you set it equal to 0. X= the number would be the asymptote. Another way to figure it out is to plug the function into your calculator, then to graph it. If the graph has two curves that do not intersect, and they approach infinity or negative infinity, the function will have an asymptote. The limit of the asymptote will be the point between the two curves. The point will never touch the curves.
3.A removable ALWAYS has a limit
-If you are looking at a graph, a removable usually has a hole where the limit is. However, just because the hole shows that it is a discontinuity, does not mean it isn’t a limit. **Note that also a removable will be a fraction. When trying to figure out whether or not a problem is a removable, and has a limit, without using your calculator you would follow the same steps as an asymptote. First, you would factor what you could. Next, you would cancel out the things you could from the top and bottom. This step is different from an asymptote, set what you cancel equal to 0 and whatever x= would be the limit.