What is Curves: Definition and 777 Discussions

In mathematics, a curve (also called a curved line in older texts) is an object similar to a line, but that does not have to be straight.
Intuitively, a curve may be thought of as the trace left by a moving point. This is the definition that appeared more than 2000 years ago in Euclid's Elements: "The [curved] line is […] the first species of quantity, which has only one dimension, namely length, without any width nor depth, and is nothing else than the flow or run of the point which […] will leave from its imaginary moving some vestige in length, exempt of any width."This definition of a curve has been formalized in modern mathematics as: A curve is the image of an interval to a topological space by a continuous function. In some contexts, the function that defines the curve is called a parametrization, and the curve is a parametric curve. In this article, these curves are sometimes called topological curves to distinguish them from more constrained curves such as differentiable curves. This definition encompasses most curves that are studied in mathematics; notable exceptions are level curves (which are unions of curves and isolated points), and algebraic curves (see below). Level curves and algebraic curves are sometimes called implicit curves, since they are generally defined by implicit equations.
Nevertheless, the class of topological curves is very broad, and contains some curves that do not look as one may expect for a curve, or even cannot be drawn. This is the case of space-filling curves and fractal curves. For ensuring more regularity, the function that defines a curve is often supposed to be differentiable, and the curve is then said to be a differentiable curve.
A plane algebraic curve is the zero set of a polynomial in two indeterminates. More generally, an algebraic curve is the zero set of a finite set of polynomials, which satisfies the further condition of being an algebraic variety of dimension one. If the coefficients of the polynomials belong to a field k, the curve is said to be defined over k. In the common case of a real algebraic curve, where k is the field of real numbers, an algebraic curve is a finite union of topological curves. When complex zeros are considered, one has a complex algebraic curve, which, from the topological point of view, is not a curve, but a surface, and is often called a Riemann surface. Although not being curves in the common sense, algebraic curves defined over other fields have been widely studied. In particular, algebraic curves over a finite field are widely used in modern cryptography.

