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

In summary, the given equation can be solved using numerical methods. Applying the Cauchy inequality, we can see that the only solution is x = -1. However, this method may not work in other cases and a numerical approach may be necessary to find all solutions.
  • #1
emrys
6
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
  • #2
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:
  • #3
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(*)
 
  • #4
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 ?
 
  • #5
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)
 
  • #6
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.
 
  • #7
And I did do the latex wrong. It should be to the 1/3 power not to the 1st power decided by 3.
 
  • #8
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.
 
  • #9
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##.
 

1. What is a quadratic equation?

A quadratic equation is an equation that can be written in the form of ax^2 + bx + c = 0, where a, b, and c are constants and x is a variable.

2. How do you solve a quadratic equation?

To solve a quadratic equation, you can use the quadratic formula (-b ± √(b^2 - 4ac)) / 2a or factor the equation to find the roots.

3. What is the purpose of solving a quadratic equation?

The purpose of solving a quadratic equation is to find the values of the variable that make the equation true, also known as the roots or solutions of the equation.

4. How do you solve a quadratic equation with radicals?

To solve a quadratic equation with radicals, you can use the substitution method or raise both sides of the equation to a power that will eliminate the radicals.

5. Can you explain the steps to solving the equation (x2+3x+3)1/3 + (2x2+3x+2)1/3 = 6x2+12x+8?

To solve this equation, you can first isolate the radicals by subtracting (6x2+12x+8) from both sides. Then, cube both sides of the equation to eliminate the radicals. This will give you a quadratic equation that can be solved using the quadratic formula or factoring method. Finally, plug the solutions back into the original equation to check for any extraneous solutions.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
941
  • Precalculus Mathematics Homework Help
Replies
2
Views
710
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
518
  • Precalculus Mathematics Homework Help
Replies
10
Views
3K
  • Precalculus Mathematics Homework Help
Replies
1
Views
918
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
486
Back
Top