Having trouble linearizing an equation

  • Thread starter Thread starter Hedgehog1
  • Start date Start date
  • Tags Tags
    Linearizing
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
1 reply · 2K views
Hedgehog1
Messages
4
Reaction score
0

Homework Statement


The goal of my lab was to measure the ratio of charge to mass for electrons (e/m) and the approximate ambient magnetic field of the Earth (BE). I have come up with what is the required equation (my TA confirmed this) but I am having trouble linearizing it.

y=mx+b
y=(e/m)x+BE

While the answer I have would work, I can't help but feel that there is a better way to linearize this equation. Any help would be appreciated.

Homework Equations



e/m=2v/[(BH-BE)^2]*r^2

The Attempt at a Solution



e*(BH-BE)^2/m=2v/r^2

(BH-BE)^2=2vm/er^2

BH-BE= (2vm/er^2)^1/2

BH=[(2vm/er^2)^1/2] +BE

BH=[(2vm/e)^1/2]*1/r +BE
 
Physics news on Phys.org
If you want to solve that equation for BH, there is no possible other result (apart from more complicated ways to write the same thing).

Be careful with written fractions - 1/ab is ambiguous. A computer would interpret it as (1/a)*b, and some human readers get confused. If you mean 1/(ab), the brackets are important.