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.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged 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