zuai-logo
  • Home

  • Mock Exam

  • Cliffs

  • Study Set

  • Talk to ZuAI

  • Request a Feature

zuai-logo
  1. AP Digital Sat
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion Bank

Quadratic and exponential word problems

Kevin Lee

Kevin Lee

7 min read

Next Topic - Quadratic graphs

Listen to this study note

Study Guide Overview

This study guide covers quadratic and exponential word problems for the AP SAT (Digital) Math exam. It reviews setting up and solving quadratic equations, including factoring, completing the square, and the quadratic formula. It also covers exponential growth and decay models, applying exponent properties, and using logarithms. Practice questions on areas, projectile motion, population growth, and compound interest are included.

AP SAT (Digital) Math: Quadratic & Exponential Word Problems - The Night Before ๐Ÿš€

Hey! Let's get you totally prepped for those tricky quadratic and exponential word problems. No stress, just smart review. We'll break it down, connect the dots, and make sure you're feeling confident. Let's do this!

Quadratic Equations: Modeling the World ๐Ÿ“

Setting Up Quadratic Equations

Quadratic equations are your go-to for problems involving areas, projectile motion, and even profit. The key is to translate the word problem into the standard form: ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 where aโ‰ 0a โ‰  0a๎€ =0.

  • Identify the Unknown: Assign a variable (usually x) to what you're trying to find.

  • Translate: Use the given info to create your equation.

  • Common Scenarios: Look for keywords like area, perimeter, revenue, or projectile motion. These often point to quadratic relationships.

Memory Aid

Think of it like this: "Area always has two dimensions, so it's likely to be quadratic!"

Example: A garden's length is 3m more than its width, and its area is 70 sq m. If x is the width, then the equation is x(x+3)=70x(x+3) = 70x(x+3)=70.

Solving Quadratic Equations

Once you've got your equation, you've got a few ways to solve it:

  • Factoring: Rewrite the quadratic as a product of two linear factors. Set each factor to zero to find solutions.
    • Example: x2+5x+6=0x^2 + 5x + 6 = 0x2+5x+6=0 becomes (x+2)(x+3)=0(x+2)(x+3) = 0(x+2)(x+3)=0, so x = -2 or x = -3. - Completing the Square: Transform the equation into a perfect square trinomial. Take the square root of both sides.
    • Example: x2+6x=16x^2 + 6x = 16x2+6x=16 becomes (x+3)2=25(x+3)^2 = 25(x+3)2=25, so x = -3 ยฑ 5. - Quadratic Formula: The universal solver! x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b ยฑ \sqrt{b^2 - 4ac}}{2a}x=2aโˆ’bยฑb2โˆ’4acโ€‹โ€‹
    • Use it when factoring or completing the square is too messy.
    • Example: For 2x2โˆ’5xโˆ’12=02x^2 - 5x - 12 = 02x2โˆ’5xโˆ’12=0, use a = 2, b = -5, and c = -12.
      Exam Tip

Remember the quadratic formula! It's your safety net for any quadratic equation. Write it down at the start of the exam.

Interpreting Solutions for Quadratic Word Problems

Analyzing Solution Types

  • Solutions (Roots/Zeros): These are the x values that satisfy the equation.
  • Discriminant: b2โˆ’4acb^2 - 4acb2โˆ’4ac tells you the nature of your solutions:
    • Positive: Two distinct real solutions.
    • Zero: One repeated real solution.
    • Negative: No real solutions.

Contextual Interpretation

  • Real-World Check: Solutions must make sense in the context of the problem (e.g., no negative lengths or times).
  • Extraneous Solutions: Sometimes, one solution might not fit the problem's constraints. Always check!
  • Example: In projectile motion, two solutions might mean the object is at a certain height twice (once going up, once going down).
Common Mistake

Don't just solve the equation and move on! Always check if your solutions make sense in the real world.

Exponential Functions: Growth and Decay ๐Ÿ“ˆ

Identifying Exponential Models

Exponential functions model situations where there's a constant rate of growth or decay. The general form is f(x)=aโˆ—bxf(x) = a * b^xf(x)=aโˆ—bx

  • a (Initial Value): The starting amount when x = 0. - b (Growth/Decay Factor):
    • b > 1: Growth (e.g., 1.05 = 5% growth).

    • 0 < b < 1: Decay (e.g., 0.9 = 10% decay).

Quick Fact

A growth factor of 1.07 means 7% growth, and a decay factor of 0.85 means 15% decay.

Example: A population starts at 1000 and grows 2% annually: P(t)=1000โˆ—1.02tP(t) = 1000 * 1.02^tP(t)=1000โˆ—1.02t, where t is in years.

Applications of Exponential Models

Exponential functions pop up everywhere:

  • Population Growth: N(t)=N0โˆ—2tN(t) = N_0 * 2^tN(t)=N0โ€‹โˆ—2t (doubling every time period).
  • Compound Interest: A(t)=Pโˆ—(1+r)tA(t) = P * (1 + r)^tA(t)=Pโˆ—(1+r)t (P = principal, r = rate, t = time).
  • Radioactive Decay: A(t)=A0โˆ—(0.5)t/hA(t) = A_0 * (0.5)^{t/h}A(t)=A0โ€‹โˆ—(0.5)t/h (h = half-life).
  • Disease Spread: I(t)=I0โˆ—(1+r)tI(t) = I_0 * (1 + r)^tI(t)=I0โ€‹โˆ—(1+r)t (r = infection rate).
Key Concept

