Create curve function from intersection of two surfaces

Click For Summary
To create a curve from the intersection of two surfaces defined by the equations 4x - y² = 0 and x² + y² - z = 0, one should not set the equations equal to each other, as this discards important information. Instead, substituting y² = 4x into the second equation allows for the derivation of a one-variable function. This method reveals that the correct approach involves treating y as the curve parameter. The initial mistake was equating the two independent equations, which led to a surface rather than a curve. Using the correct substitution will yield the desired curve r(u).
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##.
 
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.
 
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.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...