MHB Find Min of $(a-1)^4+(b+2)^4$ w/ $a+b\ge 3$

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Minimum
AI Thread Summary
The minimum value of the expression $(a-1)^4+(b+2)^4$ under the constraint $a+b\ge 3$ occurs when specific values of $a$ and $b$ are chosen to minimize the function. By analyzing the function, it is determined that the minimum is achieved at the point where $a=1$ and $b=2$, resulting in a minimum value of 0. The constraint $a+b\ge 3$ is satisfied with these values. The discussion emphasizes the importance of finding optimal values for the variables to minimize the expression effectively. Overall, the solution demonstrates a clear approach to solving the problem within the given constraints.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let $a$ and $b$ be real numbers such that $a+b\ge 3$.

What is the minimum value of the expression $(a-1)^4+(b+2)^4$?
 
Mathematics news on Phys.org
anemone said:
Let $a$ and $b$ be real numbers such that $a+b\ge 3$.

What is the minimum value of the expression $(a-1)^4+(b+2)^4$?

let $m = a - 1$ and $n = b+ 2$
we get $m+n = a + b + 1 >= 3+ 1 >= 4$
we need to minimize $m^4+n^4$ given $m+n>=4$ and from law of symmetry it is minumum at
$m=n=2$ or $a=3, b=0$ and value is $32$. as at a = 1 b = 2 it is $4^4= 256$ larger
 
kaliprasad said:
let $m = a - 1$ and $n = b+ 2$
we get $m+n = a + b + 1 >= 3+ 1 >= 4$
we need to minimize $m^4+n^4$ given $m+n>=4$ and from law of symmetry it is minumum at
$m=n=2$ or $a=3, b=0$ and value is $32$. as at a = 1 b = 2 it is $4^4= 256$ larger

I like how you cleverly coaxed cyclic symmetry from the problem...well played! (Yes)
 
anemone said:
Let $a$ and $b$ be real numbers such that $a+b\ge 3$.

What is the minimum value of the expression $(a-1)^4+(b+2)^4$?

The lowest values for $a$ and $b$ must occur when $a+b=3$. This can be seen by graphing the inequality $y\ge3-x$ on the Cartesian axes. As the exponents in the expression are even, negative numbers do not effectively reduce the sum.

Lagrange multipliers:

$$\Lambda=(a-1)^4+(b+2)^4-\lambda(a+b-3)$$
$$\dfrac{d\Lambda}{da}=4(a-1)^3-\lambda=0$$
$$\dfrac{d\Lambda}{db}=4(b+2)^3-\lambda=0$$
$$\dfrac{d\Lambda}{d\lambda}=a+b-3=0$$
$$\Rightarrow4(a-1)^3=4(b+2)^3$$
$$\implies a-1=b+2$$
$$\Rightarrow a-b=3\Leftrightarrow a+b=3$$
$$\Rightarrow2a=6\Rightarrow a=3,\,b=0$$
$$\min\left[(a-1)^4+(b+2)^4\right]=2^4+2^4=32$$
 
Thanks all for participating!(Cool)

My solution:

$$\begin{align*}(a-1)^4+(b+2)^4&\ge \frac{((a-1)^2+(b+2)^2)^2}{1+1}\text{by the extended Cauchy-Schwarz inequality}\\&\ge \frac{\left(\frac{(a-1+b+2)^2}{1+1}\right)^2}{1+1}\text{again by the extended Cauchy-Schwarz inequality}\\&= \frac{\left(\frac{(a+b+1)^2}{2}\right)^2}{2}\\& \ge \frac{\left(\frac{(3+1)^2}{2}\right)}{2}\text{since}\,\,\,a+b\ge 3\\& =32\end{align*}$$

Equality occurs when $a=3,\,b=0$.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
2
Views
1K
Replies
1
Views
990
Replies
1
Views
1K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
6
Views
1K
Replies
3
Views
1K
Replies
1
Views
1K
Replies
1
Views
1K
Back
Top