Stuck on Simplifying a Limit - Can You Help?

In summary: It appears that you handled the first term well, correctly rationalizing the denominator (not the numerator). It helps to show your steps if we are to give good suggestions.
  • #1
Cardinality
17
0
The problem: (See attachment)

I rationalize the numerator and then simplify to get:

lim (3(1+sqrtx) - 2(1+cubert(x)))/(1-x)
x->1 However, I do not know what to do after this point. If someone could please help me out, that would be great!

Thank you!

P.S: Look carefully at the attachment, and note that the second denominator has x^(1/3).
 

Attachments

  • Limit Problem.PNG
    Limit Problem.PNG
    1.2 KB · Views: 435
Last edited:
Physics news on Phys.org
  • #2
Cardinality said:
The problem: (See attachment)

I rationalize the numerator and then simplify to get:

lim (3(1+sqrtx) - 2(1+cubert(x)))/(1-x)
x->1


However, I do not know what to do after this point. If someone could please help me out, that would be great!

Thank you!

P.S: Look carefully at the attachment, and note that the second denominator has x^(1/3).

It may be simplest to set [itex]y = x^{1/6}[/itex]. Then [tex]
\frac{3}{1 - x^{1/2}} - \frac{2}{1 - x^{1/3}} =
\frac{3}{1 - y^3} - \frac{2}{1 - y^2}[/tex] and now you can use [tex]
1 - y^3 = (1 - y)(1 + y + y^2) \\
1 - y^2 = (1 - y)(1 + y)
[/tex] before putting everything on a common denominator.
 
  • #3
Thank you for your reply pasmith!

I tried what you recommended but I end off with:

lim x->1 (3(1+y) - 2(1+y+y^2))/((1+y+y^2)(1+y))

Could you please help me with the steps?

Note: I know the final answer is supposed to be 1/2.
 
  • #4
Cardinality said:
The problem: (See attachment)

I rationalize the numerator and then simplify to get:

lim (3(1+sqrtx) - 2(1+cubert(x)))/(1-x)
x->1


However, I do not know what to do after this point. If someone could please help me out, that would be great!

Thank you!

P.S: Look carefully at the attachment, and note that the second denominator has x^(1/3).

The way I like to do problems like this one is to put ##x = 1+r## and then expand ##\sqrt{x} = (1+r)^{1/2}## and ##x^{1/3} = (1+r)^{1/3}## in powers of ##r##, for small ##r##.
 
  • #5
I'm sorry, I don't think I quite understand Ray Vickson.

If anyone is willing to explain their method a little more in-depth it would be greatly appreciated!
 
  • #6
Cardinality said:
I'm sorry, I don't think I quite understand Ray Vickson.

If anyone is willing to explain their method a little more in-depth it would be greatly appreciated!

Basically, if ##x \to 1## then when we write ##x = 1 + r## we are taking ##r \to 0##; in other words, ##r = x-1 \to 0##. If you know how to expand ##(1+r)^{1/2}## and ##(1+r)^{1/3}## in powers of ##r## for small ##r##, then just go ahead and do it to see what happens. If you don't know how to do those expansions, then my suggestion will not be of much use to you.

Anyway: your expression is incorrect. When starting from the expression in the attachment and then rationalizing the denominators, you do not get the function you wrote. I suggest you go back to square one.
 
Last edited:
  • #8
Thanks Ray, but I unfortunately do not know how to expand. If there is another method, please suggest so!

LCKurtz, think you could help? Sorta stealing my thread here aha
 
  • #9
Ray Vickson said:
Anyway: your expression is incorrect. When starting from the expression in the attachment and then rationalizing the denominators, you do not get the function you wrote.

I confirm this. Just redo it.
 
  • #11
You misunderstood. The FIRST one is RIGHT. (IT IS SOLVABLE).
BUT, when you told us that:
(3(1+sqrtx) - 2(1+cubert(x)))/(1-x) = (3(1+y) - 2(1+y+y^2))/((1+y+y^2)(1+y)), if y = x ^ (1/6)
you made a mistake.
You can easily check this numerically, but just redo your algebra. If you can't find your mistake, post your step-by-step attempt and we will find it (or try really hard to).
 
  • #12
Oh ok.

Here are my attempts at the solution (see attachments). The attachments are two separate work-in-progress solutions with slightly varying steps. If someone could please help me out that'd be great. This assignment is due tomorrow morning at 8 for me (it's almost midnight right now).

This is the only question that really gave me trouble and I'm at ends wit right now from constantly attempting this.

Please help!
 

Attachments

  • Try 1.jpg
    Try 1.jpg
    18.4 KB · Views: 391
  • Try 2.jpg
    Try 2.jpg
    20.6 KB · Views: 424
