Thursday, January 14, 2010
Product Rule
Tuesday, January 12, 2010
Product Rule Scribe Post
Live from Carbondale, it's Tuesday night! Welcome to your first scribe post. Our first scribe post is about the product rule, and since I can't think of any cool pictures that would represent the product rule, I'm just going to jump right in.
We started exploration 4-2 in class on Monday with this objective: Given a function that is a product of two other functions, find in one step, an equation for the derivative function. In math terms: if f(x)=g(x)*h(x), what will f'(x) be? First, we figured out if differentiation distributes over addition through this test:
Using a function that was a sum of two functions,:
y=(x3)+(5x+1)
we first differentiated by adding the derivative of each separate function:
d/dx(x3)+d/dx(5x+1)
this equalled:
=(3x2)+(5)
Then we differentiated the function as a whole:
d/dx(x3+5x+1)
this equalled:
=(3x2+5)
As you can see, the derivative of a sum of two funtions is equal to the sum of the derivatives of the two functions. This is how we discovered that YES, differentiation does distribute over addition. The we wondered, does it distribute over multiplication? We used similar steps to answer this question:
we started with the same composition of equations, but this time they were multiplied:
y=(x3)*(5x+1)
we differentiated each equation seperately:
d/dx(x3)*d/dx(5x+1)
this equalled
(3x2)*(5)
which simplifies to:
15x2
then we wanted to differentiate as a whole equation, so first, we simplified by distributing the x3 to the 5x+1 which equalled:
5x4+x3
then we differentiated the equation as a whole:
d/dx(5x4+x3)
This equals:
20x3+3x2
As you can see from this example, the derivative of a product of two functions is not equal to the the product of the derivatives of the two functions. This is how we discovered NO differentiation does NOT distribute over multiplications. So then we knew that we needed to find a way to find the derivative of a product of two functions. We then used the definition of derivative to derive the formula for the derivative of a product of two functions. Below is a slide from Bru's presentation that has the answers to the proof on the second page of your exploration. Below is an explanation of each step.
I'm really sorry if you can't read this, the same thing can be found of the slide show if the product rule that Bru posted.
1.-2.: Since y=uv, Δy=ΔuΔv and
(y+Δy)= (u+Δu)(v+Δv)
2.-3.: FOIL
3.-4.: The positive uv at the beginning and the negative uv at the end add to 0.
3.-4.: explained
4.-5.: You want the Δu or Δv to be in the fraction and the u or v to next to it. Bru did most of this step for you.
5.-6.: Explained, take the limit of all three seperately.
6.-7.: Δ symbol changes to d to symbolize that the limit is a derivative. The Δu in the third becomes zero based on the graph at the top of the page on the far left. We are taking the limit as Δx approaches 0 and as you can see by this graph, as Δx approaches 0, Δu also approaches 0.
So, the product rule is:
If f(x)=g(x)h(x)
Then f'(x)=g'(x)h(x)+g(x)h'(x)
We ended class with a couple of practice problems and learned that the algebra part (simplifying) is actually the hardest part. Here is one example we did in class. My commentary and additions are in red.
Check Your Understanding:
If f(x)=[(3x-8)7][(4x+9)5], find f'(x)
I put in the red brackets to help me figure out what the two different functions are.
f'(x)= (7(3x-8)6•3)((4x+9)5)+((3x-8)7)•(5(4x+9)4•4)
Take a look at the first term. In this term, you differentiated the function (which happened to be a composite functions and required the chain rule), and multiplied it by the second function. Then in the second term, you took the first function and multiplied it by the derivative of the second function (which was also composite). As long as you can keep all this straight in your head, this step is relatively easy. But now you have to simplify.
f'(x)= (3x-8)6(4x-9)4[21(4x+9)+20(3x-8)]
In this step you factored out (3x-8)6 and (4x-9)4. Then, you were only left with what is inside the brackets.
f'(x)= (3x-8)6(4x-9)4[84x+189+60x-160]
Distribute within the brackets.
f'(x)= (3x-8)6(4x-9)4[144x+29]
Combine like terms within the brackets, and now the equation is fully simplified.
My answers for numbers 3, 4, and 5. Let me know if you agree or disagree.
esinxcos2x-esinxsinx
x-6.3(1/x+ln4x*-6.3x-1.3)
(21x6-60x4)cos10x-10(3x7-12x5)sin10x
I think this one can be simplified more. I tried to factor out 3x4 but it didn't work, or maybe I did it wrong.
Enjoy! Comment if you wish.
Next Scribe is Babar.
Product Rule
Here's the link to the site that I found:
http://www.math.ucdavis.edu/~kouba/CalcOneDIRECTORY/productruledirectory/ProductRule.html
I think in this case the online source was more valuable to me, because it gave me the exact information I needed as well as an opportunity to try out that knowledge. The book does the same thing, but it also has a lot more information to navigate around.
One other thing I think is helpful, is being able to verbally define the Product Rule. This was not included in either the website or the book, but it can be done without them.
Here is Definition of the Product Rule:
Example:
Differentiate
Solution:
Monday, January 11, 2010
Today's Slides: January 11
Here are the slides from today's class on the Product Rule....
Cheers, Bru
The Product Rule
If I had wanted all the long algebra they gave the link, just in case.
This definition and example come from
http://www.math.hmc.edu/calculus/tutorials/prodrule/
Definition:
h
Example:
If
h
Sunday, January 10, 2010
Product Rule
Definition:
If f(x)=g(x)h(x) then f'(x)=g'(x)h(x) + g(x)h'(x)
Example:
f(x)=(4x^3)(3x^6)
f'(x)=(12x^2)(3x^6)+(4x^3)(18x^5)
f'(x)=(36x^8)+(72^8)
f'(x)=108^8
Example:
f(x)=(4x^3)ln5x
f'(x)=(12x^2)(ln5x)+(4x^3)((1/5x)(5))
f'(x)=(12x^2)(ln5x)+(4x^3)(1/x)
Product Rule Site Comparison
Definition:
if h(x)=f(x)g(x)
then h'(x)=f'(x)g(x)+f(x)g'(x)
Example:
if: h(x)= (x^2+5)(3x)
then: h'(x)= (2x)(3x)+(x^2+5)(3)
(derivative of the first)(the second)+(the first)(derivative of the second)
=3x^2+6x^2+15
=9x^2+15
Product Rule
http://en.wikipedia.org/wiki/Product_rule
y'=u'v+uv'
y=x^4cos6x
y'=4x^3cos6x+x^4(-sin6x)*6
y'=4x^3cos6x-6x^4sin6x
About Product Rule
Product rule:
Property from the textbook
If y = uv, where u and v are differentiable functions of x, then y' = u'v + uv'
Verbally: Derivative of first times second, plus first times derivative of second.
Simply, take the derivative of the first function times the second function, add this to the product of the derivative of the second fucntion and the first function.
Example:
y = (x^2)*(ln x)
y' = 2xln x + (x^2)*(1/ x) = x + 2xln x
http://en.wikipedia.org/wiki/Product_rule
Check out this.
The product rule is proved by the area of rectangles.
This is very neat.
Product Rule for visual Learners
Product Rule
f(x) = 3x.cos(5x)
f’(x) = 3cos(5x) + 3x . – sin(5x).5
f’(x) = 3cos(5x) – 15xsin(5x)
Product Rule
Looking in the book, I found that the definition was very concise and easy to understand. Unlike the site that I found which took time to watch and absorb all of the information as it flashed by on an animation. In the Presentation that was dragged on for several minutes I learned the same amount as in the two line definition box in the book. It is also a lot easier to understand an elementary explanation than a huge production with lots of distractions.
Definition:
if f(x) = u•v then f'(x) = u'•v + u•v'
Examples:
f(x) = 3x^2 • lnx
f'(x) = (6x • lnx) + (3x^2 • 1/x)
f'(x) = (6x • lnx) + (3x)
Awesome Product Rule Video!
Product Rule
Product Rule:
The product rule is a formal rule for differentiating problems where one function is multiplied by another. The rule follows from the limit definition of derivative and is given by
Example: Differentiate
Product Rule Source Response
Thus, I choose the textbook because it is more reliable.
Product rule:
If y=uv
then
y'=u'v + uv'
Example of the product rule:
If y=5xlnx
then
y'=5lnx+5x(1/x)=5lnx+x
Product Rule
Or textbook clearly explained the definition of the derivative of a product of two functions. It also gave three examples in order to fully understand the product rule. The book includes both a mathematical and verbal explanation. The online explanation was similar in that it mathematically explained the product rule and gave multiple examples. I found the online explanation useful in that it explained the product rule in terms of f(x), g(x), and h(x), mathematically in multiple ways. I found the textbook explanation a bit easier to understand and visualize because of its verbal explanation.
Product Rule: Mathematical: If h(x)=f(x)g(x), then h'(x)= f'(x)g(x)+f(x)g'(x),
Verbally: The derivative of the function of the product of two functions is the derivative of the first function times the second function plus the first function times the derivative of the second.
Example:
f(x)=x4cos6x
f’(x)=4x3cos6x+x4(-sin6x)(6)
f’(x)=4x3cos6x-6x4sin6x
Saturday, January 9, 2010
Product Rule
This forum post is showing the differences between textbook definitions and online definitions of the product rule. On our textbook, product rule was clearly defined with in the box. It also gave us the proof with the general definition of the derivative. It also provides simpler definition of the product rule with not only with letters, but also with words. On the other hand, online version of the definition of the product rule I found provided audio and video description of the definition. It was easier for me to understand with someone talking to me; therefore, I thought that online version I found had more clear description. However if someone wants to know more about product rule not simply about how to solve the problem, one should go through the textbook to learn about the product rule.
Product Rule:
Example:
Friday, January 8, 2010
Forum Question: The Product Rule
Delicious is a social bookmarking service that allows users to tag, save, manage and share web pages from a centralized source. Delicious greatly improves how people discover, remember and share on the Internet (excerpted from the Delicious website). This Forum Question requires setting up a Delicious account. Once you create an account, take some time to learn how to use the features. ... Ready to try it out?
The next derivative rule you will learn is the Product Rule for finding the derivative of a product of two functions. Search the Internet for a site which explains the Product Rule well enough for you to understand and apply. Bookmark this site on Delicious. So that your classmates can easily find this bookmark, you want to assign a tag which will be recognized by our class. The tag you will use for this bookmark (and all future bookmarks for this course) is crmscalc2010. Add a second tag of your nom de plume, and a third tag of Product Rule. Now the bookmark can be easily shared with anyone in our class. Look for your bookmark in our Delicious library on the left sidebar of our blog.
Once you have bookmarked the site, read Section 4.2 of our textbook on the Product Rule. Write a blog post comparing the explanations given on your bookmarked site and in the textbook. From which source did you get a better understanding of the rule? Include in your post what you liked and disliked about each explanation. End your post by stating the Product Rule and giving an example.
After posting to our blog, take this short quiz to check your understanding of the Product Rule.


.png)
.png)
.png)
.png)