Recognize the exponential growth/decay pattern in word problems. It's all about that constant percentage change over time.

Solving Exponential Word Problems

Applying Exponent Properties

  • Product Rule: amโˆ—an=am+na^m * a^n = a^{m+n}amโˆ—an=am+n

  • Quotient Rule: am/an=amโˆ’na^m / a^n = a^{m-n}am/an=amโˆ’n

  • Power Rule: (am)n=amn(a^m)^n = a^{mn}(am)n=amn

  • Zero Exponent: a0=1a^0 = 1a0=1

  • Negative Exponent: aโˆ’n=1/ana^{-n} = 1 / a^naโˆ’n=1/an

Memory Aid

Remember the exponent rules with "Power to Power multiply, same base add the powers"

Utilizing Logarithms

  • Logarithms are the inverse of exponentials: If ax=ba^x = bax=b, then loga(b)=xlog_a(b) = xlogaโ€‹(b)=x.
  • Log Rules:
    • Product: loga(Mโˆ—N)=logโกa(M)+logโกa(N)log_a(M * N) = \log_a(M) + \log_a(N)logaโ€‹(Mโˆ—N)=logaโ€‹(M)+logaโ€‹(N)
    • Quotient: loga(M/N)=logโกa(M)โˆ’logโกa(N)log_a(M / N) = \log_a(M) - \log_a(N)logaโ€‹(M/N)=logaโ€‹(M)โˆ’logaโ€‹(N)
    • Power: loga(Mn)=nโˆ—logโกa(M)log_a(M^n) = n * \log_a(M)logaโ€‹(Mn)=nโˆ—logaโ€‹(M)
    • Change of Base: loga(x)=logโกb(x)logโกb(a)log_a(x) = \frac{\log_b(x)}{\log_b(a)}logaโ€‹(x)=logbโ€‹(a)logbโ€‹(x)โ€‹

Example: Solve 2x=322^x = 322x=32 - Take logโก2\log_2log2โ€‹ of both sides: logโก2(2x)=logโก2(32)\log_2(2^x) = \log_2(32)log2โ€‹(2x)=log2โ€‹(32) - Power rule: xโˆ—logโก2(2)=logโก2(32)x * \log_2(2) = \log_2(32)xโˆ—log2โ€‹(2)=log2โ€‹(32) - Simplify: x=5x = 5x=5

Exam Tip

When you see an exponential equation with the variable in the exponent, think logarithms! They're your key to unlocking the solution.

Final Exam Focus ๐ŸŽฏ

  • High-Priority Topics:
    • Setting up and solving quadratic equations (especially with word problems).
    • Understanding exponential growth and decay models.
    • Using logarithms to solve exponential equations.
  • Common Question Types:
    • Area and perimeter problems involving quadratics.
    • Projectile motion problems (height as a function of time).
    • Population growth and compound interest problems.
    • Radioactive decay and half-life problems.
  • Time Management:
    • Quickly identify the type of problem (quadratic or exponential).
    • Set up the equation accurately.
    • Solve efficiently using the appropriate method.
  • Common Pitfalls:
    • Forgetting to check if solutions make sense in context.
    • Mixing up growth and decay factors.
    • Incorrectly applying logarithm rules.
Exam Tip

Read the problem carefully, identify the key information, and set up your equations step-by-step. Don't rush; accuracy is key!

Practice Question

Practice Questions

Multiple Choice Questions

  1. A ball is thrown vertically upward from a height of 5 feet with an initial velocity of 40 feet per second. The height of the ball, h, after t seconds is given by the equation h=โˆ’16t2+40t+5h = -16t^2 + 40t + 5h=โˆ’16t2+40t+5. At what time will the ball hit the ground? (A) 0.12 seconds (B) 2.62 seconds (C) 1.25 seconds (D) 5.25 seconds

  2. A population of bacteria doubles every 3 hours. If there are initially 200 bacteria, how many bacteria will there be after 12 hours? (A) 800 (B) 1600 (C) 3200 (D) 6400

Free Response Question

A rectangular garden is to be enclosed by 100 feet of fencing. Let x represent the width of the garden.

(a) Express the length of the garden in terms of x. (b) Write an expression for the area of the garden in terms of x. (c) Find the value of x that maximizes the area of the garden. (d) What is the maximum area of the garden?

Scoring Breakdown:

(a) (2 points) - 1 point for recognizing that the perimeter is 2length + 2width = 100 - 1 point for expressing length as 50 - x (b) (2 points) - 1 point for using the formula Area = length * width - 1 point for writing the area as A = x(50-x) or A = 50x - x^2 (c) (3 points) - 1 point for recognizing that the maximum occurs at the vertex of the parabola - 1 point for using -b/2a to find the x-coordinate of the vertex - 1 point for correctly calculating x = 25 (d) (2 points) - 1 point for substituting x = 25 into the area equation - 1 point for calculating the maximum area as 625 square feet

Remember, you've got this! Take a deep breath, trust your preparation, and go ace that exam! ๐ŸŒŸ

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Radical, rational, and absolute value equationsNext Topic - Quadratic graphs

Question 1 of 11

A rectangular garden has a length that is 5 feet more than its width. If the width is represented by 'w', and the area of the garden is 84 square feet, which equation represents this scenario? ๐Ÿชด

w+5=84w + 5 = 84w+5=84

w2+5=84w^2 + 5 = 84w2+5=84

w(w+5)=84w(w + 5) = 84w(w+5)=84

2w + 2(w+5) = 84