Jim's maths and physics problems

Post Reply
User avatar
Twoflower
Queen of Slugs
Posts: 16611
Joined: Thu Feb 26, 2009 1:23 pm
About me: Twoflower is the optimistic-but-naive tourist. He often runs into danger, being certain that nothing bad will happen to him since he is not involved. He also believes in the fundamental goodness of human nature and that all problems can be resolved, if all parties show good will and cooperate.
Location: Boston
Contact:

Re: Jim's maths and physics problems

Post by Twoflower » Sat May 29, 2010 12:27 am

JimC wrote:
Twiglet wrote:
JimC wrote:Problem 4

An illuminated object is 23 cm in front of a convex lens with a focal length of 17 cm. Calculate the position and magnification of the image produced, and comment intelligently on the nature of the image.
1/u +1/v = 1/f

u=0.23, f=0.17

1/v= (1/0.17) - (1/0.23)

v=0.651 metres

The image is inverted.
Both you and colubridae were correct, the image would be 65.17 cm on the other side of the lens. The image is real and inverted, and has a magnification of x2.83

I always approach this with my students via lots of prac work (curved mirrors likewise), making a large range of measurements of object and image distances, and teasing out the relationships using the data. Plus lots of ray diagrams, of course...
You know Jim if you had taught me maths I might actually understand it.
I'm wild just like a rock, a stone, a tree
And I'm free, just like the wind the breeze that blows
And I flow, just like a brook, a stream, the rain
And I fly, just like a bird up in the sky
And I'll surely die, just like a flower plucked
And dragged away and thrown away
And then one day it turns to clay
It blows away, it finds a ray, it finds its way
And there it lays until the rain and sun
Then I breathe, just like the wind the breeze that blows
And I grow, just like a baby breastfeeding
And it's beautiful, that's life

Image

User avatar
Azathoth
blind idiot god
blind idiot god
Posts: 9418
Joined: Wed Nov 04, 2009 11:31 pm
Contact:

Re: Jim's maths and physics problems

Post by Azathoth » Sat May 29, 2010 12:35 am

I used to be able to do this stuff. Sadly it has been so long since I needed to I have forgotten the lot and replaced it with other random junk.
Outside the ordered universe is that amorphous blight of nethermost confusion which blasphemes and bubbles at the center of all infinity—the boundless daemon sultan Azathoth, whose name no lips dare speak aloud, and who gnaws hungrily in inconceivable, unlighted chambers beyond time and space amidst the muffled, maddening beating of vile drums and the thin monotonous whine of accursed flutes.

Code: Select all

// Replaces with spaces the braces in cases where braces in places cause stasis 
   $str = str_replace(array("\{","\}")," ",$str);

User avatar
JimC
The sentimental bloke
Posts: 74149
Joined: Thu Feb 26, 2009 7:58 am
About me: To be serious about gin requires years of dedicated research.
Location: Melbourne, Australia
Contact:

Re: Jim's maths and physics problems

Post by JimC » Sat May 29, 2010 12:50 am

Ghatanothoa wrote:I used to be able to do this stuff. Sadly it has been so long since I needed to I have forgotten the lot and replaced it with other random junk.
The old "use it or lose it" thing is very true...

I use this stuff on a daily basis; but some of the stuff I could do at uni has vanished into the netherworld... Probably still there in my memory, but the access process is all rusted up...
Nurse, where the fuck's my cardigan?
And my gin!

User avatar
colubridae
Custom Rank: Rank
Posts: 2771
Joined: Thu Feb 25, 2010 12:16 pm
About me: http://www.essentialart.com/acatalog/Ed ... Stars.html
Location: Birmingham art gallery
Contact:

Re: Jim's maths and physics problems

Post by colubridae » Sat May 29, 2010 10:36 pm

Twiglet wrote:This one might be quite fun!

Calculate escape velocity from the Earths surface

You may use the following assumptions:

radius of earth = 6400km
mass of earth=5.97 × 10^24 kilograms
gravitational constant = 6.673 × 10-11 m3 kg-1 s-2

In practical terms, explain why a higher velocity would be needed to achieve orbit.
Not done yet, but have you played with this orbiter simulator?

