Finding the Coordinates of a Point Using Rectangular and Polar Formulas

AI Thread Summary
To find the coordinates of a point using rectangular and polar formulas, the equations r = sqrt(x^2 + y^2) and theta = arctan(y/x) are essential. Given x = 7 and theta = 52 degrees, one can solve for r using the equation x = rcos(theta). After determining r, it can be substituted into the equation y = rsin(theta) to find the value of y. This method effectively resolves the problem by utilizing known values to calculate the unknowns. The discussion highlights the importance of applying the correct equations to overcome mental blocks in problem-solving.
ArcadianGenesis
Messages
8
Reaction score
0

Homework Statement



The rectangular and polar coordinates of a point are (x,y) and (r,theta) where x = 7 and theta = 52 degrees. Determine r and y.

Homework Equations



r = srt(x^2 + y^2)
theta = arctan(y/x)
x = rcos(theta)
y = rsin(theta)

The Attempt at a Solution



I tried to assume that r and x would be the same, so I let r = 7, which would then make y = 5.5. But that's wrong. What else can possibly be done?
 
Last edited:
Physics news on Phys.org
2 equations, 2 unknowns

Use:
x=rcos(theta) eqn. 1
y=rsin(theta) eqn. 2

Since you know what x and theta are you can solve for r in eqn. 1.

Then once you know r you can plug that into eqn. 2 and solve for y.
 
Haha, nice. I was having one of those mental blocks that just would not allow me to think of that. Thanks.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top