Product Rule for Derivatives: Understanding and Applying

Winning
Messages
5
Reaction score
0

Homework Statement



\frac{d}{dx}x^{2}y^{2} = ?

Homework Equations



Power rule: \frac{d}{dx}x^{n} = nx^{n-1}
Product rule: \frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + g'(x)f(x)

The Attempt at a Solution



My TI-89 titanium gives me 2xy^{2}
Which contradicts the power rule.

Doing this by hand gives me
2x^{2}y + 2xy^{2}

Which one is correct? Is "y" considered as it's own function or as a constant?
 
Physics news on Phys.org
Winning said:

Homework Statement



\frac{d}{dx}x^{2}y^{2} = ?

Homework Equations



Power rule: \frac{d}{dx}x^{n} = nx^{n-1}
Product rule: \frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + g'(x)f(x)

The Attempt at a Solution



My TI-89 titanium gives me 2xy^{2}
Which contradicts the power rule.

Doing this by hand gives me
2x^{2}y + 2xy^{2}

Which one is correct? Is "y" considered as it's own function or as a constant?
Why do you think that d(y^2)/dx is 2y?

RGV
 
If y does not depend on x, then the calculator's answer is correct. You treat y as a constant in that case.

If y does depend on x, then you have to use the chain rule in addition to the rules you used:

\frac{d}{dx} (x^2 y^2) = 2xy^2 + 2x^2 y \frac{dy}{dx}

Notice that if y is constant (not dependent on x), then

\frac{dy}{dx} = 0

so the above reduces to your calculator's answer.
 
@Ray Vickson: That's a good question... I had a brainfart lol.

@jbunniii: Yeah, y is dependent on x... I forgot to mention that this is part of an Imp. Diff. problem. Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top