Skip to main content

Questions tagged [parametric-functions]

Questions about explicit functions expressed in terms of independent variables, i.e. parameters. Including approaches for rewriting functions using different parameterizations.

3 votes
3 answers
243 views

f1 and f2 are in fact the same function as f3. One contains ...
azerbajdzan's user avatar
  • 36.4k
2 votes
1 answer
343 views

I want to calculate several derivatives and integrals involving a complicated periodic piecewise function, but I'm struggling to get it to work, and someone here suggested that part of the problem is ...
Lawton's user avatar
  • 406
2 votes
1 answer
123 views

I would like to plot 2-D curves on the surface of a sphere, say of radius R=1. I can handle all the equations on paper easily enough, converting $x,y,z\rightarrow \theta,\phi$ with sphere radius 1. ...
K7PEH's user avatar
  • 641
0 votes
1 answer
88 views

I have the two equations eq1[X_, Z_] ==0 and eq2[X_, Z_, W_] ==0 and I want to make sure if there is a set of nonzero real ...
math3999's user avatar
1 vote
2 answers
168 views

I have this quartic equation 25 x^4 + x^2 (5 - 7 y^2) + 3 x y + 4 == 0 for real $y>0$. I use Reduce and get four parametric ...
math3999's user avatar
4 votes
1 answer
161 views

Hello everyone — I’m reading about the extended complex plane and the “point at infinity,” and I find the geometric picture quite helpful. According to this text, in the complex plane $z \in \mathbb{C}...
seeker's user avatar
  • 1,010
1 vote
0 answers
113 views

I'm trying to recreate this plot. Its over the interval $ u, v \in[0,2 \pi]$ My attempt is horrific. ...
Tomi's user avatar
  • 5,094
3 votes
3 answers
696 views

I am trying to make something that involves a threaded end to both pipes attached to a hollowed out ellipsoid. I am having problems with: Making it smooth. I tried various things but it is likely due ...
Romogi's user avatar
  • 647
3 votes
2 answers
207 views

I am trying to write a code to compute the gradient, divergence and the Laplacian of any curvilinear geometry. For any curvilinear coordinate system defined in (\xi,\theta), let X be the mapping ...
S. Pant's user avatar
  • 121
5 votes
2 answers
523 views

How to extract function for converting HUE to RGB without manually rewriting it by using Piecewise. (preferably without using interpolation, I accept it being ...
azerbajdzan's user avatar
  • 36.4k
9 votes
2 answers
566 views

Suppose we have the following system of ODEs, ...
Artem Alexandrov's user avatar
0 votes
4 answers
297 views

Inspired by a high school problem: Show calculate the area bounded by the $x$-axis and a sine curve $y=\sin(x)$ which has been sheared parallel to the $x$-axis. This can be solved by noting that area ...
pdmclean's user avatar
  • 1,466
2 votes
2 answers
144 views

The parametric plot bellow is periodic for intervals {x, 0, 1}, {y, 0, 1}. It consist of two separate functions. But the functions are identical just one is shifted....
azerbajdzan's user avatar
  • 36.4k
0 votes
0 answers
75 views

This works pr=ParametricRegion[{Sin[x]Exp[x],Cos[x]Exp[x]},{{x,0.,3.Pi}}]; Region[pr] and produces a nice image of a logarithmic spiral This does not ...
Michael T's user avatar
  • 346
1 vote
2 answers
194 views

Problem I'm trying to make a MeshRegion from a bezier surface defined from an array of control points. Consider ...
Adam's user avatar
  • 4,515

15 30 50 per page
1
2 3 4 5
51