Is the Method Used to Solve for a and b in this Calculus Problem Valid?

  • Thread starter Thread starter samtouchdown
  • Start date Start date
  • Tags Tags
    Calculus
Click For Summary

Homework Help Overview

The discussion revolves around the validity of a method used to solve a calculus problem involving limits, specifically addressing the determination of variables a and b. Participants express differing opinions on the appropriateness of various approaches, including l'Hospital's Rule and Taylor series expansions.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants question the validity of taking the variable x outside of the limit, while others suggest using l'Hospital's Rule or Taylor series as acceptable methods. There are discussions about the implications of reaching a 0/0 form and whether splitting the limit is permissible.

Discussion Status

The discussion is ongoing, with multiple interpretations being explored. Some participants have offered guidance on acceptable methods, while others have raised concerns about the original poster's approach. There is no explicit consensus on the validity of the original method, but various alternative strategies have been proposed.

Contextual Notes

Participants note that the problem's solution has been widely debated, with some expressing frustration over the original method's reliance on questionable notation. The requirement to determine a and b is acknowledged, along with the potential for misunderstanding in limit manipulation.

samtouchdown
Messages
10
Reaction score
0
This problem's solution has been widely debated for its validity. Though it gives the correct answer, many argue that it is invalid. Please give comments on why this method works and if it is valid or not. If possible, please provide your own solution. The problem is in the attachment.
 

Attachments

  • Screen shot 2011-12-26 at 2.23.28 PM.png
    Screen shot 2011-12-26 at 2.23.28 PM.png
    12 KB · Views: 585
Physics news on Phys.org
Yes, if a limit takes on the indeterminate form 0/0, it can take on any value. In actuality, one could also solve for the limit using l'Hospital's Rule.

Differentiating the top and bottom leaves us with this statement: [tex]\lim_{x \rightarrow 0}\frac{\frac{a}{2\sqrt{ax + b}}}{1} = 1[/tex], which is the same as: [tex]\lim_{x \rightarrow 0}\frac{a}{2\sqrt{ax + b}} = 1[/tex].

Now, if we plug in [itex]x = 0[/itex], we get: [itex]a = 2\sqrt{b}[/itex]. If we square both sides, we get [itex]a^{2}=4b[/itex]. If we plug this back into the original equation (without using l'Hospital's Rule), we will find that [itex]a = 4[/itex]. Then, using the above statement, it follows that [itex]b = 4[/itex] also.
 
Last edited:
That OP made me pull out my hair. You can't do something like

[tex]\lim_{x\rightarrow 0}{f(x)}=x[/tex]

x is a variable in the limit. It's a dummy variable. You can't just take it out and put it on the other side. Doing that shows a fundamental lack of understanding limits! Please don't ever do that! :cry:
 
micromass said:
That OP made me pull out my hair. You can't do something like

[tex]\lim_{x\rightarrow 0}{f(x)}=x[/tex]

x is a variable in the limit. It's a dummy variable. You can't just take it out and put it on the other side. Doing that shows a fundamental lack of understanding limits! Please don't ever do that! :cry:

I agree. The only way to solve this problem was either by (a) splitting the limit into a quotient with the top being its own limit and bottom being its own limit and then multiplying by [tex]\lim_{x\rightarrow 0}(x)[/tex] on both sides, or (b) using l'Hospital's Rule as I mentioned above. Good insight.
 
Last edited:
Chirag B said:
splitting the limit into a quotient with the top being its own limit and bottom being its own limit and then multiplying by [itex]lim_{x→0}(x)[/itex] on both sides

No, you can't do that. That would yield a 0/0 situation which is not allowed. Splitting the limit into a quotient is not allowed here!
 
micromass said:
No, you can't do that. That would yield a 0/0 situation which is not allowed. Splitting the limit into a quotient is not allowed here!

Ah, well then I was wrong. But as far as I know, l'Hospital's Rule still applies. You were angry at the poster's making the mistake of taking the variable [itex]x[/itex] outside of the limit, I presume?
 
Chirag B said:
Ah, well then I was wrong. But as far as I know, l'Hospital's Rule still applies. You were angry at the poster's making the mistake of taking the variable [itex]x[/itex] outside of the limit, I presume?

