Throw whatever you have against these 2 equations

  • Context: Undergrad 
  • Thread starter Thread starter andrewm
  • 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
8 replies · 2K views
andrewm
Messages
49
Reaction score
0
This isn't my homework: I'm doing some physics research and I'm stuck at a simple 2 equations. I want to solve these equations

[tex]A \cos(\gamma) \sinh(\theta) = \lambda - B \cosh(\theta)[/tex]
[tex]A \cos(\gamma) \cosh(\theta) = A \sin(\gamma) - B \sinh(\theta)[/tex]

I'd like to know if there's any way I can find [tex]\lambda[/tex] if I start with A and B known. I'd be happy to do this numerically, but I can't see how I would. I've tried monkeying with the algebra for a while.

All that my undergrad math tells me is that there should be a solution since there are 2 equations, 2 unknowns.

Is there any way I can solve this numerically, or approximate the solution by hand, or even show that there is a solution?

I'm stumped!
 
Physics news on Phys.org
There are 4 unknowns in this. A, B, Gamma, Theta.

There may be a way of solving this but not with any form of simulataneous equations of matrices i wouldn't think. Don't hold me to that though.
 
A and B are known parameters. Indeed, I have already tabulated them numerically.
 
Sorry that was me misreading the post. Another problem is still there. Even though we have two equations we have three variables. (I missed out lambda last time). You would need 3 equations for this to work.
 
Of course, thanks. I'll try to find a new constraint.
 
andrewm said:
This isn't my homework: I'm doing some physics research and I'm stuck at a simple 2 equations. I want to solve these equations

[tex]A \cos(\gamma) \sinh(\theta) = \lambda - B \cosh(\theta)[/tex]
[tex]A \cos(\gamma) \cosh(\theta) = A \sin(\gamma) - B \sinh(\theta)[/tex]

I'd like to know if there's any way I can find [tex]\lambda[/tex] if I start with A and B known. I'd be happy to do this numerically, but I can't see how I would. I've tried monkeying with the algebra for a while.

All that my undergrad math tells me is that there should be a solution since there are 2 equations, 2 unknowns.

Is there any way I can solve this numerically, or approximate the solution by hand, or even show that there is a solution?

I'm stumped!
At the very least, you may square&subtract:
[tex]A^{2}\cos^{2}(\gamma) \cosh^{2}(\theta)-A^{2} \cos^{2}(\gamma) \sinh^{2}(\theta)= (A \sin(\gamma) - B \sinh(\theta))^{2}-(\lambda - B \cosh(\theta) )^{2}[/tex]
Which can be simplified to:
[tex]A^{2}\cos(2\gamma)=2B\lambda\cosh(\theta)-2AB\sin(\gamma)\sinh(\theta)-(B^{2}+\lambda^{2})[/tex]
Maybe this equation can be used for something, or maybe not.
 
If you're just looking for any solution...

To start, pick gamma=pi/2. Then your equations reduce to

[tex]\lambda -Bcosh( \theta ) = 0[/tex]
[tex]A - Bsinh (\theta ) = 0[/tex]

Based on the second equation, you find theta, then use the first equation to find lambda.
 
I'd bring all thetas on one side and then square and subtract. The result is
[tex] \cos 2\gamma=\frac{B^2-\lambda^2}{A^2}[/tex]
but please check it for yourself.