How can I find Y from two equations WITHOUT using X?

  • Context: Undergrad 
  • Thread starter Thread starter danni7070
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
danni7070
Messages
91
Reaction score
0
How can I find Y from two equations WITHOUT using X:

(1) Xcos(Z) - Ycos(W) = 0

(2) Xsin(Z) + Ysin(W) - mg = 0

Now I have found out that

Y = Xcos(Z) / cos(W) and also

Y = mg - Xsin(Z) / sin(W)

How can I eliminate X from these two equations ??

Me algebra isn't good...
 
Physics news on Phys.org
I hope you meant

Y = (mg - Xsin(Z)) / sin(W)

the extra brackets are important!

It's easy to eliminate Y from the two equations you got.

Xcos(Z) / cos(W) = (mg - Xsin(Z)) / sin(W)

But you wanted to eliminate X, not Y. So start again and rearrange the two equations as

X = ...

not as Y = ...
 
Well, I'm trying to eliminate X frome (1) and (2) so I can solve Y in terms of anything BUT X.

I'm sorry but Xcos(z)=Ycos(w) doesn't ring any bell for me
 
Well, as long as Cos(z) does not equal 0, we have:
[tex]X=Y\frac{\cos(w)}{\cos(z)}[/tex]

Thus, inserting this on the X's place in your second equation, you get:
[tex]Y\cos(w)\tan(z)+Y\sin(w)=mg[/tex]
whereby you get:
[tex]Y=\frac{mg}{\cos(w)\tan(z)+\sin(w)}[/tex]
 
Ok! That was the simple rule I was looking for! Ycos(w)/cos(z) = Ycos(w)tan(z)

Thank you very much!