Evaluating Partial Derivative of g w.r.t. Theta at (2*sqrt(2),pi/4)

  • Thread starter Thread starter snoggerT
  • Start date Start date
  • Tags Tags
    Chain Chain rule
snoggerT
Messages
183
Reaction score
0
use chain rule to evaluate partial derivative of g with respect to theta at (r,[theta])=(2*sqrt(2),pi/4), where g(x,y) = 1/(x+y^2), x=rsin[theta] and y=rcos[theta]


r^2=x^2+y^2 and tan[theta]=y/x

The Attempt at a Solution



I understand how to use the chain rule for partial derivatives, but I can't seem to figure out any of the problems that use polar coordinates. please help.
 
Physics news on Phys.org
use
x=rcos(theta)
y=rsin(theta)
 
m_s_a said:
use
x=rcos(theta)
y=rsin(theta)

- so for every x/y in the equation I get, plug in the polar coordinate for them?
 
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