Geophyics equation, order of operation

  • Thread starter Thread starter Adam_9333
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
Adam_9333
Messages
8
Reaction score
0

Homework Statement


solve for b given;
(a) = time (seconds)
(b) = height (meters)
(c) = Velocity (seconds)

Homework Equations


b^2 = a^2 x c^2 / 4

The Attempt at a Solution



If I take the square of the other side will I get? b = (a)(c) / 2

Thanks!
 
Physics news on Phys.org
Adam_9333 said:

Homework Statement


solve for b given;
(a) = time (seconds)
(b) = height (meters)
(c) = Velocity (seconds)

Homework Equations


b^2 = a^2 x c^2 / 4

The Attempt at a Solution



If I take the square of the other side will I get? b = (a)(c) / 2

Thanks!
Do you mean, if you take the square root of the other side, will you get b = ac / 2 ?
 
Adam_9333 said:

Homework Statement


(a) = time (seconds)
(b) = height (meters)
(c) = Velocity (seconds)

Homework Equations


(b)^2 = [(a)^2 x (c)^2] / 4

The Attempt at a Solution



If I take the square of the other side will I get? b = [(a)(c)] / 2

Thanks!
Much better! To solve for b take the square root of both sides, and you get b = ac/2, as you show.

If this were an algebra problem, there would be two solutions:
##b = \pm \frac{ac}{2}##
But since this is a problem of a physical nature, you're probably not concerned with the negative value for b.

BTW, you have many more parentheses than you need. More often, we get people posting here who don't use enough parentheses. Your equation can be written as b2 = a2c2/4. Having too many parentheses is not a problem, though.
 
Awesome thanks for the help, I really appreciate it!