Finding Range for r in Inequality: Quick Question on Solving for Lower Bound

  • Thread starter Thread starter azdang
  • Start date Start date
  • Tags Tags
    Inequality
AI Thread Summary
The discussion revolves around finding the lower bound for the variable r in the inequality λr - r^3 + λ < 0. The user has derived the expression λ < r^3/(r+1) but struggles to isolate r. It is noted that solving the cubic equation r^3 - λr - λ = 0 is necessary, but the cubic formula is complex and may not be expected for this level of coursework. The user plans to consult their teacher for clarification on the expectations for solving this problem. The conversation highlights the challenges of isolating r in inequalities involving cubic terms.
azdang
Messages
80
Reaction score
0
I first accidentally posted this in Calculus & Beyond since it is for a 700-level class, but I'm realizing now that it's pretty basic, and it should probably go here:

I'm working on a problem in which I have to find a range for r. I have an upper bound on it, but I can't seem to get the lower bound.

Here is the inequality to start with:
\lambdar - r3 + \lambda < 0

Eventually, I get it down to:
\lambda < \frac{r^3}{r+1}

However, I need r by itself on one side, and I have no idea what to do. Is there anything I actually could do or am I stuck?

Another note: r>0 and \lambda>0. Thanks!
 
Physics news on Phys.org
azdang said:
I first accidentally posted this in Calculus & Beyond since it is for a 700-level class, but I'm realizing now that it's pretty basic, and it should probably go here:

I'm working on a problem in which I have to find a range for r. I have an upper bound on it, but I can't seem to get the lower bound.

Here is the inequality to start with:
\lambdar - r3 + \lambda < 0

Eventually, I get it down to:
\lambda < \frac{r^3}{r+1}

However, I need r by itself on one side, and I have no idea what to do. Is there anything I actually could do or am I stuck?

Another note: r>0 and \lambda>0. Thanks!
You can't in any simple way. You can use the fact that points where one side is equal separate "<" from ">". However you still need to solve r^3- \lamba r- \lambda= 0. There is a "cubic formula" but it is very complicated.
http://www.math.vanderbilt.edu/~schectex/courses/cubic/
 
Okay, yeah, I've worked with the cubic formula in undergrad, but I very highly doubt we're expected to be using it here. I'll have to check with my teacher tomorrow, thanks so much!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top