Let a and b be positive real numbers. If x^2 + y^2<=1 then what is the largest that ax+by can get?

By the Cauchy-Schwartz inequality, we have (x2 + y2)(a2+b2) >= (ax+by)2.
This can be transformed into (ax+by)2 <= (x2 + y2)(a2+b2) <= 1 * (a2+b2) <= (a2+b2). Hence ax + by <= sqrt(a^2 + b^2) and the equality is achieved when there exists ay = bx.

TD

Related MAT University answers

All answers ▸

Why does sum(1/n) diverge but sum(1/n^2) converge?


How many solutions does the equation 2sin^2(x) - 4sin(x) + cos^2(x) + 2 = 0 have in the domain 0<x<2pi


How many 0's are at the end of 100! (100 factorial)?


If a_(n+1) = a_(n) / a_(n-1), find a_2017