Traces of 3d objects

burt

Full Member
Joined
Aug 1, 2019
Messages
254
1585796045867.png
This picture shows both the question and the work I've done so far. I'm pretty confident with my partial derivatives, but how do I draw the traces? These are my attempts - done with geogebra, but is this how to do it?
 
In GeoGebra try the Curve command (click). For the y=0 trace z = sqrt(x^2+0^2) = abs(x), therefore use this command

Curve(t, 0, abs(t), t, -6, 6)

you need to introduce a parameter, in this case "t", and specify its range.
 
Top