Solving Square Roots with Imaginary Solutions

Mike Forgette
10 Mar 202007:48

Summary

TLDRThis video tutorial teaches solving quadratic equations with imaginary solutions using square roots. It covers isolating x-squared, applying square roots to both sides, and handling absolute values. Examples include equations like x^2 + 4 = 0 leading to solutions like ±2i, and more complex scenarios like (x-4)^2 = -8, resulting in x = 4 ± 2√2i. The video also addresses equations with variables inside parentheses and fractions, emphasizing the importance of order in writing solutions.

Takeaways

  • 🔢 Solving quadratic equations with imaginary solutions involves taking square roots of negative numbers.
  • 📐 When isolating x^2 and taking the square root, the result represents the absolute value of x.
  • 🧮 The square root of a negative number can be broken down into i (the square root of -1) multiplied by the square root of the positive number.
  • 📉 For equations like x^2 = -4, the solution is x = ± 2i, indicating both positive and negative imaginary numbers.
  • 🔄 When dealing with equations like 3x^2 = 27, dividing by the coefficient of x^2 isolates the term before taking the square root.
  • 📌 The absolute value notation indicates that x could be either positive or negative, so solutions are given as x = ± √-9.
  • 🤔 For equations where x is inside parentheses, such as (x-4)^2 = -8, first isolate the squared term and then solve for x.
  • 🔄 When solving equations with fractions or complex coefficients, like (-1/2x + 1)^2 = 25, simplify the equation before taking the square root.
  • 📘 The order of operations for writing solutions is: numbers first, then letters, and finally square roots.
  • 🔗 When an equation has x inside a squared term, you must consider both positive and negative square roots to find the complete solution.

Q & A

  • What is the first step when solving a quadratic equation with imaginary solutions?

    -The first step is to isolate the x squared term, ensuring there are no x terms left on the equation.

  • How do you solve the equation x squared plus 4 equals 0?

    -You subtract 4 from both sides to get x squared equals negative 4, then take the square root of both sides to find x equals positive or negative 2i.

  • What does the square root of a negative number represent?

    -The square root of a negative number represents an imaginary number, where the square root of negative one is denoted by 'i'.

  • How do you handle the absolute value when solving quadratic equations with imaginary solutions?

    -The absolute value signifies the distance from zero, which means the solution could be either positive or negative, representing both possibilities.

  • What is the solution to the equation 3x squared equals 27?

    -After dividing both sides by 3, you get x squared equals negative nine, and taking the square root gives x equals positive or negative 3i.

  • Can you provide an example of breaking down a square root into simpler components?

    -Yes, for the equation x squared equals negative 32, you can break down the square root of 32 into 4 times the square root of 2 times negative one, which simplifies to 4i.

  • How do you solve equations where x is inside a set of parentheses?

    -First, you isolate the squared term, then take the square root of both sides, and finally solve for x by considering both positive and negative possibilities.

  • What is the process for solving equations with complex coefficients like in the example 'three times (x minus four) squared equals negative twenty-four'?

    -You divide by the coefficient to isolate the squared term, take the square root of both sides, consider both positive and negative solutions due to the absolute value, and then solve for x.

  • How do you handle fractions in quadratic equations?

    -You can either multiply by the denominator to clear the fraction or simplify the equation by subtracting a constant to make it easier to solve.

  • What is the final step when solving for x in the equation 'negative 1/2 x plus 1 squared equals 26'?

    -After taking the square root and simplifying, you subtract 1 from both sides to solve for x, resulting in x equals negative one plus or minus 5i root 2.

  • Why is it important to put the number before the plus or minus sign when solving for x in equations with absolute values?

    -Placing the number before the plus or minus sign ensures that the number is correctly associated with both the positive and negative possibilities of the solution.

Outlines

00:00

📐 Solving Quadratic Equations with Imaginary Solutions

This paragraph explains how to solve quadratic equations that result in imaginary solutions using square roots. It begins with the equation x squared plus 4 equals 0, demonstrating how to isolate x squared and then take the square root of both sides to find the solution x equals positive or negative 2i. The explanation continues with another example, negative 3x squared minus 27 equals 0, showing how to isolate x squared and solve for x equals positive or negative 3i. The paragraph also covers how to handle equations where the variable is inside a set of parentheses, such as 3 times (x minus 4) squared equals negative twenty-four, and how to deal with fractions and more complex equations like negative 1/2 x plus 1 squared equals 26. Each step is detailed, explaining the process of taking square roots and dealing with imaginary numbers.

05:02

