Dealing with Nested Radicals: Strategies for Solving Quadratic Equations

  • Thread starter sooyong94
  • Start date
  • Tags
    Radicals
In summary: When trying to solve an algebraic equation, make the leading coefficient 1 and divide by a. This will make the equation simpler and more likely to be related to textbook statements.
  • #1
sooyong94
173
2

Homework Statement


Capture.png


Homework Equations


Vieta's formula, quadratic formula

The Attempt at a Solution


I did use Vieta's formula, and got a set of equations in terms of α, however the tricky bit is to deal with the cube root. Then I tried the quadratic formula, but the algebra becomes too tricky (due to nested square roots).
 
Physics news on Phys.org
  • #2
sooyong94 said:

Homework Statement


Capture.png


Homework Equations


Vieta's formula, quadratic formula

The Attempt at a Solution


I did use Vieta's formula, and got a set of equations in terms of α, however the tricky bit is to deal with the cube root. Then I tried the quadratic formula, but the algebra becomes too tricky (due to nested square roots).
Please post your working so far.
 
  • #4
sooyong94 said:
I suggest either of two approaches:
  1. Use one of the Vieta equations to eliminate alpha from the other, so you have an equation with no occurrences of alpha. Yes, it will be messy, but it should lead to the target.
  2. Rewrite the target equation to consist of combinations of b/a and c/a and see if you can simplify it to a tautology. Reversing those steps should then be a proof.
 
  • #5
$$\frac{-b^3}{a^3}=(x+\sqrt{x})^3=x^3+x^{3/2}+3(x^2+x^2\sqrt{x})=\frac{c^2}{a^2}+\frac{c}{a}+3(x^2+x\frac{c}{a})$$

I am also stuck here, maybe replace ##x^2=-\frac{b}{a}x-\frac{c}{a}##...
or ##x=(\frac{c^2}{a^2})^{\frac{1}{3}}##
Well maybe you can find the continuation, I am out of ideas here.
 
  • #6
Now that I check again it is enough to prove that ##x^2+x\frac{c}{a}=-\frac{bc}{a^2}## I wonder how we can prove that...
 
Last edited:
  • #7
Use your results from Vieta's formula.
upload_2016-7-19_13-46-17.png


Then cubing ##\ \alpha+\sqrt \alpha \ ## should help greatly. Keep factors of ##\ \alpha\sqrt \alpha \ ## wherever they occur.

##\displaystyle \left(\alpha+\sqrt \alpha \right)^3 = \alpha^3+3\alpha( \alpha\sqrt \alpha ) +3\sqrt \alpha ( \alpha\sqrt \alpha )+\alpha\sqrt \alpha \ .##

From there it's pretty straight forward.
 
  • Like
Likes Delta2
  • #8
Ah I was so close too but SammyS got me.

##x^2+x\frac{c}{a}=x\sqrt{x}\sqrt{x}+x\frac{c}{a}=\frac{c}{a}(\sqrt x+x)##
 
  • #9
Delta² said:
Ah I was so close too but SammyS got me.

##x^2+x\frac{c}{a}=x\sqrt{x}\sqrt{x}+x\frac{c}{a}=\frac{c}{a}(\sqrt x+x)##
Just to illustrate the approaches I mentioned in post #4, not because they're any quicker but because they are goal-directed, not requiring any inspired insight:

1. Eliminate alpha using Vieta:
##\alpha=(\frac ca) ^{\frac 23}##
##(\frac ca) ^{\frac 23}+(\frac ca) ^{\frac 13}=-\frac ba##
Cubing
##(\frac ca)^2+3(\frac ca) ^{\frac 53}+3(\frac ca) ^{\frac 43}+\frac ca=-(\frac ba)^3##
##=(\frac ca)^2+3(\frac ca)((\frac ca) ^{\frac 23}+(\frac ca) ^{\frac 13})+\frac ca=(\frac ca)^2+3(\frac ca)(\alpha+\sqrt {\alpha})+\frac ca##
Etc.

2. Reverse engineering:
##b^3=ac(3b-a-c)##
##(\frac ba)^3=\frac ca(3\frac ba-1-\frac ca)##
Substitute throughout using alpha, simplify to obtain a tautology, then observe that the same steps can be run in reverse.
 
  • #10
haruspex said:
Just to illustrate the approaches I mentioned in post #4, not because they're any quicker but because they are goal-directed, not requiring any inspired insight:

1. Eliminate alpha using Vieta:
##\alpha=(\frac ca) ^{\frac 23}##
##(\frac ca) ^{\frac 23}+(\frac ca) ^{\frac 13}=-\frac ba##
Cubing
##(\frac ca)^2+3(\frac ca) ^{\frac 53}+3(\frac ca) ^{\frac 43}+\frac ca=-(\frac ba)^3##
##=(\frac ca)^2+3(\frac ca)((\frac ca) ^{\frac 23}+(\frac ca) ^{\frac 13})+\frac ca=(\frac ca)^2+3(\frac ca)(\alpha+\sqrt {\alpha})+\frac ca##
Etc.

2. Reverse engineering:
##b^3=ac(3b-a-c)##
##(\frac ba)^3=\frac ca(3\frac ba-1-\frac ca)##
Substitute throughout using alpha, simplify to obtain a tautology, then observe that the same steps can be run in reverse.

yes well basically your approach 1. is what we all 3 did, SammyS, me and you.

Approach 2 is quite interesting, I wouldn't have my mind thinking like that at first glance.
 
  • #11
sooyong94 said:

Homework Statement


Capture.png


Homework Equations


