
Hilda Q.
asked 08/11/19Logs And inequalities
x, y and n are positives
Whats the minimum value of xⁿ + yⁿ - (xy)^(n/4)?
2 Answers By Expert Tutors
Replacing xn/4 and yn/4 with a and b, respectively, the expression becomes a4 + b4 - ab. Minimizing the given expression is the same as minimizing a4 + b4 - ab.
The partial derivative with respect to a is 4a3 - b. The partial derivative with respect to b is 4b3 - a. Setting these equal to zero and solving the resulting system gives three critical points (-1/2,-1/2), (0,0), and (1/2,1/2). The first two critical points are rejected since a and b must be positive. The last critical point gives the minimum value of -1/8. You can be sure this is the minimum because the second partial derivatives, 12a2 and 12b2, are always positive.

Patrick B. answered 08/12/19
Math and computer tutor/teacher
We like to think that N is an integer and usually it is, but since it NOT explicitly given,
we cannot assume it is.
This is a NASTY calculus problem.....
F(x,y) = x^n + y^n - x^(n/4)*y^(n/4)
0 = dF/dx = n*x^(n-1) - (n/4)*x^(-3n/4) * y^(n/4)
0 = dF/dy = n*y^(n-1) - (n/4)*y^(-3n/4)*x^(n/4)
solves the first equation for y:
n*x^(n-1)/(n/4)*x^(-3n/4) = y^(n/4)
4 * x^( 3n/4 - 1) = y^(n/4)
Takes log of both sides
ln 4 + (3n/4 - 1)* ln x = (n/4) ln y
(4/n) ln 4 + (4/n) ( 3n/4 -1) * ln x = ln y
exp ( (4/n) ln 4 + (3-4/n)*ln x) = y
n*exp ( (4/n) ln 4 + (3-4/n)*ln x)^(n-1) - (n/4)*exp ( (4/n) ln 4 + (3-4/n)*ln x)^(-3n/4)*x^(n/4) = 0
you now need to graph this horrible function to find the irrational solutions
please repost
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Paul M.
08/11/19