Dimensional Analysis Equation Help

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
Manda*n
Messages
2
Reaction score
0

Homework Statement



The question states which of the following equations are dimensionally correct?
(a) v^2=v^2+2at or (b) v^2=v^2+2ax

Homework Equations


v=[L]/[T], x=[L], a=[L]/[T]^2


The Attempt at a Solution


(a) v^2=v^2+2at
[L]^2/[T]^2=[L]^2/[T]^2+([L]/[T]^2)([T])
[L]^2/[T]^2=[L]^2/[T]^2 + [L]/[T]

(b)v^2=v^2+2ax
[L]^2/[T]^2=[L]^2/[T]^2+([L]/[T]^2)([L])

The correct answer listed is b.. I just don't understand why a is incorrect while b is correct.
Can someone please explain? Thanks!
 
Physics news on Phys.org
(a) v2=v2+2at
[L]2/[T]2=[L]2/[T]2 + [L]/[T]

The last term [L]/[T] is not squared like the other two.

(b)v2=v2+2ax

[L]2/[T]2=[L]2/[T]2+([L]/[T]2)([L])

The last term

([L]/[T]2)([L])=([L]2/[T]2)

and this is of the same dimensions as the other two terms.
 
So Simple! Thank you so much.