PART 1: MAXIMISING A FUNCTION Objective: Find the maximum value of f(x, y, z), where f(x, y, z) = esin(402) + esin(50) + sin(60e") + sin[70 sin(x)] + sin[70 cos(z)] x² + y² +2² + sin[sin (80y)] - sin[10(x + y)] + 4 Constraints: The solution must be subject to the (hard) constraints: -1 ≤ x, y, z ≤1 and x, y, z ER You should explain the approach taken, attaching any programming code that is used - provide comments to the code where appropriate.

Algebra & Trigonometry with Analytic Geometry
13th Edition
ISBN:9781133382119
Author:Swokowski
Publisher:Swokowski
Chapter4: Polynomial And Rational Functions
Section4.5: Rational Functions
Problem 51E
Question
PART 1: MAXIMISING A FUNCTION
Objective: Find the maximum value of f(x, y, z), where
f(x, y, z) esin(40z)
+ esin(50x)
=
+ sin(60e") + sin [70 sin(x)] + sin [70 cos(z)]
x² + y² + z²
4
+ sin[sin (80y)] - sin[10(x + y)] +
Constraints: The solution must be subject to the (hard) constraints:
-1 ≤ x, y, z ≤ 1 and
x, y, z ER
You should explain the approach taken, attaching any programming code that is used -
provide comments to the code where appropriate.
Equation in Python:
math.exp (math.sin(40*z)) + math.exp (math.sin(50*x)) + math.sin(60*math.exp(y))
+ math.sin(70*math.sin(x)) + math.sin(70*math.cos(z)) + math.sin(math.sin(80*y))
math.sin(10* (x+y)) + (x**2+y**2+z**2)/4
Transcribed Image Text:PART 1: MAXIMISING A FUNCTION Objective: Find the maximum value of f(x, y, z), where f(x, y, z) esin(40z) + esin(50x) = + sin(60e") + sin [70 sin(x)] + sin [70 cos(z)] x² + y² + z² 4 + sin[sin (80y)] - sin[10(x + y)] + Constraints: The solution must be subject to the (hard) constraints: -1 ≤ x, y, z ≤ 1 and x, y, z ER You should explain the approach taken, attaching any programming code that is used - provide comments to the code where appropriate. Equation in Python: math.exp (math.sin(40*z)) + math.exp (math.sin(50*x)) + math.sin(60*math.exp(y)) + math.sin(70*math.sin(x)) + math.sin(70*math.cos(z)) + math.sin(math.sin(80*y)) math.sin(10* (x+y)) + (x**2+y**2+z**2)/4
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 8 images

Blurred answer
Recommended textbooks for you
Algebra & Trigonometry with Analytic Geometry
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:
9781133382119
Author:
Swokowski
Publisher:
Cengage