Difference between revisions of "Math 22 Product Rule and Quotient Rule"
Jump to navigation
Jump to search
(Created page with "==The Product Rule== The derivative of the product of two differentiable functions is equal to the first function times the derivative of the second plus the second funct...") |
|||
Line 3: | Line 3: | ||
the derivative of the second plus the second function times the derivative of the first. | the derivative of the second plus the second function times the derivative of the first. | ||
<math>\frac{d}{dx}[f(x)\cdot g(x)]=f'(x)g(x)+f(x)g'(x)</math> | <math>\frac{d}{dx}[f(x)\cdot g(x)]=f'(x)g(x)+f(x)g'(x)</math> | ||
+ | |||
+ | '''Example''': Find derivative of | ||
+ | |||
+ | '''1)''' <math>f(x)=(x+1)(x^2+3)</math> | ||
+ | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Solution: | ||
+ | |- | ||
+ | |<math style="vertical-align: -5px">f'(x)=\frac{d}{dx}[(x+1)](x^2+3)+(x+1)\frac{d}{dx}[(x^2+3)]</math> | ||
+ | |- | ||
+ | |<math>=(1)(x^2+3)+(x+1)(2x)=x^2+3+2x^2+2x=3x^2+2x+3</math> | ||
+ | |} | ||
+ | |||
+ | '''2)''' <math>f(x)=(4x+3x^2)(6-3x)</math> | ||
+ | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Solution: | ||
+ | |- | ||
+ | |<math style="vertical-align: -5px">f'(x)=\frac{d}{dx}[(4x+3x^2)](6-3x)+(4x+3x^2)\frac{d}{dx}[(6-3x)]</math> | ||
+ | |- | ||
+ | |<math>=(4+6x)(6-3x)+(4x+3x^2)(-3)=24+36x-12x-18x^2-12x-9x^2=-27x^2+12x+24</math> | ||
+ | |} | ||
+ | |||
+ | '''3)''' <math>f(x)=(e^2+x^2)(4x+5)</math> | ||
+ | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Solution: | ||
+ | |- | ||
+ | |<math style="vertical-align: -5px">f'(x)=\frac{d}{dx}[(e^2+x^2)](4x+5)+(e^2+x^2)\frac{d}{dx}[(4x+5)]</math> | ||
+ | |- | ||
+ | |<math>=(2x)(4x+5)+(e^2+x^2)(4)=8x^2+10x+4e^2+8x^2=-16x^2+10x+4e^2</math> | ||
+ | |} | ||
[[Math_22| '''Return to Topics Page''']] | [[Math_22| '''Return to Topics Page''']] | ||
'''This page were made by [[Contributors|Tri Phan]]''' | '''This page were made by [[Contributors|Tri Phan]]''' |
Revision as of 08:19, 22 July 2020
The Product Rule
The derivative of the product of two differentiable functions is equal to the first function times
the derivative of the second plus the second function times the derivative of the first.
Example: Find derivative of
1)
Solution: |
---|
2)
Solution: |
---|
3)
Solution: |
---|
This page were made by Tri Phan