Solve ##\sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}=4\dfrac{1}{4} \cdots##

  • Thread starter RChristenk
  • Start date
  • Tags
    Algebra
  • #1
RChristenk
64
9
Homework Statement
Solve ##\begin{cases} \sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}=4\dfrac{1}{4}\\ \dfrac{x}{\sqrt{y}}+\dfrac{y}{\sqrt{x}}=16\dfrac{1}{4} \end{cases}##
Relevant Equations
Advanced Algebra manipulation skills and insights
##\Rightarrow \begin{cases} (\sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}})^2=(4\dfrac{1}{4})^2\\ (\dfrac{x}{\sqrt{y}}+\dfrac{y}{\sqrt{x}})^2=(16\dfrac{1}{4})^2 \end{cases}##

##\Leftrightarrow \begin{cases} \dfrac{x}{y}+\dfrac{y}{x}+2=\dfrac{289}{16}\\ \dfrac{x^2}{y}+\dfrac{y^2}{x} +\dfrac{2xy}{\sqrt{xy}}=\dfrac{4225}{16}\end{cases}##

##\Leftrightarrow \begin{cases}\dfrac{x^2+y^2}{xy}=\dfrac{257}{16}\\ \dfrac{x^3+y^3}{xy}+2\sqrt{xy} =\dfrac{4225}{16} \end{cases}##

And then I'm lost here. The presence of ##\sqrt{xy}## in the second equation makes me question if I'm even doing this problem correctly. Did I miss another pattern or simplification in the very first step?
 
Physics news on Phys.org
  • #2
If you let ##x = u^2## and ##y = v^2##, then you can eliminate all the square roots.
 
  • Like
Likes chwala, RChristenk and MatinSAR
  • #3
If you let ##z=\sqrt{\dfrac{x}{y}}## you can solve the first equation and then eliminate one unknown from the second equation.
 
  • Like
Likes chwala, RChristenk and MatinSAR
  • #4
In fact, the given rational numbers are such that with the substitution above you don't even need to solve a quadratic equation.
 
  • Like
Likes chwala
  • #5
As you can see my instinct is to just plough ahead with the given equations instead of doing substitutions. Is there any specific characteristics to equations that give a hint to which substitution is most likely to succeed or is this just a case of doing loads of problems and memorizing what type of substitutions work for their corresponding type of equations? Because I'm not yet grasping any intuition with these types of problems. Thanks.
 
  • #6
RChristenk said:
As you can see my instinct is to just plough ahead with the given equations instead of doing substitutions. Is there any specific characteristics to equations that give a hint to which substitution is most likely to succeed or is this just a case of doing loads of problems and memorizing what type of substitutions work for their corresponding type of equations? Thanks.
I inspect the equations looking for patterns and symmetries and then try to utilize them.
 
  • #7
Hill said:
In fact, the given rational numbers are such that with the substitution above you don't even need to solve a quadratic equation.
You must have a very clever solution!
 
  • #8
PeroK said:
You must have a very clever solution!
With the substitution of the post #3, the first equation becomes, $$z+ \frac 1 z = 4 + \frac 1 4$$ The two immediate solutions are ##z=4## and ##z= \frac 1 4##.

Then, ##\sqrt x =4 \sqrt y## (or, interchange ##x## and ##y##), and the second equation becomes as straightforward.
 
  • Like
Likes chwala, WWGD, MatinSAR and 1 other person
  • #9
Hill said:
With the substitution of the post #3, the first equation becomes, $$z+ \frac 1 z = 4 + \frac 1 4$$ The two immediate solutions are ##z=4## and ##z= \frac 1 4##.

Then, ##\sqrt x =4 \sqrt y## (or, interchange ##x## and ##y##), and the second equation becomes as straightforward.
I had managed to interpret ##4\frac 1 4## as ##\frac 5 4##. That was throwing up complex solutions!
 
  • Like
Likes MatinSAR
  • #10
RChristenk said:
As you can see my instinct is to just plough ahead with the given equations instead of doing substitutions. Is there any specific characteristics to equations that give a hint to which substitution is most likely to succeed or is this just a case of doing loads of problems and memorizing what type of substitutions work for their corresponding type of equations? Because I'm not yet grasping any intuition with these types of problems. Thanks.
There's no point in doing lots of problems and just hoping things sink in. You have to understand why things work and why things don't. Perhaps you could keep a checklist. For example, an equation of the form:
$$az + \frac c z + b = 0$$ is a quadratic equation in disguise. Try to remember than. Or, have a folder with "useful ideas" and write it down.

