Optimizing Kite Area: Solving x,y,z for Max Area

  • Thread starter Thread starter trajan22
  • Start date Start date
  • Tags Tags
    Optimization
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
trajan22
Messages
134
Reaction score
1
I have a kite pictured below...i need to determine x y z so that the kite has a maximum area. a and b are fixed constants.

The way I am thinking of trying this is to have this equation
(x*y)+(z*x)=A
from this i have three variables so i should solve for y in terms of x and solve for z in terms of x this will give me one equation one unknown so i can differentiate and set it equal to zero. therefore solving.

Would this be a correct approach for this problem...(sorry about the poor drawing, its difficult on a touchpad)
 

Attachments

  • untitled.GIF
    untitled.GIF
    2.1 KB · Views: 601
Physics news on Phys.org
I think you mean xy + zx = area

A and B are fixed constants. You need to make two more equations relating A to x and y, and B to x and z.
 
so for those other 2 eqs would it be A^2=x^2+Y^2
B^2=x^2+z^2