Create curve function from intersection of two surfaces

Click For Summary
SUMMARY

The discussion centers on creating a curve function from the intersection of two surfaces defined by the equations \(4x - y^2 = 0\) and \(x^2 + y^2 - z = 0\). The initial approach of equating the two surfaces to solve for \(z\) was incorrect, as it disregarded the independent nature of the equations. The correct method involves substituting \(y^2 = 4x\) into the second equation, leading to a one-variable function for the curve. This adjustment allows for the proper representation of the curve \(r(u)\) using \(y\) as the parameter.

PREREQUISITES
  • Understanding of vector calculus
  • Familiarity with surface equations in three-dimensional space
  • Knowledge of substitution methods in algebra
  • Ability to manipulate and solve polynomial equations
NEXT STEPS
  • Study the process of substituting variables in multi-variable equations
  • Learn about parametric equations and their applications in curve representation
  • Explore vector calculus techniques for analyzing surface intersections
  • Investigate the implications of independent equations in mathematical modeling
USEFUL FOR

Mathematicians, engineering students, and anyone involved in vector calculus or surface modeling who seeks to understand the intersection of surfaces and curve creation.

Addez123
Messages
199
Reaction score
21
Homework Statement
Create the curve r(u) from
$$4x - y^2 = 0$$
and
$$x^2+y^2-z = 0$$
Relevant Equations
Vector calculus
What I do is set the two equations equal to one another and solve for z.
This gives:
$$z = \sqrt{x^2+2y^2-4x}$$
which is a surface and not a curve.

What am I doing wrong?
 
Physics news on Phys.org
Addez123 said:
Create the curve r(u) from
$$4x - y^2 = 0$$
and
$$x^2+y^2-z = 0$$

Addez123 said:
What I do is set the two equations equal to one another and solve for z.
This gives:
$$z = \sqrt{x^2+2y^2-4x}$$
which is a surface and not a curve.

What am I doing wrong?
I don't see how you got the equation you show.

The two equations can be rewritten as
##y^2 = 4x## and
##z = x^2 + y^2##
Note that from the equations above, that ##x \ge 0## and ##z \ge 0##.
Substituting, we get ##z = x^2 + 4x##.
 
  • Like
Likes   Reactions: Addez123
Addez123 said:
Homework Statement:: Create the curve r(u) from
$$4x - y^2 = 0$$
and
$$x^2+y^2-z = 0$$
Relevant Equations:: Vector calculus

What I do is set the two equations equal to one another and solve for z.
What do you even mean by this? The two equations are independent equations and putting two independent equations equal to each other makes no sense whatsoever.

If you mean that you put the non-zero sides of the equations equal to each other then that is where you went wrong because you just threw away the information that both expressions are equal to zero independently and you will end up with the surface along which those expressions take the same value regardless of whether that value is zero or not.
 
  • Like
Likes   Reactions: Addez123
Ahh it's true!
I eliminated the information when i set them equal. I should've done like @Mark44 suggested and used
$$y^2 = 4x$$
into the second equation. Then I can easily get a one variable function/curve.
 
Note: I would use ##y## as the curve parameter instead.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K