Orson
- 67
- 5
Homework Statement
find derivative of (x-2)(x-3)^2
Homework Equations
using product rule.
The Attempt at a Solution
1(x-3)^2+2(x-3)
x^2-6x-9 +2x-6
x^2-4x-15
doesn't factor.
The discussion revolves around finding the derivative of the polynomial expression (x-2)(x-3)^2, focusing on the application of the product rule in calculus.
The discussion is ongoing, with participants providing feedback on each other's attempts and suggesting alternative approaches. Some participants have noted the importance of retaining factors during differentiation, while others are exploring the implications of finding critical points.
There is mention of potential confusion regarding the need to find zeros of the derivative, with some participants questioning the relevance of this step based on the original problem statement.
There are a few mistakes in there. You've forgotten a factor in the product rule ##(g\cdot h)'=g' \cdot h + g \cdot h'## and a sign error in the binomial formula.Orson said:Homework Statement
find derivative of (x-2)(x-3)^2
Homework Equations
using product rule.
The Attempt at a Solution
1(x-3)^2+2(x-3)
x^2-6x-9 +2x-6
x^2-4x-15
doesn't factor.
No, the ##g##.Orson said:Did I forget the 1?
Close.Orson said:tried again and 3x^2-14x+21
This time the square in ##h## is lost, i.e. the second line should be ##1\cdot (x-3)^2 + (x-2)\cdot 2 \cdot (x-3) \cdot 1##.Orson said:for clarification: using product rule.
(x-2)(x-3)^2
1(x-3)+(x-2)2(x-3)
(x-3)+(x-2)2x-6)
(x-3)+2x^2-10x+12
2x^2-9x+9
(2x-3) (x-3)
x=3
x=3/2
you're right. I will chew on it some more.fresh_42 said:This time the square in ##h## is lost, i.e. the second line should be ##1\cdot (x-3)^2 + (x-2)\cdot 2 \cdot (x-3) \cdot 1##.
certainly does factor.epenguin said:It has got to factor and the factor has got to be (x - 3).
Instead of getting lost in error-prone detail, differentiate the more general fg2
Does the result of that factorise? Easily?
I don't see why you're finding the zeros of the expression.Orson said:certainly does factor.
(x-3)^2 +(x-2)*2(x-3)
x^2-6x+9+(x-2)(2x-6)
x^2-6x+9+2x^2-10x+12
3x^2-16x+21
3x^2-9x-7x+21
3x(x-3)-7(x-3)
(3x-7)(x-3)
x=7/3 x=3
I don't either, based on the problem description at the start of the thread. However, if another part of the problem is to find the critical points, then one would need to factor the derivative to see where it is zero.WWGD said:I don't see why you're finding the zeros of the expression.
Yes. I was finding maxima and minima. I had trouble factoring that function.WWGD said:I don't see why you're finding the zeros of the expression.
Ok. Can you expound on that ?epenguin said:But there is no virtue in doing it a long way round when you can do it in a way that retains an original factor.
I think what @epenguin was saying was that it's not helpful to expand the factors that you get when you differentiate. If y = (x - 2)(x - 3)2,Orson said:Ok. Can you expound on that ?
Lemme chew on that. I have another one I am having trouble with. Has to do with minus signs.epenguin said:Yes IMO still easier to see if you keep the more general form fg2.
Just use differentiation of a product rule (uv)' = u'v + uv' which applied to fg2 is
( fg2)' = f'g2 + 2fgg' = g(f' + 2fg') .
Something like this is always going to happen if the original function contains something to a power.