Matlab Newton-Raphson Solver - Catenary Problem
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
A classical problem in engineering is the Catenary problem. This problem is an idealized model of the static equilibrium of a rope or chain suspended from 2 points. The solution to the problem is
y = a*cosh(x/a)
where a is a constant to computed and x ∈ (−h/2, h/2). If, additionally, you are given the length of the suspended rope, L, the following equation needs to be solved to compute the constant a:
L= (2a)*sinh (h/2a)
Assuming h = 97 and L = 100, use a Newton solver to compute a. Compare with using MATLAB’s fzero command. Plot the resulting Catenary curve.
Thanks!
2 comentarios
VIGNESH BALAJI
el 28 de Jul. de 2023
Will there be a difference between finding a solution based on fzero and newton-euler method ?
Respuestas (1)
Alberto
el 19 de Oct. de 2014
This is not the place to get a full solution for your homework. Here you are a few links to start your part:
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!