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 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Struggling to make relation between elastic force and height'
Hello guys this is what I tried so far. I used the UTS to calculate the force it needs when the rope tears. My idea was to make a relationship/ function that would give me the force depending on height. Yeah i couldnt find a way to solve it. I also thought about how I could use hooks law (how it was given to me in my script) with the thought of instead of having two part of a rope id have one singular rope from the middle to the top where I could find the difference in height. But the...
Back
Top