🔍 Detailed Steps for Solving Complex Quadratic Equations

The second paragraph delves into solving more complex quadratic equations with imaginary solutions. It starts with the equation 3 times (x minus 4) squared equals negative twenty-four, showing how to simplify and solve for x equals 4 plus or minus 2i root 2. The paragraph then tackles an equation involving fractions, negative 1/2 x plus 1 squared equals 26, and demonstrates the process of simplifying and solving for x equals negative one plus or minus 5i radical 2. The focus is on breaking down complex equations into manageable steps, explaining the importance of order when dealing with numbers, letters, and square roots, and ensuring that the solution accounts for both positive and negative possibilities due to the absolute value.

Mindmap

Keywords

💡Quadratic Equations

Quadratic equations are polynomial equations of degree two, meaning they have the form ax^2 + bx + c = 0. The video focuses on solving these equations using square roots, which is a method applicable when the discriminant (b^2 - 4ac) is negative, leading to imaginary solutions. For instance, the equation x^2 + 4 = 0 is a quadratic equation that the video demonstrates how to solve.

💡Imaginary Solutions

Imaginary solutions are solutions to equations that involve the square root of a negative number. In the video, imaginary solutions are discussed in the context of quadratic equations that do not have real number solutions. An example given is x^2 = -4, which leads to solutions involving the imaginary unit 'i', where i^2 = -1.

💡Square Roots

The square root operation is used to solve for x in the quadratic equations presented in the video. When taking the square root of both sides of an equation, the video explains that it leads to the absolute value of x, which can be either positive or negative. For example, in the equation x^2 = -4, taking the square root gives the square root of -4, which is 2i.

💡Absolute Value

Absolute value refers to the distance of a number from zero on the number line, without considering direction. In the context of the video, absolute value is used when taking the square root of x^2, which results in the magnitude of x, not its direction. For instance, in the solution x = ±2i, both 2i and -2i are considered as they are the same distance from zero.

💡Imaginary Numbers

Imaginary numbers are real numbers multiplied by the imaginary unit 'i', which is defined as the square root of -1. The video explains how to handle these numbers when they appear as solutions to quadratic equations, such as in the case of x^2 = -9, where the solution involves 3i.

💡Isolating Variables

Isolating variables is a technique used in algebra to solve equations by getting the variable alone on one side of the equation. The video demonstrates this by isolating x^2 in the equation x^2 + 4 = 0 before solving for x.

💡Discriminant

The discriminant of a quadratic equation (b^2 - 4ac) determines the nature of its solutions. If the discriminant is negative, the equation has complex or imaginary solutions, which is the focus of the video. The script does not explicitly mention the term 'discriminant', but it is the underlying concept when discussing why the equations have imaginary solutions.

💡Complex Numbers

Complex numbers are numbers that have both a real and an imaginary part, typically written as a + bi, where 'a' is the real part, 'b' is the imaginary part, and 'i' is the square root of -1. The video discusses solving equations that result in complex numbers, such as x = 4 ± 2√2i.

💡Parentheses

Parentheses are used in algebraic expressions to group terms together. In the video, parentheses are used in expressions like (x - 4)^2 to indicate that the entire term inside the parentheses is squared. The video also shows how to handle equations where the variable is inside parentheses, like 3(x - 4)^2 = -24.

💡Fractions

Fractions are used in algebra to represent parts of a whole. In the video, fractions are present in equations like -1/2(x + 1)^2 = 26, where the fraction is part of the coefficient of the squared term. The video demonstrates how to solve such equations by eliminating the fraction through multiplication.

Highlights

Introduction to solving quadratic equations with imaginary solutions.

Isolating x squared in the equation x squared plus 4 equals 0.

Deriving the solution x squared equals negative 4 by subtracting 4 from both sides.

Taking the square root of both sides to find the absolute value of x equals the square root of negative 4.

Breaking down the square root of negative 4 into the square root of negative 1 and the square root of 4.

Simplifying to find that x equals positive or negative 2i.

Isolating 3x squared in the equation negative 3x squared minus 27 equals 0.

Solving for x squared equals negative nine by dividing both sides by negative three.

Taking the square root of both sides to find the absolute value of x equals the square root of negative nine.

Expressing the square root of negative nine as 3i.

Solving for x equals positive or negative 3i.

Isolating x squared in the equation x squared equals negative 32.

Taking the square root of both sides to find the absolute value of x equals the square root of negative 32.

Breaking down the square root of negative 32 into the square root of negative 1, the square root of 32, and further into the square root of 16 and the square root of 2.

Solving for x equals positive or negative 4 root 2i.

