Difference between revisions of "Math 22 Optimization Problems"

From Math Wiki
Jump to navigation Jump to search
Line 38: Line 38:
 
|}
 
|}
  
 +
'''3) Minimum Dimensions''': A campground owner plans to enclose a rectangular field adjacent to a river. The owner wants the field to contain <math>180000</math> square meters. No fencing is required along the river. What dimensions will use the least amount of fencing?
 +
 +
{| class = "mw-collapsible mw-collapsed" style = "text-align:left;"
 +
!Solution: &nbsp;
 +
|-
 +
|Let <math>a</math> be the length of two sides that are connected to the river.
 +
|-
 +
|and <math>b</math> be the length of the sides that is opposite the river.
 +
|-
 +
|Then, the area <math>A=ab=180000</math>, so <math>b=\frac{180000}{a}</math>
 +
|-
 +
|The fence  <math>F=2a+b=2a+\frac{180000}{a}</math>
 +
|-
 +
|<math>F'=2-\frac{18000}{a^2}=0</math>, then <math>a^2=9000</math>, so <math>a=\sqrt{9000}=\pm 30=30</math> since <math>a</math> is positive. Then, <math>b=\frac{180000}{30}=6000</math>
 +
|-
 +
|Therefore, the dimensions of the fence is
 +
|}
  
 
[[Math_22| '''Return to Topics Page''']]
 
[[Math_22| '''Return to Topics Page''']]
  
 
'''This page were made by [[Contributors|Tri Phan]]'''
 
'''This page were made by [[Contributors|Tri Phan]]'''

Revision as of 08:45, 1 August 2020

Solving Optimization Problems

1) Maximum Area: Find the length and width of a rectangle that has 80 meters perimeter and a maximum area.

Solution:  
Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l} be the length of the rectangle in meter.
and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w} be the width of the rectangle in meter.
Then, the perimeter Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P=2(l+w)=80} , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l+w=40} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l=40-w}
Area Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A=l.w=(40-w)w=40w-w^2}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A'=40-2w=0} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w=20} , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l=40-w=40-20=20}
Therefore, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle l=w=20}

2) Maximum Volume A rectangular solid with a square base has a surface area of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 337.5} square centimeters. Find the dimensions that yield the maximum volume.

Solution:  
Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} be the length of the one side of the square base in centimeter.
and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h} be the height of the solid in centimeter.
Then, the surface area , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h=\frac{337.5-2a^2}{4a}}
Volume Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V=a^2h=a^2(\frac{337.5-2a^2}{4a})=\frac{1}{4}a(337.5-a^2)=\frac{337.5a}{4}-\frac{a^3}{4}}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V'=\frac{337.5}{4}-\frac{3}{4}a^2=0} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a^2=\frac{225}{4}} , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a=\pm\frac{25}{2}=\frac{25}{2}} since Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is positive.
Hence, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h=\frac{337.5-2a^2}{4a}=h=\frac{337.5-2(\frac{25}{2})^2}{4\frac{25}{2}}=\frac{1}{2}}
Therefore, the dimensions that yield the maximum value is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a=\frac{25}{2}} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h=\frac{1}{2}}

3) Minimum Dimensions: A campground owner plans to enclose a rectangular field adjacent to a river. The owner wants the field to contain Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 180000} square meters. No fencing is required along the river. What dimensions will use the least amount of fencing?

Solution:  
Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} be the length of two sides that are connected to the river.
and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} be the length of the sides that is opposite the river.
Then, the area Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A=ab=180000} , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b=\frac{180000}{a}}
The fence Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F=2a+b=2a+\frac{180000}{a}}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F'=2-\frac{18000}{a^2}=0} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a^2=9000} , so Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a=\sqrt{9000}=\pm 30=30} since is positive. Then, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b=\frac{180000}{30}=6000}
Therefore, the dimensions of the fence is

Return to Topics Page

This page were made by Tri Phan