Finding maximum value of an expression $3a+4b$ where $(a,b)$ lies on unit circle.

81 Views Asked by At

If the point $(a,b)$ lies on circle $x^2+y^2=1$ then maximum value of $3a+4b$ is ?

2

There are 2 best solutions below

4
On BEST ANSWER

Put $x=sin (t),y=cos (t) $ thus we need max value of $3sin (t)+4cos (t)\leq \sqrt {3^2+4^2}=5$

0
On

$$3a+4b=(3,4).(a,b)\le \sqrt{25\times (a^2+b^2)}=5$$


In general $$(x.y)^2 \le |x|.|y|$$

and equality holds iff $x,y$ be parallel vectors.