haruspex said:
Your 5th and 6th lines each have the form <some expression> = 1. The second should have something other than 1 on the right hand side.
see below
Mark44 said:
I have to say that the image of your work is very poor quality. IMO, you are lucky that haruspex took the time to decipher your hard-to-read work. I'm sure that many others wouldn't bother.
Apologies, I thought it was fine.
working:
[itex]x = \dfrac{a(cosh\theta + 1)}{2cosh\theta}[/itex][itex]y = \dfrac{b(cosh\theta - a)}{2sinh\theta}[/itex]
rearranging x = ... for cosh theta:
[itex]cosh\theta = \dfrac{a}{2x - a}[/itex]
subbing this into y = ...
[itex]y = \dfrac{b(\dfrac{2a-2x}{2x-a})}{2sinh\theta}[/itex]
rearranging for sinh:
[itex]sinh\theta = \dfrac{b(a-x)}{y(2x-a)}[/itex]
now using [itex]cosh^2\theta - sinh^2\theta = 1[/itex]
[itex]\dfrac{a^2}{(2x-a)^2} - \dfrac{b^2(a-x)^2}{y^2(2x-a)^2} = 1[/itex]
[itex]y^2a^2 - b^2(a-x)^2 = y^2(2x-a)^2[/itex]
[itex]y^2a^2 - b^2(a^2-2ax + x^2) = y^2(4x^2 - 4ax + a^2)[/itex]
[itex]-b^2a^2 + 2ab^2x - b^2x^2 = 4y^2x^2 - 4ay^2x[/itex]
not sure where to go from here