http://orbit.medphys.ucl.ac.uk/


edit: it's free and there is a whole subculture running add-ons Scifi 2001, silent running, starwars, star trek, gemini apollo mercury.
the saturn five apollo add-on is awesome hubble
I have a well balanced personality. I've got chips on both shoulders

User avatar
JimC
The sentimental bloke
Posts: 74149
Joined: Thu Feb 26, 2009 7:58 am
About me: To be serious about gin requires years of dedicated research.
Location: Melbourne, Australia
Contact:

Re: Jim's maths and physics problems

Post by JimC » Sun May 30, 2010 4:16 am

Problem 5 (a hard problem, not conceptually, but fiddly...)

Two 20 kg blocks are held, side by side, at the top of a long inclined plane (60 degrees to the horizontal), ready to slide down when released.

Block 1 will have a frictional force opposing motion when it slides of 100 N
Block 2 will have a frictional force opposing motion when it slides of 50 N

Block 1 is released, then Block 2 is released 5 seconds later. Calculate:

a) the time after the release of block 1 when block 2 catches up with it
b) the distance down the slope where this happens
c) the difference in velocity between the 2 blocks at that point

Take g = 9.8 m/s/s (none of this wussy approximation to 10! :lay: )

Problem 6

A parabola exists that passes through the following 3 points: (3, 8) , (-1, 16) & (5, 40)

Write the equation tor that parabola in the form y = ax2 + bx + c

Good luck!
Nurse, where the fuck's my cardigan?
And my gin!

User avatar
Xamonas Chegwé
Bouncer
Bouncer
Posts: 50939
Joined: Thu Feb 26, 2009 3:23 pm
About me: I have prehensile eyebrows.
I speak 9 languages fluently, one of which other people can also speak.
When backed into a corner, I fit perfectly - having a right-angled arse.
Location: Nottingham UK
Contact:

Re: Jim's maths and physics problems

Post by Xamonas Chegwé » Sun May 30, 2010 4:18 pm

Problem 6:

Substituting the given values of y and x into the equation gives: -

