Assuming the order required is as n-> inf.
As n->inf, o(log(n+1)) -> o(log(n)) since the 1 is insignificant compared with n.
We can similarly drop the "1" as n-> inf, the expression becomes log(n^2+1) ->
log(n^2)=2log(n) which is still o(log(n)).
So yes, both are o(log(n)).
Note: you may have more offers of answers if you post similar questions in the computer and technology section.
Answer:
1/10
Step-by-step explanation:
1/2 x 1/5= 1/10
Answer:
m∠BEF = 65.3°
Step-by-step explanation:
Given:
m∠DEB = 27.2,
m∠DEF = 92.5
Required:
m∠BEF
SOLUTION:
Since B is the interior of ∠DEF, it means ∠DEB and ∠BEF are adjacent angles that make up ∠DEF. And they share the same side, BE.
Therefore:
m∠BEF + m∠DEB = m∠DEF (angle addition postulate)
m∠BEF + 27.2 = 92.5
Subtract 27.2 from each side
m∠BEF + 27.2 - 27.2 = 92.5 - 27.2
m∠BEF = 92.5 - 27.2
m∠BEF = 65.3°
Answer:
y = -(5/2)x + 3 is a line perpendicular to y = (2/5)x + 2. This line is also perpendicular to y = (2/5)x + 9 because it has the same slope.
Step-by-step explanation:
A) So the line you are given is written in slope intercept form y = mx + b meaning that the slope of the line is m = 2/5 and the intercept b = 9 (so the line hits the y axis at 0,9). A line that is parallel has to have the same slope so we know our m is the same. So we have y = (2/5)x + b. We need b. It passes (0, 2) since the x coordinate is 0 you know the y intercept is 2 but you can verify this using the point slope formula:
y - y1 = m(x - x1) plug in values
y - 2 = (2/5)(x - 0) now simplify
y - 2 = (2.5)x last solve
y = (2/5)x + 2 see how when the x coordinate is 0 you can automatically use the point slope intercept formula? Neato!
B) Now we want a line perpendicular to y = (2/5)x + 2 and that passes through 0,3. What are the properties of a line perpendicular to a line of the form y = mx + b and passes through (0, 3)? We know that the slope of this new line will be the reciprocal and have the opposite sign of m. So the new slope we will call it mnew = -(1/m) so plug in for m and you get mnew = -(1/[2/5]) if you simplify you get that the mnew = -(5/2). So we have half of our equation for the perpendicular: y = -(5/2)x + b. If you look at (0, 3) you see that the y intercept is 3 so b = 3. So: