how to find limit of several variables using y=mx?

$\begingroup$

How to evaluate $$\lim_{(x,y) \to (0,0)} \frac{ax^2+by^2}{cy^2+dx^2} $$ using $y=mx$?

Here what I've done: \begin{align*} \lim_{(x,y)\to(0,0)}\frac{ax^2 + b(mx)^2}{c(mx)^2 + dx^2}&= \frac{x^2(ax+bm^2)}{x^2(cm^2 + d)}\\ &= \frac{ax + bm^2}{cm^2 +d} \end{align*}

$\endgroup$ 1

1 Answer

$\begingroup$

You have the right idea but I think some mistakes slipped it:

$$\frac{ax^2+b(mx)^2}{c(mx)^2+dx^2}=\frac{x^2(a+bm^2)}{x^2(cm^2+d)}=\frac{a+bm^2}{cm^2+d}$$

and thus the limit doesn't exist as it depends on the parameter $\;n\;$ .

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like