Handling equations where x is trapped inside parentheses, such as 3 times (x minus 4) squared equals negative twenty-four.

Dividing by three to isolate (x minus 4) squared equals negative eight.

Taking the square root of both sides to find the absolute value of (x minus 4) equals the square root of negative eight.

Solving for x equals 4 plus or minus 2i root 2.

Addressing equations with fractions and parentheses, such as negative 1/2 (x plus 1) squared equals 26.

Multiplying by negative 2 to simplify the equation to (x plus 1) squared equals negative 50.

Taking the square root of both sides to find the absolute value of (x plus 1) equals the square root of negative 50.

Solving for x equals negative one plus or minus 5i root 2.

Transcripts

play00:00

we're going to solve quadratic equations

play00:02

using square roots but these quadratic

play00:04

equations will have imaginary solutions

play00:07

so hopefully you've watched the video or

play00:10

at least have learned somewhere what

play00:12

imaginary solutions are what imaginary

play00:14

numbers are so these are going to be

play00:15

equations that end up having solutions

play00:17

that are imaginary numbers

play00:19

all right let's hop right into it if we

play00:21

were to solve the equation x squared

play00:23

plus 4 equals 0 we can start by

play00:27

isolating the x squared because there's

play00:28

no X terms all right so if we were to

play00:30

subtract 4 from both sides we get x

play00:32

squared equals negative 4 take the

play00:34

square root of both sides we're going to

play00:36

get the square root of x squared equals

play00:38

the square root of negative 4 this side

play00:42

right here will give you the absolute

play00:44

value of X because by definition when

play00:47

you square an unknown and then square

play00:48

root you get the absolute value equals

play00:50

square root of negative 4 we can break

play00:54

up the square root of negative 4 into

play00:55

the square root of negative 1 and the

play00:58

square root of 4 and the square root of

play01:01

negative 1 is equal to I the square root

play01:05

of 4 is 2 so these two things multiplied

play01:08

together so this would be 2i square root

play01:12

or the absolute value means distance

play01:14

from 0 so X is equal to a distance of 2i

play01:17

from 0 so you could either be 2i

play01:20

to the right of 0 or to the left of 0

play01:22

meaning this could be positive or

play01:23

negative 2i so this is X is equal to

play01:27

positive or negative 2i you could also

play01:30

write it like this

play01:31

x equals 2 i or x equals negative 2 it

play01:37

means the same thing positive negative

play01:39

means both positive and negative or you

play01:41

could write them separately like this

play01:42

that's totally fine ok let's take a look

play01:44

at another example of equation that has

play01:51

an I might I'm gonna get rid of that

play01:52

title that's fine an equation that has

play01:54

an imaginary solution so if we look at

play01:57

negative 3x squared minus 27 is equal to

play02:02

0 okay we want to isolate the X cursor

play02:05

and bring the 27 over to the other side

play02:07

by adding it so you end up getting 3x

play02:09

squared is equal to positive 27 divide

play02:12

both sides by negative

play02:13

three so you get x squared is equal to

play02:16

negative nine take the square root of

play02:18

both sides square root of x squared

play02:20

equals the square root of negative nine

play02:23

all right this gives us absolute value

play02:25

of x this gives us there's two different

play02:28

numbers multiplied together that give

play02:30

you negative 9 1 is negative 1 and then

play02:33

1 is 9 this turns into an eye this turns

play02:37

into a 3 so absolute value of X is equal

play02:40

to 3 I now because there's absolute

play02:43

values which means this could be a

play02:44

positive or a negative we don't know

play02:46

which one and we have to account for

play02:47

both of them X is equal to positive or

play02:49

negative 3 guy you could also say x

play02:51

equals 3 I or x equals negative 3i I'm

play02:59

going to use this notation going for

play03:00

just 4 it's quicker but they both they

play03:04

mean the same thing ok let's look at

play03:08

this example here we have x squared

play03:10

equals negative 32 guys are going to

play03:14

square root of both sides it's already

play03:16

nice and isolated for us so negative

play03:21

square root of 32 this side is easy it's

play03:23

absolute value of x okay this sign we

play03:27

have a couple of things right we can do

play03:29

square root of negative 1 and the square

play03:31

root of 32 we can break 32 up so 32 is

play03:36

divisible by a perfect square 32 is

play03:39

divisible by 16 and 16 is a perfect

play03:41

square over here and then this equals I

play03:48

this is root 2 and then this is 4 all

play03:53

right

play03:53

so these all multiply to negative 30

play03:55

that's your kind of quick check to make

