Derivative of two polynomials, one of them being squared

Click For Summary

Homework Help Overview

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.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the application of the product rule and identify potential mistakes in the differentiation process. There are attempts to clarify the correct application of the product rule and to check for errors in calculations.

Discussion Status

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.

Contextual Notes

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.

Orson
Messages
67
Reaction score
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.
 
Physics news on Phys.org
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.
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.
 
Did I forget the 1?
 
tried again and 3x^2-14x+21
 
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
 
Orson said:
Did I forget the 1?
No, the ##g##.
Orson said:
tried again and 3x^2-14x+21
Close.

You can always calculate ##p(x)=(x-2)(x-3)^2## and differentiate the result to have a comparison.
 
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
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##.
 
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##.
you're right. I will chew on it some more.
 
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?
 
Last edited:
  • Like
Likes   Reactions: Orson
  • #10
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?
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
 
  • #11
That's correct.
 
  • #12
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 see why you're finding the zeros of the expression.
 
  • #13
WWGD said:
I don't see why you're finding the zeros of the expression.
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.
 
  • Like
Likes   Reactions: Orson and WWGD
  • #14
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.
 
  • Like
Likes   Reactions: WWGD
  • #15
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.
 
  • #16
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.
Ok. Can you expound on that ?
 
  • #17
Orson said:
Ok. Can you expound on that ?
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,
then y' = (x - 2) * 2(x - 3) + 1 * (x - 3)2, which can by rewritten as (x - 3)(2(x - 2) + x - 3)) = (x - 3)(3x - 7)
Now to find where y' = 0, it's easy to see that x = 3 or x = 7/3.
 
  • Like
Likes   Reactions: Orson
  • #18
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.
 
Last edited:
  • Like
Likes   Reactions: Orson
  • #19
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.
Lemme chew on that. I have another one I am having trouble with. Has to do with minus signs.
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K