Optimize Kite Area: Find x for Max Area

  • Thread starter Thread starter awladdurrah
  • Start date Start date
  • Tags Tags
    Optimization
Click For Summary
SUMMARY

The discussion focuses on maximizing the area of a kite frame constructed from six wooden pieces, with specific lengths for the borders: 2 cm for the top and 4 cm for the bottom. The area function is defined as A(x) = x*(sqrt(16-x^2) + sqrt(4-x^2). Participants analyze the derivative of this function to find the optimal length of the cross-pieces. The correct derivative is dA/dx = (16 - 2x^2)/sqrt(16 - x^2) + (4 - 2x^2)/sqrt(4 - x^2), which must be set to zero to solve for x.

PREREQUISITES
  • Understanding of calculus, specifically differentiation
  • Familiarity with the properties of square roots and their derivatives
  • Knowledge of geometric principles related to kite shapes
  • Ability to solve equations involving square roots
NEXT STEPS
  • Learn how to derive and solve optimization problems in calculus
  • Study the properties of kites and their geometric formulas
  • Explore advanced techniques in differentiation, such as implicit differentiation
  • Practice solving equations involving square roots and rational expressions
USEFUL FOR

Students studying calculus, mathematicians interested in optimization problems, and hobbyists involved in kite design and construction.

awladdurrah
Messages
1
Reaction score
0
My job is to maximize the area of the kite so that it will fly better, faster, higher. A kite frame is to be made from six pieces of wood. The four pieces that form its border have been cut the lengths. So one of the top border is 2 cm long and the bottom border is 4 cm. The total border length is 2+2+4+4=12 cm (a) Show that the area of the kite is given by the function A(x) = x*(sqrt16-x^2) + (sqrt4-x^2).
(b) How long should each of the cross-pieces to be maximize the area of the kite?
For question a, please see my work as follows:-
I have express the top portion of the vertical cross piece as Y and the bottom cross piece as Z. The horizontal cross pieces expressed as 2x.

So, Y^2=2^2-x^2 therefore Y=sqrt(4-x^2), and the for Z=sqrt(16-x^2)
Therefore the A(x)=x[sqrt(16-x^2) + sqrt(4-x^2)]
The derivative of the expression d/dx is x(sqrt(16-x^2)+sqrt(4-x^2)
da/dx=-x^2/sqrt(16-x^2)+sqrt(16-x^2)(1)+1(sqrt(4-x^2)-x^2/sqrt(4-x^2)
From this derivative tried to find x but I couldn't get.
My last simplified was this=-x^2sqrt(4-x^2)+(16-x^2)*sqrt(4-x^2)+1(4-x^2)*sqrt(16-x^2)-x^2*sqrt(16-x^2)
Once I know the value of x, I can solve the 2nd part (b) by my self.
 
Last edited:
Physics news on Phys.org
x.jpg


Thats what I get when I shove the last line into some software. So I am guessing that you have went wrong somewhere... Unfotunately its too late at night for me to think clearly. This is just a heads up.
 
awladdurrah said:
My job is to maximize the area of the kite so that it will fly better, faster, higher. A kite frame is to be made from six pieces of wood. The four pieces that form its border have been cut the lengths. So one of the top border is 2 cm long and the bottom border is 4 cm. The total border length is 2+2+4+4=12 cm (a) Show that the area of the kite is given by the function A(x) = x*(sqrt16-x^2) + (sqrt4-x^2).
(b) How long should each of the cross-pieces to be maximize the area of the kite?
For question a, please see my work as follows:-
I have express the top portion of the vertical cross piece as Y and the bottom cross piece as Z. The horizontal cross pieces expressed as 2x.

So, Y^2=2^2-x^2 therefore Y=sqrt(4-x^2), and the for Z=sqrt(16-x^2)
Therefore the A(x)=x[sqrt(16-x^2) + sqrt(4-x^2)]
The derivative of the expression d/dx is x(sqrt(16-x^2)+sqrt(4-x^2)
da/dx=-x^2/sqrt(16-x^2)+sqrt(16-x^2)(1)+1(sqrt(4-x^2)-x^2/sqrt(4-x^2)
From this derivative tried to find x but I couldn't get.
My last simplified was this=-x^2sqrt(4-x^2)+(16-x^2)*sqrt(4-x^2)+1(4-x^2)*sqrt(16-x^2)-x^2*sqrt(16-x^2)
Once I know the value of x, I can solve the 2nd part (b) by my self.

Your expression for dA/dx looks fine, but I think you went wrong when you tried to simplify it.
dA/dx = -x^2 (16 - x^2)^{-1/2} + (16 - x^2)^{1/2} - x^2 (4 - x^2)^{-1/2} + (4 - x^2)^{1/2}

From the first two expressions, pull out a factor of (16 - x^2)^(-1/2). From the last two expressions, pull out a factor of (4 - x^2)^(-1/2). You should get
dA/dx = (16 - x^2)^{-1/2}(-x^2 + 16 - x^2) + (4 - x^2)^{-1/2}(-x^2 + 4 - x^2)
= \frac{16 - 2x^2}{\sqrt{16 - x^2}} + \frac{4 - 2x^2}{\sqrt{4 - x^2}}

Set this last expression to zero and solve for x.
 

Similar threads

Replies
2
Views
2K
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
1
Views
2K
Replies
20
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K
  • · Replies 20 ·
Replies
20
Views
1K
Replies
4
Views
2K