Solving infinity limit, something weird.

In summary, when evaluating the limit of a function involving infinity, it is important to consider all parts of the function and not just one part. Multiplication by infinity is undefined and division by infinity can lead to contradictions. It is important to write the limit expression correctly and understand the difference between the variable being inside or outside the limit notation.
  • #1
wk1989
32
1

Homework Statement


This question asks you to evaluate the limit of the following function

lim sqrt(9x^2-3x) -3x
x-> infinity


I did it using 2 methods:
1)

lim sqrt(9x^2-3x) -3x
x-> infinity

= lim x(sqrt(9-3/x)) -3x
x-> infinity

= lim 3x - 3x
x -> infinity

= 0


Second Method:
I multiplied by the conjugate radical/conjugate radical and after simplification, I get

lim -3x/6x
x -> infinity

= 1/2


Why is it that I'm getting different answers? Which solution is the right one? Also, how do I type up mathematical formulas? Can someone point me to a LaTex tutorial? Thanks!
 
Physics news on Phys.org
  • #2
when you multiplied the conjugate, did you also multiply the denominator?
 
  • #3
your first attempt is wrong because your trying to solve the limit of only one part of your equation without the other.
You can't solve the lim (x-> infinity) of sqrt(9-3x) without solving the rest.

Your second answer is right except for the sign, it should be -1/2.
 
Last edited:
  • #4
Alright thanks to both of you, I have another question though. If I evaluate both parts in an equation and end up with

3x - 3x
Where x is approaching infinity, would it be right to say that the limit is 0? I remember my teacher saying that you cannot perform arithmetic operations involving infinity, then how come you can divide out -3x/6x? I'm new to calculus so please help lol.
 
  • #5
if it is 3x- 3x, then yes because 3[ lim x(1-1)]=0
 
Last edited:
  • #6
my bad, what I had on there earlier was a mistake, sorry. Infinity multiplied by zero should equal zero right? So it should approach zero, I think. Can anybody explain clearly the properties of infinity for limits and its relationship with the concept of zero? Hey wk1989, you are asking very intelligent questions, and I felt the same frustration when I took Calc I. They slap me with these concepts and I was to take it in without much clear explanations that I could imagine. If you are going to take Calc. II, when you study series, this kind of stuff will be explained further, so don't worry.
 
Last edited:
  • #7
Mathgician said:
my bad, what I had on there earlier was a mistake, sorry. Infinity multiplied by zero should equal zero right?

noooooo, infinity multiplied by zero is undefined
 
  • #8
why? Can you explain the reasoning behind it?
 
  • #9
wk1989 said:

Homework Statement


This question asks you to evaluate the limit of the following function

lim sqrt(9x^2-3x) -3x
x-> infinity


!
i guess what u really meant is this, couse u forgot a pair of brackets here
this
lim sqrt(9x^2-3x) -3x
x-> infinity
and this

lim (sqrt(9x^2-3x) -3x), x->infinity

are not the same.
however the answer like the others stated is -(1/2)
 
  • #10
Mathgician said:
why? Can you explain the reasoning behind it?

Infinity is not a number (i.e. it is not a member of the real, complex, rational, etc.. numbers) and so multiplication by infinity is undefined.
 
  • #11
sutupidmath said:
i guess what u really meant is this, couse u forgot a pair of brackets here
this
lim sqrt(9x^2-3x) -3x
x-> infinity
and this

lim (sqrt(9x^2-3x) -3x), x->infinity

are not the same.

That's a little pedantic isn't it? :rolleyes:
 
  • #12
Mathgician said:
why? Can you explain the reasoning behind it?

you are saying that

0*infinity =0, then if this would be right then this also wuld be right

0/0=infinity, if we divide by zero your "equation". but we come to a contradiction here couse we know that 0/0 is undefined. or it also would be right according to what you are saying to conclude that

(0/0)*infinity=0/0, which again is undefined.

somebody else migh give a more effective and detailed reasoning i guess.
 
  • #13
cristo said:
That's a little pedantic isn't it? :rolleyes:

no i think it's about writting it correctly.
 
  • #14
sutupidmath said:
no i think it's about writting it correctly.

In all fairness though, he wrote this [tex]\lim_{x\rightarrow\infty}\sqrt{9x^2-3x}-3x[/tex], and you wrote this [tex]\lim(\sqrt{9x^2-3x}-3x), x\rightarrow\infty[/tex].

The former is a more standard way of writing it!
 
  • #15
sutupidmath said:
you are saying that

0*infinity =0, then if this would be right then this also wuld be right

0/0=infinity, if we divide by zero your "equation". but we come to a contradiction here couse we know that 0/0 is undefined. or it also would be right according to what you are saying to conclude that

(0/0)*infinity=0/0, which again is undefined.

somebody else migh give a more effective and detailed reasoning i guess.

Yeah, that is logical mathematically
 
  • #16
cristo said:
In all fairness though, he wrote this [tex]\lim_{x\rightarrow\infty}\sqrt{9x^2-3x}-3x[/tex], and you wrote this [tex]\lim(\sqrt{9x^2-3x}-3x), x\rightarrow\infty[/tex].

The former is a more standard way of writing it!

i am not talking about what is standard and not, but you have to understand that these two expressions are not equivalent, they represent different things. At the former 3x is out of limit when x-> infinity, so it means that 3x at this case is absolutely not affected when x-> infinity, but at the latter one when 3x is inside the breackets it means that we should also consider 3x when we evaluate the limit of the whole expression when x-> infinity.

you cristo are saying this in a more general form

lim f(x)-g(x),x->infinity is equal to lim[f(x)-g(x)],x->infinity, which is absurd. because the latter one using the features of additon and subtraction of limits we get

