The Biot-Savart law is a pain in the ass to deal with, so let’s drop it for something easier. Let’s say that you have a simple acceleration equation, and you want the velocity:
acceleration=t^2+3t+3
Now remember that acceleration is nothing more than the instantaneous change in velocity. In other words, dV/dt. So we have:
dV/dt=t^2+3t+3
Move dt over to the right:
dV=(t^2+3t+3)dt
From there you ought to be able to do that integral, but let’s look closer at that equation. In words what does it say? Well, on the right side we have a part that tells us the acceleration at any given time. In other words, for any given t I know that I am accelerating at some rate. We know that acceleration*time yields us a velocity, but we can’t just do that becuase our acceleration is constantly changing. So we need to take our acceleration at every single t, and multiply it by the infitesimally small amount of time that the object is accelerating at that rate.
The tool we use for that is calculus, and more specifically the integral. In essence the relationship between calculus and physics is that calculus is a tool for us to solve a certain type of problem.
I am going to go out on a limb here and say that the problem you have with the Biot-Savant law is not calculus, it’s geometry. Or maybe you just have the equation written down wrong…
Let’s assume that we have an infinitely long wire that begins directly below the point we want to find B at. Let’s call the distance, the 90 degree one, between the wire and the point Z. Basically we have:
P
:
:
:________________________
Where P is the point we are trying to find dB, the dotted line is Z, and the line is the wire. The wire starts at 0 on the left, and goes on to infinity to the right.
The Biot-Savant law is:
dB=Uo/(4pi)[(IdL x R)/r^2]
Where Uo is the magnetic constant, I is the current, and R is the unit vector to the point, and r is the distance between dL and the point
You should know already that the cross product is:
A x B=|A|*|B|*sin(theta)
in our case it’s:
dL x R=|dL|*|R|*sin(theta)
Now, R is a unit vector so its magnitude is 1. So we have:
dL x R=dL*sin(theta)
Now, draw a line from P to anywhere on point on the wire, with theta forming the inside angle. The length of that line, i.e. the distance from P to the point on the wire, which we called r is:
sqrt(Z^2+L^2), by the pythagorium theorem. Z being the vertical component of the triangle, and L being the horizontal component of the triangle.
The definition of the sin is opposite over hypotenuse. In this case Z is the opposite side of the triangle, and we just found the hypotenuse to be sqrt(Z^2+L^2).
Great, now we have
dL x R=dL*Z/sqrt(Z^2+L^2)
Recall that our equation is:
dB=Uo/(4pi)[(IdL x R)/r^2]
Let’s plug in what we have determined:
dB=Uo/(4pi)I[(dLZ/sqrt(Z^2+L^2))/(Z^2+L^2)]
Like the acceleration example I went through we have a magnitude of B for every L. Now we need to add them all up using calculus. In other words we have to integrate the left side from 0 to B, and the right side from 0 to infinity. You should be able to do the integral on the right side. I can’t becuase I haven’t done an integral by hand in 2 years, but my trusty calculator tells me it comes out to:
B=Uo/(4pi)(1/Z)*I
Basically every single equation you see in ME will look scary like the Biot-Savant equation. The battle is using appropiate geometry to get your integral to something that you know how to do. The trick is to get every part of your equation into one single variable (or two, or three, depending on if you are doing a single, double, or triple integral).