Using the definition of the partial derivative

cchase88
Messages
4
Reaction score
0
I need some help with this partial derivative. I can do it by rules, but when I try and do it out using the definition of the partial derivative, I run into problems.

Homework Statement


Find the partial derivative of sqrt[x]y^2 - 4xy with respect to x


The Attempt at a Solution


Going through while holding a variable constant and using basic derivative rules, I was able to get:

(y^2) / 2sqrt[x] - 4y
 
Physics news on Phys.org
hi
As long as that is
(y^2) / (2.sqrt[x]) - 4y
looks good to me...
 
I got that answer by using derivative rules, and not by the definition. When you plug in x+h for x you get sqrt[x+h].. and that's where I'm getting stuck.

I come out getting this:

(4hy + (sqrt[x+h] - sqrt[x])y^2)/h
 
cchase88 said:
I got that answer by using derivative rules, and not by the definition. When you plug in x+h for x you get sqrt[x+h].. and that's where I'm getting stuck.

I come out getting this:

(4hy + (sqrt[x+h] - sqrt[x])y^2)/h
It's getting close to bedtime, so I don't have time to check your work up to this point. Assuming that it's correct up to this point, split the expression above into the sum of two terms, like so:
4hy/h + (sqrt(x + h) - sqrt(x))*y
\frac{4hy}{h} + \frac{y^2(\sqrt{x + h} - \sqrt{x})}{h}

It'll be easy to take the limit as h goes to zero for the term on the left, but the one on the right needs a trick, namely to multiply it (the quotient on the right) by 1 in the form of
\frac{\sqrt{x + h} + \sqrt{x}}{\sqrt{x + h} + \sqrt{x}}

That should give you something that you can take the limit on.
 
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