MrAl said:That function is exactly what you get when you substitute (t-3)/2 into the six equations we get from the original drawn function g1(t). It doesnt matter if it exceeds any other limit or equation because we dont integrate the whole thing, only part of it.
Hi Steve,
Oh ok very good, thanks. That is the right result i believe. I would find it hard to believe that we could get two correct results using this method if it didnt work. What i was doing was searching for the limit of the method more or less.
How about one more, a little more tricky but lets see what happens...
Instead of g4=g1((t-3)/2) or the last, try using g4=g1((t^2-3/2). This is a non linear u this time.
m=[-3 4 -3 1 3 1 ];
b=[9 -5 2 2 4 2 ];
p=[-sqrt(4.5) -sqrt(3.5) -sqrt(2.5) -sqrt(1.5) -sqrt(0.5) sqrt(0.5) ];
q=[-sqrt(3.5) -sqrt(2.5) -sqrt(1.5) -sqrt(0.5) sqrt(0.5) 1 ];
for kk=1:6
A(kk)=((m(kk)*q(kk)^3/3+(b(kk)-3*m(kk)/2)*q(kk))-(m(kk)*p(kk)^3/3+(b(kk)-3*m(kk)/2)*p(kk)));
end
sum(A)
But did you at least try this numerically? Try that and compare results. I think you'll find a significant difference. Doing it numerically is quite easy if you have a program that integrates numerically.
But did you at least try this numerically? ... Doing it numerically is quite easy if you have a program that integrates numerically.
Hi Steve,
Oh ok very good, thanks. That is the right result i believe. I would find it hard to believe that we could get two correct results using this method if it didnt work. What i was doing was searching for the limit of the method more or less.
How about one more, a little more tricky but lets see what happens...
Instead of g4=g1((t-3)/2) or the last, try using g4=g1((t^2-3/2). This is a non linear u this time.
Now if you'd like to explain what you did in words that would be nice too
Originally all you did was use a simple u substitution, but this time you've done something else?
Now if you'd like to explain what you did in words that would be nice too
Originally all you did was use a simple u substitution,
Well yes you're right that it is time scaled, but the two points you have there x and y are actually 4 units apart, not 3.5, so i think that saying that it is time shifted might not be the best way to look at it.
Thank you, MrAl, Steve.
@Steve: Yes, you are right. I did have a confusion about antiderivative and definite integral somewhere in my mind although I didn't realize it before! But worse thing is confusion has begged more confusion. Now please help me with these queries, **broken link removed**, and **broken link removed**. Thanks a lot.
Regards
PG
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?