Check My Physics Work: Visual Aid Provided

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
UrbanXrisis
Messages
1,192
Reaction score
1
Could someone please check my work http://home.earthlink.net/~urban-xrisis/phy002.gif ?
 
Last edited by a moderator:
Physics news on Phys.org
I couldn't really follow what was going on. I didn't know there was a solution. In physics, I was given 2 formulas:

dv/dt=-g+bv/m <- this being the differentiable equatioin
and also:
v=mg/b(1-e(-bt/m)) <- which showed the velocity at any time

My homework asks to "solve" for the equations but I'm in high school so it only expects me to jump from

dv/dt=-g+bv/m
to
v=mg/b(1-e(-bt/m))

without actaully solving it
From that, they ask questions like...what if the drag force = -bv^2 and they change it. Then they tell me to find the differential equation for the object's motion. I THINK that all I have to do is sub in the numbers but I'm not quite sure. Cyclovenom, you did a great job but I'm only on the basics :rolleyes:
 
Urban if you want to check your solution then derivate it with respect to time, and it should give the right side of the equation.
 
what does that mean? "give the right side of the equation"? Do I have the wrong equations?
 
For example:

For this differential equation

[tex]\frac{dy}{dt} = ay - b[/tex]

its solution is: [itex](y_{o} = 0)[/itex]

[tex]y = \frac{b}{a} - \frac{b}{a}e^{at}[/tex]

so if we substitute in the differential equation we should get both sides the same.

[tex]\frac{d(\frac{b}{a} - \frac{b}{a}e^{at})}{dt} = a(\frac{b}{a} - \frac{b}{a}e^{at}) - b[/tex]

we get:

[tex]be^{at} = be^{at}[/tex]

so that's the solution for our differential equation.