CLEP Precalculus Practice Test

10 free sample questions with answers and explanations. See how you'd score on the real CLEP exam.

Question 1Unit 5: Sequences, Series & Limits

Find the value of the one-sided limit: lim x→0+ (x / |x|)

A
A) 1
B
B) -1
C
C) 0
D
D) undefined
E
E) 1 and -1

Explanation

To evaluate the one-sided limit lim x→0+ (x / |x|), we consider x approaching 0 from the right, meaning x is positive. When x is positive, |x| equals x. So, the expression simplifies to x/x, which equals 1 for all x ≠ 0. Therefore, as x approaches 0 from the right, the limit is 1.

Question 2Unit 2: Trigonometry

In a triangle with sides of length 3, 4, and 5, and angle C opposite the side of length 5, what is the measure of angle C using the law of cosines?

A
A) 90 degrees
B
B) 60 degrees
C
C) 45 degrees
D
D) 30 degrees
E
E) 120 degrees

Explanation

Using the law of cosines, c^2 = a^2 + b^2 - 2ab * cos(C), where c = 5, a = 3, and b = 4. Substituting these values in gives 5^2 = 3^2 + 4^2 - 2*3*4 * cos(C). This simplifies to 25 = 9 + 16 - 24 * cos(C), which further simplifies to 25 = 25 - 24 * cos(C). Then, 24 * cos(C) = 0, so cos(C) = 0. The angle whose cosine is 0 is 90 degrees.

Question 3Unit 5: Sequences, Series & Limits

Find the limit of the difference quotient for the function f(x) = 2x + 1 as x approaches 2: lim(h -> 0) [f(2 + h) - f(2)]/h

A
A) 0
B
B) 1
C
C) 2
D
D) 3
E
E) 4

Explanation

To find the limit of the difference quotient, first calculate f(2) and f(2 + h). f(2) = 2*2 + 1 = 5. f(2 + h) = 2*(2 + h) + 1 = 4 + 2h + 1 = 5 + 2h. Then, the difference quotient is [f(2 + h) - f(2)]/h = [(5 + 2h) - 5]/h = 2h/h = 2. As h approaches 0, the limit of the difference quotient is simply 2.

Question 4Unit 3: Analytic Geometry

If the parametric equations x = 2t + 1 and y = -t^2 + 3t - 2 define a curve, what is the value of t when x = 7?

A
A) 1
B
B) 2
C
C) 3
D
D) 4
E
E) 5

Explanation

To find the value of t when x = 7, substitute x = 7 into the equation x = 2t + 1. This gives 7 = 2t + 1. Subtracting 1 from both sides yields 6 = 2t. Dividing both sides by 2 gives t = 3.

Question 5Unit 5: Sequences, Series & Limits

If f(x) = (x^2 - 4) / (x - 2), what is the limit of f(x) as x approaches 2?

A
A) 4
B
B) 0
C
C) undefined
D
D) -4
E
E) 2

Explanation

To find the limit of f(x) as x approaches 2, first factor the numerator: f(x) = ((x + 2)(x - 2)) / (x - 2). Cancel (x - 2) from the numerator and denominator to get f(x) = x + 2. Now, substitute x = 2 into the simplified expression: f(2) = 2 + 2 = 4. Thus, the limit of f(x) as x approaches 2 is 4.

Question 6Unit 3: Analytic Geometry

Convert the polar equation $r = 5$ to its equivalent rectangular form. Which of the following is the correct rectangular equation?

A
A) $x^2 + y^2 = 25$
B
B) $x^2 - y^2 = 25$
C
C) $y = 5$
D
D) $x = 5$
E
E) $y = pm sqrt{25 - x^2}$

Explanation

To convert from polar to rectangular form, we use the relationships $x = rcos( heta)$ and $y = rsin( heta)$. Given $r = 5$, we can express $r$ in terms of $x$ and $y$ as $r^2 = x^2 + y^2$. Substituting $r = 5$ gives us $5^2 = x^2 + y^2$, which simplifies to $25 = x^2 + y^2$. Thus, the correct rectangular form of the equation $r = 5$ is $x^2 + y^2 = 25$.

Question 7Unit 2: Trigonometry

Solve the equation sin(x) = 1/2 for x in the interval [0, 2π).

A
A) π/6, 5π/6
B
B) π/4, 3π/4
C
C) π/3, 2π/3
D
D) 2π/3, 4π/3
E
E) 3π/4, 5π/4

Explanation

To solve the equation sin(x) = 1/2, recall the unit circle definition of sine. The sine of an angle in a right-angled triangle is the ratio of the length of the side opposite the angle to the length of the hypotenuse. From the unit circle, we find that sin(π/6) = 1/2 and sin(5π/6) = 1/2 in the interval [0, 2π). These are the angles whose sine is 1/2.

Question 8Unit 5: Sequences, Series & Limits

What is the limit as x approaches infinity of the function f(x) = (2x^2 + 3x) / (x^2 + 1)?

A
A) 2
B
B) 1
C
C) 3
D
D) Infinity
E
E) -1

Explanation

To find the limit as x approaches infinity, we need to look at the leading terms of the numerator and denominator. The leading term in the numerator is 2x^2 and in the denominator is x^2. Dividing both by x^2, we get (2 + 3/x) / (1 + 1/x^2). As x approaches infinity, the terms 3/x and 1/x^2 approach 0. So, the limit approaches 2 / 1 = 2.

Question 9Unit 5: Sequences, Series & Limits

Find the limit of the difference quotient for the function f(x) = 3x^2 as x approaches 2: lim(h → 0) [f(2 + h) - f(2)]/h

A
A) 12
B
B) 6
C
C) 3
D
D) 0
E
E) -12

Explanation

To find the limit of the difference quotient, first calculate f(2 + h) and f(2). f(2) = 3(2)^2 = 12. f(2 + h) = 3(2 + h)^2 = 3(4 + 4h + h^2) = 12 + 12h + 3h^2. Then, the difference quotient becomes [f(2 + h) - f(2)]/h = [12 + 12h + 3h^2 - 12]/h = (12h + 3h^2)/h. Factoring out h, we get h(12 + 3h)/h. As h approaches 0, the limit of the difference quotient is 12.

Question 10Unit 3: Analytic Geometry

If the parametric equations x = 2t + 1 and y = t - 3 represent the path of a particle, what is the coordinates of the particle when t = 2?

A
A) (5, -1)
B
B) (3, 2)
C
C) (6, 0)
D
D) (3, -1)
E
E) (2, 4)

Explanation

To find the coordinates when t = 2, substitute t into both equations. For x: x = 2(2) + 1 = 4 + 1 = 5. For y: y = 2 - 3 = -1. Thus, the coordinates are (5, -1).

Want your full diagnostic with pass probability?

Get a personalized breakdown of every unit, estimated study time, and an AI study plan — free.