1 / 6

Finding shortest distance from a graph to a point

Finding shortest distance from a graph to a point. closest_point.gsp. Determine the shortest distance between the curve y = √ x and the point (4, 0). More practice. Minimizing distance.gsp. Solving a problem that minimizes time. swim to the shore then run.gsp.

debbie
Télécharger la présentation

Finding shortest distance from a graph to a point

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Finding shortest distance from a graph to a point closest_point.gsp Determine the shortest distance between the curve y = √x and the point (4, 0).

  2. More practice...

  3. Minimizing distance.gsp

  4. Solving a problem that minimizes time swim to the shore then run.gsp An athlete needs to travel from an island, which is located 2 miles from the shore, to mainland, then to a rest station which is located 3 miles along the shore from the island and 1 mile inland. Calculate the minimum time required to complete this trip if the athlete can swim at 2 mph and walk at 4 mph.

  5. Solving a problem that minimizes cost A power company needs to lay a cable from a power plant on the shore to a buoy out in the lake. The buoy is 20 kilometres from the shore, but the power plant is 50 kilometres to the east along the shore from the buoy. Laying cable under water requires special insulation, and so adds to the cost. To lay one metre of underwater cable costs $7.50, whereas one metre of cable over land costs $4.80. Find the optimal lengths of the overland and underwater cable the company should employ to minimize the cost, as well as the minimum cost value.

  6. Attachments closest_point.gsp Minimizing distance.gsp swim to the shore then run.gsp

More Related