Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7003263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:02:41+00:00 2026-05-27T21:02:41+00:00

I cannot figure out how to plot a vector field with only 1 variable.

  • 0

I cannot figure out how to plot a vector field with only 1 variable. Maybe Mathematica doesn’t support this. For example:

 r(t) = cost j + sint i

same as

 <cost, sint>

This doesn’t work:

VectorPlot[{cos t, sin t}, {t, 0, 2 Pi}] 

As a bonus how to take the derivative of a vector?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:02:42+00:00Added an answer on May 27, 2026 at 9:02 pm

    An easy workaround would be to use a 2D-VectorPlot with a dummy variable like this:

    VectorPlot[
      {Cos[t], Sin[t]}, {t, 0, 2 \[Pi]}, {s, -1/2, 1/2},
      AspectRatio -> Automatic,
      VectorPoints -> {15, 3}, 
      FrameLabel -> {"t", None}
    ]
    

    VectorPlot with dummy variable

    Or what probably makes more sense is to discretize the curve that you get when you follow the vector while increasing t. This is e.g. useful for Feynman-style Action-integrals in quantum mechanics.

    Module[
      {t, dt = 0.1, vectors, startpoints, startpoint, vector, spv, spvs},
      vectors = Table[dt {Cos[t], Sin[t]}, {t, 0, 2 \[Pi], dt}];
      startpoints = Accumulate[vectors];
      spvs = Transpose[{startpoints, vectors}];
      Graphics[Table[Arrow[{spv[[1]], spv[[1]] + spv[[2]]}], {spv, spvs}]]
    ]
    

    Feynman 1D-vectorplot

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cannot figure out why I get this error during check-in. I checked in
I cannot figure out how to convert this code from C# to VB.net. It
I cannot figure out what is wrong with this fql.multiquery and cannot seem to
I cannot figure out why this segment gives unresolved overloaded function error (gcc version
this seems simple but I cannot figure out how to do it or the
I cannot figure out where the syntax error is in this line of code.
I cannot figure out the exact semantics of withValueBackReference . I've read the example
I cannot figure out why this is not working. Can anyone explain to me
I cannot figure out how to do this. I was translating the character and
This is a really simple problem, but I cannot figure out how to script

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.