Is There a Problem with My Graph Drawing Homework?

  • Thread starter Thread starter dingo_d
  • Start date Start date
  • Tags Tags
    Drawing Graph
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
4 replies · 2K views
dingo_d
Messages
199
Reaction score
0

Homework Statement



I need to draw the running coupling constant graph like this one:

running_coupling.gif


And I have a formula:

[itex]\frac{1}{\alpha(\mu)} = \frac{1}{\alpha(M_Z)} + \frac{b}{2\pi}\ln\frac{\mu}{M_{Z}}[/itex]

And I have the necessary data to draw [itex]\frac{1}{\alpha_i(\mu)}-\log(\mu)[/itex] graph (I have [itex]\alpha_i^{-1}(M_Z)[/itex], [itex]b_i[/itex], and [itex]M_Z[/itex]).

And I plug that in in Mathematica and I cannot seem to get that graph! I tried by replacing the [itex]\frac{1}{\alpha(\mu)}[/itex] with y, and [itex]\log(\mu)[/itex] with x, and plotting that, I've tried by not changing the logarithm, and making the LogPlot, but no go.

I really don't know what I'm doing wrong :(

I looked at 3 papers on this topic, to see if I got the constants wrong, but I didn't see anything different :|

arXiv:hep-ph/0012288v2, arXiv:0711.2903v1 [hep-ph], and arXiv:hep-ph/9705479v1

EDIT:

Never mind! I reversed the sign of the b somehow... xD
 
Last edited:
Physics news on Phys.org
so where is your graph for comparison?

You've checked the units ofmeasure for each quantity and constant you're using?

It looks like both x and y axes are log based. Are you using the same kind of chart?

The formula is using natural log base e and it looks like the sample chart is using log base 10.
 
I've found what I've done wrong. The b constants had reversed sign :D

Thanks anyway :D
 
jedishrfu said:
That's good. Many times just explaining it helps you find your error.

True that! :D

I do that sometimes with my friends, and in the midst of explaining them the issue, I find the solution :D