Complex problem with additional equation

  • Thread starter Thread starter V0ODO0CH1LD
  • Start date Start date
  • Tags Tags
    Complex
Click For Summary

Homework Help Overview

The problem involves finding the sum of solutions \( z \) with positive real parts for the equation \( z^4 = \lambda - 32 \), where \( \lambda \) satisfies the equation \( \sqrt{\lambda + 9} + \sqrt{2\lambda + 17} = 12 \). The context is rooted in algebraic manipulation and properties of functions involving radicals.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various methods for approaching the radical equation, with some suggesting algebraic manipulation and others expressing skepticism about the necessity of solving for \( \lambda \) directly. There are considerations about the nature of the function and its solutions.

Discussion Status

The discussion is active, with participants sharing different perspectives on the problem. Some have attempted to solve the equation directly, while others are exploring whether it's possible to derive the sum of the roots without explicitly finding \( \lambda \). There is no clear consensus on the best approach yet.

Contextual Notes

Participants note that the problem may involve competition-level reasoning, suggesting that there could be a more elegant solution or identity that simplifies the process. There is also mention of the implications of \( \lambda \) being greater than 32 in relation to the nature of the roots.

V0ODO0CH1LD
Messages
278
Reaction score
0

Homework Statement



Let ## \lambda ## be the real solutions to the equation ## \sqrt{\lambda +9}+\sqrt{2\lambda +17}=12 ##. Then what is the sum of the solutions ## z ##, with ## Re\ z>0 ##, of the equation ## z^4=\lambda -32 ##?

Homework Equations





The Attempt at a Solution



I tried substituting ## \lambda =z^4+32 ## into ## \sqrt{\lambda +9}+\sqrt{2\lambda +17}=12 ## to see if something simplified, but nothing did. Am I left with hacking this one out? Because I refuse to believe that I should try to actually solve ## \sqrt{\lambda +9}+\sqrt{2\lambda +17}=12 ## for ## \lambda ##.

Is there a "better" way?
 
Physics news on Phys.org
V0ODO0CH1LD said:
I refuse to believe that I should try to actually solve ## \sqrt{\lambda +9}+\sqrt{2\lambda +17}=12 ## for ## \lambda ##.
Perhaps there's a better way, but solving that really isn't hard at all.
 
Remember when you're solving equations involving radicals, you need to isolate an individual radical on one side of the equation. If you subtract one of the radical terms from both sides, you can then square both sides. Pay attention to the fact that you will be squaring a binomial on one side.

There might be an easier way, but not that I'm aware of. The only method I know of is slogging through the algebra.
 
Last edited:
[tex]\sqrt{\lambda +9}+\sqrt{2\lambda +17}=12[/tex]

As I mentioned above, you want to isolate one of the radicals, so we'll subtract one of them from both sides of the equation.

[tex]\sqrt{2\lambda +17}=12-\sqrt{\lambda +9}[/tex]

Now we want to start trying to eliminate the radicals, which we can do by squaring both sides.

[tex](\sqrt{2\lambda +17})^2=(12-\sqrt{\lambda +9})^2[/tex]

Now go through and apply the exponents. Remember that [itex](\sqrt{a})^2=a[/itex] and keep in mind that you're squaring a binomial on the right side. Afterwards, you'll need to eliminate the second radical.

There's a fair amount of algebra here, but solving for [itex]\lambda[/itex] isn't too terrible difficult.
 
It's not about being terribly difficult. I already solved it that way and got ## \lambda = 16##, but the whole process was very "ugly" (not hard). This is one of those competition math problems, and the first one that I had to resort to hacking. Usually there is some identity or theorem that simplifies the problem in case it looks like it's going to be very laborious and likely for you to make mistakes. But every now and again it seem like there is a problem that is very time consuming in these things.

Thanks!
 
Hi V0ODO0CH1LD! :smile:
V0ODO0CH1LD said:
This is one of those competition math problems …

