Finding the min value of an expression

  • Thread starter Thread starter superconduct
  • Start date Start date
  • Tags Tags
    Expression Value

Which area in math you prefer to investigate further?

  • Algebraic Number Theory, Algebraic Geometry, and Representation Theory

    Votes: 0 0.0%
  • Topology and Geometry

    Votes: 2 100.0%
  • Applied Analysis, Control Theory and Game Theory

    Votes: 0 0.0%
  • Combinatorics

    Votes: 0 0.0%
  • Scientific Computing and Numerical Analysis

    Votes: 0 0.0%
  • Probability

    Votes: 0 0.0%

  • Total voters
    2
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
superconduct
Messages
31
Reaction score
1

Homework Statement


[itex]a,b,c,d[/itex] are real numbers
[itex]ab+bc+cd+da=16[/itex]
Find the minimum value possible for [itex]a²+b²+c²+d²[/itex]


Homework Equations


[itex]ab+bc+cd+da = (a+c)(b+d)[/itex]
[itex]x^2 \ge 0[/itex] for some real x

The Attempt at a Solution


1st approach:[itex]2(a^2 +b^2 +c^2 +d^2) + 2(ab+bc+cd+da)[/itex] [tex]= (a+b)^2 +(b+c)^2 +(c+d)^2 +(d+a)^2 \ge 0[/tex]
which gives [itex]a^2 +b^2 +c^2 +d^2 \ge -16[/itex] that cannot give the min. value.

2nd approach: [itex](a+c)(b+d) =16[/itex]
By differential calculus, rectangle of fixed area has min. diagonal when it is square,
[itex]a+c=b+d=4[/itex]
[itex]a=b=c=d=2[/itex]
[itex]a^2 +b^2 +c^2 +d^2 \ge 2^2+2^2+2^2+2^2 =16[/itex]

How would you solve this? If you think there is any unclear reasonings in my post or others' replies please do not mind elaborating/criticizing/replacing them for me and others.
 
Physics news on Phys.org
Your first approach is good, but try subtracting instead of adding. Then you can demonstrate (as you have) that the lowest answer is achievable.