feelgooddan
- 9
- 0
TU= 4 sqr x1 + x2
differentiate by x1 if x1=9 and x2=8
differentiate by x1 if x1=9 and x2=8
Thank you! But I guess you forgot 4, is not it? So, the answer going to be 2 / (sqrt(x1))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.