Solving Quadratic Equations - (x2+3x+3)1/3 + (2x2+3x+2)1/3 = 6x2+12x+8

Click For Summary

Homework Help Overview

The problem involves solving a complex equation involving cubic roots and quadratic expressions: (x² + 3x + 3)^(1/3) + (2x² + 3x + 2)^(1/3) = 6x² + 12x + 8. The discussion centers around various methods of approaching this equation, including graphical analysis and algebraic manipulation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants explore different methods, including numerical solutions and graphical plotting. Some express confusion over the algebraic steps taken by others, while others suggest using inequalities like the Cauchy inequality to analyze the equation. There are questions about the necessity of finding all roots versus focusing on known solutions.

Discussion Status

The discussion is active, with participants sharing their thoughts on the equation's complexity and potential approaches. Some have offered insights into graphical methods, while others are attempting to clarify algebraic manipulations. There is no explicit consensus on the best method to proceed, but various lines of reasoning are being explored.

Contextual Notes

Some participants note the challenge of solving the equation analytically and question the validity of certain algebraic steps. There are mentions of specific roots and the implications of finding all roots versus a single known solution.

emrys
Messages
6
Reaction score
0

Homework Statement


(x2+3x+3)1/3 + (2x2+3x+2)1/3 = 6x2+12x+8
2.Relevant equations

The Attempt at a Solution


