Proving r^2 = x^2 + y^2 in Polar Coordinates

  • Thread starter Thread starter mrcleanhands
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
mrcleanhands

Homework Statement


Consider z=f(x,y), where x=rcosθ and y=rsinθ
(This is a multi part multi variable calculus assignment question). I've just derived dz/dr and now I'm asked... to show that [itex]r^{2}=x^{2}+y^{2},<br /> \theta=a\tan(\frac{y}{x})[/itex]

Homework Equations


The Attempt at a Solution



I've drawn up a triangle with r as the hypotenuse, x on the x axis, y on the y axis.

and then x=rcosθ=r * x/r = x by trig laws and then [itex]r^{2}=x^{2}+y^{2}[/itex] by pythagoras theorem etc


this seems too easy. is there some other way to show this?
 
Physics news on Phys.org
Not unless you want to prove the Pythagorean Theorem itself.
 
mrcleanhands said:

Homework Statement


Consider z=f(x,y), where x=rcosθ and y=rsinθ
(This is a multi part multi variable calculus assignment question). I've just derived dz/dr and now I'm asked... to show that [itex]r^{2}=x^{2}+y^{2},<br /> \theta=a\tan(\frac{y}{x})[/itex]

That doesn't have anything to do with ##z = f(x,y)##. It's just standard polar coordinate equations.$$
x^2 + y^2 = r^2\cos^2\theta + r^2\sin^2\theta = r^2$$ $$
\frac y x = \frac{r\sin\theta}{r\cos\theta}=\tan\theta$$
 
yeah that's why I was confused. I don't get how I'm showing that by just plugging it into equations and referring to the polar equations.