I wasn't angry :biggrin: just a bit disappointed.

Yes, l'hospital's rule should apply.
 
micromass said:
I wasn't angry :biggrin: just a bit disappointed.

Yes, l'hospital's rule should apply.

Makes sense. :smile:
 
There is no need for l'hospital's' Rule here! In fact, we have,
[tex]\lim_{x \to 0}\frac{\sqrt{ax+b}-2}{x} = \lim_{x \to 0}\frac{ax+b-4}{x(\sqrt{ax+b}+2)} = 1[/tex]
But since the denominator goes to 0, this forces the numerator to go to 0 if the limit is to exist. Therefore, limx→0ax+b-4 = 0, which forces b = 4. Then we have
[tex]\lim_{x \to 0}\frac{ax}{x(\sqrt{ax+4}+2)} = \lim_{x \to 0}\frac{a}{\sqrt{ax+4}+2} = 1[/tex]
From here it is pretty obvious that this forces a = 4.
 
  • #10
There are 2 obvious ways to do this: L'Hopital's (already shown) and Taylor series (my favourite).

[tex]\lim_{x -> 0} \frac{\sqrt{4x+4} - 2}{x} = 2\lim_{x -> 0} \frac{\sqrt{x+1} - 1}{x}<br /> <br /> = 2\lim_{x -> 0} \frac{1 + \frac{x}{2} - 1}{x} = 1[/tex]
 
  • #11
samtouchdown said:
This problem's solution has been widely debated for its validity. Though it gives the correct answer, many argue that it is invalid. Please give comments on why this method works and if it is valid or not. If possible, please provide your own solution. The problem is in the attachment.
micromass has already pointed out that it contains non-sense statements.

It's not particularly difficult to come up with a method which seems to work, when it contains statements that profoundly abuse accepted notation.
 
  • #12
Curious3141 said:
There are 2 obvious ways to do this: L'Hopital's (already shown) and Taylor series (my favourite).

[tex]\lim_{x -> 0} \frac{\sqrt{4x+4} - 2}{x} = 2\lim_{x -> 0} \frac{\sqrt{x+1} - 1}{x}<br /> <br /> = 2\lim_{x -> 0} \frac{1 + \frac{x}{2} - 1}{x} = 1[/tex]

Sorry, I had only taken a cursory reading of the problem earlier.

I understand that the requirement is to determine a and b. I think the determination of b was done correctly in the OP's solution. So b = 4.

The steps to determine a were done wrongly because in a limit, one cannot bring the x over to the RHS like that.

Instead of this, LH or Taylor/Binomial series are perfectly acceptable.

Sticking with the Taylor/Binomial approach:

[tex]LHS = \lim_{x -> 0} \frac{\sqrt{ax+4} - 2}{x}<br /> <br /> = \lim_{x -> 0} \frac{2\sqrt{1+\frac{ax}{4}} - 2}{x}<br /> <br /> = \lim_{x -> 0} \frac{2(1 + \frac{ax}{8}) - 2}{x}<br /> <br /> = \frac{a}{4}[/tex]

Equating that to the RHS of 1,

[tex]a = 4[/tex]
 
  • #13
Curious3141 said:
Sorry, I had only taken a cursory reading of the problem earlier.

I understand that the requirement is to determine a and b. I think the determination of b was done correctly in the OP's solution. So b = 4.

The steps to determine a were done wrongly because in a limit, one cannot bring the x over to the RHS like that.

Instead of this, LH or Taylor/Binomial series are perfectly acceptable.

Sticking with the Taylor/Binomial approach:

[tex]LHS = \lim_{x -> 0} \frac{\sqrt{ax+4} - 2}{x}<br /> <br /> = \lim_{x -> 0} \frac{2\sqrt{1+\frac{ax}{4}} - 2}{x}<br /> <br /> = \lim_{x -> 0} \frac{2(1 + \frac{ax}{8}) - 2}{x}<br /> <br /> = \frac{a}{4}[/tex]

Equating that to the RHS of 1,

[tex]a = 4[/tex]

That's a nice way to do it...interesting!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
1K
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K