Mathematics Flashcards

1
Q

What is the axis of symmetry in standard form for a parabola?

A

X = -b/2a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the general equation of a circle?

A

x²+y²+Cx+Dx+E=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following is a conic section?
A. Circle
B. Parabola
C. Ellipse
D. All of the Above

A

D. All of the Above
Explanation: Circles, parabolas, ellipses, and hyperbolas are the conic sections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which class of numerical methods are inherently stable for all step sizes?

A

Answer: Implicit methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the equation for volume of a sphere?

A

Answer: V = (4/3)*πr3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The method of __________ transforms can be used to solve a linear ordinary differential equation with constant coefficients.

A

Answer: Laplace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The focus of points whose sum of distances from two foci is constant is known as an:

A

Answer: ellipse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The focus of points whose difference of distances from two foci is constant is known as an:

A

Answer: hyperbola.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following describes an unknown function that depends on more than one independent variable?

A. Partial differential equation

B. Derivative equation

C. Differential equation

D. First-order linear equation

A

Answer: A

Explanation: When an unknown function depends on more than one independent variable, the equation is called a partial differential equation (PDE).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following is a first-order linear homogenous equation?

A. yʹʹ + 3y = 0

B. yʹ + 3y^2 = 0

C. yʹ + 3y = 0

D.yʹʹ + 3y^2 = 0

A

Answer: C

Explanation: yʹ + 3y = 0 is a first-order linear homogenous equation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the dimension of the null space of a full rank matrix of size (n by n)?

A

Answer: 0

Explanation: The dimension of the null space of a full rank matrix of size (n by n) is 0.

Explanation: If a matrix has a full rank, the dimension of the null space is 0 by the rank-nullity theorem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe (don’t calculate) the output of the following algorithm:

num = 0;

for i = 1:100

num = num + 1;

end

Return num

A

Answer: The algorithm provides the sum of the first 100 integers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Find the center of the circle with the following equation: (x – 3)^2 + (y – 2)^2 = 15.

A

Answer: 3, 2

Explanation: The center of a circle is the point (h,k) which is (3,2) in this case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The following scheme below is used to numerically solve the ODE (dy/dx)=f(x)

yi+1=yi+hf(xi)

What is the scheme called?

A

Answer: Euler (or Forward Euler) Method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If the adjacent and hypotenuse are known on a right triangle, the tangent function can be used to solve for the angle. True or false?

A

Answer: False

Explanation: If the adjacent and hypotenuse are known on a right triangle, the cosine function can be used to solve for the angle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Find the cofactor regarding the -5 in the following matrix.

2 4 5
4 -5 1
1 6 7

A

Answer:

2 5

1 7

Explanation: Eliminate both columns and rows containing the -5 entry.

17
Q

Which method of integration is based upon the product rule for derivatives?

A

Answer: Integration by parts

Explanation: Integration by parts is based upon the product rule for derivatives.

18
Q

What is the general form of the second-order homogeneous equation?

A

Answer: yʹʹ + ayʹ + by = 0

19
Q

The point on a graph where a function changes from concave upward to concave downward or vice versa is called the __________.

A

Answer: point of inflection