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

1

B

-1

C

0

D

undefined

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 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

0

B

1

C

2

D

3

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 3Unit 3: Analytic Geometry

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

A

1

B

2

C

3

D

4

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 4Unit 5: Sequences, Series & Limits

If f(x) = x24x2\frac{x^2 - 4}{x - 2}, what is the limit of f(x) as x approaches 2?

A

4

B

0

C

undefined

D

-4

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 5Unit 3: Analytic Geometry

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

A

x2+y2=25x^2 + y^2 = 25

B

x2y2=25x^2 - y^2 = 25

C

y=5y = 5

D

x=5x = 5

E

y=pmsqrt25x2y = pm sqrt{25 - x^2}

Explanation

To convert from polar to rectangular form, we use the relationships x=rcos(θ)x = rcos(\theta) and y=rsin(θ)y = rsin(\theta). Given r=5r = 5, we can express rr in terms of xx and yy as r2=x2+y2r^2 = x^2 + y^2. Substituting r=5r = 5 gives us 52=x2+y25^2 = x^2 + y^2, which simplifies to 25=x2+y225 = x^2 + y^2. Thus, the correct rectangular form of the equation r=5r = 5 is x2+y2=25x^2 + y^2 = 25.

Question 6Unit 2: Trigonometry

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

A

π/6, 5π/6

B

π/4, 3π/4

C

π/3, 2π/3

D

2π/3, 4π/3

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 7Unit 5: Sequences, Series & Limits

What is the limit as x approaches infinity of the function f(x) = 2x2+3xx2+1\frac{2x^2 + 3x}{x^2 + 1}?

A

2

B

1

C

3

D

Infinity

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 2x22x^{2} and in the denominator is x2x^{2}. Dividing both by x2x^{2}, we get 2+3/x1+1/x2\frac{2 + 3/x}{1 + 1/x^2}. As x approaches infinity, the terms 3/x and 1/x2x^{2} approach 0. So, the limit approaches 2 / 1 = 2.

Question 8Unit 5: Sequences, Series & Limits

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

A

12

B

6

C

3

D

0

E

-12

Explanation

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

Question 9Unit 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

(5, -1)

B

(3, 2)

C

(6, 0)

D

(3, -1)

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).

Question 10Unit 3: Analytic Geometry

Convert the polar equation r=5cos(θ)r = 5cos(\theta) to rectangular form. What is the resulting equation?

A

x2+y2=5xx^2 + y^2 = 5x

B

x2+y2=10xx^2 + y^2 = 10x

C

x2y2=5xx^2 - y^2 = 5x

D

x2+y2=25x^2 + y^2 = 25

E

x2y2=25x^2 - y^2 = 25

Explanation

To convert from polar to rectangular, we use x=rcos(θ)x = rcos(\theta) and y=rsin(θ)y = rsin(\theta). Given r=5cos(θ)r = 5cos(\theta), we substitute rr in x=rcos(θ)x = rcos(\theta) to get x=5cos2(θ)x = 5cos^2(\theta). Since r2=x2+y2r^2 = x^2 + y^2 and r=5cos(θ)r = 5cos(\theta), we have r2=5rcos(θ)r^2 = 5rcos(\theta), which becomes x2+y2=5xx^2 + y^2 = 5x when we substitute rcos(θ)=xrcos(\theta) = x. Thus, the correct rectangular form is x2+y2=5xx^2 + y^2 = 5x.

Want your full readiness breakdown?

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