Last edited:
  • #13
Cardinality said:
The problem: (See attachment)

I rationalize the numerator and then simplify to get:

lim (3(1+sqrtx) - 2(1+cubert(x)))/(1-x)
x->1


However, I do not know what to do after this point. If someone could please help me out, that would be great!

Thank you!
attachment.php?attachmentid=70232&d=1401656483.png



It appears that you handled the first term well, correctly rationalizing the denominator (not the numerator). It helps to show your steps if we are to give good suggestions.)
3/(1-√x) = 3((1+√x)/((1-√x)(1+√x)) = 3((1+√x)/(1-x)​

Of course, this works because a difference times sum a gives the difference of squares.

## (1 - y)(1 + y) = 1 - y^2 ##

So if y = √x , then 1 - y2 is 1 - x .

However, this does no good for a cube root.


pasmith showed how to factor a difference of cubes.
## (1 - u)(1 + u + u^2) = 1 - u^3 ##​

What is this if ## u =\sqrt[3]{x}\ ?##
 
  • #14
SammyS said:
attachment.php?attachmentid=70232&d=1401656483.png
It appears that you handled the first term well, correctly rationalizing the denominator (not the numerator). It helps to show your steps if we are to give good suggestions.)
3/(1-√x) = 3((1+√x)/((1-√x)(1+√x)) = 3((1+√x)/(1-x)​

Of course, this works because a difference times sum a gives the difference of squares.

## (1 - y)(1 + y) = 1 - y^2 ##

So if y = √x , then 1 - y2 is 1 - x .

However, this does no good for a cube root.pasmith showed how to factor a difference of cubes.
## (1 - u)(1 + u + u^2) = 1 - u^3 ##​

What is this if ## u =\sqrt[3]{x}\ ?##

I posted my work in the previous post please take a look!
 
  • #15
Cardinality said:
I posted my work in the previous post please take a look!
The second sheet looks more promising.

attachment.php?attachmentid=70242&d=1401677384.jpg


Now factor ##\ 2y^2-y-1\ .\ ##

There was no need to expand the denominator by multiplying it out.
 
  • #16
SammyS said:
The second sheet looks more promising.

attachment.php?attachmentid=70242&d=1401677384.jpg


Now factor ##\ 2y^2-y-1\ .\ ##

There was no need to expand the denominator by multiplying it out.

Factor out from where? The main body so it's the numerator to (1-y)?
Where would I go from there?
 
  • #17
Cardinality said:
Factor out from where? The main body so it's the numerator to (1-y)?
Where would I go from there?

Factor ##\ 2y^2-y-1\ ## period .

Not from anything.

Just factor it into the product of two binomials.
 
  • #18
Edit: Yeah I'm just going to hope you didn't see this post...my god, that was horrible. LOL
 
Last edited:
  • #19
SammyS said:
Factor ##\ 2y^2-y-1\ ## period .

Not from anything.

Just factor it into the product of two binomials.

Two things:

1). I'm an idiot.

2). I love you guys, thank you. Did I mention I'm an idiot?

Note to self: Move your *** from your desk from time to time and get a breather...or you forget to factor :bugeye:

Thanks again, & good night friends! :zzz:
 

Related to Stuck on Simplifying a Limit - Can You Help?

1. What is a limit in calculus?

A limit in calculus is the value that a function approaches as its input approaches a certain value. It is used to describe the behavior of a function near a particular point.

2. How do I simplify a limit?

To simplify a limit, you can use algebraic techniques such as factoring, rationalizing, or using trigonometric identities. You can also use L'Hopital's rule or the Squeeze theorem in certain cases.

3. What are the common mistakes when simplifying a limit?

Some common mistakes when simplifying a limit include forgetting to check for removable discontinuities or vertical asymptotes, not using appropriate algebraic techniques, and making calculation errors.

4. Can I use a calculator to simplify a limit?

It is generally not recommended to use a calculator to simplify a limit. Calculators may not always give accurate or simplified answers, and it is important to understand the concept and process of simplifying a limit rather than relying on a calculator.

5. How can I check if my simplified limit is correct?

You can check if your simplified limit is correct by plugging in the original value of the limit into the simplified expression and comparing it to the original limit. You can also use a graphing calculator or software to graph the original and simplified expressions and see if they match.

Similar threads

  • Calculus and Beyond Homework Help
Replies
22
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
849
  • Calculus and Beyond Homework Help
Replies
10
Views
885
  • Calculus and Beyond Homework Help
Replies
5
Views
820
  • Calculus and Beyond Homework Help
Replies
2
Views
138
  • Calculus and Beyond Homework Help
Replies
7
Views
710
  • Calculus and Beyond Homework Help
Replies
8
Views
837
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
858
Back
Top