If we want to find the acute angle between two lines, we can convert the lines to standard vector form and then use the formula cos(theta)=(a•b)/(|a||b|), where a and b are the given vectors, a•b is the dot product of the vectors, |a| is the magnitude of the vector a (its length) and |b| is the magnitude of the vector b (its length).
Read More