Pre-Calculus Chap 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Algebraic Function 1.1

Formed by applying algebraic operations to linear function

ex.

Linear f(x)=x

Quadratic f(x)=x2

Cubic f(x)=x3

Rational f(x)=1/x

Square Root f(x)=√x

2
New cards

Transcendental Function 1.1

Can’t be formed from f(x)=x with algebraic operations

ex.

Exponential f(x)=ax, a>0, a≠1

Logarithmic f(x)=logax, a>0, a≠1, x>0

Trigonometric f(x)=sinx, f(x)=cosx, f(x)=tanx, f(x)=cscx, f(x)=secx, f(x)=cotx

Inverse Trigonometric f(x)=arcsinx, f(x)=arccosx

3
New cards

Nonelementary Function 1.1

A function that can't be formed with just arithmetic, exponents, logs, and trig functions(Neither Algebraic nor Transcendental)

ex.

Absolute Value f(x)=|x|

Greatest Integer f(x)=⌊x⌋

4
New cards

General Form of a Line 1.1

Ax+By+c=0

any line can be written in the form

can be used to write line where the slope is undefined

5
New cards

Vertical Line Equation 1.1

x=a

6
New cards

Horizontal Line 1.1

y=b

7
New cards

Slope-Intercept Form 1.1

y=mx+b

8
New cards

Point Slope Form 1.1

y-y1 = m(x-x1)

9
New cards

Even Function 1.3

symmetrical with respect to the y-axis

f(-x)=f(x)

10
New cards

Odd Function 1.3

Symmetrical with respect to the origin

f(-x)=-f(x)

11
New cards

graph that is symmetrical with respect to the x-axis and is still a function 1.3

y=0

12
New cards

Domain of an Arithmetic Combination of Functions f&g 1.5

All real numbers that are common to the domain of both f&g

13
New cards

Domain of the composition of 2 functions (f ∘ g)(x) 1.5

all x in the domain of g such that g(x) is in the domain of f

*composition of (f ∘ g) is generally not equal to (g ∘ f)

14
New cards

Inverse Functions 1.6

A function that reverses(undoes) another function

Notation: f-1

ex. f(x)= x+4, f-1(x)=x-4

  • f-1(x) is the reflection of f over the line y=x

  • domain of f= range of f-1

  • f(f-1(x))=x and f-1(f(x))=x

  • a function must be one-to-one to have an inverse

15
New cards

Linear Regression 1.7

used to find the line of best fit for points

  • r = correlation coefficient, closer to 1 |r| is, the more accurate the model is

16
New cards

Sum of squared differences 1.7

used to show how close a linear model is to the actual data

17
New cards

least squares regression line 1.7

model with the lowest sum of squared differences

18
New cards

how do you find line of best fit 1.7

on a calculator: use the linear regression feature

by hand: compare the model against the actual points with the sum of squared differences

19
New cards

How do you convert standard form to Vertex Form (rewrite a quadratic as the square of a binomial) 2.1

Completing the Square by…

take standard form

  • ax2 + bx +c

move the constant term to the other side of the equation

  • ax2 + bx +c —> ax2 + bx = -c

divide everything by a

  • ax2 + bx = -c —> (ax2 + bx)/a = (-c)/a

find the new b term

  • (b/2)^2

add the new b term to both sides of the equation

  • (ax2 + bx)/a = (-c)/a —> x2 + (bx)/a + (b/2)^2 = (-c)/a + (b/2)^2

factor the left side by rewriting it as a perfect square trinomial

  • x2 + (bx)/a + (b/2)^2 = (-c)/a + (b/2)^2 —> (x-#)(x-#) = (-c)/a + (b/2)^2

  • #s add to (bx)/a and multiply to (b/2)^2

move the right side back to the left side

  • y = (x-#)2 - ((-c)/a + (b/2)^2)

  • y=(x-h)2 + k