Optimizing Equations for Maximum S and Minimum x | h, t, w, j | Personal Project

  • Thread starter Thread starter strokebow
  • Start date Start date
  • Tags Tags
    Optimization
strokebow
Messages
122
Reaction score
0

Homework Statement


I need to optimise a couple of equations.
I want maximum S for minimum x.

Constants:
h, t

Variables:
w, j

Homework Equations


S = ( (j) / (j + 0.5*w) )^2 [Eqn 1]
x = (const) * (j / w) [Eqn 2]
[See attachment]

The Attempt at a Solution


Well...
I've tried to re-arrange [Eqn 1] to make j the subject but I cannot. I get:
((j)^2) * ( 1 - S + ((S*w)/j) ) = (S*(w^2))/4

I thought that if I rearrange both equations for j or w and set them equal to each other then I can try to find the min/max of the equation (for the other variable).

Any ideas/help please?

thanks**Edit Oops... posted in the wrong forum sub category. This is not homework nor coursework. This is a personal project. Either way, I could do with some help :-)
 

Attachments

  • temp.jpg
    temp.jpg
    2.4 KB · Views: 452
Last edited:
Physics news on Phys.org
I'm thinking... is it even possible?

Surely, I can plot S and x over a range of h and w and find where S is maximum and r is minimum??
 
Might be instructive to go through some mental gyrations. For example, assume j is a fixed positive number and figure out what value of w will minimize x or maximize S. Then assume j is a fixed negative number and figure out what value of w will minimize x or maximize S. You should be able to zero in rather quickly on what you are looking for.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top