New Reply

Centroid with Bezier

 
Share Thread Thread Tools
Aug15-12, 03:05 PM   #18
 

Centroid with Bezier


I did, but i wasn't too familiar with the notation. I'll take a look again.
 
Aug16-12, 06:28 AM   #19
 
I'm having trouble understanding how
xc = ∫Ax.dx.dy/∫Adx.dy is equal to x=1/A∫abxf(x)dx?

Anyway here's my x derivation using x=1/A∫abxf(x)dx:

x = 1/4.85∫01((0.9t3+5.1t2)(-1.8t3-3.9t2+13.2t)) = 2.656

I set it up the same way as the previous problem. I would think this is a fairly common problem, that is finding parametric equations to fit curves to things to calculate areas, centers, etc. It's strange I can't find more information about it out there. Obviously it's easily done with computers, but I just like to know how it works.

Thanks
 
Aug16-12, 04:45 PM   #20
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by jjj888 View Post
I'm having trouble understanding how
xc = ∫Ax.dx.dy/∫Adx.dy is equal to x=1/A∫abxf(x)dx?
Ax.dx.dy = ∫A.dy.x.dx = ∫xy.dy.x.dx = ∫xy.x.dx
Anyway here's my x derivation using x=1/A∫abxf(x)dx:
x=0.9t3+5.1t2
y=-1.8t3-3.9t2+13.2t

x = 1/4.85∫01((0.9t3+5.1t2)(-1.8t3-3.9t2+13.2t)) = 2.656
What happened to dx? dx is (dx/dt)dt, not dt.
Let me illustrate just in calculating A:
A = ∫A.dy.dx = ∫xy.dy.dx = ∫xy.dx = ∫t y.(dx/tx).dt = ∫t (-1.8t3-3.9t2+13.2t).(2.7t2+10.2t).dt = 37.26
 
Aug17-12, 06:18 AM   #21
 
Thanks, but before I try to decifer this I'm still having notation issues, what do these symbols mean:
A, ∫x, ∫y, ∫t.

Are they definites of that variable, or is there something else. Is there a different way to write it?

Thanks
 
Aug17-12, 06:01 PM   #22
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by jjj888 View Post
I'm still having notation issues, what do these symbols mean:
A, ∫x, ∫y, ∫t.
A means the integral over the region A. This is a reasonably standard notation and has the merit of being meaningful independently of the choice of variable. In that respect, it's analogous to a path integral in complex analysis.
The other three I used merely to emphasise what the variable of integration was in each case. It's redundant here really because it should be clear from the .dx or whatever.
 
Aug20-12, 06:33 AM   #23
 
So,

if dx = (dx/dt)dt then,

x=1/A∫txf(x)(dx/dt)dt
y=1/A∫t(1/2)[f(x)2](dx/dt)dt

xc = ∫t[(0.9t3+5.1t2)(-1.8t3-3.9t2+13.2t)(2.7t2+10.2t)]dt/∫t[(-1.8t3-3.9t2+13.2t)(2.7t2+10.2t)]dt = (125.59/37.26) = 3.37

yc = ∫t(1/2)[(-1.8t3-3.9t2+13.2t)2(2.7t2+10.2t)]dt/∫t[(-1.8t3-3.9t2+13.2t)(2.7t2+10.2t)]dt = (1/2)(244.94/37.26) = 3.28

BAM!

Thanks for the guidence.

I did find something in a text book regarding the substitution of t. But still a little unclear how the substitution works.
 
New Reply
Thread Tools


Similar Threads for: Centroid with Bezier
Thread Forum Replies
Rational Bezier Curve to Polynomial Bezier Curve Conversion? Differential Geometry 0
Approximating arc length of Bezier by another Bezier General Math 1
Bezier curve, y(x) General Math 5
Bezier, what is t? General Math 1
Bézier Curves Calculus & Beyond Homework 0