Wingeer
- 76
- 0
Homework Statement
This is a subtask. I was given a function, and then asked to convert it to polar coordinates. So I did, and I also determined the limit. However they ask me to do an epsilon-delta proof.
The function is:
f(x,y)=\frac{x^6 + y^8 + x^4y^5}{x^6 + y^8}, which converted to polar coordinates should be: f(rcos\theta, rsin\theta) = 1 + \frac{(rcos\theta)^4 (rsin\theta)^5}{(rcos\theta)^6 + (rsin\theta)^8}.
Homework Equations
0 < r < \delta \to |f(rcos\theta,rsin\theta) - L| < \epsilon
The Attempt at a Solution
I thought that switching to polar coordinates and watch as r approaches zero would be enough? Is this just a straight-forward epsilon-delta proof? I could anyway need some help. I was never good at this.