Solve for 3 variables with 2 equations

  • Thread starter Thread starter staples
  • Start date Start date
  • Tags Tags
    Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
21 replies · 4K views
staples
Messages
10
Reaction score
0

Homework Statement


Solve the system of equations for x, y, and z.
-------------------------
[tex]4x^4+8y^4+z^4=9[/tex]
[tex]x^8+y^8+z^8=1[/tex]
--------------------------

Homework Equations


The Attempt at a Solution


Both equations can be rearranged and factored (difference of squares). I've tried it and it doesn't seem to help solve the problem. Any hints? Thanks :)
 
Last edited:
Physics news on Phys.org
staples said:

Homework Statement


Solve the system of equations for x, y, and z.
-------------------------
[tex]4x^4+8y^4+z^4=9[/tex]
[tex]x^y+y^8+z^8=1[/tex]
--------------------------
Is the exponent on x in the 2nd equation a typo? Just checking.
staples said:

Homework Equations


The Attempt at a Solution


Both equations can be rearranged and factored (difference of squares). I've tried it and it doesn't seem to help solve the problem. Any hints? Thanks :)
 
Sorry about that. That was a typo. It's corrected now.
tiny-tim: I don't see it :frown:
 
So I substituted x^4 = u, y^4 = v, z^4 = w.
I still don't see how it would help. The only thing I could see to isolate one variable in the first equation and substitute that into the second equation. That still leaves us with 2 variables. I don't understand how we can solve for 3 variables with 2 equations. I always thought if you have n variables you need at least n equations. Please explain. Thanks
 
staples said:
So I substituted x^4 = u, y^4 = v, z^4 = w.
I still don't see how it would help. The only thing I could see to isolate one variable in the first equation and substitute that into the second equation. That still leaves us with 2 variables. I don't understand how we can solve for 3 variables with 2 equations. I always thought if you have n variables you need at least n equations. Please explain. Thanks
What does each of the resulting equations describe?

[itex]4u+8v+w=9[/itex]

[itex]u^2+v^2+w^2=1[/itex]

How would you describe their intersection, if they intersect?
 
If you have n variables you need at least n equations to get a unique solution (a single point). Since you have only two equations in three variables, there won't be a unique solution. This means that the solution set will be all the points along some curve, assuming the two equations represent surfaces that intersect.
 
So like Marks says, the intersection will be infinite over a certain interval(s)? I don't understand what you mean by what they represent? 3 dimensional planes/surfaces? :rolleyes: Thanks.
 
In (u, v, w) space, the two equations are surfaces that might or might not intersect. If they intersect, they will do so at an infinite number of points - all the points along the curve of intersection.
 
I think I get it now. Divide the first equation by 9 and compare it to the second equation. This shows that u,v,w must be equal to their coefficients because of the square in the second equation. So u=4/9, v=8/9, w=1/9. Now we take the (positive and negative) fourth root of these values. So there are 8 solutions (WolframAlpha: http://www.wolframalpha.com/input/?i=%284x^4%2B8y^4%2Bz^4%3D9%29+%28x^8%2By^8%2Bz^8%3D1%29)

Is this correct? Can I just "compare" the two equations like I did? Thanks.

P.S. Mark: I think you're under the impression that I'm doing higher level math courses. I am only in high school and we've never worked with 3d coordinate systems...
 
staples said:
I don't understand what you mean by what they represent? 3 dimensional planes/surfaces? :rolleyes: Thanks.

the first equation represents a plane, the second represents a sphere :smile:

(so what will be the shape of the points where they intersect?)
 
tiny-tim said:
the first equation represents a plane, the second represents a sphere :smile:

(so what will be the shape of the points where they intersect?)

I'm guessing the answer is a circle or ellipse depending on how they intersect. But I highly doubt it that the teacher wants an answer using the geometry of the equations. After all we've never learned the equation of a sphere. I'm pretty sure he's looking for an algebraic approach...

I'm going to look into what you said HallsofIvy. So I guess, my "solution" is wrong? A less subtle hint would be great :) I appreciate everyone's effort to help me. Thanks.
 
Last edited:
staples said:
I'm guessing the answer is a circle or ellipse depending on how they intersect.

a plane always intersects a sphere in a circle :smile:
But I highly doubt it that the teacher wants an answer using the geometry of the equations. I'm pretty sure he's looking for an algebraic approach...

yes, but knowledge of the geometry points you towards an easy algebraic approach :wink:

try substituting a b c for u v w so that a = constant, a2 + b2 + c2 = 1 :smile:
 
tiny-tim said:
a plane always intersects a sphere in a circle :smile:


yes, but knowledge of the geometry points you towards an easy algebraic approach :wink:

try substituting a b c for u v w so that a = constant, a2 + b2 + c2 = 1 :smile:

|a|,|b|,|c| ≤ 1 ?
 
Can someone please help me with this question? Thanks.
 
staples said:
|a|,|b|,|c| ≤ 1 ?

on the intersection, yes

conversion from u v and w axes to a b and c axes is just a rotation of the axes

(eg if instead of the usual x and y axes you use p = (x+y)/√2 and q = (x-y)/√2, you've simply rotated the axes by 45°, and x2 + y2 = 1 becomes p2 + q2 = 1)

here's another geometrical snippet that may help …

4u + 8v + w = 9 is a plane whose normal is the direction (4,8,1) …

if we call the endpoints of the diameter of the sphere parallel to (4,8,1) the north and south poles, then the solutions (in u,v,w coordinates) are a circle of latitude on the sphere :wink:
 
the plane(in question) will touch the sphere at only one point.