Vieta's formula, quadratic formula

The Attempt at a Solution


I did use Vieta's formula, and got a set of equations in terms of α, however the tricky bit is to deal with the cube root. Then I tried the quadratic formula, but the algebra becomes too tricky (due to nested square roots).

Write the initial quadratic as ##x^2 + b' x + c' = 0##, where ##b' = b/a## and ## c' = c/a##. The condition to be verified is ##b'^3 = c'(3 b' - 1 - c')##. (This is just the quadratic with leading coefficient = 1, etc.

OK, so the quadratic is ##p(x) = (x-v)(x-v^2)## for some ##v##; that means that ##b' = -v - v^2## and ##c' = v^3##. The rest follows by straightforward algebra.
 
Last edited:
  • Like
Likes SammyS
  • #12
Ray Vickson said:
Write the initial quadratic as##x^2 + b' x + c' = 0##, where ##b' = b/a## and ## c' = c/a##.

Maybe (tex typo?) you mean just x2 + b' x + c' = 0##, where ##b' = b/a## and ## c' = c/a. ?

OK I have done it - easier than following anyone else's argument which I find like someone else's unmade bed! But equivalent I think.

Moral of the story, see thread title, avoid radicals when you can.

Secondly, almost always for algebraic equations make the leading coefficient 1, divide by a, work on the equation e.g.
x2 + b'x + c' = 0. You will get simpler intermediate expressions, more likely to be related to textbook statements, and since the roots are still the same, what is true of a, b,c is true of 1, b', c' . So you can easily recognise whether you are getting towards the right results.
 
  • #13
SammyS said:
Use your results from Vieta's formula.
View attachment 103497

Then cubing ##\ \alpha+\sqrt \alpha \ ## should help greatly. Keep factors of ##\ \alpha\sqrt \alpha \ ## wherever they occur.

##\displaystyle \left(\alpha+\sqrt \alpha \right)^3 = \alpha^3+3\alpha( \alpha\sqrt \alpha ) +3\sqrt \alpha ( \alpha\sqrt \alpha )+\alpha\sqrt \alpha \ .##

From there it's pretty straight forward.
Thanks - I managed to work this out easily. ;)
 
  • #14
sooyong94 said:
Thanks - I managed to work this out easily. ;)
That's good.

What did you get for the second part? What did you get for y, and what did you get for roots of the resulting equation(s) ?
 
  • #15
I got y=-1 and y=6, and the resulting roots are
x=1/9 and x=-1/3

x=4/9 and x=-2/3
 
  • #16
sooyong94 said:
I got y=-1 and y=6, and the resulting roots are
x=1/9 and x=-1/3

x=4/9 and x=-2/3
Those are indeed the solutions that result, and it is true that ##\displaystyle \ \left(-\frac 13 \right)^2=\frac 19 \,,\ ## it's also the case that strictly speaking, ##\displaystyle \ \sqrt \frac 19 \ne -\frac 13 \ .##

Similar results hold for the roots resulting from the other y solution.

That's something to think about.
 
Last edited:
  • #17
Now, let's suppose that we are to be strict about using the principle square root here, and that we have written the quadratic equation with b' and c' as suggested by Ray Vickson and epenguin .
That is to say, the quadratic equation ##\ x^2 + b\,' x + c' = 0 \ ## has solutions, ##\ \alpha \ ##.and ##\ \sqrt \alpha \ .##

Since ##\ \alpha\ ##.and ##\ \sqrt \alpha\ ## are both positive, b' must be negative, since ##\ -\alpha-\sqrt \alpha\ = {b}\,' \ .## Similarly, c' must be positive.

For the equation, ##\ 27x^2+6x-(y+2)=0\ ## and the values that sooyong94 got for y, we have positive b' and negative c' .

Using ##\ -6\ ## for b, so we have ##\ 27x^2-6x-(y+2)=0\ ##, will give two irrational values for y, one of which does give two positive (and irrational) values for x.

To get rational solutions for x, use ##\ b=-12\ ## or ##\ b=-30\ .##
 

Related to Dealing with Nested Radicals: Strategies for Solving Quadratic Equations

What is a nested radical?

A nested radical is a type of mathematical expression that contains a radical within another radical. For example, √(3 + √5) is a nested radical.

Why is dealing with nested radicals important?

Nested radicals often appear in mathematical equations and can be used to solve problems in various fields such as physics, engineering, and economics. Therefore, understanding how to deal with them is crucial for many scientific applications.

What are the basic rules for simplifying nested radicals?

The basic rules for simplifying nested radicals include:

  • Combining like terms inside the radicals (e.g. √5 + √5 = 2√5)
  • Using the product rule (e.g. √(ab) = √a × √b)
  • Using the quotient rule (e.g. √(a/b) = √a / √b)
  • Removing perfect square factors from under the radical (e.g. √12 = 2√3)

Are there any other methods for simplifying nested radicals?

Yes, there are other methods such as using the conjugate of the nested radical to eliminate the radical or using the binomial theorem. However, these methods may not always be applicable and may require more advanced mathematical knowledge.

Can nested radicals be solved without using complex numbers?

Yes, most nested radicals can be simplified and solved using only real numbers. However, in some cases, the use of complex numbers may be necessary to fully simplify the nested radical.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
2
Views
6K
  • Precalculus Mathematics Homework Help
Replies
4
Views
921
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
2
Replies
46
Views
3K
Replies
19
Views
2K
  • Precalculus Mathematics Homework Help
Replies
14
Views
1K
  • Precalculus Mathematics Homework Help
Replies
15
Views
2K
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
Back
Top