Respuesta :
Answer:
The maximum value of f with the constraing x⁴+y⁴+z⁴ = 13 is 3 * √(13/3) = √39, and the minimum is √13
Step-by-step explanation:
Lets call g the restriction function. [tex] g(x) = x^4+y^4+z^4 [/tex] . The restriction we are given is g(x,y,z) = 13. The lagrange multiplier theorem says that if f reaches a maximum or minimum in a point (x₀,y₀,z₀) satisfying the constraing given by g, then we shoul have that [tex] \nabla{f}(x_0,y_0,z_0) = \lambda \, \nabla{g}(x_0,y_0,z_0) [/tex] for ceratin constant lambda.
This means that the extreme point should satisfy this conditions:
- [tex] f_x(x_0,y_0,z_0) = \lambda \, g_x(x_0,y_0,z_0) [/tex]
- [tex] f_y(x_0,y_0,z_0) = \lambda \, g_y(x_0,y_0,z_0) [/tex]
- [tex] f_z(x_0,y_0,z_0) = \lamdba \, g_z(x_0,y_0,z_0) [/tex]
- [tex] g(x_0,y_0,z_0) = 13 [/tex]
Now, lets compute each of the partial derivates, recall that when we compute the partial derivate of a function respect to a variable, lets say x, then we have to derivate that function treating the other variables like 'constants'. Thus, for example y² and z² from f will be treated as constants when we compute [tex] f_x [/tex] , thus, they will go away.
- [tex] f_x(x,y,z) = 2x [/tex]
- [tex] f_y(x,y,z) = 2y [/tex]
- [tex] f_z(x,y,z) = 2z [/tex]
- [tex] g_x(x,y,z) = 4x^3 [/tex]
- [tex] g_y(x,y,z) = 4y^3 [/tex]
- [tex] g_z(x,y,z) = 4z^3 [/tex]
Therefore, the equations that we had before can be written this way:
- [tex]2x_0 = \lambda \, 4x_0^3 [/tex]
- [tex] 2y_0 = \lambda \, 4y_0^3 [/tex]
- [tex] 2z_0 = \lambda \, 4z_0^3 [/tex]
- [tex] x_0^4+y_0^4+z_0^4 = 13 [/tex]
Note that anyone of the first three equations will be solved as long as the variable involving it is equal to 0 (for example, if x = 0, then equation 1 is solved). We need a value different from 0 though, otherwise we wont be able to solve the last equation. Since all the first 3 equations are analogous, i will just solve the first one. The solutions will work on the second and third eqution as well, after changing x for y and z respectively.
2x = λ 4x³
(If x=0, it would be 0=0, therefore 0 is solution. I will assume x≠0)
1 = λ 4x²
x² = 1/(4λ)
x = √[ 1/(4λ) ];
or
x = -√[ 1/(4λ) ]
(or x=0)
Since λ is just a constant, then √[ 1/(4λ) ] is also a constant, we can call it c. We have then
x = c
x = -c
x = 0
as possible values of x.
y and z can take the same values.
We alredy know that the restriction wont apply if x=y=z=0. Lets suppose that 2 of x,y and z are 0. Then g(x,y,z) = c⁴ = 13, thus, the variable that is different from 0 should be equal to [tex]^+_- \, ^4\sqrt {13}[/tex] . In this case [tex]f(x,y,z) = (^+_- \, ^4\sqrt {13})^2 = \sqrt{13} = 3.6056[/tex] .
If only 1 of the variables is 0 and the others are c or -c, then g(x,y,z) = 2c⁴ = 13, or c⁴ = 6.5. Hence each variable should have the form [tex]^+_- \, ^4\sqrt{6.5}[/tex] . Here we will have [tex]f(x,y,z) = 2 * (^+_- \, ^4\sqrt{6.5})^2 = 2 * \sqrt{6.5} = 5.099[/tex]
If none variables are 0, then x, y and z should be c or -c, and g(x,y,z) = 3c⁴ = 13. Thus, x, y and z should take a value of the form [tex]^+_- \, ^4\sqrt{13/3}[/tex] , and we therefore have [tex]f(x,y,z) = 3 * (^+_- \, ^4\sqrt{13/3})^2 = 3*\sqrt{13/3} = 6.245[/tex]
As a conclusion: the maximum value of f with the constraint x⁴+y⁴+z⁴ = 13 is 3 * √(13/3) = √39, and the minimum is √13.