(x2+3x+3)1/3 -1 +(2x2+3x+2)1/3 -1 = 6x2+12x+6
(x2+3x+2)/((((x2+3x+3)1/3)2 + (x2+3x+3)1/3 +1) + (2x2 +3x+1)/((((2x2+3x+2)1/3)2)+(2x2+3x+2)1/3 +1) -6(x+1)2=0
then
x=-1
or
(x+2)/((((2x2+3x+2)1/3)2)+(2x2+3x+2)1/3 +1)-6(x+1)=0 (*)
now there is 1 root left it is also -1 but no common factor in (*)
sorry i am not good at english
 
Physics news on Phys.org
Hello emrys, :welcome:

To be honest, I have no idea how to deal with this kind of equation analytically, and I can't follow your first step (*), so I simply plotted the terms and I see that only -1 is a solution.

Multiplicity is 2, also from visual inspection.

Is there a question in your post ?

upload_2016-1-7_12-54-50.png
(*) perhaps you can explain, then I will learn something from this too :smile: !
 
Last edited:
for
A= (x2+3x+2)1/3
B= (2x2+3x+2)1/3
then thanks to calculator i know that x = -1
so i substitute x for -1 to find value of A,B then subtract exactly that value to find common factor (x+1):
A -1 + B -1 = 6x2 +12x+6
(A-1)(A2+A*1+12)/(A2+A*1+12) + (B - 1)(B2+B*1+12)/(B2+B*1+12)-6(x+1)2=0
(A3-13)/(A2+A*1+12) + (B3-13)/(B2+B*1+12) -6(x+1)2=0
then you got
x=-1
or
(x+2)/(A2+A*1+12) + (2x+1)/(B2+B*1+12) - 6(x+1)=0(*)
 
A= (x2+3x+3)1/3

emrys said:
then thanks to calculator i know that x = -1
So basically you are also solving this numerically ? Finding x = -1 to satisfy the original equation ?
Then what is the purpose of the remainder of the work ?
 
BvU said:
A= (x2+3x+3)1/3

So basically you are also solving this numerically ? Finding x = -1 to satisfy the original equation ?
Then what is the purpose of the remainder of the work ?

solve(*) to find the final root (also = -1).
to end the problem you must find all the roots or the equation becomes an impossible equation.
and there is 1 root left in (*).
In brief, i want you guys to help me solve (*) (normally do it like you didnt know about x=-1)
 
I am actually around this level of math. My first approach at this question would be to graph it and get the solutions by treating it like a system of equations, so ##y=(x^2 + 3x + 3)^1/3 + (2x^2 + 3x + 2)^1/3## and ##y = 6x^2 + 12x + 8## (sorry if I did the latex wrong). If you need to do it algebraicly, it still may help having the answer to help guide you in solving it.
 
And I did do the latex wrong. It should be to the 1/3 power not to the 1st power decided by 3.
 
emrys said:
solve(*) to find the final root (also = -1).
to end the problem you must find all the roots or the equation becomes an impossible equation.
and there is 1 root left in (*).
In brief, i want you guys to help me solve (*) (normally do it like you didnt know about x=-1)

I have a very strong suspicion that your equation cannot be solved "analytically" in any easy way, so if I were trying to do it the very first thing I would do is plot the functions. That reveals x = -1 as a double root (a fact that can be verified analytically, once we know what we are looking for). That is how I would normally do it if I did not know about x = -1 ahead of time.
 
Ray Vickson said:
I have a very strong suspicion that your equation cannot be solved "analytically" in any easy way, so if I were trying to do it the very first thing I would do is plot the functions. That reveals x = -1 as a double root (a fact that can be verified analytically, once we know what we are looking for). That is how I would normally do it if I did not know about x = -1 ahead of time.
Use cauchy inequality, we can solve this easily.
 
  • #10
emrys said:
Use cauchy inequality, we can solve this easily.

How can you use an inequality to solve an equation? You should at least show how you would do it.
 
  • #11
Isaac0427 said:
I am actually around this level of math. My first approach at this question would be to graph it and get the solutions by treating it like a system of equations, so ##y=(x^2 + 3x + 3)^1/3 + (2x^2 + 3x + 2)^1/3## and ##y = 6x^2 + 12x + 8## (sorry if I did the latex wrong). If you need to do it algebraicly, it still may help having the answer to help guide you in solving it.
Isaac0427 said:
And I did do the latex wrong. It should be to the 1/3 power not to the 1st power decided by 3.
@Isaac0427
Regarding the LaTeX:

To include the /3 in the the exponent, place { } around the 1/3 like so: ^{1/3} Doing that to your first LaTeX expression gives:

##y=(x^2 + 3x + 3)^{1/3} + (2x^2 + 3x + 2)^{1/3}\ ##​
 
  • #12
Ray Vickson said:
How can you use an inequality to solve an equation? You should at least show how you would do it.
we will do it again from beginning
we have
(x2+3x+3)1/3>0 ∀x∈ℝ
(2x2+3x+2)1/3>0 ∀x∈ℝ
and 6x2+12x+8>0 ∀x∈ℝ
then
apply cauchy inequality (A+A1+A2+...+An)/n ≥(A*A1*A2*...*An)1/n; (A,A1,A2,...,An≥0)
6x2+12x+8=(1*1(x2+3x+3))1/3+(1*1(2x2+3x+2))1/3≤(x2+3x+3+1+1)/3+(2x2+3x+2+1+1)/3=x2+2x+3
⇔6x2+12x+8≤x2+2x+3
⇔52+10x+5≤0
⇔5(x+1)2≤0
⇔x=-1
 
  • #13
emrys said:
we will do it again from beginning
we have
(x2+3x+3)1/3>0 ∀x∈ℝ
(2x2+3x+2)1/3>0 ∀x∈ℝ
and 6x2+12x+8>0 ∀x∈ℝ
then
apply cauchy inequality (A+A1+A2+...+An)/n ≥(A*A1*A2*...*An)1/n; (A,A1,A2,...,An≥0)
6x2+12x+8=(1*1(x2+3x+3))1/3+(1*1(2x2+3x+2))1/3≤(x2+3x+3+1+1)/3+(2x2+3x+2+1+1)/3=x2+2x+3
⇔6x2+12x+8≤x2+2x+3
⇔52+10x+5≤0 ##\ \ ## Typo on this line.
⇔5(x+1)2≤0
⇔x=-1
Looks good.

There is a typo in the indicated line. Of course, it should read:

5x2+10x+5≤0​
 
  • #14
SammyS said:
Looks good.

There is a typo in the indicated line. Of course, it should read:

5x2+10x+5≤0​
My bad. it's 5x2
 
  • #15
emrys said:
My bad. it's 5x2

Your method works accidentally in this one special case. In most cases it will not work. For instance, if you change the equation to ##A + B = 6x^2+12x + 6## (where ##A,B## are as before) you will find that ##x^2 + 2 x + 3 \geq 6 x^2 + 12 x + 6## at any solution ##x## of the original equation. This is true, but it does not help you to find ##x##. Now we need to use a numerical method, to find there are two roots: ##x = -1.6116857121542768293## and ##x = -0.37972871671526324113##.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K