i { 8 = 9a + 3b + c
ii { 16 = a - b + c
iii { 40 = 25a + 5b + c

i + 3ii ==> 56 = 12a + 4c ==> 14 = 3a + c ==> c = 14 - 3a

Substituting this into the equations above gives: -

iv { -6 = 6a + 3b
v { 2 = -2a - b
vi { 26 = 22a + 5b

5v + vi ==> 36 = 12a ==>

a = 3
and a bit of substituting gives...
b = -8
c = 5

so the equation of the parabola is y = 3x2 -8x + 5
A book is a version of the world. If you do not like it, ignore it; or offer your own version in return.
Salman Rushdie
You talk to God, you're religious. God talks to you, you're psychotic.
House MD
Who needs a meaning anyway, I'd settle anyday for a very fine view.
Sandy Denny
This is the wrong forum for bluffing :nono:
Paco
Yes, yes. But first I need to show you this venomous fish!
Calilasseia
I think we should do whatever Pawiz wants.
Twoflower
Bella squats momentarily then waddles on still peeing, like a horse
Millefleur

User avatar
JimC
The sentimental bloke
Posts: 74149
Joined: Thu Feb 26, 2009 7:58 am
About me: To be serious about gin requires years of dedicated research.
Location: Melbourne, Australia
Contact:

Re: Jim's maths and physics problems

Post by JimC » Sun May 30, 2010 9:32 pm

And XC wins a bag of kudos for the correct solution to problem 6! :tup:

Matrices are a useful alternative method for solving multiple simultaneous equations - I'd certainly use them for the next level of this sort of problem - 4 points lying on a cubic...
Nurse, where the fuck's my cardigan?
And my gin!

lpetrich
Posts: 303
Joined: Wed Feb 24, 2010 8:59 pm
Contact:

Re: Jim's maths and physics problems

Post by lpetrich » Tue Jun 01, 2010 5:22 am

Twiglet wrote:This one might be quite fun!

Calculate escape velocity from the Earths surface

You may use the following assumptions:

radius of earth = 6400km
mass of earth=5.97 × 10^24 kilograms
gravitational constant = 6.673 × 10-11 m3 kg-1 s-2

In practical terms, explain why a higher velocity would be needed to achieve orbit.
In general, the satellite's velocity is v = sqrt(G*M*(2/r - 1/a)) for gravitational constant G, Earth's mass M, distance from the center r, and semimajor axis a. For an elliptical orbit between distances r1 and r2, a = (r1 + r2)/2. For a hyperbolic orbit, a is negative, and for barely escaping (parabolic), it is infinite.

That last result is easily shown from v = 0 and r = infinity. The velocity at radius r is sqrt(2*G*M/r)

For a circular orbit, r1 = r2 = r, and the velocity is sqrt(G*M/r)

Note: (escape velocity) = sqrt(2) * (circular-orbit velocity)

For celestial objects, G*M is sometimes known to much greater accuracy than G, so one often uses a standard gravitational parameter. That Wikipedi article has a table of values, and I'll use Earth's here, 398,600.442 km3/s2.

Circular-orbit velocity: 7.9 km/s
Escape velocity: 11.2 km/s

The velocity formula I'd presented earlier is derived from conservation of energy, where the energy per unit mass is - G*M/(2*a) Not surprisingly, it is negative for a bound orbit and zero for a barely-escaping one. For a flyby, it is positive.

User avatar
Twiglet
Posts: 371
Joined: Fri Apr 09, 2010 1:33 pm
Location: Australia
Contact:

Re: Jim's maths and physics problems

Post by Twiglet » Tue Jun 01, 2010 5:28 am

lpetrich wrote:
Twiglet wrote:This one might be quite fun!

Calculate escape velocity from the Earths surface

You may use the following assumptions:

radius of earth = 6400km
mass of earth=5.97 × 10^24 kilograms
gravitational constant = 6.673 × 10-11 m3 kg-1 s-2

In practical terms, explain why a higher velocity would be needed to achieve orbit.
In general, the satellite's velocity is v = sqrt(G*M*(2/r - 1/a)) for gravitational constant G, Earth's mass M, distance from the center r, and semimajor axis a. For an elliptical orbit between distances r1 and r2, a = (r1 + r2)/2. For a hyperbolic orbit, a is negative, and for barely escaping (parabolic), it is infinite.

That last result is easily shown from v = 0 and r = infinity. The velocity at radius r is sqrt(2*G*M/r)

For a circular orbit, r1 = r2 = r, and the velocity is sqrt(G*M/r)

Note: (escape velocity) = sqrt(2) * (circular-orbit velocity)

For celestial objects, G*M is sometimes known to much greater accuracy than G, so one often uses a standard gravitational parameter. That Wikipedi article has a table of values, and I'll use Earth's here, 398,600.442 km3/s2.

Circular-orbit velocity: 7.9 km/s
Escape velocity: 11.2 km/s

The velocity formula I'd presented earlier is derived from conservation of energy, where the energy per unit mass is - G*M/(2*a) Not surprisingly, it is negative for a bound orbit and zero for a barely-escaping one. For a flyby, it is positive.
I was really looking for the derivation from the starting point of F=GMm/r^2 worked through with appropriate integration and limits ;) Perhaps I should have said so!

lpetrich
Posts: 303
Joined: Wed Feb 24, 2010 8:59 pm
Contact:

Re: Jim's maths and physics problems

Post by lpetrich » Tue Jun 01, 2010 6:20 am

Twiglet wrote:I was really looking for the derivation from the starting point of F=GMm/r^2 worked through with appropriate integration and limits ;) Perhaps I should have said so!
I can do that also.

First, the case of a circular orbit. The distance from the center point:

r = r*{cos(p), sin(p), 0}
for distance r and angle p.

The velocity:
v = r*w*(-sin(p), cos(p), 0}
where w = dp/dt
It has magnitude v = r*w.

The acceleration:
a = r*w2*{-cos(p), -sin(p), 0} = - r*w2

This must equal the acceleration of gravity: - G*M*r/r3

Thus giving the Kepler-Newton 1-2-3 law:
w = sqrt(GM/r3)

or the circular-orbit velocity:
v = sqrt(GM/r)


Now for the escape velocity. We must start with the general expression for the acceleration:

dr/dt = v
dv/dt = - G*M*r/r3

Multiply the second expression by each term of the first one:
dv/dt . v = - G*M*r/r3 . dr/dt

Integrate over time:
(1/2)v2 = G*M/r + E

where E is the integration constant, which is the total energy per unit mass.

For a barely-escaping object, v = 0 when r = infinity, and thus, E = 0. Thus, the escape velocity is

v = sqrt(2*G*M/r)

User avatar
Twiglet
Posts: 371
Joined: Fri Apr 09, 2010 1:33 pm
Location: Australia
Contact:

Re: Jim's maths and physics problems

Post by Twiglet » Tue Jun 01, 2010 6:34 am

Perfect solution as far as I can tell Ipetrich, wtg!

User avatar
JimC
The sentimental bloke
Posts: 74149
Joined: Thu Feb 26, 2009 7:58 am
About me: To be serious about gin requires years of dedicated research.
Location: Melbourne, Australia
Contact:

Re: Jim's maths and physics problems

Post by JimC » Tue Jun 01, 2010 6:44 am

Excellent! This thread has become somewhere for people to share learning about physics and maths... :tup:

I must find a problem involving factorising polynomials with complex coefficients... :eddy:

And then something complicated involving the addition of vectors in 3 dimensions... :eddy:
Nurse, where the fuck's my cardigan?
And my gin!

User avatar
redunderthebed
Commie Bastard
Posts: 6556
Joined: Mon Mar 09, 2009 2:13 pm
About me: "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, chocolate and wine in each hand, body thoroughly used up, totally worn out and screaming "WOO HOO what a ride!"
Location: Port Lincoln Australia
Contact:

Re: Jim's maths and physics problems

Post by redunderthebed » Tue Jun 01, 2010 7:18 am

JimC wrote:Excellent! This thread has become somewhere for people to share learning about physics and maths... :tup:

I must find a problem involving factorising polynomials with complex coefficients... :eddy:

And then something complicated involving the addition of vectors in 3 dimensions... :eddy:
You are truly a sadistic person foisting such things on poor children. :cry:
Trolldor wrote:Ahh cardinal Pell. He's like a monkey after a lobotomy and three lines of cocaine.
The Pope was today knocked down at the start of Christmas mass by a woman who hopped over the barriers. The woman was said to be, "Mentally unstable."

Which is probably why she went unnoticed among a crowd of Christians.
Cormac wrote: One thing of which I am certain. The world is a better place with you in it. Stick around please. The universe will eventually get around to offing all of us. No need to help it in its efforts...

User avatar
JimC
The sentimental bloke
Posts: 74149
Joined: Thu Feb 26, 2009 7:58 am
About me: To be serious about gin requires years of dedicated research.
Location: Melbourne, Australia
Contact:

Re: Jim's maths and physics problems

Post by JimC » Tue Jun 01, 2010 7:27 am

redunderthebed wrote:
JimC wrote:Excellent! This thread has become somewhere for people to share learning about physics and maths... :tup:

I must find a problem involving factorising polynomials with complex coefficients... :eddy:

And then something complicated involving the addition of vectors in 3 dimensions... :eddy:
You are truly a sadistic person foisting such things on poor children. :cry:
Just think of me as the cognitive equivalent of a personal fitness trainer...

Unless I make their brains hurt, I'm not doing my job! :lol:
Nurse, where the fuck's my cardigan?
And my gin!

User avatar
colubridae
Custom Rank: Rank
Posts: 2771
Joined: Thu Feb 25, 2010 12:16 pm
About me: http://www.essentialart.com/acatalog/Ed ... Stars.html
Location: Birmingham art gallery
Contact:

Re: Jim's maths and physics problems

Post by colubridae » Tue Jun 01, 2010 7:50 am

If anyone is interested.
On the way maths and science interacts.


This is the general form of the schrodinger equation for a particle in a potential well.
schrod.jpg
schrod.jpg (5.14 KiB) Viewed 1880 times
The term on the l.h.s. contains the symbol i.

This stand for the square root of -1.

This number does not exist.

Can you explain why it is there?

Five or six senteces.[/quote]


I've posted my answer to myself.
I have a well balanced personality. I've got chips on both shoulders

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 4 guests