MHB Manipulation of square root function

AI Thread Summary
The discussion focuses on solving the equation involving square root functions: (√(3-3x) + √(x+6)) / (√(1-4x) + √(2x+8)) = (√(3-3x) - √(x+6)) / (√(1-4x) - √(2x+8)). Participants successfully provide solutions for x, confirming the correctness of the answers given by contributors Soroban and Kaliprasad. The manipulation of the square root functions is central to finding the value of x. The thread emphasizes the importance of algebraic manipulation in solving such equations. Overall, the discussion concludes with a successful resolution of the problem.
Albert1
Messages
1,221
Reaction score
0
$\dfrac {\sqrt {3-3x}+\sqrt {x+6}}{\sqrt {1-4x}+\sqrt {2x+8}}=\dfrac {\sqrt {3-3x}-\sqrt {x+6}}{\sqrt {1-4x}-\sqrt {2x+8}}$
please find :$x$
 
Mathematics news on Phys.org
Hello, Albert!

$\dfrac {\sqrt {3-3x}+\sqrt {x+6}}{\sqrt {1-4x}+\sqrt {2x+8}}\:=\:\dfrac {\sqrt {3-3x}-\sqrt {x+6}}{\sqrt {1-4x}-\sqrt {2x+8}}$

$\text{Solve for }x.$
Note that:

. . $\begin{Bmatrix}1-4x \:\ge\:0 & \Rightarrow & x\:\le\:\frac{1}{4}\\ 2x+8 \:\ge\:0 & \Rightarrow & x\:\ge \:\text{-}4 \end{Bmatrix}\;\;\;-4 \:\le x \:\le\:\frac{1}{4}$
We have: .\frac{a+b}{c+d} \:=\:\frac{a-b}{c+d}

. . which simplifies to: .$ad \,=\,bc$

That is: .$\sqrt{3-3x}\cdot\sqrt{2x+8} \:=\:\sqrt{x+6}\cdot\sqrt{1-4x}$

Then: .$(3-3x)(2x+8) \:=\: (x+6)(1-4x)$

. . $6x+24-6x^2-24x \;=\;x-4x^2+6-24x $

. . $2x^2-5x-18\:=\:0\quad\Rightarrow\quad (2x-9)(x+2) \:=\:0 $But $x = \tfrac{9}{2}$ is not in the domain.

Therefore, the only root is: .$x = \text{-}2.$
 
Last edited by a moderator:
if $\frac{a}{b}= \frac{c}{d}$ then both = $\frac{(a+c)}{(b + d)}$ also $\frac{(a-c)}{(b - d)}$

so if ($\frac{(a+c)}{(b + d)}$ =$\frac{(a-c)}{(b - d)}$
then$\frac{a}{b}= \frac{c}{d}$
taking $a = \sqrt{(3- 3x)}$ $b = \sqrt{(x+6)}$ $c = \sqrt{(1-4x)}$ $d=\sqrt{(2x+8)}$
we get $\sqrt{\frac{(3-3x)}{(x+6)}}$ = $\sqrt{\frac{(4x-1)}{(2x+8)}}$

square both sides and get
(3x-3)(2x+8) = (x+6)(4x-1)
expand to get $2x^2 – 5x – 18 = 0$
(x+2)(2x-9) = 0
x = - 2 or 9/2
x = 9/2 is erroneous so x = -2 is the solution
 
Thanks Soroban and Kaliprasad , both of your answers are correct :)
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top