Solve Limit x→2: (4-(√18-x))/(x-2)

  • Thread starter Thread starter Ritzycat
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 2K views
Ritzycat
Messages
170
Reaction score
4

Homework Statement


[/B]
lim x→2
(4-(√18-x)) / (x-2)

Note that the square root goes over the 18 AND the x, not just the 18.

I don't know how to use the fancy mathematical notation on this forum and I have no idea where to go to find out how to use it.

Homework Equations


There are absolutely NO relevant equations. ZERO!

The Attempt at a Solution


I multiplied the numerator and the denominator by the conjugate of the numerator, because direct substitution would yield an indeterminate. However, after distributing, direct substitution of 2 still gave me an indeterminate.

Here is my distribution
(16-(18-x)) / (4x-x(√18-x)-8+(√18-x))

How can I further simplify this?
 
Physics news on Phys.org
Have you learned about L'Hoptial's rule yet?
 
Ritzycat said:

Homework Statement


[/B]
lim x→2
(4-(√18-x)) / (x-2)

Note that the square root goes over the 18 AND the x, not just the 18.

I don't know how to use the fancy mathematical notation on this forum and I have no idea where to go to find out how to use it.

Homework Equations


There are absolutely NO relevant equations. ZERO!

The Attempt at a Solution


I multiplied the numerator and the denominator by the conjugate of the numerator, because direct substitution would yield an indeterminate. However, after distributing, direct substitution of 2 still gave me an indeterminate.

Here is my distribution
(16-(18-x)) / (4x-x(√18-x)-8+(√18-x))

How can I further simplify this?

Don't FOIL the denominator. Simplify the numerator. You should see a fairly easy cancellation.
 
Have you learned about L'Hoptial's rule yet?

No, I haven't!

Don't FOIL the denominator. Simplify the numerator. You should see a fairly easy cancellation.

I think I see what you mean, but doesn't 16-(18-x) simplify to (-2 - x)? My denominator has (x-2) in it.
 
Ritzycat said:
I think I see what you mean, but doesn't 16-(18-x) simplify to (-2 - x)? My denominator has (x-2) in it.

You didn't distribute the minus sign.
 
B3NR4Y said:
Have you learned about L'Hoptial's rule yet?
For problems like this, L'Hopital's rule is often ineffective. The approach taken by the OP is the better way to go here.
 
DUH. Can't believe I forgot to do that. Makes much more sense now.

However, after I simplify and cancel, I'm left with a denominator that = 0 when x = 2.

-1 / (4 - (√18 - x))

After I graphed it, I found there's no limit. (Approaching positive and negative infinity) However, how do I algebraically prove that there is no limit in a function? Sorry for all of these questions - I'm studying limits on my own so I might be missing certain important concepts here and there.
 
Ritzycat said:
DUH. Can't believe I forgot to do that. Makes much more sense now.

However, after I simplify and cancel, I'm left with a denominator that = 0 when x = 2.

-1 / (4 - (√18 - x))

After I graphed it, I found there's no limit. (Approaching positive and negative infinity) However, how do I algebraically prove that there is no limit in a function? Sorry for all of these questions - I'm studying limits on my own so I might be missing certain important concepts here and there.
I think you made a mistake. You should end up with 4 + √(18 - x) in the denominator.

Note the parentheses I used to indicate that what's under the radical is 18 - x, not just 18.
 
I would start with making a replacement [itex]y=x-2[/itex]. You can further simplify this by taking [itex]z=\frac{y}{16}[/itex]. After that just follow the way you did before, but the expression should look much more pleasant now.
 
Multiply the numerator and denominator by the conjugate of ##4 - \sqrt{18-x}##. From there, it should work out if you simplify everything right.
 
AMenendez said:
Multiply the numerator and denominator by the conjugate of ##4 - \sqrt{18-x}##. From there, it should work out if you simplify everything right.
Never mind, I didn't see that you had already tried that.