lim[f(x)-g(x)],x->infinity=lim f(x)-lim g(x),x->infinity, so we get something which is not the same as lim f(x)-g(x),x->infinity , as you are claiming to be. Once more these two limits are not the same.

can someone else coment on this?
 
Last edited:
  • #17
Unfortunately, you made this ambiguous by also moving the "[itex]x\rightarrow \infty[/itex]"!

I understand that your point is that
[tex]\lim_{x\rightarrow\infty}(\sqrt{9x^2-3x})- 3x[/tex]
is not the same as
[tex]\lim_{x\rightarrow\infty}(\sqrt{9x^2-3x}- 3x)[/tex]
But I am not sure that I agree that one must interpret
[tex]\lim_{x\rightarrow\infty}\sqrt{9x^2-3x}- 3x[/tex]
as the former rather than the latter.
 
  • #18
HallsofIvy said:
Unfortunately, you made this ambiguous by also moving the "[itex]x\rightarrow \infty[/itex]"!
i
I understand that your point is that
[tex]\lim_{x\rightarrow\infty}(\sqrt{9x^2-3x})- 3x[/tex]
is not the same as
[tex]\lim_{x\rightarrow\infty}(\sqrt{9x^2-3x}- 3x)[/tex].
I think in order to avoid any misinterpretation or ambiguity, we should write it as i suggested. The way cristo said can also be written like this

lim sqrt(9x^2-3x)-3x=-3x+lim sqrt(9x^2-3x), when x->infinity in both cases. however if we write it this way lim [sqrt(9x^2-3x)-3x] is not equal to -3x+lim sqrt(9x^2-3x), when x->infinity, in both cases again. I am sorry for the symbols.

so this is my poing
 
Last edited:
  • #19
Oh, I agree with that! The more parentheses the better!
 
  • #20
sutupidmath said:
i am not talking about what is standard and not, but you have to understand that these two expressions are not equivalent, they represent different things.

Ok, standard was the wrong word to use, but I don't "have to understand they are not equivalent!" Given this limit [tex]\lim_{x\rightarrow\infty}\sqrt{9x^2-3x}-3x[/tex], I (for one) would automatically interpret this as [tex]\lim_{x\rightarrow\infty}(\sqrt{9x^2-3x}-3x)[/tex]. If one wanted to take the limit of only the first term, then one would put parentheses around only the first term. That was my point, and that's why I said it was a little pedantic to correct something that didn't need correcting!
 
  • #21
Your teacher is completely correct. As stated by cristo, infinity is not a number. ( for when your talking about it)

Zero times infinity does not equal zero. And, 1 to the power of infinity is not 1. ( This is talking about limits btw) . If it was, the limit definiton of e would be very baffling indeed. Ask your teacher, arithmetic is pretty much forbidden with limits. When dealing with limits, algebraically simplify the expression as much as possible then substitute. If you still have something where you have to do some lame arithmetic, l'hopitals rule!

EDIT: I haven't read through all the posts, but just incase you actually wanted the solution...
The leading term in a polynomial sequence is always dominant when the limit is to infinity, so the dominant term under the root sign is 9x^2, so that's 3x-3x, so basically ... [tex]((((((((((\lim_{x\rightarrow\infty}((((((\sqrt{9x^2-3x}-3x)))))))))))))))) = ((((((0))))))[/tex]
 
Last edited:
  • #22
Gib Z said:
Your teacher is completely correct. As stated by cristo, infinity is not a number. ( for when your talking about it)

Zero times infinity does not equal zero. And, 1 to the power of infinity is not 1. ( This is talking about limits btw) . If it was, the limit definiton of e would be very baffling indeed. Ask your teacher, arithmetic is pretty much forbidden with limits. When dealing with limits, algebraically simplify the expression as much as possible then substitute. If you still have something where you have to do some lame arithmetic, l'hopitals rule!

EDIT: I haven't read through all the posts, but just incase you actually wanted the solution...
The leading term in a polynomial sequence is always dominant when the limit is to infinity, so the dominant term under the root sign is 9x^2, so that's 3x-3x, so basically ...


[tex]((((((((((\lim_{x\rightarrow\infty}((((((\sqrt{9x^2-3x}-3x)))))))))))))))) = ((((((0))))))[/tex]

Just one or two more parentheses and you will have it!
 
  • #23
LOL! My sister is staring at me right now, I am laughing pretty darn hard :D
 

1. What is an infinity limit?

An infinity limit is a mathematical concept where a function approaches infinity as the input approaches a certain value, such as infinity or negative infinity. It is often used to analyze the behavior of functions and their outputs as they approach these extreme values.

2. How do you solve an infinity limit?

To solve an infinity limit, you must take the limit of the function as the input approaches the designated value, either positive or negative infinity. This can be done by factoring, using L'Hopital's rule, or other mathematical techniques depending on the specific function.

3. Can an infinity limit ever be solved to equal a finite number?

Yes, it is possible for an infinity limit to equal a finite number. This can occur if the function approaches the designated value in a way that balances out to a finite number, rather than diverging to infinity.

4. What are some real-world applications of solving infinity limits?

Solving infinity limits is used in various fields of science and engineering, such as physics, economics, and computer science. It can help predict the behavior of systems, optimize functions, and solve complex problems.

5. Are there any limitations to solving infinity limits?

Yes, there are some limitations to solving infinity limits. Some functions may not have a defined limit as the input approaches infinity, and therefore cannot be solved. Additionally, certain techniques used to solve infinity limits may not work for all types of functions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
403
  • Calculus and Beyond Homework Help
Replies
22
Views
1K
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
945
  • Calculus and Beyond Homework Help
Replies
2
Views
835
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
850
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
23
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
576
Back
Top