play03:57

sure that everything's okay 16 times 2

play03:58

times negative 1 equals negative 32 so

play04:00

all these things are fine this is equal

play04:02

to I this you can't do anything with and

play04:04

this is 4 in putting these in the order

play04:06

so the number comes first a nice number

play04:08

comes first the letters come second and

play04:10

then the square roots always come last

play04:11

okay

play04:12

so to get the X out of the absolute

play04:14

values we understand that the X could

play04:16

have originally been positive this or

play04:17

negative this so X is equal to either

play04:20

positive or negative 4

play04:23

route 2 and there is our solution okay

play04:27

we're going to do two more now what

play04:30

happens when we have square root

play04:31

equations that the X is trapped inside

play04:33

of a set of parentheses or something

play04:35

like this three times X minus four

play04:38

squared is equal to negative twenty-four

play04:41

these ones are probably the longest

play04:42

alright first we got to divide by three

play04:44

so get the X minus four squared is equal

play04:48

to negative eight now I'm going to take

play04:51

the square root of both sides I'm going

play04:52

to simplify this a little bit so this is

play04:53

the absolute value of x minus four is

play04:56

equal to square root of negative 8 so

play04:59

the square root of negative eight

play05:02

we can break up into the square root of

play05:04

negative 1 times the square root of 8

play05:06

but 8 we can break up further into the

play05:09

square root of 4 which is a perfect

play05:10

square square root of 2 which is not so

play05:13

here are our three things

play05:15

this becomes an I this becomes a 2 and

play05:19

this becomes a root 2 ok so we have that

play05:21

X minus 4 is equal to positive or

play05:26

negative number comes first two then the

play05:30

letter I and then the radical root 2

play05:33

positive or negative because of the

play05:34

absolute value and we need to get the 4

play05:36

on to the other side this is not solved

play05:38

yet so if we add 4 to the other side

play05:39

we're going 4 plus or minus 2i root 2 it

play05:44

is very important that you put this

play05:45

number whatever you see here put it in

play05:47

front of the plus or minus because we

play05:49

don't want to put it afterwards it's not

play05:50

being added and subtracted this is only

play05:52

positive so it's got to go in front of

play05:53

this and this is our solution X is equal

play05:55

to 4 plus or minus 2i root 2 ok we'll do

play05:58

one more let's do ooh

play06:03

craziness fractions everybody's favorite

play06:05

negative 1/2 X plus 1 quantity squared

play06:10

will do plus 1 equals 26 okay it's a

play06:15

first step you could either multiply by

play06:17

negative 2 or subtract one subtracting

play06:19

one of things a little bit easier so

play06:20

we're going to do that negative 1/2 X

play06:22

plus 1 squared equals 25 then we're

play06:26

going to multiply this side by negative

play06:27

2 so when you multiply this by negative

play06:29

2 negative two times that going 1/2 it's

play06:31

just 1 we're gonna multiply this ever

play06:33

negative 2 as well so

play06:35

X plus 1 quantity squared is equal to

play06:37

negative 50 okie-dokie and take the

play06:41

square root of both sides we're gonna

play06:42

get the absolute value of x plus 1 on

play06:43

this side

play06:43

equals square root of negative 50 over

play06:46

here we're going to separate the

play06:48

negative 1 from the 50 okay and it's

play06:53

supposed to be 50 each 50 as is

play06:56

divisible by a perfect square so 25 is a

play07:00

perfect square and 25 times 2 is 50 just

play07:05

carry over that negative 1 so square

play07:07

root of negative 1 is I square root of

play07:09

25 is 5 and the square root of 2 we're

play07:11

just gonna leave there so X let's just

play07:15

get rid of that because we know that

play07:18

it's going to be to get rid of the

play07:19

absolute value we're gonna have to have

play07:21

a positive negative over here so X plus

play07:23

1 equals positive or negative number

play07:26

comes first five letter comes second I

play07:29

and then square root comes last two and

play07:32

then we gotta get rid of the 1 so we're

play07:33

going to subtract it from both sides

play07:34

it's gonna be X is equal to when we

play07:37

subtract it's going to be negative one

play07:38

but again Asko in front of the plus or

play07:40

minus plus or minus 5i radical 2 there's

play07:45

our answer

play07:46

that's it

Rate This

5.0 / 5 (0 votes)

Etiquetas Relacionadas
Quadratic EquationsImaginary NumbersMath TutorialSquare RootsMathematicsEducational ContentProblem SolvingAlgebraMath HelpComplex Numbers
¿Necesitas un resumen en inglés?