Premium Only Content

How to find work done by 3D force field on object in motion
In this video I tackle a seemingly difficult math problem involving vector fields and space curves with a surprisingly easy method using a line integral.
Here’s the problem statement:
Compute the work done by the force field F ⃗(x,y,z)=(x+y) i ̂+(x-z) j ̂+(y+z) k ̂ on a mathematical bug walking along the helix parameterized by r ⃗(t)=〈sin(t),cos(t),2t〉 for 0≤t≤3π.
Ok if this seems rather involved well it is and this only becomes more clear if we take a look at this problem visually to get a handle on it, which you can pull up from the calcplot3d link below
You might imagine it’s rather hard problem to find the work done by this intricate force field on the bug over this convoluted path, but it’s actually pretty straightforward,
We can start off with the equation
And if we parameterize our x and y and z are functions of time, and our dr ⃗ translates into our velocity vector function, r ⃗ ‘(t)dt, and we’re integrating from time a to b.
Now this isn’t too bad, we already have our x, y and z defined above as part of r ⃗(t), and we’re given our a and b as our t range, so we actually have all we need at this point and can just plug into MATLAB
MATLAB
So in MATLAB first we’ll define our variables as usual
syms x y z t r F
then define the x,y and z values given with the provided definition of r ⃗(t)
x=sin(t)
y=cos(t)
z=2*t
then we can define our position function with these x,y and z values
r=[x,y,z]
And finally we can define the force field
F=[x+y,x-z,y+z]
And let’s go ahead and define our a and b limits for good measure
a=0
b=3*pi
Plugging this in we can find our work as the integral of the dot product of our force field F, with the derivative of our position function r wrt t, integrating wrt t for the limits t=a to t=b.
W=int(dot(F,diff(r,t)),t,[a,b])
That answers a bit ugly so we can convert to a decimal
double(ans)
and get ~196.5
And that’s it!
I finally take a look at the problem graphically again to make sure the work done by the force field on the bug is going to be positive, and that solves this seemingly difficult problem with some pretty quick mathematics and the help of MATLAB.
-
14:11
Robbi On The Record
14 hours agoThe Trap of Identity Politics: How Division is Killing America
26.5K53 -
1:29:23
Nerdrotic
13 hours ago $20.86 earnedThe Turning Point | New UFO Video with Michael Collins | Forbidden Frontier #117
87.5K29 -
1:08:26
Sarah Westall
11 hours agoSuicide Pacts forming in Youth Social Media Groups - Discord, Reddit, TikTok w/ John Anthony
83.3K27 -
2:25:31
vivafrei
21 hours agoEp. 281: Charlie Kirk; Routh Trial; Charlotte Train; Bolsanaro Defense; SCOTUS & MORE!
163K246 -
2:55:38
Turning Point USA
12 hours agoWASHINGTON D.C. PRAYER VIGIL FOR CHARLIE KIRK
110K44 -
35:54
The Mel K Show
12 hours agoMel K & Tim James | Healing is an Inside Job | 9-14-25
81.1K4 -
3:06:33
IsaiahLCarter
15 hours ago $17.51 earnedCharlie Kirk, American Martyr (with Mikale Olson) || APOSTATE RADIO 028
90.5K30 -
16:43
Mrgunsngear
19 hours ago $13.96 earnedKimber 2K11 Pro Review 🇺🇸
65.3K14 -
13:40
Michael Button
1 day ago $4.17 earnedThe Strangest Theory of Human Evolution
56.8K31 -
10:19
Blackstone Griddles
1 day agoMahi-Mahi Fish Tacos on the Blackstone Griddle
39.8K3