Difficult optimal cable cost analysis

  • Thread starter Thread starter algar32
  • Start date Start date
  • Tags Tags
    Analysis Cable
Click For Summary
SUMMARY

The forum discussion centers on optimizing cable cost analysis through mathematical expressions involving length and tension. Participants suggest deriving expressions for length and tension as functions of coordinates (x, y, z) and minimizing the cost function using calculus. The final expressions indicate that the local minimum cost occurs at the coordinates (x, z) = (2.243, 0.449), which also serves as the global minimum under the constraint that tension must remain positive.

PREREQUISITES
  • Understanding of vector equations and forces in physics
  • Familiarity with calculus, particularly optimization techniques
  • Knowledge of Gaussian elimination for solving systems of linear equations
  • Ability to analyze multivariate functions for global minima
NEXT STEPS
  • Study optimization techniques in calculus, focusing on multivariable functions
  • Learn about Gaussian elimination and its applications in solving linear systems
  • Explore vector calculus to understand forces and tensions in physical systems
  • Research methods for global optimization in constrained environments
USEFUL FOR

Students and professionals in engineering, physics, and applied mathematics who are involved in cost optimization and analysis of physical systems.

  • #61
algar32 said:
the magnitude is just the sqrt( x^2+y^2+z^2)

in our case that would be sqrt(x^2+16+z^2)

You are telling me that is the tension?
If that is the case where does the equation of b come into play?Thanks.

Tension magnitude = sqrt(x^2+16+z^2) times b

b was a scalar.

I may be wrong. Let someone confirm.
 
Physics news on Phys.org
  • #62
is it Tab= b(tension)

=(2963/5x+z+12) (x^2+16+z^2)
 
  • #63
rollingstein said:
sqrt(x^2+16+z^2) times b

b was a scalar.

Okay just saw this now. I think I got the same in my last post so... length x tension
= (x^2+16+z^2) x (2963/5x+z+12) (x^2+16+z^2)

Then minimize this equation?
 
  • #64
algar32 said:
Okay just saw this now. I think I got the same in my last post so...


length x tension
= (x^2+16+z^2) x (2963/5x+z+12) (x^2+16+z^2)

No.

sqrt(x^2+16+z^2) x (2963/5x+z+12) sqrt(x^2+16+z^2)
 
  • #65
rollingstein said:
No.

sqrt(x^2+16+z^2) x (2963/5x+z+12) sqrt(x^2+16+z^2)

eh my bad. I meant to put those in there... I need sleep :(. Anyway thanks for the help. I understand where this eq. comes from now. When voko did his minimization the 2963 is never included. Could you provide some insight as to where this goes? Thanks.
 
  • #66
algar32 said:
eh my bad. I meant to put those in there... I need sleep :(. Anyway thanks for the help. I understand where this eq. comes from now. When voko did his minimization the 2963 is never included. Could you provide some insight as to where this goes? Thanks.


min(k*f(x,y)) = k * min(f(x,y))
 
  • #67
rollingstein said:
min(k*f(x,y)) = k * min(f(x,y))

Okay so the k in your equation is just the 2963 constant being brought out because it is no longer needed for the calculation of the cost function.

It completely unrelated to the value of k in voko's work correct?

voko said:
Indeed b > 0 is a physical constraint that must be satisfied. This constrains the domain of the cost function. And it must be minimized in that domain.

For a general multivariate function, global minimization is a very difficult problem. In this case, however, the problem can be analyzed with elementary means. Let's take some value k and see if the cost function can be less than that: i.e.,

(x^2 + z^2 +16)/(5*x+z+12) < k

(x^2 + z^2 +16) < k(5*x+z+12)

(x^2 + z^2 +16) - k(5*x+z+12) < 0

x^2 - 5kx + (2.5k)^2 - (2.5k)^2 + z^2 - kz + (0.5k)^2 - (0.5k)^2 + 16 - 12k < 0

(x - 2.5k)^2 - (2.5k)^2 + (z - 0.5k)^2 - (0.5k)^2 + 16 - 12k < 0

(x - 2.5k)^2 + (z - 0.5k)^2 - 6.5k^2 - 12k + 16 < 0

It is obvious that the minimum of the left-hand side expression is -6.5k^2 - 12k + 16, so -6.5k^2 - 12k + 16 < 0. What does this inequality mean? It means that for any k satisfying it, there are lesser values of the cost function, i.e., this value is not minimal.

There are two ranges of k satisfying this inequality: ## k > 4 \frac {\sqrt{35} - 3 } {13} ## and ## k < -4 \frac {\sqrt{35} + 3 } {13} ##. The second range is invalid, because we require that the cost-function be positive, so we have only one range, and that means that ## \displaystyle k = 4 \frac {\sqrt{35} - 3 } {13} ## is the greatest value, for which no lesser value exists, i.e., it is the global minimum. And it is exactly the value you obtained for the local minimum, so the local minimum is also global.
 
  • #68
Also I followed vokos steps for global minimization. Wolfram says there is no global minima. Why is this?

Also now that I have the global minima, what is the best way to find x an zfrom this? Thanks.
 
Last edited:
  • #69
Regarding the global minimum, you have to specify that 5x+z+12 > 0.

To get x and z, go back to (x - 2.5k)^2 + (z - 0.5k)^2 - 6.5k^2 - 12k + 16 < 0. The minimum is attained when (x - 2.5k) = 0 and (z - 0.5k)^2 = 0.
 
  • #70
thanks
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 28 ·
Replies
28
Views
6K
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
10K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 4 ·
Replies
4
Views
9K