In that case, you can guess there must be a quick way! :wink:

Two things to notice immediately:

i] it's obviously an increasing function, and so can have only one solution

ii] 2λ + 17 must be odd, so both those squares must be odd​

Since you're expecting a quick way, the first pair to check would be 5 + 7 …

which of course works! :biggrin:
 
V0ODO0CH1LD said:

Homework Statement



Let ## \lambda ## be the real solutions to the equation ## \sqrt{\lambda +9}+\sqrt{2\lambda +17}=12 ##. Then what is the sum of the solutions ## z ##, with ## Re\ z>0 ##, of the equation ## z^4=\lambda -32 ##?

I don't think the question actually requires that you find [itex]\lambda[/itex]; you only need to find the sum of the roots in question as a function of [itex]\lambda[/itex].

We know that [itex]\lambda[/itex] is real, so [itex]\lambda - 32[/itex] is also real. So we need the solutions of [itex]z^4 = C[/itex] with [itex]C \in \mathbb{R}[/itex].

If [itex]C > 0[/itex], then [itex]C = k^4[/itex] for some [itex]k > 0[/itex]. Then the solutions of [itex]z^4 = k^4[/itex] are [itex]k[/itex], [itex]-k[/itex] and [itex]\pm ik[/itex]. The only one with strictly positive real part is [itex]k[/itex].

If [itex]C < 0[/itex], then [itex]C = -k^4[/itex] for some [itex]k > 0[/itex]. Then either [itex]z^2 = ik^2[/itex] or [itex]z^2 = -ik^2[/itex]. In the first case,
[tex] z = \pm \frac{k}{\sqrt{2}} (1 + i)[/tex]
and in the second,
[tex] z = \pm \frac{k}{\sqrt{2}}(1 - i)[/tex]
Thus there are a conjugate pair of solutions with strictly positive real part, and the sum of those solutions is [itex]k\sqrt{2}[/itex].

So all you need to know is whether [itex]\lambda > 32[/itex]. Since [itex]f(x) = \sqrt{x +9}+\sqrt{2x +17}[/itex] is strictly increasing, this is equivalent to asking whether [itex]f(\lambda) = 12 > f(32)[/itex].
 
pasmith said:
I don't think the question actually requires that you find [itex]\lambda[/itex]; you only need to find the sum of the roots in question as a function of [itex]\lambda[/itex].

We know that [itex]\lambda[/itex] is real, so [itex]\lambda - 32[/itex] is also real. So we need the solutions of [itex]z^4 = C[/itex] with [itex]C \in \mathbb{R}[/itex].

If [itex]C > 0[/itex], then [itex]C = k^4[/itex] for some [itex]k > 0[/itex]. Then the solutions of [itex]z^4 = k^4[/itex] are [itex]k[/itex], [itex]-k[/itex] and [itex]\pm ik[/itex]. The only one with strictly positive real part is [itex]k[/itex].

If [itex]C < 0[/itex], then [itex]C = -k^4[/itex] for some [itex]k > 0[/itex]. Then either [itex]z^2 = ik^2[/itex] or [itex]z^2 = -ik^2[/itex]. In the first case,
[tex] z = \pm \frac{k}{\sqrt{2}} (1 + i)[/tex]
and in the second,
[tex] z = \pm \frac{k}{\sqrt{2}}(1 - i)[/tex]
Thus there are a conjugate pair of solutions with strictly positive real part, and the sum of those solutions is [itex]k\sqrt{2}[/itex].

So all you need to know is whether [itex]\lambda > 32[/itex]. Since [itex]f(x) = \sqrt{x +9}+\sqrt{2x +17}[/itex] is strictly increasing, this is equivalent to asking whether [itex]f(\lambda) = 12 > f(32)[/itex].

are you saying that I don't need to find ## k ##? Because the acceptable answer is ## 2\sqrt{2} ##. Which requires me to find ## k ##.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
14
Views
3K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K