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 ▸

How would I go about graph sketching?


How many distinct solutions does the following equation have? log(base x^2 +2) (4-5x^2 - 6x^3) = 2 a)None, b)1, c)2, d)4, e)Infinitely many


(Note this is the kind of exercise I would ask someone who is doing further maths and especially someone MAT/STEP) Sketch the graph of y=sin(1/x)


Show that the inequality x^4 < 8x^2 + 9 is satisfied for when -3 < x < 3 .