How Do You Solve for (z)xy Given These Equations?

  • Thread starter Thread starter Rron
  • Start date Start date
  • Tags Tags
    Exponents
AI Thread Summary
The discussion revolves around solving for (z)xy given the equations x^5y=3z and x^3y=z^2-3z-2. Participants explore various algebraic manipulations, including substitutions and numerical methods, to find values for z. They suggest using tools like Wolfram Alpha for root calculations and mention that the equations yield multiple complex solutions. Ultimately, a positive real solution is identified, with the final value of z raised to the power of xy calculated as approximately 12.59. The complexity of the problem and the reliance on numerical solutions are emphasized throughout the conversation.
Rron
Messages
11
Reaction score
0
A very logical problem.

Homework Statement


x5y=3z and x3y=z2-3z-2 so
what is (z)xy


Homework Equations


No equations, just multiplication,division etc.


The Attempt at a Solution


let xy=a
a^5=3z we can write this as a^15=(3z)^3
a^3=z^2-3z-2 also this a^15=(z^2-3z-2) and then equalize but I don't think I will get something, isn't it?
 
Last edited:
Physics news on Phys.org
try using 'ln' on both equations then substitution then binomial expansion.
 


Hi Rron,

It is a challenging problem. I did not find any nice solution. If you substitute z=(a^5)/3 into the second equation, you get an equation for a. Use wolframalpha.com to get the roots, choose the positive one.

ehild
 
since x^y = (3z)^(1/5), aren't we done, (z)^x^y = (z)^((3z)^(1/5))
 
coolul007 said:
since x^y = (3z)^(1/5), aren't we done, (z)^x^y = (z)^((3z)^(1/5))

No, you have to determine z.

ehild
 
let a =x^y, then z =(a^5)/3, substituting in next equation; a^10 - 9a^5 - 9a^3 - 18 = 0, if we solve for a then z follows, etc. I do not have a program to do that so I'm stuck.
 
The equation does not have a nice solution. You need a numerical one. wolframalpha.com helps. ehild
 
When i numerically crunch it there are 2 real solutions 4 pi and -pi or something very close
 
Are you sure? Have you tried to substitute them back?

ehild
 
  • #10
Here is what Mathematica had to say:
{a -> -1.37397 - 0.905875i, z -> 3.9207- 0.906134i},
{a -> -1.37397 + 0.905875i, z -> 3.9207+ 0.906134i},
{a -> 1.68316, z -> 4.50308},
{a -> 0.543688+ 1.43263i, z -> 2.73342- 0.676945i},
{a -> 0.543688- 1.43263i, z -> 2.73342+ 0.676945i},
{a -> 0.785766+ 0.723955i, z -> -0.387992 - 0.254645i},
{a -> 0.785766- 0.723955i, z -> -0.387992 + 0.254645i},
{a -> -0.303313 + 1.18312i, z -> -0.86116 + 0.28155i},
{a -> -0.303313 - 1.18312i, z -> -0.86116 - 0.28155i},
{a -> -0.987501, z -> -0.313017}
 
  • #11
So what is z(xy)?

Was there any restriction for x,y,z? Are they real or complex numbers? ehild
 
  • #12
ehild said:
So what is z(xy)?

Was there any restriction for x,y,z? Are they real or complex numbers?


ehild

I have no idea if there were restrictions so here is the positve real answer:

since a = x^y, merely take all of these z's and raise them to the a power e.g.,

(4.50308)^(1.68316) = 12.588133023091346014101552100309
 
  • #13
It is all right, but do not write so many digits. ehild
 
Back
Top