Solving Equation: ln(y)(x^4 - y^4) + ln(x)(y^4 - x^4) + (y^2 - x^2)^2 = 0

  • Thread starter CIMP
  • Start date
Thanks.In summary, the conversation discusses how to solve the equation ln(y)(x^4-y^4)+ln(x)(y^4-x^4)+(y^2-x^2)^2=0 and find the value of x when y=5. The participants suggest using root finding algorithms and making a plot of the function to find the solution. It is also noted that the equation has double roots and only y=x, x>0 satisfies the domain. The conversation ends with a quote about mathematics being the language of nature.
  • #1
CIMP
11
0
Hello All,

Could you please indicate me how to resolve this equation:

ln(y) (x^4 - y^4)+ ln(x) (y^4 - x^4) + (y^2 - x^2)^2 = 0

I am really struggling with it...

Thanks in advance,

C:)
 
Mathematics news on Phys.org
  • #2
What exactly do you mean by solving it? What do you need to do?
 
  • #3
Mentallic,

Thanks a lot for your reply.
I mean, I want to know the value of "X" when "Y=5".

Thanks in advance,
 
  • #4
CIMP said:
Mentallic,

Thanks a lot for your reply.
I mean, I want to know the value of "X" when "Y=5".

Thanks in advance,

Hey CIMP and welcome to the forums.

Do you know about root finding algorithms?
 
  • #5
CIMP said:
Mentallic,

Thanks a lot for your reply.
I mean, I want to know the value of "X" when "Y=5".

Thanks in advance,

Then what you're looking for is to solve explicitly for x. However, you can't do that with the use of elementary functions (the usual - addition, multiplication, square roots, powers, trig, exponentials). You will need to find a numeric approximation to the answer.

There are trivial solutions however such as y=x and y=-x, but notice that with logarithms present in the equation, this means you need to restrict x and y to be more than zero, so only y=x, x>0 is a trivial solution.

So, if y=5 then x=5 as well, but that's not the only solution. The others can be found by numeric methods.
 
  • #6
How about this, to get going:

x^4-y^4=-(y^4-x^4)

So you could write (ln(y)-ln(x))(x^4-y^4)+(y^2-x^2)^2=0
ln(y/x)(x^4-y^4)+(y^2-x^2)^2=0
ln(y/x)(x^4-y^4)=-(y^2-x^2)^2
ln(y/x)(x^2-y^2)(x^2+y^2)=-(y^2-x^2)^2
ln(y/x)(x^2+y^2)=(y^2-x^2)
ln(y/x)=(y^2-x^2)/R^2

Where R is the distance from the origin.

I don't know if this helps at all- it may give you a better idea of what the graph looks like though :rolleyes:
 
  • #7
Hello Mentallic,
Thank you very much for your help. I really could advance more with your explanation. I made a plot as suggested by Jamma, and I could see that the function when X<5 it tend to -infinit and if X>5 it also tends to +infinit.

Hello Jama,
Thank you very much for your advice. It is vey useful to make a plot of the function before going to more sophisticated things!

Hello Chiro,
I use Maxima and Matlab and it was the first time that I was looking how to extract the root algoritms with them, but it was quite harder to use it... :bugeye:In fact, I pass all the day of yesterday dealing with that. Then I give up and I ploted the function and it was easy easier to see that it has just one solution when X=5. By lucky!
But I need to learn how to use the software...

Thanks everybody. I am so happy to be in this forum. Thansk again for your time and help...

CIMP
 
  • #8
CIMP said:
I could see that the function when X<5 it tend to -infinit and if X>5 it also tends to +infinit.

Not quite. Even though ln(y/x) is real for x,y<0, the original equation was of the form ln(y)-ln(x) in which case x,y<0 is NOT valid. You need to keep in mind that whatever transformations you do, you only consider the domain of the original function, not your manipulated function.
 
  • #9
Mentallic said:
Then what you're looking for is to solve explicitly for x. However, you can't do that with the use of elementary functions (the usual - addition, multiplication, square roots, powers, trig, exponentials). You will need to find a numeric approximation to the answer.

There are trivial solutions however such as y=x and y=-x, but notice that with logarithms present in the equation, this means you need to restrict x and y to be more than zero, so only y=x, x>0 is a trivial solution.

So, if y=5 then x=5 as well, but that's not the only solution. The others can be found by numeric methods.

Actually, I'm going to have to disagree with you here. It looks to me as if x=5 IS the only solution corresponding to y=5.
 
  • #10
Char. Limit said:
Actually, I'm going to have to disagree with you here. It looks to me as if x=5 IS the only solution corresponding to y=5.

Ahh yes they're in fact double roots. Thanks for spotting it!

[tex]\ln{y}(x^4-y^4)+\ln{x}(y^4-x^4)+(y^2-x^2)^2=0[/tex]

[tex](y^2-x^2)\left(\ln{\frac{1}{y}}(x^2+y^2)+\ln{x}(x^2+y^2)+y^2-x^2\right)=0[/tex]

The first factor corresponds to the roots of [itex]y=\pm x[/itex] thus only [itex]y=x, x>0[/itex] to satisfy the domain, and the second factor is

[tex]\ln{\frac{x}{y}}(x^2+y^2)=x^2-y^2[/tex]

Which gives us the same roots as the other factor, since ln(1)=0.
 
  • #11
Yes! :smile:
Thanks!

"Mathematics is the language of nature..."
 
  • #12
thanks, i hat the same question
 
  • #13
So we've just solved all your homework for you guys, pfft.
 
  • #14
CIMP, in the future, please post your questions in the homework help section.
 

FAQ: Solving Equation: ln(y)(x^4 - y^4) + ln(x)(y^4 - x^4) + (y^2 - x^2)^2 = 0

What is the first step in solving an equation?

The first step in solving an equation is to simplify both sides of the equation by combining like terms and using the distributive property if necessary.

How do you isolate a variable in an equation?

To isolate a variable, you must perform the inverse operation on both sides of the equation. For example, if the variable is being multiplied by a number, you would divide both sides by that number.

What is the order of operations when solving an equation?

The order of operations for solving an equation is the same as regular arithmetic: parentheses, exponents, multiplication and division (from left to right), and then addition and subtraction (from left to right).

Can you solve an equation without knowing the value of the variable?

Yes, you can solve an equation with variables without knowing their exact values. This is called solving for the variable in terms of other variables or constants.

How do you check if your solution to an equation is correct?

You can check your solution by substituting the value of the variable into the original equation and simplifying both sides. If the resulting values on both sides are equal, then your solution is correct.

Similar threads

Replies
5
Views
1K
Replies
5
Views
1K
Replies
18
Views
3K
Replies
20
Views
3K
Replies
2
Views
867
Replies
20
Views
2K
Back
Top