An algebra problem by Albin Jonsson

Algebra Level 3

( 7 x 2 ) 1 / 3 + ( 7 x + 5 ) 1 / 3 = 3 \large (7x-2)^{1/3} + (7x+5)^{1/3} = 3

What is the value of x x ?

Give your answer to 3 decimal places.


The answer is 0.42857.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

( 7 x 2 ) 1 3 + ( 7 x + 5 ) 1 3 = 3 Let y = 7 x 2 y 1 3 + ( y + 7 ) 1 3 = 3 ( y + 7 ) 1 3 = 3 y 1 3 Cubing both sides y + 7 = 27 27 y 1 3 + 9 y 2 3 y 2 y 9 y 2 3 + 27 y 1 3 20 = 0 By rational root theorem ( y 1 3 1 ) ( 2 y 2 3 7 y 1 3 + 20 ) = 0 y 1 3 = 1 The only real root y = 1 7 x 2 = 1 x = 3 7 0.428 \begin{aligned} (\color{#3D99F6}{7x-2})^{\frac{1}{3}} + (7x+5)^{\frac{1}{3}} & = 3 \quad \quad \small \color{#3D99F6}{\text {Let }y = 7x-2} \\ \implies \color{#3D99F6}{y}^{\frac{1}{3}} + (\color{#3D99F6}{y}+7)^{\frac{1}{3}} & = 3 \\ (y+7)^{\frac{1}{3}} & = 3 - y^\frac{1}{3} \quad \quad \small \color{#3D99F6}{\text{Cubing both sides}} \\ y + 7 & = 27 - 27y^\frac{1}{3} + 9y^\frac{2}{3} - y \\ 2y - 9y^\frac{2}{3} + 27y^\frac{1}{3} - 20 & = 0 \quad \quad \small \color{#3D99F6}{\text{By rational root theorem}} \\ \left(y^\frac{1}{3} - 1\right) \left(2 y^\frac{2}{3} -7y^\frac{1}{3} +20 \right) & = 0 \\ \implies y^\frac{1}{3} & = 1 \quad \quad \small \color{#3D99F6}{\text{The only real root}} \\ y & = 1 \\ 7x - 2 & = 1 \\ \implies x & = \frac{3}{7} \approx \boxed{0.428} \end{aligned}

Wow, nice and simple

Hung Woei Neoh - 5 years, 1 month ago

Log in to reply

For a good problem, it usually has a simple solution. Nice to know that you like the solution.

Chew-Seong Cheong - 5 years, 1 month ago

Log in to reply

Your solutions are always easy and simple even to a tough problem.... @Chew-Seong Cheong

Sudhir Aripirala - 5 years, 1 month ago
Hung Woei Neoh
May 5, 2016

The only method that I can think of to solve this is Newton Raphson Method. Anyone got a better solution?

Anyway, let f ( x ) = ( 7 x 2 ) 1 / 3 + ( 7 x + 5 ) 1 / 3 3 f(x) = (7x-2)^{1/3} + (7x+5)^{1/3} - 3

We know that the graph of cube root functions are continuous, and given that:

f ( 1 ) = 5 1 / 3 + 1 2 1 / 3 3 0.999 f ( 0 ) = ( 2 ) 1 / 3 + 5 1 / 3 3 2.550 f(1) = 5^{1/3} + 12^{1/3} - 3 \approx 0.999\\ f(0) = (-2)^{1/3} + 5^{1/3} - 3 \approx -2.550

From here, we can use the intermediate value theorem to deduce that a root exists in the interval ( 0 , 1 ) (0,1)

Now, use the formula below to find the root:

x n + 1 = x n f ( x n ) f ( x n ) x_{n+1} = x_n - \dfrac{f(x_n)}{f'(x_n)}

Let x 0 = 1 x_0 = 1

f ( x ) = 7 3 ( ( 7 x 2 ) 2 / 3 + ( 7 x + 5 ) 2 / 3 ) f'(x) = \dfrac{7}{3} \left( (7x-2)^{-2/3} + (7x+5)^{-2/3} \right)

x 1 = 1 f ( 1 ) f ( 1 ) 0.19607 x_1 = 1 - \dfrac{f(1)}{f'(1)} \approx 0.19607 \quad\quad (I'm lazy to type out the whole thing, you do it yourself)

x 2 = x 1 f ( x 1 ) f ( x 1 ) 0.71444 x_2 = x_1 - \dfrac{f(x_1)}{f'(x_1)} \approx 0.71444

The remaining iterations are:

x 3 0.34690 x 4 0.40942 x 5 0.42781 x 6 0.42857 x 7 0.42857 x_3 \approx 0.34690\\ x_4 \approx 0.40942\\ x_5 \approx 0.42781\\ x_6 \approx 0.42857\\ x_7 \approx 0.42857

Therefore, the value of x x that satisfies this equation is x = 0.42857 x=\boxed{0.42857}

Notes: The question never stated how many iterations or how many decimal places should our answer be. If it's 3 decimal places, wouldn't it be 0.429 0.429 instead of 0.428 0.428 ?

And if there is no other method to solve this, does this question belong to Calculus instead?

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...