Differentiate TU= 4 sqr x1 + x2

  • Thread starter Thread starter feelgooddan
  • Start date Start date
  • Tags Tags
    Differentiate
feelgooddan
Messages
9
Reaction score
0
TU= 4 sqr x1 + x2

differentiate by x1 if x1=9 and x2=8
 
Physics news on Phys.org


First of all, if you actually plug those numbers in there at this particular moment and then differentiate, you're going to end up with an answer of zero, so you shouldn't do that.

Differentiating anything with a sqrt should go something like this:

Firstly, move the sqrt into an exponent form.

sqrt( x ) = x^(1/2)

Now, take the derivative with respect to x (x1 in your case), using the power rule.

d/dx (x^(1/2)) = (1/2)x^(-1/2) = 1 / [2*(sqrt(x))]

If it applies, which I don't believe it does in your example, don't forget the chain rule.

Hope that helps.
 


Hobse said:
First of all, if you actually plug those numbers in there at this particular moment and then differentiate, you're going to end up with an answer of zero, so you shouldn't do that.

Differentiating anything with a sqrt should go something like this:

Firstly, move the sqrt into an exponent form.

sqrt( x ) = x^(1/2)

Now, take the derivative with respect to x (x1 in your case), using the power rule.

d/dx (x^(1/2)) = (1/2)x^(-1/2) = 1 / [2*(sqrt(x))]

If it applies, which I don't believe it does in your example, don't forget the chain rule.
Hope that helps.
Thank you! But I guess you forgot 4, is not it? So, the answer going to be 2 / (sqrt(x1))

I'm really interested in x2 here. So, it is going to be 0 in differentiation, right?
 


I believe the point was to just give you an idea of how it would go, not do the exact problem for you.

However, yes... x2 is 0 since it's treated as a constant.
 
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