Another idea is that the ratio between two things is often useful. In this case ##z = \frac x y## was a good idea.

Another idea is to look at how to get rid of a square root term. Take a variation of that second equation:
$$\sqrt x + \sqrt y = a$$You can't get rid of the square roots in one step, but you can do it in two steps, in various way:
$$x^2 + y^2 + 2\sqrt{xy} = a^2$$$$2\sqrt{xy} = a^2 - x^2 - y^2$$$$4xy = (a^2 - x^2 - y^2)^2$$Finally, you can replace a square root, as I suggested:
$$\sqrt x + \sqrt y = a$$$$u + v = a$$Where ##x = u^2, y = v^2##. That doesn't really change very much, but it makes it easier to work with.

In addition to a sheet of good ideas, have a sheet of "mistakes I must not repeat!". In any case, you have to find some way for these things to sink in.
 
  • Like
Likes RChristenk, Hill and MatinSAR
  • #11
RChristenk said:
Homework Statement: Solve ##\begin{cases} \sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}=4\dfrac{1}{4}\\ \dfrac{x}{\sqrt{y}}+\dfrac{y}{\sqrt{x}}=16\dfrac{1}{4} \end{cases}##
Let's generalise this to:
$$\begin{cases} \sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}= a\\ \dfrac{x}{\sqrt{y}}+\dfrac{y}{\sqrt{x}}=b \end{cases}$$If ##a \ge 2## we have real solutions:
$$\sqrt x = \frac{b}{2(a-1)}\bigg [1 + \sqrt{\frac{a-2}{a+2}} \bigg]$$$$\sqrt y = \frac{b}{2(a-1)}\bigg [1 - \sqrt{\frac{a-2}{a+2}} \bigg]$$We can check for ##a = \frac{17}{4}##:
$$\sqrt x, \sqrt y = \frac{2b}{13}\bigg [1 \pm \frac 3 5 \bigg] = \frac{16b}{65}, \frac{4b}{65}$$Moreover, if ##a < 2##, then we have complex solutions:
$$\sqrt x, \sqrt y = \frac{b}{2(a-1)}\bigg [1 \pm i\sqrt{\frac{2-a}{2 +a}} \bigg]$$There's plenty of algebra practice if you want to derive those!
 
  • Like
  • Informative
Likes chwala, RChristenk and MatinSAR

FAQ: Solve ##\sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}=4\dfrac{1}{4} \cdots##

What is the first step to solve the equation ##\sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}=4\dfrac{1}{4} \cdots##?

The first step is to simplify the given equation by expressing the mixed number 4 1/4 as an improper fraction. This converts the equation to ##\sqrt{\dfrac{x}{y}}+\sqrt{\dfrac{y}{x}}=\dfrac{17}{4}##.

How can we simplify the equation further?

We can introduce new variables to simplify the equation. Let ##a = \sqrt{\dfrac{x}{y}}## and ##b = \sqrt{\dfrac{y}{x}}##. Then, the equation becomes ##a + b = \dfrac{17}{4}##, and we know that ##ab = 1## because ##a## and ##b## are reciprocals.

What is the next step after introducing new variables?

Using the fact that ##ab = 1##, we can express one variable in terms of the other. For instance, ##b = \dfrac{1}{a}##. Substitute this into the equation ##a + b = \dfrac{17}{4}## to get ##a + \dfrac{1}{a} = \dfrac{17}{4}##.

How do we solve the resulting equation ##a + \dfrac{1}{a} = \dfrac{17}{4}##?

Multiply both sides of the equation by ##a## to clear the fraction: ##a^2 + 1 = \dfrac{17}{4}a##. Rearrange it into a standard quadratic form: ##4a^2 - 17a + 4 = 0##.

What are the solutions to the quadratic equation ##4a^2 - 17a + 4 = 0##?

We solve the quadratic equation using the quadratic formula ##a = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}##, where ##a = 4##, ##b = -17##, and ##c = 4##. This yields the solutions ##a = 4## and ##a = \dfrac{1}{4}##. Correspondingly, ##b = \dfrac{1}{4}## and ##b = 4##, respectively. Therefore, the solutions are ##\left(\sqrt{\dfrac{x}{y}}, \sqrt{\dfrac{y}{x}}\right) = (4, \dfrac{1}{4})## or ##(\dfrac

Back
Top