Hyperbolic Cosine curve fitting

AI Thread Summary
The discussion focuses on fitting a hyperbolic cosine curve to a hyperbola with a vertex at (0,0) and a point at (4,7). The formula used is y=a cosh(x/a)-a, but attempts to solve for the constant 'a' resulted in no integer solutions. Graphing the function y=x cosh(4/x)-x-7 is suggested as a method to find the appropriate value of 'a'. It is clarified that the equation describes a catenary rather than a hyperbola, indicating a fundamental misunderstanding of the curve's nature. The conversation concludes with a query about identifying equations that lack closed-form solutions.
Denyven
Messages
19
Reaction score
0

Homework Statement


I need to fit a curve using cosh to a hyperbola with a vertex of (0,0) and a point at (4,7).

The scanned worksheet can be found here
http://img519.imageshack.us/i/scan0001gu.jpg/"
http://img192.imageshack.us/i/scan0002uz.jpg/"

Homework Equations


y=a cosh (\frac{x}{a})-a=\frac{a}{2}(e^{\frac{x}{a}}+e^{\frac{-x}{a}})-a "is the formula for a hyperbola at a vertex of 0,0. a is a constant that modifies the shape" that is what the assignment said exactaly

The Attempt at a Solution


I plugged in 4 for x and 7 for y and attempted to solve algebraically, I just got stuck. then I plugged the equation I attempted to solve into wolfram alpha and got the response no integer solution.

http://www.wolframalpha.com/input/?i=7%3D(a/2)(e^(4/a)%2Be^(-4/a))%2Ba+solve+for+a
 
Last edited by a moderator:
Physics news on Phys.org
The solution value of a isn't an integer.

Try graphing the function

<br /> y=x cosh (\frac{4}{x})-x-7<br />

and use that to help you find the right value of a.
 
There is probably no closed-form solution, and besides, this formula doesn't describe a hyperbola, but a catenary.
 
hgfalling said:
The solution value of a isn't an integer.

Try graphing the function

<br /> y=x cosh (\frac{4}{x})-x-7<br />

and use that to help you find the right value of a.

Thanks so much for your help! I graphed that, and since you solved to equation for 0 then turned 0 into y I looked for the x intercept of the graph and the value fit, thank you so much!
But just for the sake of knowing, how can you guys tell if an equation has no closed form solution?
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top