View More On Wikipedia.org
  1. R

    MATLAB Matlab generating parametric curves

    I want to graph the following parametric curve using matlab: x = 31cos(t)-7cos(31/7)t y = 31sin(t)-7sin(31/7)t 0 ≤ t ≤ 14π This is the code I used: syms t t=[0:1:19*pi] x=31*cos(t)-7*cos(31/7)*t; y=31*sin(t)-7*sin(31/7)*t; plot(t,y,t,x) But the graph which Matlab generated is...
  2. C

    Finding the area enclosed by curves in polar form

    Homework Statement a) r=a(2+ cos(\theta)) Find the area of the region enclosed by the curve giving answers in terms of \pi and a b) Show that the area enclosed by the loop r=2(1-sin(\theta))\sqrt{cos(\theta)} is \frac{16}{3} and show that the initial line divides the area...
  3. C

    What is the Area Between Two Polar Curves?

    Homework Statement Find the area between the two curves: r=2sin(\theta), r=2(1-sin(\theta)) Homework Equations A=\frac{1}{2} \int_{\beta}^{\alpha} r^2 d\theta The Attempt at a Solution I've got the points of intersection at (1,\frac{1}{6}\pi) and...
  4. M

    Graph Curves in the Complex Plane

    Homework Statement [/b] Graph the locus represented by the following. \left|z+2i\right| + \left|z-2i\right| = 6 Homework Equations The Attempt at a Solution z = x + iy so z-2i = x + (y-2)i and z+2i = x + (y-2)i So I have: sqrt(x^2 + (y-2)^2) + sqrt(x^2 + (y+2)^2) = 6...
  5. C

    Finding the area enclosed by curves in polar form

    Homework Statement a) Find the area enclosed by the curve r=2+3cos(\theta). b) Find the area enclosed by the curve (x^2+y^2)^3=y^4 (after converting to polar form) Homework Equations The general equation for the area of a sector of curve: A=\frac{1}{2} \int_{\beta}^{\alpha} r^2...
  6. L

    Family of Curves: Writing an Integral as a Summation

    f I consider the area of the family of curves as y = (1 - x^1/p)^n where x is greater than or equal to zero but less than or equal to one, I can write that in as integral as the integral from 0 to 1 of (1 - x^1/p)^n dx but I'm not sure how to write that as a summation, which I have been...
  7. P

    Why Do Train Wheels Screech on Curves?

    Does anybody know why you hear the train wheel SCREECH when the train makes a curve?
  8. A

    How to Solve for h When Choosing a Value of a in a Parabola Equation?

    Homework Statement Parabolas with vertex on the x-axis,with axis parallel to the y-axis,and with distance from focus to vertex fixed as "a". the question is pick your own value of "a". Then for "a" value pick value of "h". What does it mean? I'm confuse.. T__T Homework Equations (x-h)²...
  9. Char. Limit

    Exploring Elliptic Curves and Their Relationship to Fermat's Last Theorem

    What are they? And what does it mean to say that all elliptic curves are modular? Trying to understand Fermat's Last Theorem.
  10. M

    Advanced Algebraic Curves problem

    [Question] Let p1, p2 and p3 be 3 distinct points in PC2( Projective space, ie (z0,z1,z2) belong to PC2) Find the dimension of the linear system of cubics containing these 3 points. I have solved it for the non collinear case, by taking a projective transformation of the 3 points to...
  11. A

    Relating chi-squared and gaussian curves

    Simple question: can a chi-squared be represented as a gaussian distribution? I'm wondering if I can take some chi-squared numbers that I have and represent them as increasing/decreasing widths of FWHM of a gaussian. Can I?
  12. J

    Vertical Sections and Level Curves

    I need to find the vertical sections and level curves of the function z=max(x,y^{2}) associated with the constants 1,2,3 and 4. I know that the function defined in this way basically means that f(x,y)=x if x\geqy^{2} or f(x,y)=y^{2} if x\precy^{2} But I don't know where to go from here...
  13. J

    Vertical Sections and Level Curves

    I need to find the vertical sections and level curves of the function z=max(x,y^2) associated with the constant 1,2,3,4 so that I can sketch them. I know given z=f(x,y) then the vertical sections of the function are z=f(c,y) where c is a constant and the level curves are c=f(x,y). I've been...
  14. C

    Averaging of hysterisis curves

    Hello everybody I am new here, so not sure if this is really the right category. Have recorded numerous hysteresis (x-y) curves experimentally and want to average them all out to get one clean master curve. Does anybody know if algorithms exist for that in Matlab or in Excel ? Then a...
  15. X

    Finding the area between 3 curves

    fx=3x^3-3x, gx=3x, and hx=9-x. Find the area I kown top - bottom and right - left. but in here i am not sure what to do and what the boundaries are. can some one show me the work how to do this problem? i am kinda confuse how to do this kind of problem with 3 curves. THANK YOU!
  16. S

    Banked Curves using Radius and speed

    Okay so i have a test and so I'm reviewing for it, and one of the questions i came across was: 1. A curve of radius 180 m is being designed in a new highway to allow cars traveling at 70 km/h to round the curve with zero frictional forces. a) At what angle must the road be banked? b) What is...
  17. S

    Assignment help needed. (banked curves, Newton's second law)

    I was solving my assignment questions, and found two questions particularly challenging. So I post this thread to get some helps. 1. Homework Statement Question 1. Astronauts have connected a line between their 3500kg space tug and a 6200 kg asteroid. Using their ship's engine, they pull on...
  18. D

    Kinematics(Find Distance Between 2 curves)

    https://www.physicsforums.com/attachment.php?attachmentid=21003&stc=1&d=1255013927 I need help for number 1(b) State the distance between the two athletes as the winner passes the 100 m mark. Tried to find the are under graph, but does not work. Thanks.
  19. S

    Parametric Equations for Tank's Continuous Track: Explained and Demonstrated

    Homework Statement A tank is traveling in a straight line we look at the side on view of the tank and consider its continuous track in contact with the x-axis. Its wheels have radius R and the distance between he centers of the wheels is L (The continuous track is wrapped around the wheels)...
  20. I

    Parametrized Curve on the Function f(x, y) = x^2 - y^2 + 4?

    Homework Statement 6. Show that the parametrized curve r=<t+(1/t),t-(1/t),8> lies on the curve f(x, y) = x^2 - y^2 + 4? Show your calculations. 2. The attempt at a solution I don't know where to start. I've just been plugging in random x and y and t values and haven't had any luck...
  21. Fredrik

    Integral curves and one-parameter groups of diffeomorphisms

    I think I understand why a vector field must have a unique set of integral curves, but I don't see why they must define a one-parameter group of diffeomorphisms. Let X be a vector field on a manifold M, and p a point in M. A smooth curve C through p is said to be an integral curve of X if...
  22. H

    Why lift curves go through origin for some airfoils

    Homework Statement Why does the lift curve, Coefficient of lift plotted against angle of attack, go through the origin of the graph for some airfoils but not for other airfoils Homework Equations The Attempt at a Solution
  23. K

    First order linear PDE-the idea of characteristic curves

    "Consider a first order linear PDE. (e.g. y ux + x uy = 0) If u(x,y) is constant along the curves y2 - x2 = c, then this implies that the general solution to the PDE is u(x,y) = f(y2 - x2) where f is an arbitrary differentiable funciton of one variable. We call the curves along which u(x,y) is...
  24. U

    Find the minimum distance between the curves

    Homework Statement Find the minimum distance between the curves (Parabola) y^2 = x-1 and x^2 = y-1 Homework Equations y^2 = x-1 x^2 = y-1 The Attempt at a Solution Tried to find the distance between their vertex, but the answer was wrong and no where near.
  25. K

    Interpreting Dispersion Curve for Phonons & Other Atoms

    what can be interpret from dispersion curve of phonon?how to find whether a phonon can loose all its energy to a neutron from dispersion curves?are there dispersion curves for other atom apart from phonon?
  26. C

    Area under Polar Curves: Where did I go wrong?

    1.Where did I go wrong in finding the area enclosed inside r = 3 cos θ? Homework Equations I used the formula 1/2 ∫ ((f(θ)) squared dθ from alpha to beta The Attempt at a Solution I looked for the area of the semicircle from 0 to pi and then multiplied the whole thing by 2, since the...
  27. G

    Are closed time like curves an inherent feature of rotating universe models?

    This is a follow up to my previous question, as they appear that in both the Godel Metric and the Van Stockum dust Perhaps a better way to put this is, could there be a model where you had rotation (maybe around a non-symmetrical axis?) and not get these CTCs?
  28. C

    Area between curves integration problems

    Homework Statement 1. Set up the definite integral that gives the area of the region. (See attachment) f(x) = 3(x^3-3) g(x) = 0 2. Use integration to find the area of the triangle having the given vertices: (0,0), (a, 0), (b,c) Homework Equations The Attempt at a Solution...
  29. N

    Finding the area between 2 curves

    Homework Statement a.) Find the area of the region bounded by the graphs of f(x) = 1/x and 2x+2y=5 b.) Also, use the shell method to setup the integral that represents the volume of the solid formed by revolving the region bounded by the two same graphs about the y= 1/2. (Do not...
  30. W

    Find the Circles and Curves Problems

    1. A curve is traced by a point P(x,y) which moves such that its distance from the point A(-1,1) is three times its distance from the point B(2,-1). Determine the equation of the curve. A circle is tangent to the y - axis at y = 3 and has one x - intercept at x = 1. a. Determine the other x-...
  31. I

    Area b/w curves given by parametric eq's

    Homework Statement Find the area between the curves: x = r(theta-sin(theta)), y = r(1-cos(theta)) 2. The attempt at a solution Usually I would just change the parametric equations into a single equation by solving for theta and substituting back into one of the equations. But that...
  32. D

    Can a Random Curve in R^n be C1 and Differentiable?

    This came up a while ago in a post. What is a sensible way of defining a "random" curve in R^n? Let's say n=2 in order to keep things simple.
  33. G

    Understanding How Closed Curves Work in Maths

    Hey, I am wondering if anyone can help me understand a mathematical explanation as to how they work. From what I understand, the area under a closed curve is the same, independent of the path taken. So when doing an integral you only need to take the initial and final into account. There have...
  34. U

    Sketching level curves of f(x,y)

    Homework Statement Sketch the level curve of the surface z = \frac{x^2 - 2y + 6}{3x^2 + y} belonging to height z = 1 indicating the points at which the curves cut the y−axis. Homework Equations The Attempt at a Solution I put 1 = \frac{x^2 - 2y + 6}{3x^2 + y} but then don't...
  35. J

    Why Do LED Photodetector IV Curves Vary in Different Lighting Conditions?

    I was wondering if anybody could help me understand my measurements. I was interested in measuring the photo current and voltage of a red LED placed in room light and sun light. I measured the voltage across the LED and the current through in both conditions. In the room measurement, I am...
  36. M

    Solving Parametric Curve: Find t for x=4, y=0

    Homework Statement a)Consider the parametric curve x = t^2 + t, y = e^t. Find all t such that the tangent line of the curve at (x(t), y(t)) intersects the x-axis at (4,0) Homework Equations The Attempt at a Solution I draw out the graph and came out with the points, I was wondering...
  37. J

    Exploring CTCs: Can Objects Travel Through Time?

    im trying to understand the theory of this. is a CTC supposed to actually bring an object back to the original time? or is it supposed to make it appear that way to an outside observer? I am reading up on it from wikipedia: http://en.wikipedia.org/wiki/Closed_timelike_curve but in the beginning...
  38. Loren Booda

    # of intersections for 2 curves on a plane

    What is the average number of intersections for two infinite curves confined to a plane?
  39. T

    Finding tangent to parametric curves

    Find an equation of the tangent to the curve at the given point by both eliminating the parameter and without eliminating the parameter. x = tan(θ) y = sec(θ) (1 , √2) y = ? attempt ; y - y1 = m(x-x1) y = √2 x = 1 y1 = sec(θ) x1 = tan(θ) substituting and solving it...
  40. O

    Finding Level Curves of f(x,y)=xy

    Question as follows f(x,y)=xy , find the level curves for c= +-1,+-2,+-3,+-4,+-5 My first attempt was to set f(x,y)=c c=xy and y=1/x C and this is an hyperbolic function. Is that right? I am also confused what values x can get. I know it is restricted and x>0. Can x get the same value as C ?
  41. K

    Parametrizing Surfaces and Curves

    Homework Statement Given the surface: x^2 + y^2 + z^2 = 1 but x + y + z > 1 (actually greater than/equal to) I'd like to parametrize both this portion of the sphere and I'd like to find a parameterization of the boundary of the surface (that is, the intersection of the above sphere and...
  42. N

    Sketch Curves Z(t)= t^2 - 1 + i(t+4) 1<t<3

    Z(t)= t^2 - 1 + i(t+4) for 1<t<3 Can anyone Sketch it for me I m new on the forum ... and don't know how to skecth it
  43. R

    Arc Length & Parametric Curves

    Homework Statement Find the length of the curve y=x^2-4|x|-x from x=-4 to x=4. The Attempt at a Solution I realized there is a corner at x=0 so i tried to get around this by pluggin in x for x>=0 and -x for x<0. However, my integrals don't match the answer...
  44. J

    How Do You Calculate the Area Between Two Curves?

    Homework Statement Decide whether to integrate with respect to x or y. Then find the area bounded by these graphs x = 2y^2 and x+y = 1 Homework Equations equations for integration and anti derivatives. The Attempt at a Solution i put them in terms of x and have x = 2y^2 and x =...
  45. M

    Can curves be parallel to each other?

    they can. when we are talking about parallel, it can be concluded into 2 situations, the parallel of straight lines and the parallel of curves. the situation of straight lines is just a particular example of paralle. there are many example of parallel of curves, for example, concentric circles...
  46. N

    Q: Load curves: similarity check-up

    Hi, I have to compare different load curves (electricity), eg. curves 2-20 with a curve 1. Every curve is represented as array of 24 values (hourly values), with no discontinuity (all values are above 0). I have to find which curve 2-20 is most similar to curve 1. I'm using Excel, but other...
  47. B

    Determining the behaviour of a wafer from the CV curves

    After conducting CV measurements on Thin Film semiconductor wafers, how do we determine the behavior of the wafer based on the measurements? I have a sample of the reading obtained. I would be glad if anyone can help me.
  48. W

    Orientations of curves and diffeomorphism

    Hi: I am trying to show that if we have a diffeomorphism f:M-->N and C is a positively-oriented Jordan curve in M ( so that., the winding number of C about any point in its interior is 1 ) , then f(C) is also positively-oriented in the same sense. It seems like something...
  49. J

    Find the area between two curves.

    Homework Statement Find the area between the curves y= (7-x)/5, y = +sqrt(x+7) , y = -sqrt(x+7) Homework Equations The Attempt at a Solution I found the points of intersection of the graphs are at x=-7, x=-3 and x=42. So I know I need to do two integrals: One from -7 to -3, and...
  50. B

    Calculating complex cos curves from data

    Homework Statement i have to create a mathematical forumal from data of high and low tide depths and times. from that predict the next weeks outcome. it has to have sin or cos in the equation. a*COS (bx+c)+d or sin. this is the data given Mon 09/03/2009 Tue 10/03/2009 Wed 11/03/2009...
Back
Top