I came across this question and have no idea what to do. Given, $$ x^2-y^2=9 \\ 2y-x=3 $$
find maximum value of $\dfrac{y}{x}$
I came across this question and have no idea what to do. Given, $$ x^2-y^2=9 \\ 2y-x=3 $$
find maximum value of $\dfrac{y}{x}$
Because $x = 2y - 3$, we have:
$$(2y-3)^{2} - y^{2} = 9$$
$$4y^{2} - 12y + 9 - y^{2} = 9$$
$$3y^{2} - 12y = 0$$
$$3y(y - 4) = 0$$
$$y = 0, 4$$
$$(x, y) = (-3, 0), (5, 4)$$
$$\frac{y}{x} = 0, \frac{4}{5}$$
$$\boxed{\max(\frac{y}{x}) = \frac{4}{5}}$$