How can prove whether the limit of the function exists or not? $sin(x^3+y^3)/(x^2+y^2)$ [closed]
up vote
0
down vote
favorite
I struggle with this problem for hrs.
Point out whether the limit of the function exists or not.
$$lim_{x,yto 0,0} frac{sin(x^3+y^3)}{(x^2+y^2)}$$
I tried to $$lim_{x,yto 0,0} frac{sin(x^3)x}{(x^3)}=1(0)=0$$
but I can't find any anther path to find the different limit of this question.
calculus limits
closed as off-topic by amWhy, KReiser, RRL, user10354138, Brahadeesh Dec 5 at 8:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, KReiser, RRL, user10354138, Brahadeesh
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I struggle with this problem for hrs.
Point out whether the limit of the function exists or not.
$$lim_{x,yto 0,0} frac{sin(x^3+y^3)}{(x^2+y^2)}$$
I tried to $$lim_{x,yto 0,0} frac{sin(x^3)x}{(x^3)}=1(0)=0$$
but I can't find any anther path to find the different limit of this question.
calculus limits
closed as off-topic by amWhy, KReiser, RRL, user10354138, Brahadeesh Dec 5 at 8:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, KReiser, RRL, user10354138, Brahadeesh
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I struggle with this problem for hrs.
Point out whether the limit of the function exists or not.
$$lim_{x,yto 0,0} frac{sin(x^3+y^3)}{(x^2+y^2)}$$
I tried to $$lim_{x,yto 0,0} frac{sin(x^3)x}{(x^3)}=1(0)=0$$
but I can't find any anther path to find the different limit of this question.
calculus limits
I struggle with this problem for hrs.
Point out whether the limit of the function exists or not.
$$lim_{x,yto 0,0} frac{sin(x^3+y^3)}{(x^2+y^2)}$$
I tried to $$lim_{x,yto 0,0} frac{sin(x^3)x}{(x^3)}=1(0)=0$$
but I can't find any anther path to find the different limit of this question.
calculus limits
calculus limits
edited Dec 5 at 1:04
amWhy
191k28224439
191k28224439
asked Dec 5 at 0:38
Ka Chun Hui
91
91
closed as off-topic by amWhy, KReiser, RRL, user10354138, Brahadeesh Dec 5 at 8:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, KReiser, RRL, user10354138, Brahadeesh
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by amWhy, KReiser, RRL, user10354138, Brahadeesh Dec 5 at 8:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – amWhy, KReiser, RRL, user10354138, Brahadeesh
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
3
down vote
We have $sin zleq |z|$ for every $z$ close enough to zero.
It follows that
$$left |frac{sin(x^3+y^3)}{x^2+y^2}right|leq frac{|x^3+y^3|}{x^2+y^2}leq frac{|x|^3}{x^2}+frac{|y|^3}{y^2}=|x|+|y|$$
But since the limit of $|x|+|y|$ goes to zero as $(x,y)to (0,0)$ then so is $frac{sin(x^3+y^3)}{x^2+y^2}$.
The most economical argument. (+1)
– Did
Dec 5 at 15:07
add a comment |
up vote
1
down vote
Well, in limits in which your are going to zero ($hto 0$) it is very useful the inequality $|sin(h)|leq h$. In fact:
begin{align} limlimits_{(x,y)to(0,0)} left|frac{sin(x^3+y^3)}{x^2+y^2}right| & leq limlimits_{(x,y)to(0,0)} left|frac{x^3+y^3}{x^2+y^2} right|\ text{use now, polar coordinates: $x=rhocos(theta)$, $y=rhosin(theta)$}\ leq limlimits_{rhoto 0} left| rho frac{cos(theta)^3+sin(theta)^3)}{cos(theta)^2+sin(theta)^2}right|to 0end{align}
since $cos(theta)^2+sin(theta)^2=1$ and $cos(theta)^3+sin(theta)^3)$ is bounded.
add a comment |
up vote
0
down vote
We have that
$$frac{sin(x^3+y^3)}{x^2+y^2}=frac{sin(x^3+y^3)}{x^3+y^3}cdotfrac{x^3+y^3}{x^2+y^2}to 0$$
indeed by $t=x^3+y^3to 0$ we have
$$frac{sin(x^3+y^3)}{x^3+y^3}= frac{sin t}{t}to 1$$
and for example by polar coordinates
$$frac{x^3+y^3}{x^2+y^2}=r(cos^3theta+sin^3theta)to 0$$
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
We have $sin zleq |z|$ for every $z$ close enough to zero.
It follows that
$$left |frac{sin(x^3+y^3)}{x^2+y^2}right|leq frac{|x^3+y^3|}{x^2+y^2}leq frac{|x|^3}{x^2}+frac{|y|^3}{y^2}=|x|+|y|$$
But since the limit of $|x|+|y|$ goes to zero as $(x,y)to (0,0)$ then so is $frac{sin(x^3+y^3)}{x^2+y^2}$.
The most economical argument. (+1)
– Did
Dec 5 at 15:07
add a comment |
up vote
3
down vote
We have $sin zleq |z|$ for every $z$ close enough to zero.
It follows that
$$left |frac{sin(x^3+y^3)}{x^2+y^2}right|leq frac{|x^3+y^3|}{x^2+y^2}leq frac{|x|^3}{x^2}+frac{|y|^3}{y^2}=|x|+|y|$$
But since the limit of $|x|+|y|$ goes to zero as $(x,y)to (0,0)$ then so is $frac{sin(x^3+y^3)}{x^2+y^2}$.
The most economical argument. (+1)
– Did
Dec 5 at 15:07
add a comment |
up vote
3
down vote
up vote
3
down vote
We have $sin zleq |z|$ for every $z$ close enough to zero.
It follows that
$$left |frac{sin(x^3+y^3)}{x^2+y^2}right|leq frac{|x^3+y^3|}{x^2+y^2}leq frac{|x|^3}{x^2}+frac{|y|^3}{y^2}=|x|+|y|$$
But since the limit of $|x|+|y|$ goes to zero as $(x,y)to (0,0)$ then so is $frac{sin(x^3+y^3)}{x^2+y^2}$.
We have $sin zleq |z|$ for every $z$ close enough to zero.
It follows that
$$left |frac{sin(x^3+y^3)}{x^2+y^2}right|leq frac{|x^3+y^3|}{x^2+y^2}leq frac{|x|^3}{x^2}+frac{|y|^3}{y^2}=|x|+|y|$$
But since the limit of $|x|+|y|$ goes to zero as $(x,y)to (0,0)$ then so is $frac{sin(x^3+y^3)}{x^2+y^2}$.
answered Dec 5 at 0:54
user9077
1,254612
1,254612
The most economical argument. (+1)
– Did
Dec 5 at 15:07
add a comment |
The most economical argument. (+1)
– Did
Dec 5 at 15:07
The most economical argument. (+1)
– Did
Dec 5 at 15:07
The most economical argument. (+1)
– Did
Dec 5 at 15:07
add a comment |
up vote
1
down vote
Well, in limits in which your are going to zero ($hto 0$) it is very useful the inequality $|sin(h)|leq h$. In fact:
begin{align} limlimits_{(x,y)to(0,0)} left|frac{sin(x^3+y^3)}{x^2+y^2}right| & leq limlimits_{(x,y)to(0,0)} left|frac{x^3+y^3}{x^2+y^2} right|\ text{use now, polar coordinates: $x=rhocos(theta)$, $y=rhosin(theta)$}\ leq limlimits_{rhoto 0} left| rho frac{cos(theta)^3+sin(theta)^3)}{cos(theta)^2+sin(theta)^2}right|to 0end{align}
since $cos(theta)^2+sin(theta)^2=1$ and $cos(theta)^3+sin(theta)^3)$ is bounded.
add a comment |
up vote
1
down vote
Well, in limits in which your are going to zero ($hto 0$) it is very useful the inequality $|sin(h)|leq h$. In fact:
begin{align} limlimits_{(x,y)to(0,0)} left|frac{sin(x^3+y^3)}{x^2+y^2}right| & leq limlimits_{(x,y)to(0,0)} left|frac{x^3+y^3}{x^2+y^2} right|\ text{use now, polar coordinates: $x=rhocos(theta)$, $y=rhosin(theta)$}\ leq limlimits_{rhoto 0} left| rho frac{cos(theta)^3+sin(theta)^3)}{cos(theta)^2+sin(theta)^2}right|to 0end{align}
since $cos(theta)^2+sin(theta)^2=1$ and $cos(theta)^3+sin(theta)^3)$ is bounded.
add a comment |
up vote
1
down vote
up vote
1
down vote
Well, in limits in which your are going to zero ($hto 0$) it is very useful the inequality $|sin(h)|leq h$. In fact:
begin{align} limlimits_{(x,y)to(0,0)} left|frac{sin(x^3+y^3)}{x^2+y^2}right| & leq limlimits_{(x,y)to(0,0)} left|frac{x^3+y^3}{x^2+y^2} right|\ text{use now, polar coordinates: $x=rhocos(theta)$, $y=rhosin(theta)$}\ leq limlimits_{rhoto 0} left| rho frac{cos(theta)^3+sin(theta)^3)}{cos(theta)^2+sin(theta)^2}right|to 0end{align}
since $cos(theta)^2+sin(theta)^2=1$ and $cos(theta)^3+sin(theta)^3)$ is bounded.
Well, in limits in which your are going to zero ($hto 0$) it is very useful the inequality $|sin(h)|leq h$. In fact:
begin{align} limlimits_{(x,y)to(0,0)} left|frac{sin(x^3+y^3)}{x^2+y^2}right| & leq limlimits_{(x,y)to(0,0)} left|frac{x^3+y^3}{x^2+y^2} right|\ text{use now, polar coordinates: $x=rhocos(theta)$, $y=rhosin(theta)$}\ leq limlimits_{rhoto 0} left| rho frac{cos(theta)^3+sin(theta)^3)}{cos(theta)^2+sin(theta)^2}right|to 0end{align}
since $cos(theta)^2+sin(theta)^2=1$ and $cos(theta)^3+sin(theta)^3)$ is bounded.
answered Dec 5 at 0:55
José Alejandro Aburto Araneda
41019
41019
add a comment |
add a comment |
up vote
0
down vote
We have that
$$frac{sin(x^3+y^3)}{x^2+y^2}=frac{sin(x^3+y^3)}{x^3+y^3}cdotfrac{x^3+y^3}{x^2+y^2}to 0$$
indeed by $t=x^3+y^3to 0$ we have
$$frac{sin(x^3+y^3)}{x^3+y^3}= frac{sin t}{t}to 1$$
and for example by polar coordinates
$$frac{x^3+y^3}{x^2+y^2}=r(cos^3theta+sin^3theta)to 0$$
add a comment |
up vote
0
down vote
We have that
$$frac{sin(x^3+y^3)}{x^2+y^2}=frac{sin(x^3+y^3)}{x^3+y^3}cdotfrac{x^3+y^3}{x^2+y^2}to 0$$
indeed by $t=x^3+y^3to 0$ we have
$$frac{sin(x^3+y^3)}{x^3+y^3}= frac{sin t}{t}to 1$$
and for example by polar coordinates
$$frac{x^3+y^3}{x^2+y^2}=r(cos^3theta+sin^3theta)to 0$$
add a comment |
up vote
0
down vote
up vote
0
down vote
We have that
$$frac{sin(x^3+y^3)}{x^2+y^2}=frac{sin(x^3+y^3)}{x^3+y^3}cdotfrac{x^3+y^3}{x^2+y^2}to 0$$
indeed by $t=x^3+y^3to 0$ we have
$$frac{sin(x^3+y^3)}{x^3+y^3}= frac{sin t}{t}to 1$$
and for example by polar coordinates
$$frac{x^3+y^3}{x^2+y^2}=r(cos^3theta+sin^3theta)to 0$$
We have that
$$frac{sin(x^3+y^3)}{x^2+y^2}=frac{sin(x^3+y^3)}{x^3+y^3}cdotfrac{x^3+y^3}{x^2+y^2}to 0$$
indeed by $t=x^3+y^3to 0$ we have
$$frac{sin(x^3+y^3)}{x^3+y^3}= frac{sin t}{t}to 1$$
and for example by polar coordinates
$$frac{x^3+y^3}{x^2+y^2}=r(cos^3theta+sin^3theta)to 0$$
edited Dec 5 at 1:04
answered Dec 5 at 0:47
gimusi
92.7k94495
92.7k94495
add a comment |
add a comment |