Physics Project using finite method?

AI Thread Summary
The discussion revolves around a physics project that requires using finite difference methods in Excel, but the original poster is unclear on how to start due to insufficient guidance from the professor. Participants emphasize the importance of following forum rules, including using a project template and demonstrating some effort before seeking help. They suggest that the project likely involves numerical analysis and provide a basic example of how to set up calculations in Excel using columns for time and corresponding values. The original poster expresses relief after watching a tutorial and seeks confirmation that they are on the right track. The conversation highlights the need for personal responsibility in completing the project while navigating technical challenges.
tinker99
Messages
8
Reaction score
0
I'm supposed to be doing a project. Here is what it says to do.

I tried to copy and paste the directions in here but some of the equations are not turning out on this page as expected, so I have uploaded the project.

Can anyone tell me how I need to start or what to do please? The professor did not explain it very well at all.
This is supposed to be done in excel.
 

Attachments

Last edited:
Physics news on Phys.org
Hello tinker, and welcome to PF. Seems to me you are rather late with this (09/04 probably means September 4, right?).
Did you notice the template when you posted ? Did you have a reason to delete it ? By PF rules using the template is compulsory, with good reasons. See the guidelines. There you can also read that some effort on your part (attempt at solution) is required. Just saying don't know is not good enough.

To help you get started: What's this about? You have an analtical solution already, so in a physics course that's it. Why stoop to numerics at all? :smile:

So I suspect this is about numerical analysis, programming, or something like that.
Ah! read on, McDuff! Excel is the giveaway. See at the bottom.​
Does
By using the finite difference method
mean something to you in the context of what you just learned ? Like as if they want you to calculate v from (x(t+Δt) - x(t))/Δt when all you have is a routine that returns x when you provide t ?And now a reply after I noticed the word excel :eek: :

Suppose you get a sheet with in column A numbers like 0, 0.01, 0.02, 0.03, ...
and in column B the values of A*cos(ω * A1), A*cos(ω * A2), A*cos(ω * A3), A*cos(ω * A4), ...
can you then use the values in column B, together with the value of Δ t in my example, to write a formula for v in column C ? and for a in column D ?

You can then complete by writing the analytical formulae for v and a in the next columns and compare

I did choose Δt = 0.01 for my example. Perhaps 0.1 or 0.000000001 would have been better ?

Your turn...
 
You are right :-p I started watching a youtube video on it and realized it was very simple. I guess now I just want to make sure I am on the right track.
 

Attachments

I suppose you are. It is your responsibility anyway :smile: . PF is explicitly not in the business of stamp-approving. Wouldn't be fair and all that.

Besides, your link is to an attachment.php that I can't do anything sensible with. Must be my old age :redface: or that of my PC...
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top