AakashPandita
- 157
- 0
Can we write icap-jcap=pi/2 ? why or why not?
icap-jcap = pi/2; // is an invalid construct
// as you can have an expression icap-jcap
// on the left of an assignment
if ((icap-jcap)==(pi/2)) { System.out.println("icap-jcap == pi/2 is TRUE");
AakashPandita said:UltrafastPED is right.
I was trying to prove that radial acceleration of a body moving in circle is v^2/r.
For uniform speed i came up with this 2v^2(icap-jcap)/rpi as radial acceleration
If icap-jcap=pi/2, acc=v^2/r
Also i do not understand computer programs.
AakashPandita said:2v^2(icap-jcap) / rπ
is the average acc. for 90 degree of circular motion.
is there a way i could obtain instantaneous acceleration from this expression?
how?
also how do i write it in latex?
AakashPandita said:yes i know that method. is there a proof ...like maybe we could find average acceleration for time tending to zero...?
AakashPandita said:I get change in velocity:
\frac{( sinθ \hat{i} + ( cosθ - 1 ) \hat{j} ) v^2}{θr}
where θ is change in velocity and in radian and less than pi/2, speed is constant and body starts moving from
v\hat{j}
AakashPandita said:I get change in velocity:
\frac{( sinθ \hat{i} + ( cosθ - 1 ) \hat{j} ) v^2}{θr}
where θ is change in velocity and in radian and less than pi/2, speed is constant and body starts moving from
v\hat{j}
I'm sorry. I was thinking of it going counter clockwise starting at (r,0). The way you have it drawn is consistent with your equation. And, as your result indicates, it should be a +i unit vector (which points at the origin).AakashPandita said:clearly sinθ is positive?