They are in order. I am not entirely sure how you would treat them as 2 separate functions. The obvious parameter values to use would be 0 at one end and 1 at the other. I originaly tried to parameterise the coastline so that everything was a function of just latitude or just longitude but...
Hi everyone,
I have a problem I am unsure how to solve. I have a set of latitude and longitude data points for a coastline. I need to run a program to interpolate some function that will map this coastline reasonably accurately. This would not usualy be a problem but due to the nature of...
Thanks for the response,
Ah right. If that is the convention then I can definitely see why. I am not sure I understand the reasoning behind the convention though.
if xi is simply x1 + x2 + x3 + ...
then I am not sure what the reasoning is behind xi multiplied by itself acting as the...
Hi,
I am just starting to learn vector algebra with Grad, Div, Curl etc and have in passing come across Einstein notation which seems to make things much more concise.
The problem I have is in Finding Div(rn r) where r =xi + yj + zk. The unbold r is the magnitude of r.
I have used...
In case anybody wants to know I did solve this for v and t.
i rearanged using dv/dt = v.dv/ds
I ended up with dv/ds = (g/v) - (D/m)(e^bs)(v)
I then used the Improved Euler Method Using Runge Kutta notation for ease to solve for v and s. I then used this information to create a table of...
Thanks for the help. I figured that I wouldn't be able to solve this analytically and looked through the numerical solutions which is where I decided to try the Finite Element Analysis followed by the central difference method since finte element would give me a set of displacements and the...
Hi I'm Matt,
I'm new to the Physics Forum and this is my first Post so I'm sorry I don't know how to write out maths on here. I'm doing an A-level differential equations project and I decided to make it a bit more real worldy... maybe a mistake. I am modelling a skydiver in freefall (for the...